/*
Theme Name: BST Kadence Child
Template: kadence
Version: 1.0.0
Description: Custom homepage styling for Bible Study Themes.
Text Domain: bst-kadence-child
*/

:root {
	--bst-orange: #c94e2a;
	--bst-teal: #3a5f72;
	--bst-crimson: #b83030;
	--bst-purple: #6b3d9e;
	--bst-plum: #362742;
	--bst-aubergine: #2a2237;
	--bst-paper: #f5f0e8;
	--bst-paper-strong: #ede4d7;
	--bst-ink: #2a2237;
	--bst-body: #51495d;
	--bst-sand: #f5f0e8;
	--bst-sand-strong: #ede4d7;
	--bst-brown: #c94e2a;
	--bst-brown-deep: #2a2237;
	--bst-gold: #c94e2a;
	--bst-gold-soft: #f1c1b2;
	--bst-cream: #f5f0e8;
	--bst-card: rgba(252, 248, 242, 0.92);
	--bst-shadow: 0 26px 56px rgba(42, 34, 55, 0.1);
	--bst-radius-lg: 30px;
	--bst-radius-md: 22px;
	--bst-radius-sm: 16px;
}

/* ── Further Reading pills ──────────────────────────────────────────────── */
.bst-devotional-further-reading-box {
    background: #f8f6fb;
    border-left: 3px solid var(--bst-orange, #ba4712);
    padding: 16px 20px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bst-further-reading-ref {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--bst-teal, #334e68);
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
    user-select: none;
}

.bst-further-reading-ref:hover {
    background: var(--bst-teal, #334e68);
    border-color: var(--bst-teal, #334e68);
    color: #fff;
}

/* ── Bible Reader Page ──────────────────────────────────────────────────── */
.bst-bible-reader-hero {
    padding-bottom: 40px;
}

.bst-bible-reader-search-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.bst-bible-reader-search-wrap {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.bst-bible-reader-finder {
    position: relative;
    overflow: hidden;
}

.bst-bible-reader-finder::after {
    content: "";
    position: absolute;
    inset: auto auto 14px 18px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(201, 78, 42, 0.12), transparent 68%);
    pointer-events: none;
}

.bst-bible-reader-finder-mark {
    position: absolute;
    top: 22px;
    right: 24px;
    width: 54px;
    height: 54px;
    background: linear-gradient(135deg, rgba(201, 78, 42, 0.9), rgba(58, 95, 114, 0.82));
    opacity: 0.28;
    pointer-events: none;
    -webkit-mask-image: url('/wp-content/themes/bst-kadence-child/icons/dove.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('/wp-content/themes/bst-kadence-child/icons/dove.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}

.bst-bible-reader-finder .bst-resource-finder-intro {
    position: relative;
    z-index: 1;
    padding-right: 72px;
}

.bst-bible-reader-finder .bst-resource-finder-intro h2 {
    max-width: 12ch;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.bst-bible-reader-finder .bst-resource-finder-intro p {
    max-width: 36ch;
}

.bst-bible-reader-input {
    flex: 1;
    padding: 12px 16px;
    font-size: 1rem;
    border: 2px solid #ddd;
    border-radius: 6px;
    outline: none;
    font-family: inherit;
    color: #1a2233;
    transition: border-color 0.15s ease;
}

.bst-bible-reader-input:focus {
    border-color: var(--bst-orange, #ba4712);
}

.bst-bible-reader-search-wrap {
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 14px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(42, 34, 55, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.bst-bible-reader-search-wrap .bst-journal-search-field {
    width: 100%;
    min-height: 72px;
    padding: 0 24px;
    border-radius: 18px;
    border: 1px solid rgba(58, 95, 114, 0.16);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 26px rgba(42, 34, 55, 0.06);
    font-size: 1.08rem;
}

.bst-bible-reader-search-wrap .bst-journal-search-field:focus {
    border-color: rgba(201, 78, 42, 0.42);
    box-shadow: 0 0 0 4px rgba(201, 78, 42, 0.08);
}

.bst-bible-reader-search-btn {
    min-width: 116px;
    min-height: 72px;
    padding: 0 22px;
    border-radius: 22px;
    box-shadow: 0 16px 30px rgba(58, 36, 58, 0.18);
}

.bst-bible-reader-hint {
    font-size: 0.8rem;
    color: #9b8fa0;
    margin: 0;
}

/* ── Ref bar ────────────────────────────────────────────────────────────── */
.bst-bible-reader-ref-bar {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 2px solid #edeaf0;
}

.bst-bible-reader-ref-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--bst-orange, #ba4712);
    letter-spacing: 0.02em;
}

.bst-section.bst-bible-reader-section {
    position: relative;
    padding-top: 8px;
    padding-bottom: 32px;
}

.bst-bible-reader-intro {
    padding-top: 0;
    padding-bottom: 0px;
}

.bst-bible-reader-intro-card {
    display: grid;
    grid-template-columns: minmax(160px, 0.42fr) minmax(320px, 0.92fr) minmax(320px, 0.98fr);
    gap: clamp(18px, 2.5vw, 28px);
    align-items: center;
    padding: 2px 0 0;
    border-top: 1px solid rgba(42, 34, 55, 0.1);
    border-bottom: 1px solid rgba(42, 34, 55, 0.1);
}

.bst-bible-reader-intro-copy h2 {
    margin: 16px 0 12px;
    font-size: clamp(1.7rem, 2.8vw, 2.35rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--bst-ink);
    max-width: 18ch;
    text-transform: none;
}

.bst-bible-reader-intro-copy p {
    margin: 0;
    color: var(--bst-body);
    line-height: 1.8;
    max-width: 44rem;
}

.bst-bible-reader-intro-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.bst-bible-reader-visual-svg,
.bst-bible-reader-visual-image {
    display: block;
    width: min(100%, 180px);
    height: auto;
    filter: drop-shadow(0 18px 22px rgba(42, 34, 55, 0.12));
}

.bst-bible-reader-quick-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
    align-content: flex-start;
    align-self: stretch;
    padding: 8px 0 8px 24px;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(42, 34, 55, 0.1);
    border-radius: 0;
}

.bst-bible-reader-quick-links-label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--bst-orange);
}

.bst-reader-quick-ref {
    appearance: none;
    min-height: 0;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 2px solid rgba(58, 95, 114, 0.18);
    border-radius: 0;
    background: transparent;
    color: var(--bst-teal);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.bst-reader-quick-ref:hover,
.bst-reader-quick-ref:focus {
    background: transparent;
    color: var(--bst-orange);
    border-color: var(--bst-orange);
    transform: translateY(-1px);
}

.bst-bible-reader-section .bst-shell {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.94)),
        radial-gradient(circle at top left, rgba(201, 78, 42, 0.08), transparent 42%);
    border: 1px solid rgba(42, 34, 55, 0.08);
    border-radius: var(--bst-radius-lg);
    box-shadow: var(--bst-shadow);
    padding: 14px clamp(24px, 3vw, 40px) clamp(24px, 3vw, 40px);
}

/* ── Two column layout ──────────────────────────────────────────────────── */
.bst-bible-reader-columns {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.28fr);
    gap: clamp(22px, 3vw, 36px);
    align-items: start;
}

@media ( max-width: 768px ) {
    .bst-bible-reader-finder-mark {
        top: 18px;
        right: 18px;
        width: 42px;
        height: 42px;
    }

    .bst-bible-reader-finder .bst-resource-finder-intro {
        padding-right: 56px;
    }

    .bst-bible-reader-search-wrap {
        flex-direction: column;
        align-items: stretch;
        padding: 10px;
    }

    .bst-bible-reader-search-btn {
        width: 100%;
        min-height: 58px;
    }

    .bst-bible-reader-columns {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.bst-bible-reader-col {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 240, 232, 0.92));
    border: 1px solid rgba(58, 95, 114, 0.12);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(42, 34, 55, 0.08);
    padding: clamp(22px, 2.6vw, 30px);
    overflow: hidden;
}

.bst-bible-reader-col::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--bst-orange), rgba(58, 95, 114, 0.75));
}

.bst-bible-reader-col-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(42, 34, 55, 0.1);
}

.bst-bible-reader-col-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bst-orange, #ba4712);
}

.bst-bible-reader-col-sub {
    font-size: 0.9rem;
    color: var(--bst-body);
}

/* ── Passage ────────────────────────────────────────────────────────────── */
.bst-bible-reader-passage,
.bst-bible-reader-mhc {
    scrollbar-width: thin;
    scrollbar-color: rgba(58, 95, 114, 0.45) rgba(237, 228, 215, 0.65);
}

.bst-bible-reader-passage::-webkit-scrollbar,
.bst-bible-reader-mhc::-webkit-scrollbar {
    width: 10px;
}

.bst-bible-reader-passage::-webkit-scrollbar-track,
.bst-bible-reader-mhc::-webkit-scrollbar-track {
    background: rgba(237, 228, 215, 0.72);
    border-radius: 999px;
}

.bst-bible-reader-passage::-webkit-scrollbar-thumb,
.bst-bible-reader-mhc::-webkit-scrollbar-thumb {
    background: rgba(58, 95, 114, 0.45);
    border-radius: 999px;
}

.bst-bible-reader-passage {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 8px;
}

.bst-reader-verse {
    font-size: 1.06rem;
    line-height: 1.95;
    color: #1f2735;
    margin: 0 0 14px;
    padding: 0 0 14px 2.2rem;
    position: relative;
    border-bottom: 1px solid rgba(42, 34, 55, 0.08);
}

.bst-reader-verse:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.bst-reader-verse-num {
    position: absolute;
    left: 0;
    top: 0.3rem;
    min-width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bst-teal, #334e68);
    background: rgba(58, 95, 114, 0.09);
    border-radius: 999px;
    vertical-align: baseline;
    margin-right: 0;
}

/* ── Matthew Henry ──────────────────────────────────────────────────────── */
.bst-bible-reader-mhc {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 8px;
    padding-left: 18px;
    border-left: 1px solid rgba(42, 34, 55, 0.08);
}

.bst-reader-mhc-none {
    font-size: 0.9rem;
    color: #9b8fa0;
    font-style: italic;
    margin: 0;
    padding: 18px 20px;
    background: rgba(245, 240, 232, 0.9);
    border: 1px dashed rgba(58, 95, 114, 0.22);
    border-radius: 16px;
}

/* ── Loading ────────────────────────────────────────────────────────────── */
.bst-bible-reader-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 16px;
    color: #9b8fa0;
}

.bst-bible-reader-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #edeaf0;
    border-top-color: var(--bst-orange, #ba4712);
    border-radius: 50%;
    animation: bst-spin 0.7s linear infinite;
}

@keyframes bst-spin {
    to { transform: rotate(360deg); }
}

/* ── Error ──────────────────────────────────────────────────────────────── */
.bst-bible-reader-error {
    padding: 24px;
    text-align: center;
    color: #ba4712;
    font-size: 0.95rem;
}

/* ── Bible popup overlay ────────────────────────────────────────────────── */
#bst-bible-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(26, 34, 51, 0.6);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

#bst-bible-overlay.is-visible {
    display: flex;
}

#bst-bible-modal {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 40px 36px 32px;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 8px 40px rgba(26, 34, 51, 0.18);
    max-height: 80vh;
    overflow-y: auto;
}

#bst-bible-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    color: #9b8fa0;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 4px;
    transition: color 0.15s ease;
}

#bst-bible-close:hover {
    color: #1a2233;
}

.bst-bible-modal-ref {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bst-orange, #ba4712);
    margin: 0 0 16px;
}

.bst-bible-modal-body {
    margin: 0 0 20px;
}

.bst-bible-result-ref {
    margin: 18px 0 8px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bst-teal, #334e68);
}

.bst-bible-result-ref:first-child {
    margin-top: 0;
}

.bst-bible-verse {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #1a2233;
    margin: 0 0 12px;
}

.bst-bible-verse:last-child {
    margin-bottom: 0;
}

.bst-bible-verse-num {
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--bst-teal, #334e68);
    vertical-align: super;
    margin-right: 2px;
}

.bst-bible-modal-translation {
    font-size: 0.75rem;
    color: #9b8fa0;
    margin: 0;
    text-align: right;
    font-style: italic;
}

.bst-bible-loading,
.bst-bible-error {
    font-size: 0.95rem;
    color: #9b8fa0;
    font-style: italic;
}

.bst-bible-no-scroll {
    overflow: hidden;
}

@media ( max-width: 600px ) {
    #bst-bible-modal {
        padding: 32px 20px 24px;
    }
}

/* ── Bible popup tabs ───────────────────────────────────────────────────── */
.bst-bible-tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    border-bottom: 2px solid #edeaf0;
    padding-bottom: 0;
}

.bst-bible-tab {
    background: none;
    border: none;
    padding: 8px 16px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #9b8fa0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color 0.15s ease, border-color 0.15s ease;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bst-bible-tab:hover {
    color: #1a2233;
}

.bst-bible-tab.is-active {
    color: var(--bst-orange, #ba4712);
    border-bottom-color: var(--bst-orange, #ba4712);
}

.bst-bible-tab-panel {
    display: none;
}

.bst-bible-tab-panel.is-active {
    display: block;
}

/* ── Matthew Henry content ──────────────────────────────────────────────── */
.bst-bible-mh-body {
    max-height: 50vh;
    overflow-y: auto;
    padding-right: 8px;
    margin-bottom: 16px;
}

.bst-mh-content {
    font-size: 0.98rem;
    line-height: 1.85;
    color: #2a2237;
}

.bst-mh-h1,
.bst-mh-h2 {
    font-size: 1.08rem;
    font-weight: 700;
    color: #1a2233;
    margin: 24px 0 10px;
    line-height: 1.45;
}

.bst-mh-h3 {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bst-teal, #334e68);
    margin: 18px 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.bst-mh-para {
    margin: 0 0 16px;
    color: #3c334a;
}

.bst-mh-para:last-child {
    margin-bottom: 0;
}

@media ( max-width: 768px ) {
    .bst-bible-reader-intro {
        padding-bottom: 26px;
    }

    .bst-bible-reader-intro-card {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 0;
        border-bottom: 0;
    }

    .bst-bible-reader-intro-visual {
        justify-content: flex-start;
        min-height: 0;
    }

    .bst-bible-reader-visual-svg {
        width: min(100%, 180px);
    }

    .bst-bible-reader-visual-image {
        width: min(100%, 180px);
    }

    .bst-bible-reader-quick-links {
        padding: 18px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(42, 34, 55, 0.1);
    }

    .bst-bible-reader-section .bst-shell {
        border-radius: 24px;
        padding: 20px;
    }

    .bst-bible-reader-col {
        border-radius: 20px;
    }

    .bst-bible-reader-passage,
    .bst-bible-reader-mhc {
        max-height: none;
    }

    .bst-bible-reader-mhc {
        padding-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(42, 34, 55, 0.08);
        padding-top: 18px;
    }

    .bst-reader-verse {
        padding-left: 2rem;
    }
}


body.home.bst-homepage-active {
	background:
		radial-gradient(circle at top left, rgba(201, 78, 42, 0.12), transparent 34%),
		radial-gradient(circle at top right, rgba(107, 61, 158, 0.08), transparent 28%),
		linear-gradient(180deg, #faf6ef 0%, #f7f1e7 46%, #f5f0e8 100%);
	color: var(--bst-body);
}

.bst-homepage {
	color: var(--bst-body);
}

.bst-home-editor .entry-content-wrap,
.bst-home-editor__content {
	padding: 0;
}

.bst-home-editor .entry-content > * {
	margin-block-start: 0;
	margin-block-end: 0;
}

.bst-homepage .entry-hero-container-inner,
.bst-homepage .content-container,
.bst-homepage .site-main {
	max-width: none;
}

.bst-homepage a {
	text-decoration: none;
}

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

.bst-shell-wide {
	width: min(1380px, calc(100% - 32px));
}

.bst-section {
	padding: 72px 0;
}

.bst-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.78);
	border: 1px solid rgba(106, 59, 45, 0.15);
	color: var(--bst-brown);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bst-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bst-gold);
	box-shadow: 0 0 0 6px rgba(197, 157, 95, 0.18);
}

.bst-section-heading {
	margin: 0 0 14px;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.02;
	color: var(--bst-ink);
	text-transform: none;
	letter-spacing: -0.02em;
}

.bst-section-copy {
	max-width: 720px;
	margin: 0;
	font-size: 1.04rem;
	line-height: 1.8;
}

.bst-hero {
	position: relative;
	padding: 34px 0 58px;
	overflow: hidden;
}

.bst-hero::before,
.bst-hero::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	filter: blur(12px);
	pointer-events: none;
}

.bst-hero::before {
	top: 44px;
	right: -110px;
	width: 340px;
	height: 340px;
	background: rgba(197, 157, 95, 0.16);
}

.bst-hero::after {
	left: -90px;
	bottom: 20px;
	width: 260px;
	height: 260px;
	background: rgba(106, 59, 45, 0.08);
}

.bst-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 34px;
	align-items: center;
}

.bst-hero-copy {
	padding: 22px 0;
}

.bst-hero-copy h1 {
	margin: 18px 0 20px;
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 0.94;
	letter-spacing: -0.045em;
	color: var(--bst-ink);
	text-transform: none;
}

.bst-hero-copy p {
	max-width: 620px;
	margin: 0 0 28px;
	font-size: 1.08rem;
	line-height: 1.85;
}

.bst-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 26px;
}

.bst-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bst-button:hover,
.bst-button:focus {
	transform: translateY(-2px);
}

.bst-button-primary {
	background: linear-gradient(135deg, var(--bst-brown) 0%, var(--bst-brown-deep) 100%);
	color: #fff;
	box-shadow: 0 16px 30px rgba(63, 36, 28, 0.22);
}

.bst-button-secondary {
	background: rgba(255, 250, 242, 0.68);
	color: var(--bst-brown);
	border: 1px solid rgba(106, 59, 45, 0.16);
}

.bst-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	max-width: 720px;
}

.bst-trust-card {
	padding: 18px 18px 16px;
	border-radius: var(--bst-radius-sm);
	background: rgba(255, 250, 242, 0.78);
	border: 1px solid rgba(106, 59, 45, 0.1);
	backdrop-filter: blur(6px);
}

.bst-trust-card strong {
	display: block;
	margin-bottom: 6px;
	color: var(--bst-ink);
	font-size: 0.95rem;
}

.bst-trust-card span {
	font-size: 0.92rem;
	line-height: 1.6;
}

.bst-hero-visual {
	position: relative;
	min-height: 520px;
}

.bst-hero-panel {
	position: relative;
	height: 100%;
	padding: 18px;
	border-radius: 34px;
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.86), rgba(255, 246, 236, 0.72));
	border: 1px solid rgba(106, 59, 45, 0.12);
	box-shadow: var(--bst-shadow);
}

.bst-hero-image-main,
.bst-hero-image-accent {
	border-radius: 26px;
	overflow: hidden;
}

.bst-hero-image-main img,
.bst-hero-image-accent img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bst-hero-image-main {
	height: 420px;
}

.bst-hero-image-accent {
	position: absolute;
	left: -44px;
	bottom: 22px;
	width: 230px;
	height: 230px;
	border: 8px solid rgba(255, 250, 242, 0.96);
	box-shadow: 0 18px 40px rgba(63, 36, 28, 0.16);
}

.bst-highlight-card {
	position: absolute;
	right: -20px;
	bottom: 26px;
	width: 245px;
	padding: 22px;
	border-radius: 24px;
	background: rgba(63, 36, 28, 0.94);
	color: #fff;
	box-shadow: 0 18px 40px rgba(63, 36, 28, 0.24);
}

.bst-highlight-card span {
	display: block;
	margin-bottom: 8px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--bst-gold-soft);
}

.bst-highlight-card strong {
	display: block;
	margin-bottom: 10px;
	font-size: 1.15rem;
	line-height: 1.35;
}

.bst-highlight-card p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.bst-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bst-stat {
	padding: 26px;
	border-radius: var(--bst-radius-md);
	background: rgba(255, 250, 242, 0.82);
	border: 1px solid rgba(106, 59, 45, 0.08);
	box-shadow: 0 14px 30px rgba(42, 27, 18, 0.06);
}

.bst-stat strong {
	display: block;
	margin-bottom: 8px;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1;
	color: var(--bst-brown-deep);
}

.bst-stat span {
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bst-brown);
}

.bst-category-grid,
.bst-feature-grid,
.bst-promise-grid,
.bst-post-grid {
	display: grid;
	gap: 22px;
}

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

.bst-feature-grid,
.bst-post-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bst-journal-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
	gap: 32px;
	align-items: start;
}

.bst-journal-main {
	min-width: 0;
}

.bst-journal-sidebar {
	min-width: 0;
}

.bst-journal-sidebar-inner {
	padding: 24px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(19, 47, 76, 0.08);
	box-shadow: 0 20px 42px rgba(42, 34, 55, 0.08);
}

.bst-journal-sidebar .widget {
	margin-bottom: 24px;
}

.bst-journal-sidebar .widget:last-child {
	margin-bottom: 0;
}

.bst-journal-sidebar .widget-title,
.bst-journal-sidebar .wp-block-heading {
	margin-bottom: 14px;
	color: #132f4c;
	font-size: 1.2rem;
}

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

.bst-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 28px;
	border-radius: var(--bst-radius-md);
	background: var(--bst-card);
	border: 1px solid rgba(106, 59, 45, 0.09);
	box-shadow: 0 18px 40px rgba(42, 27, 18, 0.08);
	backdrop-filter: blur(10px);
}

.bst-card h3,
.bst-card h4 {
	margin: 0 0 12px;
	color: var(--bst-ink);
	text-transform: none;
}

.bst-card p {
	margin: 0 0 18px;
	line-height: 1.8;
}

.bst-card-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: auto;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--bst-brown);
}

.bst-card-link::after {
	content: "->";
	font-size: 0.95rem;
}

.bst-icon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(197, 157, 95, 0.22), rgba(106, 59, 45, 0.16));
	color: var(--bst-brown-deep);
	font-size: 1.2rem;
	font-weight: 700;
}

.bst-feature-card {
	padding: 0;
	overflow: hidden;
}

.bst-feature-media {
	aspect-ratio: 4 / 3;
	background: #ddd;
}

.bst-feature-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bst-feature-media img.bst-catalog-scaled-image,
.bst-resource-media img.bst-catalog-scaled-image {
	object-fit: contain;
	transform: scale(var(--bst-catalog-image-scale, 1));
	transform-origin: center;
}

.bst-feature-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.bst-feature-meta {
	margin-bottom: 10px;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bst-brown);
}

.bst-price {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(197, 157, 95, 0.18);
	color: var(--bst-brown-deep);
	font-weight: 700;
}

.bst-promise {
	background: linear-gradient(180deg, rgba(255, 250, 242, 0.76), rgba(246, 240, 229, 0.9));
}

.bst-promise .bst-card {
	min-height: 100%;
}

.bst-post-card {
	min-height: 100%;
}

.bst-post-card .bst-post-eyebrow {
	margin-bottom: 10px;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bst-brown);
}

.bst-post-card h3 {
	font-size: 1.45rem;
	line-height: 1.22;
}

.bst-post-card p {
	margin-bottom: 20px;
}

.bst-cta {
	padding-bottom: 92px;
}

.bst-cta-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
	gap: 28px;
	align-items: center;
	padding: 36px;
	border-radius: 34px;
	background: linear-gradient(135deg, var(--bst-brown-deep) 0%, #5a3427 55%, #7b4a37 100%);
	color: #fff;
	box-shadow: 0 30px 60px rgba(63, 36, 28, 0.22);
}

.bst-cta-wrap h2 {
	margin: 14px 0 14px;
	color: #fff;
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: 1.04;
	text-transform: none;
}

.bst-cta-wrap p {
	margin: 0;
	max-width: 640px;
	font-size: 1.02rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.84);
}

.bst-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.bst-cta .bst-kicker {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.14);
	color: var(--bst-gold-soft);
}

.bst-cta .bst-kicker::before {
	background: #fff;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.08);
}

.bst-cta .bst-button-primary {
	background: #fff;
	color: var(--bst-brown-deep);
}

.bst-cta .bst-button-secondary {
	background: transparent;
	border-color: rgba(255, 255, 255, 0.22);
	color: #fff;
}

.bst-home-hero,
.bst-home-section,
.bst-stats-bar {
	padding: 0 16px;
}

.bst-home-hero > .wp-block-group__inner-container,
.bst-home-section > .wp-block-group__inner-container,
.bst-stats-bar > .wp-block-group__inner-container {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.bst-home-hero {
	padding-top: 28px;
	padding-bottom: 42px;
}

.bst-home-hero .wp-block-columns {
	gap: 42px;
	align-items: center;
}

.bst-home-hero .wp-block-columns > .wp-block-column:first-child {
	flex-basis: 60% !important;
}

.bst-home-hero .wp-block-columns > .wp-block-column:last-child {
	flex-basis: 40% !important;
}

.bst-home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(252, 248, 242, 0.88);
	border: 1px solid rgba(201, 78, 42, 0.18);
	color: var(--bst-orange);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bst-home-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--bst-gold);
	box-shadow: 0 0 0 6px rgba(201, 78, 42, 0.12);
}

.bst-home-hero-title {
	margin: 18px 0 20px;
	font-size: clamp(3rem, 6vw, 5.5rem) !important;
	line-height: 0.94;
	letter-spacing: -0.045em;
	text-transform: none !important;
	color: var(--bst-aubergine) !important;
}

.bst-home-hero-copy {
	max-width: 620px;
	font-size: 1.08rem;
	line-height: 1.85;
	color: var(--bst-body);
}

.bst-home-hero .wp-block-buttons {
	margin-top: 28px;
	gap: 14px;
}

.bst-home-hero .wp-block-button__link {
	min-height: 52px;
	border-radius: 999px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bst-home-hero .wp-block-button__link:hover,
.bst-home-hero .wp-block-button__link:focus {
	transform: translateY(-2px);
}

.bst-home-hero .is-style-fill .wp-block-button__link {
	background: linear-gradient(135deg, var(--bst-orange) 0%, #de6a49 100%);
	box-shadow: 0 16px 30px rgba(201, 78, 42, 0.18);
	color: #fff;
}

.bst-home-hero .is-style-outline .wp-block-button__link {
	border-radius: 999px;
	border-color: rgba(58, 95, 114, 0.18);
	background: rgba(252, 248, 242, 0.68);
	color: var(--bst-teal);
}

.bst-home-trust {
	margin-top: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.bst-home-trust .wp-block-group {
	padding: 18px 18px 16px;
	border-radius: var(--bst-radius-sm);
	background: rgba(252, 248, 242, 0.72);
	border: 1px solid rgba(42, 34, 55, 0.08);
	backdrop-filter: blur(6px);
}

.bst-home-trust strong {
	display: block;
	margin-bottom: 6px;
	color: var(--bst-ink);
	font-size: 0.95rem;
}

.bst-home-visual {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	padding: 14px;
	border-radius: 30px;
	background: linear-gradient(180deg, rgba(252, 248, 242, 0.94), rgba(247, 241, 231, 0.84));
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: var(--bst-shadow);
}

.bst-home-visual::before {
	content: "";
	position: absolute;
	inset: -14px 26px auto auto;
	width: 110px;
	height: 110px;
	border-radius: 28px;
	background: linear-gradient(135deg, rgba(58, 95, 114, 0.14), rgba(107, 61, 158, 0.12));
	z-index: 0;
}

.bst-home-visual .wp-block-image {
	margin: 0;
	position: relative;
	z-index: 1;
}

.bst-home-visual .wp-block-image img {
	display: block;
	width: 100%;
	max-height: 620px;
	height: auto;
	border-radius: 22px;
	object-fit: cover;
}

.bst-home-visual-card {
	margin-top: 18px;
	padding: 18px 20px;
	border-radius: 20px;
	background: linear-gradient(135deg, var(--bst-aubergine) 0%, var(--bst-plum) 100%);
	color: #fff;
	box-shadow: 0 16px 34px rgba(42, 34, 55, 0.2);
}

.bst-home-visual-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.7;
}

.bst-stats-bar {
	padding-top: 0;
	padding-bottom: 0;
}

.bst-stats-grid {
	margin-top: 0 !important;
	transform: translateY(-16px);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.bst-stats-grid .wp-block-group {
	padding: 26px;
	border-radius: var(--bst-radius-md);
	background: rgba(252, 248, 242, 0.9);
	border: 1px solid rgba(58, 95, 114, 0.1);
	box-shadow: 0 14px 30px rgba(42, 34, 55, 0.06);
}

.bst-stat-number {
	margin-bottom: 8px;
	font-size: clamp(2rem, 4vw, 3rem) !important;
	line-height: 1;
	color: var(--bst-aubergine) !important;
}

.bst-stat-label {
	font-size: 0.9rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--bst-teal);
}

.bst-home-section {
	padding-top: 56px;
	padding-bottom: 56px;
}

.bst-home-section .wp-block-columns {
	gap: 22px;
}

.bst-home-section-title {
	font-size: clamp(2rem, 4vw, 3.5rem) !important;
	line-height: 1.02;
	letter-spacing: -0.02em;
	text-transform: none !important;
	color: var(--bst-aubergine) !important;
}

.bst-home-section-copy {
	max-width: 720px;
	font-size: 1.04rem;
	line-height: 1.8;
}

.bst-collection-card {
	height: 100%;
	padding: 28px;
	border-radius: var(--bst-radius-md);
	background: rgba(252, 248, 242, 0.94);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 18px 40px rgba(42, 34, 55, 0.07);
	backdrop-filter: blur(10px);
}

.bst-collection-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 18px;
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(201, 78, 42, 0.14), rgba(107, 61, 158, 0.14));
	color: var(--bst-aubergine);
	font-size: 1.2rem;
	font-weight: 700;
}

.bst-collection-card h3 {
	margin-top: 0;
	margin-bottom: 12px;
	text-transform: none;
}

.bst-collection-card p {
	line-height: 1.8;
}

.bst-collection-card .wp-block-button {
	margin-top: auto;
}

.bst-collection-card .wp-block-button__link {
	padding-left: 0;
	padding-right: 0;
	background: transparent;
	color: var(--bst-orange);
	box-shadow: none;
}

.bst-subhero {
	padding-top: 28px;
	padding-bottom: 26px;
}

.bst-subhero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 28px;
	align-items: center;
}

.bst-subhero-copy {
	padding: 26px 0;
}

.bst-subhero-copy h1 {
	margin: 16px 0 18px;
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 0.94;
	letter-spacing: -0.04em;
	color: var(--bst-ink);
	text-transform: none;
}


.bst-subhero-copy p {
	max-width: 720px;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.85;
}

.bst-subhero-panel {
	display: grid;
	gap: 16px;
	padding: 22px;
	border-radius: 30px;
	background: rgba(252, 248, 242, 0.82);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 18px 44px rgba(42, 34, 55, 0.08);
}

.bst-subhero-stat {
	padding: 18px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.56);
}

.bst-subhero-stat strong {
	display: block;
	margin-bottom: 6px;
	font-size: 2.4rem;
	line-height: 1;
	color: var(--bst-aubergine);
}

.bst-subhero-stat span,
.bst-subhero-note {
	font-size: 0.96rem;
	line-height: 1.75;
}

.bst-resource-finder {
	display: grid;
	gap: 18px;
	padding: 12px;
	border-radius: 26px;
	background:
		radial-gradient(circle at top right, rgba(201, 78, 42, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255, 252, 248, 0.96) 0%, rgba(248, 243, 236, 0.98) 100%);
}

.bst-resource-finder-intro {
	padding: 20px 20px 0;
}

.bst-resource-finder-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bst-orange);
}

.bst-resource-finder-label::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--bst-orange);
	box-shadow: 0 0 0 5px rgba(201, 78, 42, 0.12);
}

.bst-resource-finder-intro h2 {
	margin: 16px 0 10px;
	font-size: clamp(1.5rem, 2.2vw, 2rem);
	line-height: 1.08;
	color: var(--bst-ink);
	
}

.bst-resource-finder-intro p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.75;
}

.bst-resource-finder-form {
	display: grid;
	gap: 14px;
	padding: 0 20px 4px;
}

.bst-resource-finder-field,
.bst-resource-finder-select-wrap {
	position: relative;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid rgba(42, 34, 55, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.bst-resource-finder-field {
	display: flex;
	align-items: center;
	padding: 0 16px;
}

.bst-resource-finder-icon {
	flex: 0 0 auto;
	margin-right: 10px;
	font-size: 1rem;
	opacity: 0.65;
}

.bst-resource-finder-field input,
.bst-resource-finder-select-wrap select {
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--bst-ink);
	font-size: 0.98rem;
	line-height: 1.4;
}

.bst-resource-finder-field input {
	min-height: 58px;
	padding: 0;
}

.bst-resource-finder-select-wrap select {
	min-height: 58px;
	padding: 0 46px 0 16px;
	appearance: none;
}

.bst-resource-finder-select-wrap::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	border-right: 2px solid rgba(42, 34, 55, 0.55);
	border-bottom: 2px solid rgba(42, 34, 55, 0.55);
	transform: translateY(-65%) rotate(45deg);
	pointer-events: none;
}

.bst-resource-finder-field input:focus,
.bst-resource-finder-select-wrap select:focus {
	outline: none;
}

.bst-resource-finder-field:focus-within,
.bst-resource-finder-select-wrap:focus-within {
	border-color: rgba(201, 78, 42, 0.34);
	box-shadow: 0 0 0 4px rgba(201, 78, 42, 0.08);
}

.bst-resource-finder-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	padding-top: 4px;
}

.bst-resource-finder-actions .bst-button {
	width: auto;
}

.bst-resource-finder-reset {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bst-aubergine);
}

.bst-library-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
	gap: 26px;
	align-items: end;
}

.bst-library-header .bst-kicker {
	margin-bottom: 14px;
}


.bst-library-intro p {
	margin: 0 0 14px;
	line-height: 1.7;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
}

.bst-resource-sections {
	display: grid;
	gap: 34px;
	margin-top: 30px;
	min-width: 0;
}

.bst-resource-band {
	padding: 38px 0 42px;
}

.bst-resource-band--handouts {
	background:
		radial-gradient(circle at 84% 18%, rgba(240, 139, 33, 0.06), transparent 18%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 251, 253, 0.96));
}

.bst-resource-band--study-series {
	background:
		radial-gradient(circle at 16% 24%, rgba(58, 95, 114, 0.12), transparent 20%),
		linear-gradient(180deg, rgba(236, 242, 247, 0.92), rgba(228, 236, 242, 0.96));
}

.bst-resource-band--bible-study-series {
	background:
		radial-gradient(circle at 82% 22%, rgba(157, 92, 48, 0.08), transparent 20%),
		linear-gradient(180deg, rgba(248, 245, 240, 0.94), rgba(241, 236, 229, 0.96));
}

.bst-resource-band--study-guides {
	background:
		radial-gradient(circle at 88% 24%, rgba(201, 78, 42, 0.08), transparent 20%),
		linear-gradient(180deg, rgba(244, 242, 247, 0.92), rgba(237, 234, 241, 0.96));
}

.bst-resource-group {
	min-width: 0;
	padding: 0;
}

.bst-resource-group-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 22px;
	min-width: 0;
}

.bst-resource-group-title {
	margin: 12px 0 0;
	font-size: clamp(2rem, 3vw, 2.7rem);
	line-height: 1.02;
}

.bst-resource-group-header p {
	margin: 0;
	color: #4d4660;
	line-height: 1.82;
	min-width: 0;
}

.bst-resource-section-carousel {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding-bottom: 14px;
	overflow: hidden;
}

.bst-resource-grid-section {
	min-width: 0;
	grid-auto-columns: minmax(248px, 286px);
}

.bst-resource-empty-state {
	padding: 26px 28px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(19, 47, 76, 0.08);
	box-shadow: none;
}

.bst-resource-empty-state h3 {
	margin-bottom: 10px;
}

.bst-resource-empty-state p {
	margin: 0;
	color: #5b6e82;
	line-height: 1.78;
}

.bst-collections-directory {
	position: relative;
	padding: 42px 48px;
	border-radius: 34px;
	background:
		radial-gradient(circle at top right, rgba(240, 139, 33, 0.14), transparent 20%),
		radial-gradient(circle at bottom left, rgba(15, 91, 126, 0.12), transparent 22%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 248, 252, 0.98));
	border: 1px solid rgba(19, 47, 76, 0.06);
	box-shadow: 0 28px 58px rgba(19, 47, 76, 0.1);
	overflow: hidden;
}

.bst-collections-directory::before,
.bst-collections-directory::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.bst-collections-directory::before {
	top: -90px;
	right: -70px;
	width: 260px;
	height: 260px;
	background: radial-gradient(circle, rgba(240, 139, 33, 0.16) 0%, rgba(240, 139, 33, 0) 70%);
}

.bst-collections-directory::after {
	left: -80px;
	bottom: -100px;
	width: 280px;
	height: 280px;
	background: radial-gradient(circle, rgba(15, 91, 126, 0.12) 0%, rgba(15, 91, 126, 0) 72%);
}

.bst-collections-directory-header,
.bst-collections-directory-list {
	position: relative;
	z-index: 1;
}

.bst-collections-directory-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
	gap: 28px;
	align-items: end;
	margin-bottom: 20px;
}

.bst-collections-directory-title {
	margin-top: 18px;
	margin-bottom: 0;
	color: #132f4c;
	font-size: clamp(2rem, 3.5vw, 3.15rem);
}

.bst-collections-directory-header p {
	margin: 0;
	color: #4f6478;
	line-height: 1.9;
}

.bst-collections-directory-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 42px;
}

.bst-collection-line {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 18px;
	row-gap: 10px;
	padding: 24px 0 22px;
	border-bottom: 1px solid rgba(19, 47, 76, 0.12);
	color: #132f4c;
	transition: color 0.2s ease;
}

.bst-collection-line:hover,
.bst-collection-line:focus {
	color: #0f5b7e;
}

.bst-collection-line-top {
	display: contents;
}

.bst-collection-line-name-wrap {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.bst-collection-line-visual {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 82px;
	width: 82px;
	height: 82px;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(15, 91, 126, 0.12), rgba(201, 78, 42, 0.14));
	box-shadow: 0 12px 26px rgba(19, 47, 76, 0.12);
}

.bst-collection-line-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bst-collection-line-visual.is-fallback {
	color: #0f5b7e;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.bst-collection-line-name {
	font-size: 1.34rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.015em;
}

.bst-collection-line-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: start;
	min-width: 34px;
	height: 34px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(240, 139, 33, 0.12);
	color: #b76619;
	font-size: 0.82rem;
	font-weight: 700;
}

.bst-collection-line-copy {
	grid-column: 1 / 2;
	color: #5b6e82;
	line-height: 1.85;
}

.bst-collection-line-link {
	grid-column: 1 / 2;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 4px;
	color: #c94e2a;
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bst-collection-line-link::after {
	content: "->";
	font-size: 0.92rem;
}

.bst-resource-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.bst-home-latest-resources {
	width: 100%;
}

.bst-home-resource-carousel {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: visible;
	padding: 6px 4px 18px;
	margin: 0 -4px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: rgba(58, 95, 114, 0.38) rgba(42, 34, 55, 0.08);
}

.bst-home-resource-carousel::-webkit-scrollbar {
	height: 10px;
}

.bst-home-resource-carousel::-webkit-scrollbar-track {
	background: rgba(42, 34, 55, 0.06);
	border-radius: 999px;
}

.bst-home-resource-carousel::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, rgba(201, 78, 42, 0.72), rgba(58, 95, 114, 0.72));
	border-radius: 999px;
}

.bst-home-feed-section {
	padding: 28px 0 0;
}

.bst-home-feed-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 26px;
}

.bst-home-feed-title {
	margin-top: 18px;
	margin-bottom: 0;
}

.bst-home-feed-header p {
	margin: 0;
	color: #4d4660;
	line-height: 1.85;
}

.bst-home-feed-intro {
	display: grid;
	gap: 16px;
	justify-items: start;
	align-content: start;
	max-width: 34rem;
}

.bst-home-feed-actions {
	margin-top: 0;
}

.bst-home-feed-intro p {
	max-width: 32rem;
}

.bst-home-devotional {
	padding: 46px 0 42px;
	background:
		radial-gradient(circle at 18% 20%, rgba(240, 139, 33, 0.1), transparent 16%),
		radial-gradient(circle at 82% 76%, rgba(15, 91, 126, 0.1), transparent 18%),
		linear-gradient(180deg, #f7f4ee 0%, #f4f7fb 100%);
}

.bst-home-devotional-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.bst-home-devotional-layout {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 980px);
	gap: 42px;
	align-items: start;
	justify-content: center;
	width: min(100%, 1342px);
	margin: 0 auto;
}

.bst-home-devotional-intro {
	position: relative;
	padding: 0;
	max-width: 320px;
}

.bst-home-devotional-intro-title {
	margin-top: 18px;
	margin-bottom: 16px;
	color: #132f4c;
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.04;
}

.bst-home-devotional-intro-copy {
	margin: 0;
	color: #4d5667;
	font-size: 1rem;
	line-height: 1.9;
}

.bst-home-devotional-actions {
	margin-top: 28px;
}

.bst-home-devotional-card-wrap {
	min-width: 0;
	width: 100%;
	max-width: 980px;
}

.bst-home-devotional-card {
	max-width: 980px;
	margin: 0;
	padding: 34px 38px;
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(19, 47, 76, 0.08);
	box-shadow: 0 24px 54px rgba(19, 47, 76, 0.1);
	backdrop-filter: blur(10px);
}

.bst-home-devotional-card-top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
	gap: 28px;
	align-items: center;
	margin-bottom: 26px;
}

.bst-home-devotional-lead {
	min-width: 0;
}

.bst-home-devotional-image {
	align-self: start;
	margin-top: 52px;
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 18px 34px rgba(42, 34, 55, 0.1);
}

.bst-home-devotional-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.bst-home-devotional-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 24px;
}

.bst-home-devotional-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(240, 139, 33, 0.08);
	border: 1px solid rgba(201, 78, 42, 0.14);
	color: #c94e2a;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bst-home-devotional-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f08b21;
	box-shadow: 0 0 0 5px rgba(240, 139, 33, 0.12);
}

.bst-home-devotional-kicker-link {
	text-decoration: none;
}

.bst-home-devotional-date {
	color: #5d6a79;
	font-size: 0.9rem;
}

.bst-home-devotional-reference {
	margin: 0 0 12px;
	color: #0f5b7e;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.bst-home-devotional-title {
	margin: 0 0 18px;
	color: #132f4c;
	font-size: clamp(1.45rem, 2.7vw, 2.35rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.bst-home-devotional-summary {
	margin: 0 0 14px;
	color: #5d6a79;
	font-size: 0.95rem;
	line-height: 1.72;
}

.bst-home-devotional-quote {
	margin: 0 0 28px;
	padding: 18px 0 18px 22px;
	border-left: 3px solid #c94e2a;
	color: #4d4660;
	font-size: 0.9rem;
	font-style: italic;
	line-height: 1.75;
	background: linear-gradient(90deg, rgba(201, 78, 42, 0.05), rgba(201, 78, 42, 0));
}

.bst-home-devotional-copy {
	margin: 0;
	color: #4d5667;
	font-size: 0.95rem;
	line-height: 1.82;
}

.bst-home-devotional-copy.is-spaced {
	margin-bottom: 24px;
}

.bst-devotional-archive-page {
	background:
		radial-gradient(circle at 12% 18%, rgba(201, 78, 42, 0.08), transparent 18%),
		radial-gradient(circle at 88% 72%, rgba(58, 95, 114, 0.08), transparent 22%),
		linear-gradient(180deg, #faf7f3 0%, #f5f7fb 100%);
}

.bst-devotional-archive-hero {
	padding-top: 28px;
	padding-bottom: 26px;
	border-top: 1px solid rgba(42, 34, 55, 0.08);
	background:
		radial-gradient(circle at top right, rgba(238, 228, 215, 0.18), transparent 26%),
		radial-gradient(circle at bottom left, rgba(230, 236, 241, 0.24), transparent 30%),
		linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.bst-devotional-archive-hero .bst-shell {
	padding: 0;
}

.bst-devotional-archive-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
	gap: 28px;
	align-items: center;
}

.bst-devotional-archive-copy h1 {
	margin: 16px 0 18px;
	max-width: none;
	font-size: clamp(2rem, 6vw, 4rem);
	line-height: 0.94;
	letter-spacing: -0.04em;
	color: var(--bst-ink);
	text-transform: none;
}

.bst-devotional-archive-copy p {
	max-width: 720px;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.85;
}

.bst-devotional-archive-panel {
	padding: 20px 20px 18px;
	border-radius: 30px;
	background: rgba(252, 248, 242, 0.82);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 18px 44px rgba(42, 34, 55, 0.08);
	backdrop-filter: blur(8px);
	display: grid;
	gap: 16px;
}

.bst-devotional-archive-stat {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(58, 95, 114, 0.14);
}

.bst-devotional-archive-stat span {
	color: #6a6776;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bst-devotional-archive-stat strong {
	color: #362742;
	font-size: 0.92rem;
}

.bst-devotional-archive-note {
	margin: 0;
	color: #4d5667;
	font-size: 0.88rem;
	line-height: 1.72;
}

.bst-devotional-encourage-panel {
	position: relative;
	overflow: hidden;
	padding: 22px;
	background:
		radial-gradient(circle at top right, rgba(201, 78, 42, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255, 251, 246, 0.98) 0%, rgba(248, 241, 232, 0.96) 100%);
}

.bst-devotional-encourage-panel::before {
	content: "";
	position: absolute;
	top: -36px;
	right: -28px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 48, 48, 0.14) 0%, rgba(184, 48, 48, 0) 72%);
	pointer-events: none;
}

.bst-devotional-encourage-panel .bst-kicker {
	position: relative;
	z-index: 1;
	background: rgba(255, 248, 239, 0.92);
	border-color: rgba(201, 78, 42, 0.16);
	color: #c94e2a;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.bst-devotional-encourage-quote {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 22px 22px 18px 24px;
	border-left: 0;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow:
		inset 0 0 0 1px rgba(19, 47, 76, 0.07),
		0 18px 36px rgba(42, 34, 55, 0.07);
	color: #33445a;
	font-size: clamp(1.1rem, 1.7vw, 1.45rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}

.bst-devotional-encourage-quote::before {
	content: "\201C";
	position: absolute;
	top: 10px;
	left: 14px;
	font-size: 3.7rem;
	line-height: 1;
	color: rgba(201, 78, 42, 0.16);
	font-family: Georgia, "Times New Roman", serif;
}

/* ── Handout preview section ─────────────────────────────────────────────── */
.bst-handout-preview-section {
	background: linear-gradient(160deg, rgba(255, 252, 247, 0.95) 0%, rgba(248, 243, 236, 0.9) 100%);
	border-top: 1px solid rgba(83, 61, 44, 0.08);
	border-bottom: 1px solid rgba(83, 61, 44, 0.08);
	overflow: hidden;
}

.bst-handout-preview-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.bst-handout-preview-copy {
	display: grid;
	gap: 14px;
}

.bst-handout-preview-copy h2 {
	margin: 0;
	font-size: clamp(1.4rem, 2.5vw, 2rem);
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #241f33;
	text-transform: none;
}

.bst-handout-preview-copy p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.8;
	color: #5f6673;
}

.bst-handout-preview-intro {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	color: #5f6673;
}

.bst-handout-preview-copy .bst-handout-section-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}

.bst-handout-preview-copy .bst-handout-section-list li {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 7px 8px 7px 20px;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.3;
	color: #34405a;
	border-bottom: 1px solid rgba(83, 61, 44, 0.07);
}

.bst-handout-preview-copy .bst-handout-section-list li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #c94e2a;
	opacity: 0.8;
}

.bst-handout-preview-images,
.bst-guide-preview-images {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bst-fan-img {
	width: auto;
	max-width: 100%;
	max-height: 340px;
	display: block;
	object-fit: contain;
}

@media (max-width: 767px) {
	.bst-handout-preview-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.bst-handout-preview-copy .bst-handout-section-list {
		grid-template-columns: 1fr;
	}


	.bst-handout-preview-images {
		height: 280px;
	}
}

.bst-guide-preview-images {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bst-devotional-encourage-quote cite {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
	font-style: normal;
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #7a4d37;
}

.bst-devotional-encourage-quote cite::before {
	content: "";
	width: 26px;
	height: 1px;
	background: rgba(122, 77, 55, 0.45);
}

.bst-devotional-encourage-note {
	position: relative;
	z-index: 1;
	margin: 0;
	max-width: 28ch;
	font-size: 0.96rem;
	line-height: 1.72;
	color: #4c596d;
}

.bst-devotional-archive-section {
	padding-top: 0;
}

.bst-devotional-archive-page .bst-cat-bar {
	margin-bottom: 28px;
}

.bst-devotional-archive-layout {
	display: grid;
	grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.bst-devotional-calendar-card {
	position: sticky;
	top: 24px;
	padding: 18px;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid rgba(19, 47, 76, 0.08);
	box-shadow: 0 20px 40px rgba(19, 47, 76, 0.08);
	backdrop-filter: blur(8px);
}

.bst-devotional-subscribe {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(19, 47, 76, 0.08);
}

.bst-devotional-subscribe-card {
	display: grid;
	gap: 12px;
	padding: 18px;
	border-radius: 22px;
	background:
		radial-gradient(circle at top right, rgba(201, 78, 42, 0.12), transparent 42%),
		linear-gradient(180deg, rgba(247, 241, 234, 0.92), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(201, 78, 42, 0.16);
	box-shadow: 0 16px 30px rgba(19, 47, 76, 0.08);
}

.bst-devotional-subscribe-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #b24d2f;
}

.bst-devotional-subscribe-eyebrow::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e07b39;
	box-shadow: 0 0 0 8px rgba(224, 123, 57, 0.14);
}

.bst-devotional-subscribe-card h3 {
	margin: 0;
	font-size: 1.35rem;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #132f4c;
}

.bst-devotional-subscribe-card p {
	margin: 0;
	font-size: 0.96rem;
	line-height: 1.65;
	color: #5a6170;
}

.bst-devotional-signup-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	margin-top: 4px;
	padding: 15px 18px;
	background: linear-gradient(135deg, #e07b39 0%, #c94e2a 42%, #432d46 100%);
	color: #fff;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-radius: 16px;
	cursor: pointer;
	box-shadow: 0 18px 28px rgba(67, 45, 70, 0.2);
	transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.bst-devotional-signup-btn:hover {
	opacity: 0.88;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 22px 34px rgba(67, 45, 70, 0.24);
}

.bst-devotional-signup-btn span[aria-hidden="true"] {
	font-size: 1rem;
}

/* ── Subscribe modal ─────────────────────────────────────────────────────────── */
.bst-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}

.bst-modal.is-open {
	display: flex;
}

.bst-modal-overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(67, 45, 70, 0.72), rgba(19, 47, 76, 0.42)),
		rgba(26, 18, 40, 0.48);
	backdrop-filter: blur(8px);
}

.bst-modal-box {
	position: relative;
	z-index: 1;
	background:
		radial-gradient(circle at top right, rgba(201, 78, 42, 0.1), transparent 28%),
		linear-gradient(180deg, rgba(255, 249, 244, 0.96), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(19, 47, 76, 0.08);
	border-radius: 28px;
	padding: 34px 36px 30px;
	width: 100%;
	max-width: 540px;
	margin: 20px;
	box-shadow: 0 30px 80px rgba(26, 18, 40, 0.24);
	max-height: calc(100vh - 40px);
	overflow-y: auto;
}

.bst-modal-box::before {
	content: "";
	display: block;
	width: 150px;
	height: 104px;
	margin: 0 auto 18px;
	background: url("https://biblestudythemes.com/wp-content/uploads/2026/03/BSTLogo2.png") center / contain no-repeat;
	opacity: 0.96;
}

.bst-modal-box.is-success .bst-kicker,
.bst-modal-box.is-success > h2,
.bst-modal-box.is-success > p {
	display: none;
}

.bst-modal-box .bst-kicker {
	margin-bottom: 14px;
}

.bst-modal-box h2 {
	margin: 0 0 12px;
	font-size: clamp(1.4rem, 2.6vw, 1.9rem);
	line-height: 1.2;
	letter-spacing: -0.04em;
	text-transform: none;
}

.bst-modal-box > p {
	margin: 0 0 26px;
	color: #5a6170;
	font-size: 1.02rem;
	line-height: 1.7;
	max-width: 420px;
}

.bst-modal-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	background: rgba(255, 255, 255, 0.75);
	border: none;
	border-radius: 50%;
	font-size: 1.7rem;
	line-height: 1;
	cursor: pointer;
	color: #7f7a86;
	padding: 0;
	box-shadow: 0 10px 24px rgba(19, 47, 76, 0.08);
}

.bst-modal-close:hover {
	color: #2a2237;
}

.bst-modal-field {
	margin-bottom: 18px;
}

.bst-modal-field label {
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5a6170;
	margin-bottom: 6px;
}

.bst-modal-field input {
	width: 100%;
	padding: 14px 16px;
	border: 1.5px solid rgba(19, 47, 76, 0.14);
	border-radius: 16px;
	font-size: 0.96rem;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
	transition: border-color 0.15s, box-shadow 0.15s;
}

.bst-modal-field input:focus {
	outline: none;
	border-color: var(--global-palette1, #c94e2a);
	box-shadow: 0 0 0 4px rgba(201, 78, 42, 0.1);
}

.bst-modal-lists {
	border: 1px solid rgba(19, 47, 76, 0.08);
	padding: 16px 18px 10px;
	margin: 0 0 20px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.72);
}

.bst-modal-lists legend {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #5a6170;
	margin-bottom: 10px;
}

.bst-modal-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	color: #2a2237;
	margin-bottom: 10px;
	cursor: pointer;
}

.bst-modal-checkbox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	accent-color: var(--global-palette1, #c94e2a);
	flex-shrink: 0;
}

.bst-subscribe-msg {
	font-size: 0.88rem;
	margin-bottom: 12px;
	min-height: 20px;
}

.bst-subscribe-msg.is-error {
	color: #b00;
}

.bst-sub-submit {
	width: 100%;
	margin-top: 4px;
}

.bst-modal-privacy {
	font-size: 0.8rem;
	color: #8a8296;
	text-align: center;
	margin: 14px 0 0;
}

.bst-subscribe-success {
	text-align: center;
	padding: 12px 10px 6px;
}

.bst-subscribe-success h3 {
	margin: 8px 0 12px;
	font-size: clamp(1.9rem, 5vw, 2.4rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #132f4c;
}

.bst-subscribe-success p {
	font-size: 1.06rem;
	color: #3d4b5b;
	font-weight: 500;
	line-height: 1.7;
	margin: 0;
}

.bst-subscribe-success-note {
	margin-top: 10px !important;
	font-size: 0.92rem !important;
	color: #6c7482 !important;
}

@media (max-width: 767px) {
	.bst-modal-box {
		padding: 28px 22px 24px;
		margin: 14px;
		border-radius: 24px;
	}

	.bst-modal-box::before {
		width: 122px;
		height: 88px;
		margin-bottom: 14px;
	}

	.bst-modal-box > p {
		font-size: 0.96rem;
	}
}

/* ── Subscription confirmed page ─────────────────────────────────────────────── */
.bst-confirmed-section {
	min-height: 60vh;
	display: flex;
	align-items: center;
}

.bst-confirmed-shell {
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 24px;
}

.bst-confirmed-icon {
	font-size: 3rem;
	margin-bottom: 20px;
	display: block;
}

.bst-confirmed-heading {
	font-size: 2rem;
	margin: 12px 0 20px;
	line-height: 1.2;
}

.bst-confirmed-body {
	font-size: 1.05rem;
	color: #5a6170;
	line-height: 1.7;
	margin: 0 0 16px;
}

.bst-confirmed-redirect {
	font-size: 0.88rem;
	color: #aaa;
	margin: 0 0 28px;
}

.bst-confirmed-shell .bst-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	width: auto;
}

@media (max-width: 767px) {
	.bst-confirmed-section {
		min-height: auto;
		padding: 40px 0;
	}

	.bst-confirmed-shell {
		width: min(100%, 520px);
		padding: 28px 20px;
	}

	.bst-confirmed-heading {
		font-size: clamp(2.2rem, 11vw, 3.4rem);
		line-height: 1.05;
		letter-spacing: -0.02em;
		word-break: break-word;
	}

	.bst-confirmed-body {
		font-size: 1rem;
		line-height: 1.65;
	}

	.bst-confirmed-shell .bst-button {
		width: 100%;
		max-width: 320px;
	}
}

.bst-devotional-calendar-top {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 20px;
}

.bst-devotional-calendar-top h2 {
	margin: 8px 0 0;
	color: #132f4c;
	font-size: 1.05rem;
	line-height: 1.15;
}

.bst-devotional-today-link {
	color: #c94e2a;
	font-size: 0.82rem;
	font-weight: 700;
	text-decoration: none;
}

.bst-devotional-date-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	margin-bottom: 18px;
}

.bst-devotional-date-form input[type="date"] {
	width: 100%;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(58, 95, 114, 0.18);
	background: #ffffff;
	color: #362742;
	font: inherit;
}

.bst-devotional-date-form .bst-button {
	width: 100%;
	justify-content: center;
}

.bst-devotional-calendar-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
	padding: 10px 12px;
	border-radius: 16px;
	background: #f6f2ed;
}

.bst-devotional-calendar-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	color: #362742;
	text-decoration: none;
	box-shadow: 0 8px 18px rgba(54, 39, 66, 0.08);
}

.bst-devotional-calendar-nav strong {
	color: #362742;
	font-size: 0.92rem;
}

.bst-devotional-calendar-weekdays,
.bst-devotional-calendar-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 8px;
}

.bst-devotional-calendar-weekdays {
	margin-bottom: 10px;
}

.bst-devotional-calendar-weekdays span {
	text-align: center;
	color: #6a6776;
	font-size: 0.78rem;
	font-weight: 700;
}

.bst-devotional-calendar-day {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-radius: 12px;
	border: 1px solid rgba(58, 95, 114, 0.08);
	background: #ffffff;
	color: #362742;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.bst-devotional-calendar-day:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 18px rgba(54, 39, 66, 0.08);
	border-color: rgba(201, 78, 42, 0.24);
}

.bst-devotional-calendar-day.is-other-month {
	opacity: 0.34;
}

.bst-devotional-calendar-day.is-today {
	border-color: rgba(58, 95, 114, 0.24);
	box-shadow: inset 0 0 0 1px rgba(58, 95, 114, 0.16);
}

.bst-devotional-calendar-day.is-selected {
	background: linear-gradient(135deg, #c94e2a 0%, #b83030 100%);
	border-color: transparent;
	color: #ffffff;
	box-shadow: 0 16px 24px rgba(184, 48, 48, 0.24);
}

.bst-devotional-feature-shell {
	min-width: 0;
}

.bst-devotional-feature-card {
	padding: 28px 30px;
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(19, 47, 76, 0.08);
	box-shadow: 0 28px 56px rgba(19, 47, 76, 0.1);
	backdrop-filter: blur(10px);
}

.bst-devotional-feature-top {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(240px, 0.85fr);
	gap: 26px;
	align-items: start;
	margin-bottom: 22px;
}

.bst-devotional-feature-head {
	margin-bottom: 0;
	min-width: 0;
}

.bst-devotional-feature-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.bst-devotional-feature-date {
	color: #5d6a79;
	font-size: 0.92rem;
}

.bst-devotional-feature-title {
	margin: 0 0 16px;
	color: #1f2333;
	font-size: clamp(1.7rem, 3.1vw, 2.7rem);
	line-height: 1.04;
	letter-spacing: -0.05em;
	text-transform: none;
}

.bst-devotional-feature-excerpt {
	max-width: 58ch;
	margin: 0;
	color: #4d5667;
	font-size: 0.92rem;
	line-height: 1.74;
}

.bst-devotional-feature-image-wrap {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 22px 38px rgba(42, 34, 55, 0.12);
	max-width: 440px;
	justify-self: end;
	align-self: start;
}

.bst-devotional-feature-image-link {
	position: relative;
	display: block;
	cursor: zoom-in;
}

.bst-devotional-feature-image-link::after {
	content: "View Full Size";
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(42, 34, 55, 0.72);
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.22s ease, transform 0.22s ease;
	pointer-events: none;
}

.bst-devotional-feature-image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	object-position: center center;
	transition: transform 0.35s ease, object-position 0.35s ease;
}

.bst-devotional-feature-image-link:hover::after,
.bst-devotional-feature-image-link:focus-visible::after {
	opacity: 1;
	transform: translateY(0);
}

.bst-devotional-feature-image-link:hover .bst-devotional-feature-image,
.bst-devotional-feature-image-link:focus-visible .bst-devotional-feature-image {
	transform: scale(1.06);
	object-position: center center;
}

.bst-devotional-feature-content {
	display: grid;
	gap: 20px;
}

.bst-devotional-reading {
	display: grid;
	gap: 14px;
}

.bst-devotional-reading-quote {
	margin-bottom: 4px;
}

.bst-devotional-reading-section + .bst-devotional-reading-section {
	padding-top: 8px;
}

.bst-devotional-reading-section .bst-home-devotional-reference {
	margin-bottom: 4px;
	font-size: 0.74rem;
	letter-spacing: 0.22em;
}

.bst-devotional-reading-section .bst-home-devotional-copy {
	margin-top: 0;
}

.bst-devotional-reading-section .bst-home-devotional-copy,
.bst-devotional-reading-section .bst-home-devotional-copy p {
	font-size: 0.95rem;
	line-height: 1.65;
}

.bst-devotional-reading-section .bst-home-devotional-copy p {
	margin: 0 0 0.75em;
}

.bst-devotional-reading-section .bst-home-devotional-copy p:last-child {
	margin-bottom: 0;
}

.bst-devotional-feature-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.bst-devotional-feature-block {
	padding: 16px 18px;
	border-radius: 18px;
	background: #ffffff;
	border: 1px solid rgba(58, 95, 114, 0.1);
}

.bst-devotional-feature-block.is-highlight {
	background: linear-gradient(90deg, rgba(201, 78, 42, 0.06), rgba(201, 78, 42, 0));
	border-left: 4px solid #c94e2a;
}

.bst-devotional-feature-block.is-soft {
	background: linear-gradient(180deg, rgba(58, 95, 114, 0.05), rgba(58, 95, 114, 0.02));
}

.bst-devotional-feature-fact {
	background: linear-gradient(135deg, #fdf7f1 0%, #f7efe7 100%);
	border-left: 4px solid #c94e2a;
}

.bst-devotional-feature-label {
	display: inline-block;
	margin-bottom: 12px;
	color: #3a5f72;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bst-devotional-feature-quote {
	margin: 0;
	color: #4d4660;
	font-size: 0.92rem;
	font-style: italic;
	line-height: 1.72;
}

.bst-devotional-feature-copy {
	color: #4d5667;
	font-size: 0.9rem;
	line-height: 1.76;
}

.bst-devotional-feature-copy > :first-child {
	margin-top: 0;
}

.bst-devotional-feature-copy > :last-child {
	margin-bottom: 0;
}

.bst-devotional-empty-state {
	padding: 22px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(58, 95, 114, 0.06), rgba(201, 78, 42, 0.06));
}

.bst-devotional-empty-state h3 {
	margin: 0 0 12px;
	color: #1f2333;
	font-size: 1.18rem;
}

.bst-devotional-empty-state p {
	margin: 0;
	color: #4d5667;
	font-size: 0.92rem;
	line-height: 1.74;
}

@media (max-width: 1024px) {
	.bst-devotional-archive-hero-grid,
	.bst-devotional-archive-layout,
	.bst-devotional-feature-grid,
	.bst-devotional-feature-top {
		grid-template-columns: 1fr;
	}

	.bst-devotional-calendar-card {
		position: static;
	}

	.bst-devotional-feature-image-wrap {
		max-width: none;
		justify-self: stretch;
	}
}

@media (max-width: 767px) {
	.bst-devotional-archive-hero {
		padding: 36px 0 20px;
	}

	.bst-devotional-archive-copy h1 {
		max-width: 100%;
		font-size: clamp(1.8rem, 8vw, 2.5rem);
	}

	.bst-devotional-calendar-card,
	.bst-devotional-feature-card {
		padding: 22px 18px;
		border-radius: 24px;
	}

	.bst-devotional-calendar-weekdays,
	.bst-devotional-calendar-grid {
		gap: 6px;
	}

	.bst-devotional-calendar-day {
		min-height: 38px;
		border-radius: 12px;
		font-size: 0.88rem;
	}

	.bst-devotional-feature-title {
		font-size: clamp(1.55rem, 7vw, 2.1rem);
	}
}

.bst-resource-grid-home {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(250px, 280px);
	grid-template-columns: none;
	gap: 18px;
	margin-top: 0;
	padding-bottom: 6px;
}

.bst-resource-grid-home.bst-resource-grid-section {
	grid-auto-columns: minmax(248px, 286px);
}

.bst-resource-grid-home > * {
	scroll-snap-align: start;
}

.bst-resource-grid-home .bst-resource-card,
.bst-resource-grid-home .bst-card {
	height: 100%;
}

.bst-resource-card {
	border: 0;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 16px 32px rgba(42, 34, 55, 0.07);
}

.bst-resource-media {
	position: relative;
	flex: 0 0 auto;
	aspect-ratio: 1 / 1;
	background: linear-gradient(135deg, rgba(58, 95, 114, 0.12), rgba(201, 78, 42, 0.14));
	overflow: hidden;
}

.bst-resource-media a {
	display: block;
	position: absolute;
	inset: 0;
	height: 100%;
}

.bst-resource-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.bst-resource-card:hover .bst-resource-media img,
.bst-resource-card:focus-within .bst-resource-media img {
	transform: scale(1.03);
}

.bst-resource-card:hover .bst-resource-media img.bst-catalog-scaled-image,
.bst-resource-card:focus-within .bst-resource-media img.bst-catalog-scaled-image {
	transform: scale(var(--bst-catalog-image-hover-scale, 1.03));
}

.bst-resource-body {
	gap: 0;
	padding: 18px 18px 16px;
}

.bst-resource-meta {
	margin-bottom: 10px;
	font-size: 0.68rem;
	letter-spacing: 0.2em;
	color: #c94e2a;
}

.bst-resource-title {
	margin: 0 0 10px;
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.3;
	letter-spacing: -0.01em;
}

.bst-resource-title a {
	color: var(--bst-aubergine);
}

.bst-resource-excerpt {
	margin: 0 0 16px;
	color: #4d4660;
	font-size: 0.92rem;
	line-height: 1.7;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.bst-resource-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin-top: auto;
}

.bst-resource-button {
	min-height: 0;
	padding: 0;
	background: transparent;
	color: #c94e2a;
	box-shadow: none;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.bst-resource-button:hover,
.bst-resource-button:focus {
	background: transparent;
	color: #8f361d;
	transform: none;
}

.bst-resource-price {
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #5a5368;
	font-size: 0.84rem;
	font-weight: 600;
}

.bst-resource-price ins {
	background: transparent;
	text-decoration: none;
}

.bst-journal-card .bst-feature-body {
	gap: 0;
}

.bst-journal-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin: 2px 0 16px;
	font-size: 0.9rem;
	color: var(--bst-body);
}

.bst-pagination {
	display: flex;
	justify-content: center;
	margin-top: 38px;
}

.bst-pagination .nav-links {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.bst-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255, 250, 242, 0.8);
	border: 1px solid rgba(106, 59, 45, 0.1);
	color: var(--bst-brown-deep);
	font-weight: 700;
}

.bst-pagination .page-numbers.current {
	background: var(--bst-aubergine);
	border-color: var(--bst-aubergine);
	color: #fff;
}

/* ── Category bar ────────────────────────────────────────────────────────── */
.bst-cat-bar {
	background: #7a2416;
	padding: 0;
}

.bst-cat-bar-inner {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.bst-cat-bar-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 28px 24px;
	text-decoration: none;
	position: relative;
	transition: background 0.25s ease;
}

.bst-cat-bar-item::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(201,78,42,0.45) 0%, rgba(54,39,66,0.45) 100%);
	opacity: 0;
	transition: opacity 0.25s ease;
	border-radius: 0;
}

.bst-cat-bar-item:hover::after {
	opacity: 1;
}

.bst-cat-bar-item:not(:last-child) {
	border-right: 1px solid rgba(255,255,255,0.1);
}

.bst-cat-bar-label {
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #e8a87c;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}

.bst-cat-bar-tagline {
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}

@media (max-width: 1180px) {
	.bst-trust,
	.bst-stat-grid,
	.bst-home-trust,
	.bst-stats-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bst-hero-grid,
	.bst-cta-wrap,
	.bst-subhero-grid,
	.bst-library-header,
	.bst-resource-group-header,
	.bst-collections-directory-header,
	.bst-home-feed-header {
		grid-template-columns: 1fr;
	}

	.bst-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 920px) {
	.bst-category-grid,
	.bst-feature-grid,
	.bst-promise-grid,
	.bst-post-grid,
	.bst-home-section .wp-block-columns {
		grid-template-columns: 1fr;
	}

	.bst-journal-layout {
		grid-template-columns: 1fr;
	}

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

	.bst-resource-grid-home {
		grid-auto-columns: minmax(232px, 270px);
		grid-template-columns: none;
	}

	.bst-resource-grid-home.bst-resource-grid-section {
		grid-auto-columns: minmax(232px, 270px);
	}

	.bst-resource-band {
		padding: 32px 0 36px;
	}

	.bst-hero-visual {
		min-height: auto;
	}

	.bst-hero-panel {
		padding-bottom: 110px;
	}

	.bst-highlight-card {
		right: 18px;
		bottom: 18px;
		width: calc(100% - 36px);
	}
}

@media (max-width: 767px) {
	.bst-section {
		padding: 54px 0;
	}

	.bst-hero {
		padding: 18px 0 34px;
	}

	.bst-shell {
		width: min(100% - 20px, 1180px);
	}

	.bst-hero-copy h1 {
		font-size: clamp(2.0rem, 14vw, 4rem);
	}

	.bst-trust,
	.bst-stat-grid,
	.bst-home-trust,
	.bst-stats-grid {
		grid-template-columns: 1fr;
	}

	.bst-hero-panel {
		padding: 14px 14px 118px;
	}

	.bst-home-hero .wp-block-columns {
		gap: 22px;
	}

	.bst-home-hero-title {
		font-size: clamp(2.5rem, 14vw, 4rem) !important;
	}

	.bst-hero-image-main {
		height: 330px;
	}

	.bst-hero-image-accent {
		left: 16px;
		bottom: auto;
		top: 240px;
		width: 150px;
		height: 150px;
	}

	.bst-card,
	.bst-cta-wrap {
		padding: 22px;
	}

	.bst-subhero-panel {
		padding: 18px;
	}

	.bst-resource-finder-intro,
	.bst-resource-finder-form {
		padding-left: 0;
		padding-right: 0;
	}

	.bst-resource-finder-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bst-resource-finder-actions .bst-button {
		width: 100%;
	}

	.bst-actions,
	.bst-cta-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bst-button {
		width: 100%;
	}
}

/* Homepage block overrides */
body.home.bst-homepage-active {
	background: #ffffff;
	color: #403750;
}

.home .site,
.home .site-content,
.home .content-container {
	background: #ffffff;
}

.bst-home-hero,
.bst-stats-bar,
.bst-home-section {
	padding-left: 20px;
	padding-right: 20px;
}

.bst-home-hero > .wp-block-group__inner-container,
.bst-stats-bar > .wp-block-group__inner-container,
.bst-home-section > .wp-block-group__inner-container {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.bst-home-hero {
	padding-top: 56px;
	padding-bottom: 0;
	background: linear-gradient(135deg, rgba(42, 34, 55, 0.98) 0%, rgba(58, 95, 114, 0.95) 100%);
}

.bst-home-hero > .wp-block-group__inner-container {
	position: relative;
	padding: 110px 90px 120px;
}

.bst-home-hero > .wp-block-group__inner-container::before,
.bst-home-hero > .wp-block-group__inner-container::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.bst-home-hero > .wp-block-group__inner-container::before {
	top: 34px;
	left: 40px;
	width: 170px;
	height: 170px;
	background: rgba(184, 48, 48, 0.16);
	filter: blur(8px);
}

.bst-home-hero > .wp-block-group__inner-container::after {
	right: 70px;
	bottom: 48px;
	width: 220px;
	height: 220px;
	background: rgba(201, 78, 42, 0.12);
	filter: blur(10px);
}

.bst-home-hero .wp-block-buttons {
	margin-top: 30px;
	gap: 16px;
}

.bst-home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.08);
	color: #f0d8d0;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bst-home-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c94e2a;
	box-shadow: 0 0 0 5px rgba(201, 78, 42, 0.18);
}

.bst-home-hero .bst-home-kicker {
	margin-left: auto;
	margin-right: auto;
}

.bst-home-hero-title {
	max-width: 920px;
	margin: 24px auto 20px !important;
	font-size: clamp(3.6rem, 7vw, 6.3rem) !important;
	line-height: 0.96;
	letter-spacing: -0.05em;
	color: #ffffff !important;
	text-transform: none !important;
}

.bst-home-hero-copy {
	max-width: 760px;
	margin: 0 auto;
	font-size: 1.14rem;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.82);
}

.bst-home-hero .is-style-fill .wp-block-button__link,
.bst-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	min-height: 54px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: #c94e2a;
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(201, 78, 42, 0.28);
}

.bst-home-hero .is-style-outline .wp-block-button__link {
	min-height: 54px;
	padding: 0 28px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: transparent;
	color: #ffffff;
}

.bst-stats-bar {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: -1px;
}

.bst-stats-bar > .wp-block-group__inner-container {
	background: linear-gradient(90deg, #7c2c21 0%, #b83030 48%, #6b3d9e 100%);
	border-radius: 0 0 30px 30px;
	padding: 24px 34px;
	box-shadow: 0 22px 40px rgba(42, 34, 55, 0.14);
}

.bst-stats-grid {
	margin: 0 !important;
	gap: 20px;
}

.bst-stats-grid .wp-block-column {
	display: flex;
	justify-content: center;
}

.bst-stats-grid .wp-block-group {
	width: 100%;
	text-align: center;
}

.bst-stat-number {
	margin: 0 0 6px !important;
	font-size: 1rem !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase !important;
	color: #ffd5c8 !important;
}

.bst-stat-label {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.bst-home-section {
	padding-top: 84px;
	padding-bottom: 34px;
}

.bst-home-section .bst-home-kicker {
	border-color: rgba(42, 34, 55, 0.12);
	background: rgba(58, 95, 114, 0.07);
	color: #3a5f72;
}

.bst-home-section-title {
	max-width: 760px;
	margin: 20px 0 18px !important;
	font-size: clamp(2.6rem, 5vw, 4.5rem) !important;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #2a2237 !important;
	text-transform: none !important;
}

.bst-home-section-copy {
	max-width: 760px;
	font-size: 1.08rem;
	line-height: 1.9;
	color: #4d4660;
}

.bst-home-intro-grid {
	margin-top: 40px !important;
	gap: 44px;
	align-items: center;
}

.bst-home-logo-image {
	margin: 0;
	padding: 42px 32px;
	border-radius: 28px;
	background: linear-gradient(180deg, rgba(58, 95, 114, 0.08) 0%, rgba(107, 61, 158, 0.08) 100%);
	text-align: center;
}

.bst-home-logo-image img {
	width: min(320px, 100%);
	margin: 0 auto;
}

body:not(.home) .site-branding img.custom-logo,
body:not(.home) .mobile-site-branding img.custom-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 230px;
	max-height: 92px;
	object-fit: contain;
}

.bst-home-intro-grid .wp-block-column:last-child {
	padding: 22px 0;
}

.bst-home-intro-grid p {
	font-size: 1.05rem;
	line-height: 1.95;
	color: #403750;
}

.bst-home-collections {
	padding-top: 56px;
	padding-bottom: 90px;
}

.bst-home-collections > .wp-block-group__inner-container > .wp-block-columns {
	margin-top: 36px;
	gap: 26px;
}

.bst-collection-card {
	height: 100%;
	padding: 34px 30px;
	border: 1px solid rgba(42, 34, 55, 0.08);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(42, 34, 55, 0.08);
}

.bst-collection-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin: 0 0 20px !important;
	border-radius: 16px;
	background: linear-gradient(135deg, #2a2237 0%, #6b3d9e 100%);
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
}

.bst-collection-card h3 {
	margin: 0 0 12px !important;
	font-size: 1.7rem !important;
	line-height: 1.15;
	color: #2a2237 !important;
	text-transform: none !important;
}

.bst-collection-card p {
	margin-bottom: 18px;
	font-size: 1rem;
	line-height: 1.8;
	color: #4d4660;
}

.bst-collection-card .wp-block-button {
	margin-top: auto;
}

.bst-collection-card .wp-block-button__link {
	padding: 0;
	min-height: 0;
	border: 0;
	background: transparent;
	color: #c94e2a;
	box-shadow: none;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.bst-home-hero > .wp-block-group__inner-container {
		padding: 88px 42px 96px;
	}

	.bst-home-hero-title {
		font-size: clamp(3rem, 10vw, 5rem) !important;
	}

	.bst-home-intro-grid {
		gap: 28px;
	}
}

@media (max-width: 781px) {
	.bst-home-hero,
	.bst-stats-bar,
	.bst-home-section {
		padding-left: 14px;
		padding-right: 14px;
	}

	.bst-home-hero > .wp-block-group__inner-container {
		padding: 72px 24px 78px;
	}

	.bst-home-hero-title {
		font-size: clamp(2.8rem, 15vw, 4rem) !important;
	}

	.bst-home-hero-copy,
	.bst-home-section-copy {
		font-size: 1rem;
	}

	.bst-stats-bar > .wp-block-group__inner-container {
		padding: 24px 18px;
		border-radius: 0 0 22px 22px;
	}

	.bst-stats-grid {
		gap: 14px;
	}

	.bst-home-section {
		padding-top: 64px;
	}

	.bst-home-intro-grid {
		margin-top: 28px !important;
	}

	.bst-home-collections > .wp-block-group__inner-container > .wp-block-columns {
		gap: 18px;
	}
}

/* Homepage header connection */
body.home.bst-homepage-active #masthead,
body.home.bst-homepage-active #main-header,
body.home.bst-homepage-active .site-header-wrap,
body.home.bst-homepage-active .site-main-header-wrap,
body.home.bst-homepage-active .site-header-row-container-inner,
body.home.bst-homepage-active #mobile-header .site-main-header-wrap,
body.home.bst-homepage-active #mobile-header .site-header-row-container-inner {
	background: linear-gradient(135deg, rgba(42, 34, 55, 0.98) 0%, rgba(58, 95, 114, 0.95) 100%);
}

body.home.bst-homepage-active .site-header-row-container-inner {
	box-shadow: none;
}

body.home.bst-homepage-active .site-main-header-inner-wrap,
body.home.bst-homepage-active #mobile-header .site-main-header-inner-wrap {
	min-height: 92px;
}

body.home.bst-homepage-active .site-branding img.custom-logo,
body.home.bst-homepage-active .mobile-site-branding img.custom-logo {
	max-height: 74px;
}

body.home.bst-homepage-active .main-navigation .menu > li > a,
body.home.bst-homepage-active .header-cart-button,
body.home.bst-homepage-active .menu-toggle-open,
body.home.bst-homepage-active .menu-toggle-open:hover,
body.home.bst-homepage-active .menu-toggle-open:focus {
	color: rgba(255, 255, 255, 0.88);
}

body.home.bst-homepage-active .main-navigation .menu > li.current-menu-item > a,
body.home.bst-homepage-active .main-navigation .menu > li > a:hover,
body.home.bst-homepage-active .main-navigation .menu > li > a:focus {
	color: #f3a16b;
}

body.home.bst-homepage-active .header-cart-total {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

body.home.bst-homepage-active .bst-home-hero {
	padding-top: 8px;
}

body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container {
	padding-top: 84px;
}

@media (max-width: 781px) {
	body.home.bst-homepage-active .site-main-header-inner-wrap,
	body.home.bst-homepage-active #mobile-header .site-main-header-inner-wrap {
		min-height: 78px;
	}

	body.home.bst-homepage-active .site-branding img.custom-logo,
	body.home.bst-homepage-active .mobile-site-branding img.custom-logo {
		max-height: 58px;
	}

	body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container {
		padding-top: 54px;
	}
}

/* Homepage readability refinements */
body.home.bst-homepage-active #masthead,
body.home.bst-homepage-active #main-header,
body.home.bst-homepage-active .site-header-wrap,
body.home.bst-homepage-active .site-main-header-wrap,
body.home.bst-homepage-active .site-header-row-container-inner,
body.home.bst-homepage-active #mobile-header .site-main-header-wrap,
body.home.bst-homepage-active #mobile-header .site-header-row-container-inner {
	background: #ffffff;
}

body.home.bst-homepage-active .site-header-row-container-inner {
	box-shadow: 0 1px 0 rgba(42, 34, 55, 0.08);
}

body.home.bst-homepage-active .site-main-header-inner-wrap,
body.home.bst-homepage-active #mobile-header .site-main-header-inner-wrap {
	min-height: 96px;
}

body.home.bst-homepage-active .main-navigation .menu > li > a,
body.home.bst-homepage-active .header-cart-button,
body.home.bst-homepage-active .menu-toggle-open,
body.home.bst-homepage-active .menu-toggle-open:hover,
body.home.bst-homepage-active .menu-toggle-open:focus {
	color: #2a2237;
}

body.home.bst-homepage-active .main-navigation .menu > li.current-menu-item > a,
body.home.bst-homepage-active .main-navigation .menu > li > a:hover,
body.home.bst-homepage-active .main-navigation .menu > li > a:focus {
	color: #c94e2a;
}

body.home.bst-homepage-active .header-cart-total {
	background: rgba(42, 34, 55, 0.08);
	color: #2a2237;
}

body.home.bst-homepage-active .bst-home-hero {
	padding-top: 36px;
	padding-bottom: 34px;
	background:
		radial-gradient(circle at 22% 18%, rgba(184, 48, 48, 0.18), transparent 14%),
		radial-gradient(circle at 78% 74%, rgba(107, 61, 158, 0.16), transparent 18%),
		linear-gradient(135deg, #2a2237 0%, #3a5f72 100%);
}

body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container {
	padding-top: 88px;
	padding-bottom: 92px;
}

body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container::before {
	top: 68px;
	left: 78px;
	width: 120px;
	height: 120px;
	background: rgba(184, 48, 48, 0.18);
	filter: blur(6px);
}

body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container::after {
	right: 90px;
	bottom: 64px;
	width: 150px;
	height: 150px;
	background: rgba(201, 78, 42, 0.12);
	filter: blur(8px);
}

body.home.bst-homepage-active .bst-home-kicker {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
}

body.home.bst-homepage-active .bst-home-hero-title {
	max-width: 980px;
	font-size: clamp(4rem, 7vw, 6.2rem) !important;
	line-height: 0.98;
	color: #ffffff !important;
	text-shadow: 0 2px 12px rgba(42, 34, 55, 0.18);
}

body.home.bst-homepage-active .bst-home-hero-copy {
	max-width: 760px;
	font-size: 1.12rem;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.92);
}

body.home.bst-homepage-active .bst-home-hero .is-style-fill .wp-block-button__link,
body.home.bst-homepage-active .bst-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #c94e2a;
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(201, 78, 42, 0.26);
}

body.home.bst-homepage-active .bst-home-hero .is-style-outline .wp-block-button__link {
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: transparent;
	color: #ffffff;
}

body.home.bst-homepage-active .bst-stats-bar {
	margin-top: -1px;
	position: relative;
	z-index: 2;
	padding-top: 0;
	padding-bottom: 44px;
}

body.home.bst-homepage-active .bst-stats-bar > .wp-block-group__inner-container {
	background: linear-gradient(90deg, #7e2f22 0%, #b83030 50%, #6b3d9e 100%);
	border-radius: 0;
	padding: 18px 0;
	box-shadow: none;
	width: 100%;
	max-width: none;
}

body.home.bst-homepage-active .bst-stats-grid {
	gap: 16px;
	max-width: 1380px;
	margin: 0 auto !important;
	justify-content: center;
}

body.home.bst-homepage-active .bst-stats-grid .wp-block-column {
	display: flex;
	justify-content: center;
	flex: 0 0 auto;
}

body.home.bst-homepage-active .bst-stats-grid .wp-block-group {
	width: min(100%, 290px);
	padding: 18px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.95);
	min-height: 100%;
}

body.home.bst-homepage-active .bst-stat-number {
	color: #c94e2a !important;
	font-size: 0.95rem !important;
	letter-spacing: 0.11em;
}

body.home.bst-homepage-active .bst-stat-label {
	color: #4b435f;
	font-size: 0.92rem;
	line-height: 1.55;
}

body.home.bst-homepage-active .bst-home-section .bst-home-kicker {
	color: #3a5f72;
}

body.home.bst-homepage-active .bst-home-section-title {
	color: #2a2237 !important;
}

body.home.bst-homepage-active .bst-home-section-copy,
body.home.bst-homepage-active .bst-home-intro-grid p,
body.home.bst-homepage-active .bst-collection-card p {
	color: #4d4660;
}

body.home.bst-homepage-active .bst-home-logo-image {
	background: linear-gradient(180deg, rgba(58, 95, 114, 0.06) 0%, rgba(107, 61, 158, 0.06) 100%);
	border: 1px solid rgba(42, 34, 55, 0.06);
}

body.home.bst-homepage-active .bst-collection-mark {
	background: linear-gradient(135deg, #362742 0%, #6b3d9e 100%);
}

body.home.bst-homepage-active .bst-collection-card .wp-block-button__link {
	color: #c94e2a;
}

@media (max-width: 781px) {
	body.home.bst-homepage-active .site-main-header-inner-wrap,
	body.home.bst-homepage-active #mobile-header .site-main-header-inner-wrap {
		min-height: 82px;
	}

	body.home.bst-homepage-active .bst-home-hero {
		padding-top: 18px;
	}

	body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container {
		padding-top: 64px;
		padding-bottom: 72px;
	}

	body.home.bst-homepage-active .bst-home-hero-title {
		font-size: clamp(3rem, 14vw, 4.4rem) !important;
	}

	body.home.bst-homepage-active .bst-stats-bar {
		padding-bottom: 28px;
	}

	body.home.bst-homepage-active .bst-stats-bar > .wp-block-group__inner-container {
		padding: 18px 14px;
	}

	body.home.bst-homepage-active .bst-stats-grid .wp-block-group {
		width: 100%;
	}
}

/* Homepage header sizing */
body.home.bst-homepage-active #masthead .site-container,
body.home.bst-homepage-active #mobile-header .site-container {
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

body.home.bst-homepage-active .site-branding,
body.home.bst-homepage-active .mobile-site-branding {
	display: flex;
	align-items: center;
}

body.home.bst-homepage-active .site-branding .brand,
body.home.bst-homepage-active .mobile-site-branding .brand {
	display: inline-flex;
	align-items: center;
}

body.home.bst-homepage-active .site-branding img.custom-logo,
body.home.bst-homepage-active .mobile-site-branding img.custom-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 230px;
	max-height: 92px;
	object-fit: contain;
}

body.home.bst-homepage-active .site-header-main-section-left {
	flex: 0 0 auto;
}

body.home.bst-homepage-active .site-header-main-section-right {
	flex: 1 1 auto;
}

body.home.bst-homepage-active .site-header-item-main-navigation {
	display: flex;
	justify-content: flex-end;
	flex: 1 1 auto;
}

@media (max-width: 781px) {
	body.home.bst-homepage-active #masthead .site-container,
	body.home.bst-homepage-active #mobile-header .site-container {
		width: min(100% - 28px, 1180px);
	}

	body.home.bst-homepage-active .site-branding img.custom-logo,
	body.home.bst-homepage-active .mobile-site-branding img.custom-logo {
		max-width: 180px;
		max-height: 68px;
	}
}

/* Homepage revert to simpler hero */
body.home.bst-homepage-active .bst-home-hero {
	padding-top: 0;
	padding-bottom: 0;
	background: linear-gradient(120deg, #0f5b7e 0%, #04214f 100%);
}

body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container {
	padding: 104px 24px 112px;
}

body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container::before,
body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container::after,
body.home.bst-homepage-active .bst-home-hero-copy {
	display: none;
}

body.home.bst-homepage-active .bst-home-kicker {
	border: 0;
	background: transparent;
	color: #f08b21;
	padding: 0;
	font-size: 0.82rem;
	letter-spacing: 0.34em;
}

body.home.bst-homepage-active .bst-home-kicker::before {
	display: none;
}

body.home.bst-homepage-active .bst-home-hero-title {
	max-width: none;
	margin: 28px auto 40px !important;
	font-size: clamp(3.8rem, 7vw, 5.8rem) !important;
	line-height: 1.08;
	letter-spacing: 0.12em;
	text-transform: uppercase !important;
	text-shadow: none;
}

body.home.bst-homepage-active .bst-home-hero .wp-block-buttons {
	margin-top: 0;
}

body.home.bst-homepage-active .bst-home-hero .wp-block-button__link {
	min-height: 48px;
	padding: 0 28px;
	border-radius: 0;
	box-shadow: none;
	font-size: 0.82rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

body.home.bst-homepage-active .bst-home-hero .is-style-fill .wp-block-button__link,
body.home.bst-homepage-active .bst-home-hero .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: #f08b21;
	color: #ffffff;
}

body.home.bst-homepage-active .bst-stats-bar {
	margin-top: 0;
	padding: 0;
	background: #7f2917;
}

body.home.bst-homepage-active .bst-stats-bar > .wp-block-group__inner-container {
	background: transparent;
	width: min(1180px, calc(100% - 40px));
	max-width: 1180px;
	margin: 0 auto;
	padding: 22px 0 20px;
}

body.home.bst-homepage-active .bst-stats-grid {
	gap: 18px;
	max-width: none;
	margin: 0 !important;
}

body.home.bst-homepage-active .bst-stats-grid .wp-block-column {
	flex: 1 1 0;
}

body.home.bst-homepage-active .bst-stats-grid .wp-block-group {
	width: 100%;
	padding: 0;
	background: transparent;
	border-radius: 0;
	min-height: auto;
}

body.home.bst-homepage-active .bst-stat-number {
	margin-bottom: 4px !important;
	color: #f08b21 !important;
	font-size: 0.95rem !important;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-transform: uppercase !important;
}

body.home.bst-homepage-active .bst-stat-label {
	color: #ffffff;
	font-size: 0.86rem;
	line-height: 1.4;
}

@media (max-width: 781px) {
	body.home.bst-homepage-active .bst-home-hero > .wp-block-group__inner-container {
		padding: 72px 18px 76px;
	}

	body.home.bst-homepage-active .bst-home-hero-title {
		font-size: clamp(2.7rem, 12vw, 4rem) !important;
		letter-spacing: 0.08em;
	}

	body.home.bst-homepage-active .bst-home-hero .wp-block-button__link {
		width: auto;
	}

	body.home.bst-homepage-active .bst-stats-bar > .wp-block-group__inner-container {
		width: min(100% - 28px, 1180px);
		padding: 18px 0;
	}

	body.home.bst-homepage-active .bst-stats-grid {
		gap: 12px;
	}
}

@media (max-width: 781px) {
	.bst-home-devotional {
		padding: 38px 0 28px;
	}

	.bst-home-devotional-layout {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.bst-home-devotional-intro {
		position: static;
		max-width: none;
	}

	.bst-home-devotional-intro-title {
		font-size: clamp(1.9rem, 9vw, 2.7rem);
	}

	.bst-home-devotional-card {
		padding: 24px 20px;
		border-radius: 24px;
	}

	.bst-home-devotional-card-top {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.bst-home-devotional-image {
		margin-top: 0;
	}

	.bst-home-devotional-title {
		font-size: clamp(1.35rem, 7vw, 1.9rem);
	}

	.bst-home-devotional-quote {
		padding-left: 16px;
		font-size: 0.88rem;
	}

	.bst-home-devotional-copy {
		font-size: 0.92rem;
	}

	.bst-collections-directory {
		padding: 28px 20px;
		border-radius: 26px;
	}

	.bst-collections-directory-list {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.bst-collection-line {
		grid-template-columns: minmax(0, 1fr) auto;
		padding: 20px 0 18px;
	}

	.bst-collection-line-name-wrap {
		gap: 12px;
	}

	.bst-collection-line-visual {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
		border-radius: 18px;
	}

	.bst-collection-line-visual.is-fallback {
		font-size: 1.35rem;
	}

	.bst-collection-line-name {
		font-size: 1.14rem;
	}

	.bst-resource-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}

	.bst-resource-grid-home {
		grid-auto-columns: minmax(220px, 78vw);
		grid-template-columns: none;
		gap: 14px;
	}

	.bst-resource-grid-home.bst-resource-grid-section {
		grid-auto-columns: minmax(220px, 78vw);
	}

	.bst-resource-sections {
		gap: 24px;
	}

	.bst-resource-band {
		padding: 28px 0 30px;
	}

	.bst-resource-group-title {
		font-size: clamp(1.7rem, 8vw, 2.2rem);
	}

	.bst-resource-body {
		padding: 16px 14px 14px;
	}

	.bst-resource-title {
		font-size: 1rem;
	}

	.bst-resource-excerpt {
		margin-bottom: 12px;
		font-size: 0.88rem;
	}

	.bst-resource-footer {
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.bst-resource-grid {
		grid-template-columns: 1fr;
	}

	.bst-resource-grid-home {
		grid-auto-columns: minmax(220px, 84vw);
	}

	.bst-resource-grid-home.bst-resource-grid-section {
		grid-auto-columns: minmax(220px, 84vw);
	}
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product div.product div.images .flex-viewport,
body.single-product div.product div.images .woocommerce-product-gallery__image,
body.single-product div.product div.images .flex-control-thumbs li {
	box-sizing: border-box;
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product div.product div.images .woocommerce-product-gallery__image {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

body.single-product div.product div.images .flex-viewport {
	background: #ffffff;
	border: 1px solid rgba(42, 34, 55, 0.12);
	border-radius: 18px;
	padding: 16px;
	box-shadow: 0 10px 24px rgba(42, 34, 55, 0.08);
	overflow: hidden !important;
}

body.single-product div.product div.images .flex-viewport .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product div.product div.images .flex-viewport .woocommerce-product-gallery__image {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: #f8f6f2;
	border-radius: 12px;
	overflow: hidden;
}

body.single-product div.product div.images .woocommerce-product-gallery__image a,
body.single-product div.product div.images .woocommerce-product-gallery__image img,
body.single-product div.product div.images .flex-control-thumbs img {
	display: block;
	border-radius: 12px;
}

body.single-product div.product div.images .woocommerce-product-gallery__image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	background: #f8f6f2;
	overflow: hidden;
}

body.single-product div.product div.images .woocommerce-product-gallery__image img:not(.zoomImg) {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: min(76vh, 820px) !important;
	object-fit: contain !important;
	margin: 0 auto;
}

body.single-product div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 16px;
	gap: 12px;
	padding: 0;
	list-style: none;
}

body.single-product div.product div.images .flex-control-thumbs li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin: 0;
	float: none !important;
	background: #ffffff;
	border: 1px solid rgba(42, 34, 55, 0.12);
	border-radius: 18px;
	padding: 7px;
	box-shadow: 0 8px 18px rgba(42, 34, 55, 0.06);
	overflow: hidden;
}

body.single-product div.product div.images .flex-control-thumbs img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

body.single-product div.product div.images.bst-product-gallery {
	float: left;
	width: 48%;
	margin-bottom: 34px;
}

body.single-product .bst-product-gallery-main {
	margin: 0;
	padding: 16px;
	border: 1px solid rgba(42, 34, 55, 0.12);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(42, 34, 55, 0.08);
}

body.single-product .bst-product-gallery-main-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
	max-height: min(76vh, 820px);
	border-radius: 12px;
	background: #f8f6f2;
	overflow: hidden;
}

body.single-product .bst-product-gallery-main-link.is-obscured::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 38%;
	border-radius: 0 0 12px 12px;
	background:
		linear-gradient(180deg, rgba(248, 246, 242, 0.22) 0%, rgba(248, 246, 242, 0.86) 58%, rgba(248, 246, 242, 0.94) 100%),
		repeating-linear-gradient(135deg, rgba(42, 34, 55, 0.08) 0 2px, rgba(255, 255, 255, 0.2) 2px 7px);
	backdrop-filter: blur(8px);
	pointer-events: none;
}

body.single-product .bst-product-gallery-main-link.is-obscured::before {
	content: "";
	position: absolute;
	left: 8%;
	right: 8%;
	bottom: 10%;
	height: 12%;
	border-radius: 999px;
	background: rgba(42, 34, 55, 0.12);
	filter: blur(9px);
	pointer-events: none;
	z-index: 1;
}

body.single-product .bst-product-gallery-main-link.is-disabled {
	cursor: default;
}

body.single-product .bst-product-gallery-main-image {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: min(76vh, 788px);
	object-fit: contain;
	border-radius: 12px;
}

body.single-product .bst-product-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 16px;
}

body.single-product .bst-product-gallery-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	margin: 0;
	padding: 7px;
	border: 1px solid rgba(42, 34, 55, 0.12);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 8px 18px rgba(42, 34, 55, 0.06);
	cursor: pointer;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body.single-product .bst-product-gallery-thumb:hover,
body.single-product .bst-product-gallery-thumb:focus,
body.single-product .bst-product-gallery-thumb.is-active {
	border-color: rgba(201, 78, 42, 0.62);
	box-shadow: 0 10px 22px rgba(42, 34, 55, 0.1);
	transform: translateY(-1px);
}

body.single-product .bst-product-gallery-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 12px;
}

.bst-series-links {
	margin: 34px 0 12px;
	padding: 0;
	clear: both;
	display: block;
	width: 100%;
}

.bst-series-links-card {
	padding: 24px 26px;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(250, 246, 240, 0.98) 100%);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 12px 28px rgba(42, 34, 55, 0.05);
	max-width: 100%;
}

body.single-product div.product .bst-series-links,
body.single-product div.product .bst-series-links-card {
	clear: both;
	float: none;
}

.bst-series-links-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--bst-orange);
}

.bst-series-links-kicker::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--bst-orange);
	box-shadow: 0 0 0 4px rgba(201, 78, 42, 0.1);
}

.bst-series-links-card h3 {
	margin: 0 0 8px;
	font-size: clamp(1.3rem, 1.9vw, 1.75rem);
	line-height: 1.2;
	color: var(--bst-ink);
}

.bst-series-links-card p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--bst-body);
	max-width: 760px;
}

.bst-series-links-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.bst-series-links-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(201, 78, 42, 0.18);
	background: rgba(201, 78, 42, 0.08);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--bst-orange);
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.bst-series-links-link:hover,
.bst-series-links-link:focus {
	transform: translateY(-1px);
	background: rgba(201, 78, 42, 0.12);
	border-color: rgba(201, 78, 42, 0.28);
	color: #a64022;
}

.bst-series-links-price,
.bst-series-links-item-price {
	font-size: 0.86rem;
	font-weight: 600;
	color: var(--bst-body);
}

.bst-series-links-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
	margin-top: 18px;
}

.bst-series-links-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(42, 34, 55, 0.08);
	color: var(--bst-ink);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bst-series-links-item-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex: 1 1 auto;
	min-width: 0;
	color: inherit;
}

.bst-series-links-item:hover,
.bst-series-links-item:focus {
	transform: translateY(-1px);
	border-color: rgba(201, 78, 42, 0.22);
	box-shadow: 0 12px 24px rgba(42, 34, 55, 0.06);
}

.bst-series-links-item-title {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
	font-weight: 700;
	min-width: 0;
}

.bst-series-links-item-cart {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	border: 1px solid rgba(201, 78, 42, 0.18);
	background: rgba(201, 78, 42, 0.08);
	color: var(--bst-orange);
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.bst-series-links-item-cart:hover,
.bst-series-links-item-cart:focus {
	transform: translateY(-1px);
	background: rgba(201, 78, 42, 0.14);
	border-color: rgba(201, 78, 42, 0.28);
	color: #a64022;
}

.bst-series-links-item-cart span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: rgba(201, 78, 42, 0.14);
	font-size: 0.82rem;
	line-height: 1;
}

.bst-series-links-item-title small {
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bst-orange);
}

.site-footer {
	position: relative;
	background:
		radial-gradient(circle at top left, rgba(201, 78, 42, 0.08), transparent 24%),
		radial-gradient(circle at bottom right, rgba(58, 95, 114, 0.14), transparent 28%),
		linear-gradient(180deg, #1f2934 0%, #202d3a 100%);
}

.site-footer::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px);
	background-size: 100% 44px;
	opacity: 0.32;
	pointer-events: none;
}

.site-footer .site-container {
	position: relative;
	z-index: 1;
}

.site-footer .widget {
	margin-bottom: 0;
}

.site-footer .widget_block,
.site-footer .widget_nav_menu,
.site-footer .widget_text,
.site-footer .widget_recent_entries,
.site-footer .widget_recent_posts {
	height: 100%;
	padding: 8px 8px 10px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	backdrop-filter: none;
}

.site-footer .widget_block h2,
.site-footer .widget_block .wp-block-heading,
.site-footer .widget_block .has-theme-palette-9-color,
.site-footer .widget-title,
.site-footer .widgettitle {
	margin: 0 0 16px;
	color: #f2e7d8 !important;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-footer .widget_block h2::after,
.site-footer .widget_block .wp-block-heading::after,
.site-footer .widget_block .has-theme-palette-9-color::after,
.site-footer .widget-title::after,
.site-footer .widgettitle::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin-top: 10px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(201, 78, 42, 0.95), rgba(241, 193, 178, 0.35));
}

.site-footer .widget_block p,
.site-footer .widget_text p,
.site-footer .widget p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.82;
}

.site-footer .widget_block p + p,
.site-footer .widget_text p + p,
.site-footer .widget p + p {
	margin-top: 14px;
}

.site-footer .bst-footer-start-here-copy {
	display: grid;
	gap: 16px;
	max-width: 24rem;
}

.site-footer .bst-footer-start-here-copy p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.82;
}

.site-footer .bst-footer-about-links {
	display: grid;
	gap: 8px;
	margin-top: 14px;
}

.site-footer .bst-footer-about-links a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
}

.site-footer .bst-footer-about-links a::before {
	content: "";
	width: 16px;
	height: 1px;
	flex: 0 0 auto;
	background: linear-gradient(90deg, rgba(201, 78, 42, 0.9), rgba(201, 78, 42, 0.15));
	transform: translateY(1px);
}

.site-footer .bst-footer-start-here-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(201, 78, 42, 0.98), rgba(58, 95, 114, 0.88));
	color: #fffaf5 !important;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.site-footer .bst-footer-start-here-pill:hover,
.site-footer .bst-footer-start-here-pill:focus {
	color: #ffffff !important;
	filter: brightness(1.04);
	transform: translateY(-1px);
}

.site-footer .widget_block a,
.site-footer .widget a,
.site-footer .menu a,
.site-footer .wp-block-latest-posts__post-title {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.site-footer .widget_block a:hover,
.site-footer .widget_block a:focus,
.site-footer .widget a:hover,
.site-footer .widget a:focus,
.site-footer .menu a:hover,
.site-footer .menu a:focus,
.site-footer .wp-block-latest-posts__post-title:hover,
.site-footer .wp-block-latest-posts__post-title:focus {
	color: #ffd7c8;
}

.site-footer .widget_block ul,
.site-footer .widget ul,
.site-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .widget_block li,
.site-footer .widget li,
.site-footer .menu li {
	margin: 0;
}

.site-footer .widget_nav_menu li + li,
.site-footer .widget_recent_entries li + li,
.site-footer .widget_block ul li + li {
	margin-top: 9px;
}

.site-footer .widget_nav_menu a,
.site-footer .widget_recent_entries a,
.site-footer .widget_block ul li > a,
.site-footer .widget_block ul li > span {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1.6;
}

.site-footer .widget_nav_menu a::before,
.site-footer .widget_recent_entries a::before,
.site-footer .widget_block ul li > a::before {
	content: "";
	width: 16px;
	height: 1px;
	flex: 0 0 auto;
	background: linear-gradient(90deg, rgba(201, 78, 42, 0.9), rgba(201, 78, 42, 0.15));
	transform: translateY(1px);
}

.site-footer .widget_block .wp-block-latest-posts__list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
}

.site-footer .widget_block .wp-block-latest-posts__list li {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin: 0;
	padding: 10px 0;
	border-radius: 0;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer .widget_block .wp-block-latest-posts__list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.site-footer .widget_block .wp-block-latest-posts__featured-image {
	margin: 0;
}

.site-footer .widget_block .wp-block-latest-posts__featured-image img {
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 16px;
	object-fit: cover;
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.site-footer .widget_block .wp-block-latest-posts__post-title {
	display: block;
	line-height: 1.55;
	font-weight: 600;
}

.site-footer .widget_block .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
	display: block;
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.45);
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-footer .site-bottom-footer-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 16, 24, 0.12);
}

.site-footer .footer-widget-area,
.site-footer .site-footer-wrap,
.site-footer .site-top-footer-wrap {
	padding-top: 8px;
	padding-bottom: 10px;
}

.site-footer .site-bottom-footer-wrap,
.site-footer .site-bottom-footer-inner-wrap,
.site-footer .site-bottom-footer-inner-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-footer .social-button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(201, 78, 42, 0.98), rgba(151, 54, 26, 0.98));
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.site-footer .social-button:hover,
.site-footer .social-button:focus {
	transform: translateY(-1px);
	filter: brightness(1.04);
}

.site-footer .site-bottom-footer-wrap img,
.site-footer .bst-footer-brandmark img {
	filter: brightness(1.02);
}

.blog .primary-sidebar .sidebar-inner-wrap,
.single-post .primary-sidebar .sidebar-inner-wrap {
	background: #ffffff;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(42, 34, 55, 0.08);
}

.blog .primary-sidebar .widget a,
.single-post .primary-sidebar .widget a {
	display: block;
	padding: 12px 14px;
	border-radius: 10px;
	background: rgba(244, 246, 250, 0.92);
	transition: background-color 0.22s ease, transform 0.22s ease, color 0.22s ease;
}

.blog .primary-sidebar .widget a:hover,
.blog .primary-sidebar .widget a:focus,
.single-post .primary-sidebar .widget a:hover,
.single-post .primary-sidebar .widget a:focus {
	background: rgba(232, 236, 243, 0.98);
	transform: translateY(-1px);
}

.blog .primary-sidebar .widget li + li,
.single-post .primary-sidebar .widget li + li {
	margin-top: 10px;
}

.single-post article.post .entry-header {
	display: none;
}

.single-post article.post .entry-content p,
.single-post article.post .entry-content > p,
.single-post .entry-content-wrap .entry-content p {
	margin-bottom: 1.05em;
	line-height: 1.7;
}

.single-post article.post .entry-content p:last-child,
.single-post article.post .entry-content > p:last-child,
.single-post .entry-content-wrap .entry-content p:last-child {
	margin-bottom: 0;
}

.single-post .content-container.site-container {
	padding-top: 28px;
	padding-bottom: 56px;
}

.blog .content-container.site-container {
	padding-top: 32px;
	padding-bottom: 56px;
}

.bst-journal-search-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	position: relative;
}

.bst-journal-search-form {
	width: 100%;
}

.bst-journal-search-field-wrap {
	position: relative;
	width: 100%;
}

.bst-journal-search-field {
	width: 90%;
	min-height: 54px;
	padding: 0 56px 0 18px;
	border: 1px solid rgba(19, 47, 76, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	color: #132f4c;
}

.bst-journal-search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #c94e2a 0%, #3b2940 100%);
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	order: 3;
	width: auto;
	margin-top: 2px;
	appearance: none;
	-webkit-appearance: none;
}

.bst-journal-search-icon {
	position: absolute;
	right: 18px;
	top: 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #7d8797;
	pointer-events: none;
}

.bst-footer-brandline {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0;
}

.bst-footer-brandmark {
	display: inline-flex;
	align-items: center;
}

.bst-footer-brandmark img {
	display: block;
	width: 86px;
	height: auto;
}

@media (max-width: 767px) {
	body.single-product .woocommerce-product-gallery__wrapper,
	body.single-product div.product div.images .flex-viewport,
	body.single-product div.product div.images .woocommerce-product-gallery__image,
	body.single-product div.product div.images .flex-control-thumbs li {
		border-radius: 14px;
	}

	body.single-product div.product div.images .flex-viewport {
		padding: 10px;
	}

	body.single-product div.product div.images .flex-control-thumbs {
		gap: 8px;
	}

	body.single-product div.product div.images .flex-control-thumbs li {
		width: 64px;
		height: 64px;
		padding: 6px;
	}

	body.single-product div.product div.images.bst-product-gallery {
		float: none;
		width: 100%;
	}

	body.single-product .bst-product-gallery-main {
		padding: 10px;
		border-radius: 14px;
	}

	body.single-product .bst-product-gallery-main-link {
		min-height: 260px;
		border-radius: 10px;
	}

	body.single-product .bst-product-gallery-thumbs {
		gap: 8px;
	}

	body.single-product .bst-product-gallery-thumb {
		width: 64px;
		height: 64px;
		padding: 6px;
		border-radius: 14px;
	}

	.bst-series-links-card {
		padding: 18px;
	}

	.bst-series-links-list {
		grid-template-columns: 1fr;
	}

	.bst-series-links-item {
		flex-direction: column;
		align-items: flex-start;
	}
 
	.bst-series-links-item-main {
		width: 100%;
	}

	.bst-series-links-item-cart {
		margin-top: 8px;
	}
}

.bst-study-guide-inside {
	margin: 22px 0 12px;
	clear: both;
	display: block;
	width: 100%;
}

.bst-handout-product-inside {
	margin: 22px 0 12px;
	clear: both;
	display: block;
	width: 100%;
}

.bst-study-guide-inside-card {
	max-width: 100%;
}

.bst-handout-product-inside-card {
	max-width: 100%;
}

body.single-product div.product .bst-handout-product-inside,
body.single-product div.product .bst-handout-product-inside-card,
body.single-product div.product .bst-handout-product-inside .bst-shell,
body.single-product div.product .bst-study-guide-inside,
body.single-product div.product .bst-study-guide-inside-card,
body.single-product div.product .bst-study-guide-inside .bst-shell {
	clear: both;
	float: none;
}

body.single-product .bst-handout-product-inside.bst-handout-preview-section,
body.single-product .bst-study-guide-inside.bst-handout-preview-section {
	margin-top: 22px;
	padding: 36px 0;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 247, 243, 0.98) 100%);
	border: 1px solid rgba(36, 31, 51, 0.06);
	box-shadow: 0 18px 40px rgba(36, 31, 51, 0.05);
}

body.single-product .bst-handout-product-inside .bst-shell,
body.single-product .bst-study-guide-inside .bst-shell {
	width: min(100%, calc(100% - 48px));
}

body.single-product .bst-handout-product-inside .bst-handout-preview-grid,
body.single-product .bst-study-guide-inside .bst-handout-preview-grid {
	gap: 42px;
	align-items: center;
}

body.single-product .bst-handout-product-inside .bst-handout-preview-copy,
body.single-product .bst-study-guide-inside .bst-handout-preview-copy {
	gap: 16px;
}

body.single-product .bst-handout-product-inside .bst-handout-preview-copy h2,
body.single-product .bst-study-guide-inside .bst-handout-preview-copy h2 {
	max-width: 560px;
}

body.single-product .bst-handout-product-inside .bst-handout-preview-intro,
body.single-product .bst-study-guide-inside .bst-handout-preview-intro {
	max-width: 640px;
}

body.single-product .bst-handout-product-inside .bst-handout-section-list,
body.single-product .bst-study-guide-inside .bst-handout-section-list {
	margin-top: 10px;
}

body.single-product .bst-handout-product-inside .bst-handout-preview-images,
body.single-product .bst-handout-product-inside .bst-guide-preview-images,
body.single-product .bst-study-guide-inside .bst-guide-preview-images {
	position: relative;
	padding: 26px;
	border-radius: 28px;
	background:
		radial-gradient(circle at top left, rgba(201, 78, 42, 0.08), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(248, 244, 238, 0.96) 100%);
	border: 1px solid rgba(36, 31, 51, 0.08);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.72),
		0 18px 34px rgba(36, 31, 51, 0.08);
}

body.single-product .bst-handout-product-inside .bst-handout-preview-images::after,
body.single-product .bst-handout-product-inside .bst-guide-preview-images::after,
body.single-product .bst-study-guide-inside .bst-guide-preview-images::after {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 22px;
	border: 1px solid rgba(201, 78, 42, 0.08);
	pointer-events: none;
}

body.single-product .bst-handout-product-inside .bst-fan-img,
body.single-product .bst-study-guide-inside .bst-fan-img {
	position: relative;
	z-index: 1;
	max-height: 300px;
	filter:
		drop-shadow(0 10px 18px rgba(36, 31, 51, 0.12))
		drop-shadow(0 22px 34px rgba(36, 31, 51, 0.12));
}

body.single-product.product_cat-bible-study-series .woocommerce-tabs,
body.single-product.product_cat-study-guides .woocommerce-tabs,
body.single-product.product_cat-bible-study-guides .woocommerce-tabs,
body.single-product .woocommerce-tabs #tab-description {
	margin-top: 30px;
}

body.single-product.product_cat-bible-study-series .woocommerce-tabs .tabs,
body.single-product.product_cat-study-guides .woocommerce-tabs .tabs,
body.single-product.product_cat-bible-study-guides .woocommerce-tabs .tabs {
	margin-bottom: 0;
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description,
body.single-product .woocommerce-tabs #tab-description {
	padding: clamp(24px, 4vw, 44px);
	border: 1px solid rgba(36, 31, 51, 0.08);
	border-radius: 0 22px 22px 22px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 249, 244, 0.98) 100%);
	box-shadow: 0 18px 40px rgba(36, 31, 51, 0.045);
	color: var(--bst-body);
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description > h2:first-child,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description > h2:first-child,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description > h2:first-child,
body.single-product .woocommerce-tabs #tab-description > h2:first-child {
	margin: 0 0 4px;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--bst-orange);
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description h2:not(:first-child),
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description h2:not(:first-child),
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description h2:not(:first-child),
body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description h3,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description h3,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description h3,
body.single-product .woocommerce-tabs #tab-description h2:not(:first-child),
body.single-product .woocommerce-tabs #tab-description h3 {
	max-width: 820px;
	margin: 30px 0 14px;
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.2;
	color: var(--bst-ink);
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description > h2:first-child + p,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description > h2:first-child + p,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description > h2:first-child + p,
body.single-product .woocommerce-tabs #tab-description > h2:first-child + p {
	margin-top: 12px;
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description p,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description p,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description p,
body.single-product .woocommerce-tabs #tab-description p {
	max-width: 980px;
	margin: 0 0 1.15em;
	font-size: 1rem;
	line-height: 1.78;
	color: var(--bst-body);
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description p strong,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description p strong,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description p strong,
body.single-product .woocommerce-tabs #tab-description p strong {
	color: var(--bst-ink);
	font-weight: 800;
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description ul,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description ul,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description ul,
body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description ol,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description ol,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description ol,
body.single-product .woocommerce-tabs #tab-description ul,
body.single-product .woocommerce-tabs #tab-description ol {
	max-width: 920px;
	margin: 18px 0 26px;
	padding: 20px 24px 20px 42px;
	border: 1px solid rgba(201, 78, 42, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.64);
	box-shadow: inset 4px 0 0 rgba(201, 78, 42, 0.18);
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description li,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description li,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description li,
body.single-product .woocommerce-tabs #tab-description li {
	margin-bottom: 0.55em;
	line-height: 1.65;
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description li::marker,
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description li::marker,
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description li::marker,
body.single-product .woocommerce-tabs #tab-description li::marker {
	color: var(--bst-orange);
	font-weight: 800;
}

body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description p:has(strong:first-child),
body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description p:has(strong:first-child),
body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description p:has(strong:first-child),
body.single-product .woocommerce-tabs #tab-description p:has(strong:first-child) {
	padding: 14px 16px;
	border: 1px solid rgba(36, 31, 51, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: 0 8px 20px rgba(36, 31, 51, 0.035);
}

body.single-product .woocommerce-tabs #tab-description p strong:first-child {
	display: inline-block;
	margin-right: 0.18em;
	padding: 0.06em 0;
	color: var(--bst-ink);
}

@media (max-width: 767px) {
	body.single-product .bst-handout-product-inside.bst-handout-preview-section,
	body.single-product .bst-study-guide-inside.bst-handout-preview-section {
		padding: 26px 0;
		border-radius: 24px;
	}

	body.single-product .bst-handout-product-inside .bst-shell,
	body.single-product .bst-study-guide-inside .bst-shell {
		width: min(100%, calc(100% - 28px));
	}

	body.single-product .bst-handout-product-inside .bst-handout-preview-images,
	body.single-product .bst-handout-product-inside .bst-guide-preview-images,
	body.single-product .bst-study-guide-inside .bst-guide-preview-images {
		padding: 18px;
		border-radius: 22px;
	}

	body.single-product .bst-handout-product-inside .bst-handout-preview-images::after,
	body.single-product .bst-handout-product-inside .bst-guide-preview-images::after,
	body.single-product .bst-study-guide-inside .bst-guide-preview-images::after {
		inset: 12px;
		border-radius: 18px;
	}

	body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description,
	body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description,
	body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description,
	body.single-product .woocommerce-tabs #tab-description {
		padding: 22px 18px;
		border-radius: 0 18px 18px 18px;
	}

	body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description ul,
	body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description ul,
	body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description ul,
	body.single-product.product_cat-bible-study-series .woocommerce-Tabs-panel--description ol,
	body.single-product.product_cat-study-guides .woocommerce-Tabs-panel--description ol,
	body.single-product.product_cat-bible-study-guides .woocommerce-Tabs-panel--description ol,
	body.single-product .woocommerce-tabs #tab-description ul,
	body.single-product .woocommerce-tabs #tab-description ol {
		padding: 16px 16px 16px 34px;
	}
}

.bst-about-page {
	background:
		radial-gradient(circle at 12% 16%, rgba(201, 78, 42, 0.08), transparent 18%),
		radial-gradient(circle at 88% 76%, rgba(58, 95, 114, 0.08), transparent 22%),
		linear-gradient(180deg, #fbf8f3 0%, #f6f8fc 100%);
}

.bst-about-hero {
	border-top: 1px solid rgba(42, 34, 55, 0.08);
	background:
		radial-gradient(circle at top right, rgba(238, 228, 215, 0.16), transparent 26%),
		radial-gradient(circle at bottom left, rgba(230, 236, 241, 0.22), transparent 30%),
		linear-gradient(180deg, #fffdfa 0%, #ffffff 100%);
}

.bst-about-hero-grid {
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.bst-about-page .bst-kicker,
.bst-about-page .bst-resource-finder-label {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--bst-orange);
	box-shadow: none;
}

.bst-about-page .bst-kicker::before,
.bst-about-page .bst-resource-finder-label::before {
	box-shadow: 0 0 0 5px rgba(201, 78, 42, 0.12);
}

.bst-about-hero-panel {
	display: grid;
	gap: 16px;
	padding: 18px;
}

.bst-about-hero-note h2 {
	margin: 8px 0 10px;
	max-width: 18ch;
	font-size: clamp(1.2rem, 1.9vw, 1.6rem);
	line-height: 1.16;
	letter-spacing: -0.03em;
	color: var(--bst-ink);
	text-transform: none;
}

.bst-about-hero-note p {
	margin: 0;
	color: #4d5667;
	font-size: 0.94rem;
	line-height: 1.72;
}

.bst-about-hero-icon {
	position: absolute;
	top: 62px;
	right: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	pointer-events: none;
}

.bst-about-hero-icon svg {
	width: 100%;
	height: 100%;
	stroke: #b04b2d;
	stroke-width: 1.7;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	opacity: 0.72;
	margin-bottom:55%;
}

.bst-about-hero-note {
	position: relative;
	padding-right: 120px;
}

.bst-about-hero-stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.bst-about-hero-stats .bst-subhero-stat {
	padding: 16px 18px;
	border-radius: 18px;
}

.bst-about-hero-stats .bst-subhero-stat strong {
	margin-bottom: 8px;
	font-size: 1.1rem;
	line-height: 1.15;
	color: var(--bst-ink);
}

.bst-about-hero-stats .bst-subhero-stat span {
	font-size: 0.9rem;
	line-height: 1.65;
	text-transform: none;
	letter-spacing: 0;
	color: #5a6170;
}

.bst-about-faith-section {
	padding-top: 44px;
	padding-bottom: 8px;
}

.bst-about-faith-header {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}

.bst-about-faith-header-text .bst-section-heading {
	margin-top: 14px;
	margin-bottom: 0;
}

.bst-about-faith-intro {
	margin: 14px 0 0;
	font-size: 1rem;
	color: #5a6170;
}

.bst-about-faith-header-image img {
	width: 220px;
	height: auto;
	display: block;
}

.bst-about-faith-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 56px;
}

.bst-faith-item {
	padding-top: 22px;
	border-top: 2px solid rgba(201, 78, 42, 0.2);
	margin-bottom: 36px;
}

.bst-faith-item--wide {
	grid-column: 1 / -1;
	max-width: 560px;
}

.bst-faith-number {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--global-palette1, #c94e2a);
	margin-bottom: 12px;
}

.bst-faith-item p {
	margin: 0;
	font-size: 0.975rem;
	line-height: 1.7;
	color: #5a6170;
}

.bst-about-welcome-section {
	padding-top: 44px;
	padding-bottom: 20px;
}

.bst-about-welcome-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
	gap: clamp(26px, 4vw, 54px);
	align-items: center;
	padding: clamp(28px, 4vw, 44px);
	border-radius: 32px;
	background:
		radial-gradient(circle at top left, rgba(201, 78, 42, 0.12), transparent 32%),
		radial-gradient(circle at bottom right, rgba(58, 95, 114, 0.12), transparent 34%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 242, 236, 0.98) 100%);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow:
		0 26px 54px rgba(42, 34, 55, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
	position: relative;
	overflow: hidden;
}

.bst-about-welcome-inner::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: min(100%, 10px);
	background: linear-gradient(180deg, var(--bst-orange) 0%, rgba(58, 95, 114, 0.9) 100%);
}

.bst-about-welcome-text {
	position: relative;
	z-index: 1;
}

.bst-about-welcome-text .bst-button {
	margin-top: 26px;
}

.bst-about-welcome-visual {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 18px;
}

.bst-about-welcome-image-wrap {
	position: relative;
	padding: 16px 16px 170px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(244, 238, 230, 0.94) 100%);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 22px 44px rgba(42, 34, 55, 0.12);
}

.bst-about-welcome-image-wrap::before {
	content: "";
	position: absolute;
	inset: 14px;
	border-radius: 22px;
	border: 1px solid rgba(201, 78, 42, 0.12);
	pointer-events: none;
}

.bst-about-welcome-image-card {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	aspect-ratio: 4 / 5;
	box-shadow: 0 18px 34px rgba(42, 34, 55, 0.16);
}

.bst-about-welcome-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bst-about-welcome-badge {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 24px;
	transform: none;
	padding: 16px 18px;
	border-radius: 20px;
	background: linear-gradient(135deg, rgba(42, 34, 55, 0.96) 0%, rgba(58, 95, 114, 0.92) 100%);
	box-shadow: 0 18px 30px rgba(42, 34, 55, 0.22);
	color: #ffffff;
}

.bst-about-welcome-badge-label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.74);
}

.bst-about-welcome-badge strong {
	display: block;
	font-size: 0.98rem;
	line-height: 1.6;
	font-weight: 600;
}

.bst-about-welcome-badge p {
	margin: 10px 0 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.bst-about-welcome-signup {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	padding: 12px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.bst-about-welcome-signup:hover,
.bst-about-welcome-signup:focus {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.32);
	transform: translateY(-1px);
}

.bst-about-welcome-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 0;
}

.bst-about-welcome-point {
	padding: 18px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 14px 24px rgba(42, 34, 55, 0.06);
}

.bst-about-welcome-point strong {
	display: block;
	margin-bottom: 8px;
	font-size: 1rem;
	line-height: 1.25;
	color: var(--bst-ink);
}

.bst-about-welcome-point span {
	display: block;
	color: #566173;
	font-size: 0.92rem;
	line-height: 1.68;
}

.bst-about-welcome-point-link {
	display: block;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bst-about-welcome-point-link:hover,
.bst-about-welcome-point-link:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 28px rgba(42, 34, 55, 0.08);
	border-color: rgba(201, 78, 42, 0.2);
}

.bst-about-welcome-point-link em {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--bst-orange);
}

.bst-about-welcome-point-link em::after {
	content: "\2192";
	margin-left: 8px;
	font-size: 1rem;
	line-height: 1;
}

.bst-about-story-section {
	padding-top: 44px;
}

.bst-about-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
	gap: 28px;
	align-items: start;
}

.bst-about-section-title {
	margin-top: 14px;
	font-size: clamp(1.65rem, 2.7vw, 2.35rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.bst-about-story-card,
.bst-about-side-card {
	position: relative;
	background: rgba(255, 255, 255, 0.88);
	overflow: hidden;
}

.bst-about-story-card::before,
.bst-about-side-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--bst-orange) 0%, rgba(107, 61, 158, 0.9) 100%);
}

.bst-about-prose {
	display: grid;
	gap: 16px;
}

.bst-about-prose p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.85;
	color: #4d5667;
}

.bst-about-inline-heading {
	margin: 10px 0 2px;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: var(--bst-ink);
}

.bst-about-side-stack {
	display: grid;
	gap: 22px;
}

.bst-about-side-card h3 {
	margin: 14px 0 12px;
	font-size: 1.35rem;
	line-height: 1.18;
	color: var(--bst-ink);
}

.bst-about-side-card p {
	margin: 0;
	color: #4d5667;
	line-height: 1.8;
}

.bst-about-checklist {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bst-about-checklist li {
	position: relative;
	padding-left: 28px;
	line-height: 1.72;
	color: #4d5667;
}

.bst-about-checklist li::before {
	content: "";
	position: absolute;
	top: 0.62em;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bst-orange) 0%, var(--bst-plum) 100%);
	box-shadow: 0 0 0 6px rgba(201, 78, 42, 0.08);
}

.bst-about-contact-card .bst-button {
	margin-top: 20px;
}

.bst-about-contact-section {
	padding-top: 8px;
}

.bst-about-contact-card-full {
	max-width: 760px;
	margin: 0 auto;
}

.bst-about-values-section {
	padding-top: 26px;
}

.bst-about-values-header {
	margin-bottom: 28px;
}

.bst-about-values-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bst-about-value-card {
	position: relative;
	padding: 30px 30px 28px;
	border-radius: 28px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 247, 242, 0.96) 100%);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow:
		0 20px 42px rgba(42, 34, 55, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
	overflow: hidden;
}

.bst-about-value-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	right: 30px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--bst-orange) 0%, rgba(107, 61, 158, 0.9) 100%);
}

.bst-about-value-number {
	width: auto;
	height: auto;
	margin-bottom: 20px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	color: #b04b2d;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1;
}

.bst-about-value-number::after {
	content: "";
	display: block;
	width: 34px;
	height: 2px;
	margin-top: 12px;
	border-radius: 999px;
	background: rgba(176, 75, 45, 0.28);
}

.bst-about-value-card h3 {
	margin: 0 0 14px;
	font-size: 1.55rem;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.bst-about-value-card p {
	margin: 0;
	color: #566173;
	font-size: 0.98rem;
	line-height: 1.78;
}

@media (max-width: 1024px) {
	.bst-about-hero-grid,
	.bst-about-welcome-inner,
	.bst-about-story-grid,
	.bst-about-values-grid {
		grid-template-columns: 1fr;
	}

	.bst-about-faith-header {
		grid-template-columns: 1fr;
	}

	.bst-about-faith-header-image {
		display: none;
	}

	.bst-about-hero-stats {
		grid-template-columns: 1fr;
	}

	.bst-about-hero-icon {
		top: 54px;
		right: 0;
		width: 72px;
		height: 72px;
	}

	.bst-about-hero-note {
		padding-right: 88px;
	}

	.bst-about-welcome-visual {
		max-width: 680px;
	}
}

@media (max-width: 767px) {
	.bst-about-welcome-section {
		padding-top: 28px;
	}

	.bst-about-welcome-inner {
		padding: 22px 18px 26px;
		border-radius: 24px;
	}

	.bst-about-welcome-image-wrap {
		padding: 12px 12px 190px;
		border-radius: 22px;
	}

	.bst-about-welcome-image-wrap::before {
		inset: 10px;
		border-radius: 18px;
	}

	.bst-about-welcome-badge {
		left: 18px;
		right: 18px;
		bottom: 18px;
		padding: 14px 16px;
		transform: none;
	}

	.bst-about-welcome-points {
		grid-template-columns: 1fr;
		margin-top: 0;
	}

	.bst-about-story-section {
		padding-top: 28px;
	}

	.bst-about-values-section {
		padding-top: 12px;
	}

	.bst-about-contact-section {
		padding-top: 0;
	}
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.site-footer,
.site-top-footer-wrap .site-footer-row-container-inner,
.site-middle-footer-wrap .site-footer-row-container-inner,
.site-bottom-footer-wrap .site-footer-row-container-inner {
	background: #1a1525 !important;
}

.site-footer {
	color: rgba(255, 255, 255, 0.72);
	border-top: 3px solid var(--bst-orange);
}

.site-footer a {
	color: rgba(255, 255, 255, 0.72);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #f08b21;
	text-decoration: none;
}

/* Tighten padding — Kadence applies padding to the inner-wrap, not row-container-inner */
.site-top-footer-inner-wrap,
.site-middle-footer-inner-wrap {
	padding-top: 28px !important;
	padding-bottom: 28px !important;
}

.site-bottom-footer-inner-wrap {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

/* Subtle row separators */
.site-middle-footer-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-bottom-footer-wrap {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.82rem;
	color: rgba(255, 255, 255, 0.44);
}

.site-bottom-footer-wrap a {
	color: rgba(255, 255, 255, 0.44);
}

.site-bottom-footer-wrap a:hover {
	color: #f08b21;
}

/* Footer nav links */
.site-footer-wrap .footer-navigation a {
	color: rgba(255, 255, 255, 0.72);
	padding: 0.3em 0.5em;
	font-size: 0.88rem;
	letter-spacing: 0.04em;
}

.site-footer-wrap .footer-navigation a:hover,
.site-footer-wrap .footer-navigation a:focus {
	color: #f08b21;
}

/* Widget titles — match Kadence's specificity */
.site-top-footer-inner-wrap .widget-area .widget-title,
.site-middle-footer-inner-wrap .widget-area .widget-title,
.site-bottom-footer-inner-wrap .widget-area .widget-title,
.site-footer .widget-title,
.site-footer .widgettitle {
	font-size: 0.8rem;
	font-weight: 500 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #f2e7d8;
	margin-bottom: 16px;
}

/* Social buttons */
.site-footer-wrap .social-button {
	color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.08);
	border-radius: 6px;
}

.site-footer-wrap .social-button:hover {
	color: #ffffff;
	background: var(--bst-orange);
}

/* Footer HTML sections */
.site-footer .footer-html {
	font-size: 0.9rem;
	line-height: 1.75;
	margin: 0;
}

@media (max-width: 720px) {
	.site-top-footer-inner-wrap,
	.site-middle-footer-inner-wrap {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.site-bottom-footer-inner-wrap {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
}
/* ── Series Product Description ─────────────────────────────────────────── */
/* Add these rules to the bottom of style.css in your child theme.          */
/* All classes are new bst- prefixed names — nothing existing is touched.   */
 
.bst-series-hook {
    display: block;
    margin: 0 0 20px;
    padding: 14px 18px;
    border-left: 4px solid var(--bst-orange);
    background: rgba(201, 78, 42, 0.05);
    border-radius: 0 8px 8px 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--bst-ink);
    font-style: italic;
    line-height: 1.5;
}
 
.bst-series-benefits {
    margin: 20px 0 24px;
    padding: 18px 20px;
    background: rgba(58, 95, 114, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(58, 95, 114, 0.12);
}
 
.bst-series-benefits ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 8px;
}
 
.bst-series-benefits li {
    position: relative;
    padding-left: 22px;
    color: var(--bst-body);
    line-height: 1.6;
    font-size: 0.97rem;
}
 
.bst-series-benefits li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--bst-orange);
}
 
.bst-series-sessions-heading {
    margin: 28px 0 16px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--bst-ink);
    letter-spacing: -0.02em;
}
 
.bst-series-session-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 18px;
    align-items: start;
    padding: 22px 24px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid rgba(42, 34, 55, 0.08);
    border-left: 4px solid var(--bst-orange);
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 8px rgba(42, 34, 55, 0.05);
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
 
.bst-series-session-card:hover {
    box-shadow: 0 4px 16px rgba(42, 34, 55, 0.1);
    border-left-color: var(--bst-teal);
}
 
.bst-session-number {
    grid-row: 1 / 4;
    align-self: start;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--bst-orange);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    flex-shrink: 0;
}

.bst-session-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 7px;
	min-width: 0;
}
 
.bst-session-title {
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--bst-ink);
    line-height: 1.35;
    margin: 0 0 3px;
}

.bst-session-passages {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
 
.bst-session-passage {
    display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-height: 0;
    margin: 0;
	padding: 0.22rem 0.62rem;
	border: 1px solid rgba(58, 95, 114, 0.18);
	border-radius: 999px;
	background: rgba(58, 95, 114, 0.07);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--bst-teal);
    text-transform: uppercase;
	cursor: pointer;
	transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.bst-session-passage:hover,
.bst-session-passage:focus {
	background: var(--bst-teal);
	border-color: var(--bst-teal);
	color: #fff;
	transform: translateY(-1px);
}
 
.bst-session-description {
    grid-column: 2;
    font-size: 0.92rem;
    color: var(--bst-body);
    line-height: 1.65;
    margin: 0;
	margin-top:0;
}
 
.bst-series-closing {
    margin-top: 24px;
    font-size: 0.97rem;
    font-weight: 600;
    color: var(--bst-ink);
    text-align: center;
}
 
@media (max-width: 600px) {
    .bst-series-session-card {
        grid-template-columns: 1fr;
        gap: 6px 0;
    }
 
    .bst-session-number {
        grid-row: 1 / 4;
        width: 26px;
        height: 26px;
        font-size: 0.72rem;
        margin-bottom: 4px;
    }
 
    .bst-session-description {
        grid-column: 1;
    }
}

body.single-product .woocommerce-tabs #tab-description .bst-series-session-card {
	grid-template-rows: auto auto auto;
	row-gap: 0 !important;
	align-content: start;
}

body.single-product .woocommerce-tabs #tab-description .bst-series-session-card > div,
body.single-product .woocommerce-tabs #tab-description .bst-series-session-card .bst-session-content {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
}

body.single-product .woocommerce-tabs #tab-description .bst-series-session-card .bst-session-title {
	margin: 0 0 2px !important;
}

body.single-product .woocommerce-tabs #tab-description .bst-series-session-card .bst-session-passage {
	margin: 0 !important;
	line-height: 1.2;
}

body.single-product .woocommerce-tabs #tab-description .bst-series-session-card .bst-session-description {
	max-width: none;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0.92rem;
	line-height: 1.58;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs #tab-description .bst-series-session-card .bst-session-description p {
	margin: 0 !important;
	padding: 0 !important;
	line-height: inherit;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

body.single-product .woocommerce-tabs #tab-description p:has(> strong:first-child) {
	position: relative;
	max-width: 980px;
	margin: 0 0 14px !important;
	padding: 18px 22px 18px 28px !important;
	border: 1px solid rgba(36, 31, 51, 0.08) !important;
	border-left: 5px solid var(--bst-orange) !important;
	border-radius: 0 18px 18px 0 !important;
	background: rgba(255, 255, 255, 0.82) !important;
	box-shadow: 0 10px 26px rgba(36, 31, 51, 0.045) !important;
	line-height: 1.72;
}

body.single-product .woocommerce-tabs #tab-description p:has(> strong:first-child) > strong:first-child {
	display: block;
	margin: 0 0 6px;
	font-size: 1.02rem;
	line-height: 1.35;
	color: var(--bst-ink);
}

/* =============================================================================
   BST Theme Taxonomy — archive + browse pages
   ============================================================================= */

/* ---- Archive hero ---- */
.bst-theme-archive-hero {
	position: relative;
	padding: 28px 0 26px;
	background: #f7f7fa;
	color: var(--bst-body, #51495d);
}

.bst-theme-archive-hero::before,
.bst-theme-archive-hero::after {
	display: block;
}

.bst-theme-archive-hero .bst-subhero-copy h1 {
	margin-top: 8px;
	max-width: 760px;
	color: var(--bst-ink, #2a2237);
	font-weight: inherit;
	letter-spacing: 0;
	text-shadow: none;
}

.bst-theme-archive-hero .bst-subhero-copy p {
	max-width: 560px;
	color: var(--bst-body, #51495d);
	font-size: 1.05rem;
}

.bst-theme-archive-hero .bst-kicker {
	border-color: var(--bst-paper-strong, #ede4d7);
	background: rgba(252, 248, 242, 0.75);
	color: var(--bst-orange, #c94e2a);
}

.bst-theme-archive-hero-grid {
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: 28px;
}

.bst-theme-hero-product {
	position: relative;
	z-index: 1;
	align-self: stretch;
	display: grid;
	grid-template-rows: minmax(250px, 0.95fr) auto;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.bst-theme-hero-product-img {
	display: block;
	min-height: 250px;
	overflow: hidden;
	background: #141d30;
}

.bst-theme-hero-product-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.bst-theme-hero-product:hover .bst-theme-hero-product-img img {
	transform: scale(1.035);
}

.bst-theme-hero-product-body {
	padding: clamp(24px, 3vw, 34px);
	color: var(--bst-body, #51495d);
}

.bst-theme-hero-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-bottom: 12px;
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--bst-orange, #c94e2a);
}

.bst-theme-hero-product-meta span + span {
	color: var(--bst-teal, #3a5f72);
}

.bst-theme-hero-product h2 {
	margin: 0 0 10px;
	font-size: clamp(1.45rem, 2.3vw, 2.2rem);
	line-height: 1.08;
	font-weight: 800;
	color: var(--bst-ink, #2a2237);
	background-image: none !important;
	-webkit-text-fill-color: inherit !important;
}

.bst-theme-hero-product h2 a {
	color: inherit;
	text-decoration: none;
}

.bst-theme-hero-product-price {
	margin-bottom: 14px;
	font-size: 1.18rem;
	font-weight: 800;
	color: var(--bst-orange, #c94e2a);
}

.bst-theme-hero-product p {
	margin: 0 0 22px;
	color: var(--bst-body, #51495d);
	line-height: 1.72;
}

.bst-theme-hero-product-actions .bst-button {
	min-height: 46px;
	padding-inline: 22px;
}

.bst-theme-switcher {
	background: #fff;
	border-bottom: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 14px 36px rgba(42, 34, 55, 0.04);
}

.bst-theme-switcher-grid {
	display: grid;
	grid-template-columns: minmax(190px, .55fr) minmax(240px, .7fr) minmax(280px, .85fr);
	gap: 18px;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bst-theme-switcher-copy h2 {
	margin: 7px 0 0;
	font-size: 1.05rem;
	line-height: 1.25;
	color: var(--bst-ink, #2a2237);
	background-image: none !important;
	-webkit-text-fill-color: inherit !important;
}

.bst-theme-switcher .bst-theme-select-wrap {
	margin-bottom: 0;
}

.bst-theme-switcher .bst-theme-dd-preview {
	max-height: none;
	min-height: 82px;
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 12px 28px rgba(42, 34, 55, 0.08);
}

.bst-theme-switcher .bst-theme-dd-preview-img {
	flex-basis: 92px;
	max-width: 92px;
}

.bst-theme-switcher .bst-theme-dd-preview-body h4 {
	white-space: normal;
}

@media (max-width: 980px) {
	.bst-theme-archive-hero-grid,
	.bst-theme-switcher-grid {
		grid-template-columns: 1fr;
	}

	.bst-theme-hero-product {
		grid-template-columns: minmax(240px, .85fr) minmax(0, 1fr);
		grid-template-rows: auto;
	}
}

@media (max-width: 680px) {
	.bst-theme-archive-hero {
		padding-top: 34px;
	}

	.bst-theme-hero-product {
		grid-template-columns: 1fr;
	}

	.bst-theme-hero-product-img {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.bst-theme-switcher .bst-theme-dd-preview {
		align-items: stretch;
	}
}

.bst-theme-about-layout {
	display: grid;
	grid-template-columns: minmax(320px, 420px) minmax(0, 680px);
	gap: clamp(28px, 3vw, 44px);
	align-items: start;
	justify-content: center;
	margin: 48px 0 56px;
}

.bst-theme-feature-image {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	aspect-ratio: 16 / 7;
	padding: clamp(14px, 1.8vw, 20px);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 18px 42px rgba(42, 34, 55, 0.08);
}

.bst-theme-feature-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.bst-theme-feature-image span {
	color: var(--bst-teal, #3a5f72);
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .14em;
	text-align: center;
	text-transform: uppercase;
}

.bst-theme-about-layout .bst-theme-intro-block {
	order: 2;
	margin: 0;
	max-width: none;
}

.bst-theme-intro-block-wide {
	grid-column: 1 / -1;
}

.bst-theme-start-summary {
	order: 1;
	position: sticky;
	top: 24px;
	width: min(100%, 420px);
	justify-self: start;
}

.bst-theme-start-summary-card {
	overflow: hidden;
	border-radius: 14px;
	background: #fff;
	border: 1px solid rgba(42, 34, 55, 0.08);
	box-shadow: 0 18px 42px rgba(42, 34, 55, 0.08);
}

.bst-theme-start-summary-img {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--bst-paper, #f5f0e8);
}

.bst-theme-start-summary-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.bst-theme-start-summary-card:hover .bst-theme-start-summary-img img {
	transform: scale(1.03);
}

.bst-theme-start-summary-card > :not(.bst-theme-start-summary-img) {
	margin-left: clamp(22px, 2.4vw, 30px);
	margin-right: clamp(22px, 2.4vw, 30px);
}

.bst-theme-start-summary-card .bst-theme-start-eyebrow {
	margin-top: clamp(24px, 2.6vw, 32px);
}

.bst-theme-start-summary-card h3 {
	margin: 0 0 14px;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1.18;
	font-weight: 800;
	color: var(--bst-ink, #2a2237);
	background-image: none !important;
	-webkit-text-fill-color: inherit !important;
}

.bst-theme-start-summary-card h3 a {
	color: inherit;
	text-decoration: none;
}

.bst-theme-start-summary-card .bst-theme-start-desc {
	margin-bottom: 24px;
}

.bst-theme-start-summary-card .bst-theme-start-cta {
	margin-bottom: clamp(24px, 2.8vw, 34px);
	min-height: 46px;
	padding-inline: 24px;
	font-size: .82rem;
}

@media (max-width: 920px) {
	.bst-theme-about-layout {
		grid-template-columns: 1fr;
	}

	.bst-theme-feature-image {
		aspect-ratio: 16 / 9;
	}

	.bst-theme-start-summary {
		position: static;
		width: 100%;
		justify-self: stretch;
	}
}

@media (max-width: 640px) {
	.bst-theme-feature-image,
	.bst-theme-start-summary-img {
		aspect-ratio: 16 / 10;
	}
}

/* ---- Shared section label (small teal eyebrow) ---- */
.bst-theme-start-here-label,
.bst-theme-section-label {
	display: block;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--bst-teal, #3a5f72);
	margin-bottom: 12px;
}

/* ---- Intro block ---- */
.bst-theme-intro-block {
	margin: 48px 0 52px;
	max-width: 820px;
}

.bst-theme-intro-block .bst-theme-section-label {
	margin-bottom: 16px;
}

.bst-theme-intro-text {
	line-height: 1.85;
	color: var(--bst-body, #51495d);
}

.bst-theme-intro-text p:first-child {
	font-size: 1.45rem;
	color: var(--bst-ink, #2a2237);
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 1.2em;
}

.bst-theme-intro-text p {
	font-size: 1rem;
}

.bst-theme-intro-text p:last-child {
	margin-bottom: 0;
}

/* ---- Subtopic chips ---- */
.bst-theme-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}

.bst-theme-chip {
	display: inline-block;
	padding: 6px 16px;
	border-radius: 999px;
	background: #fff;
	border: 1.5px solid var(--bst-paper-strong, #ede4d7);
	font-size: .8rem;
	font-weight: 600;
	color: var(--bst-ink, #2a2237);
	text-decoration: none;
	transition: background .15s, border-color .15s, color .15s;
}

.bst-theme-chip:hover {
	background: var(--bst-orange, #c94e2a);
	border-color: var(--bst-orange, #c94e2a);
	color: #fff;
}

/* ---- Start Here card ---- */
.bst-theme-start-here {
	margin-bottom: 56px;
}

.bst-theme-start-card {
	display: flex;
	gap: 0;
	align-items: stretch;
	background: var(--bst-card, rgba(252,248,242,.92));
	border-radius: var(--bst-radius-md, 22px);
	box-shadow: var(--bst-shadow, 0 26px 56px rgba(42,34,55,.1));
	overflow: hidden;
	min-height: 420px;
}

.bst-theme-start-card-img {
	flex: 0 0 50%;
	max-width: 50%;
	display: block;
	overflow: hidden;
}

.bst-theme-start-card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

.bst-theme-start-card-img:hover img {
	transform: scale(1.03);
}

.bst-theme-start-card-body {
	flex: 1;
	padding: 48px 52px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0;
}

.bst-theme-start-eyebrow {
	display: block;
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .12em;
	color: var(--bst-orange, #c94e2a);
	text-transform: uppercase;
	margin-bottom: 14px;
}

.bst-theme-start-card-body h3 {
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--bst-ink, #2a2237);
	margin-bottom: 16px;
	line-height: 1.2;
}

.bst-theme-start-card-body h3 a {
	color: inherit;
	text-decoration: none;
}

.bst-theme-start-price {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--bst-orange, #c94e2a);
	margin-bottom: 16px;
}

.bst-theme-start-price .woocommerce-Price-amount {
	color: inherit;
}

.bst-theme-start-desc {
	color: var(--bst-body, #51495d);
	line-height: 1.75;
	margin-bottom: 32px;
	flex: 1;
}

.bst-theme-start-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
}

.bst-theme-start-cta {
	padding: 14px 32px;
	font-size: 1rem;
}

/* ---- All Studies section ---- */
.bst-theme-all-studies {
	margin-bottom: 64px;
}

.bst-theme-all-studies .bst-feature-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bst-study-hidden {
	display: none;
}

.bst-studies-more-wrap {
	margin-top: 32px;
	text-align: center;
}

@media (max-width: 920px) {
	.bst-theme-all-studies .bst-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 480px) {
	.bst-theme-all-studies .bst-feature-grid {
		grid-template-columns: 1fr;
	}
}

.bst-theme-all-studies h2 {
	font-size: clamp(1.4rem, 3vw, 2rem);
	font-weight: 700;
	color: var(--bst-ink, #2a2237);
	margin-bottom: 28px;
	/* suppress any Kadence highlight decoration on this heading */
	background-image: none !important;
	text-decoration: none !important;
	-webkit-text-fill-color: inherit !important;
}

/* ---- Related themes row ---- */
.bst-theme-related {
	margin-bottom: 56px;
}

.bst-theme-related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
	margin-top: 16px;
}

.bst-theme-related-card {
	display: block;
	padding: 22px 20px;
	background: var(--bst-card, rgba(252,248,242,.92));
	border-radius: var(--bst-radius-sm, 16px);
	box-shadow: 0 4px 16px rgba(42,34,55,.07);
	text-decoration: none;
	transition: transform .15s, box-shadow .15s;
}

.bst-theme-related-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px rgba(42,34,55,.13);
}

.bst-theme-related-card-name {
	display: block;
	font-weight: 700;
	font-size: .95rem;
	color: var(--bst-ink, #2a2237);
	margin-bottom: 6px;
}

.bst-theme-related-card-count {
	font-size: .8rem;
	color: var(--bst-body, #51495d);
}

/* ---- Theme dropdown + product preview ---- */
.bst-theme-select-wrap {
	position: relative;
	margin-bottom: 20px;
}

.bst-theme-select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	padding: 12px 44px 12px 18px;
	border: 1.5px solid var(--bst-paper-strong, #ede4d7);
	border-radius: 999px;
	font-size: .95rem;
	font-weight: 600;
	color: var(--bst-ink, #2a2237);
	background: #fff;
	cursor: pointer;
	outline: none;
	transition: border-color .15s;
}

.bst-theme-select:focus {
	border-color: var(--bst-teal, #3a5f72);
}

.bst-theme-select-arrow {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: .65rem;
	color: var(--bst-body, #51495d);
}

.bst-resource-finder h2 {
	font-size: 1.25rem !important;
	text-transform: none !important;
	background-image: none !important;
	-webkit-text-fill-color: inherit !important;
	line-height: 1.3 !important;
	margin-bottom: 8px !important;
}

.bst-theme-dd-hint {
	font-size: .82rem;
	color: var(--bst-body, #51495d);
	line-height: 1.5;
	margin: 0;
	font-style: italic;
}

/* Product preview card */
.bst-theme-dd-preview {
	display: flex;
	gap: 0;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 14px rgba(42,34,55,.1);
	max-height: 90px;
}

.bst-theme-dd-preview-img {
	flex: 0 0 70px;
	max-width: 70px;
	display: block;
	overflow: hidden;
}

.bst-theme-dd-preview-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bst-theme-dd-preview-img img.bst-tdd-img-placeholder {
	object-fit: contain;
	padding: 10px;
	background: var(--bst-paper, #f5f0e8);
}

.bst-theme-dd-preview-body {
	flex: 1;
	padding: 8px 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	overflow: hidden;
}

.bst-theme-dd-preview-price {
	font-size: .68rem;
	font-weight: 700;
	color: var(--bst-orange, #c94e2a);
	margin: 0;
	letter-spacing: .02em;
}

.bst-theme-dd-preview-body h4 {
	font-size: .78rem !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: var(--bst-ink, #2a2237) !important;
	margin: 0 !important;
	text-transform: none !important;
	background-image: none !important;
	-webkit-text-fill-color: inherit !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bst-theme-dd-preview-body h4 a {
	color: inherit;
	text-decoration: none;
}

.bst-theme-dd-preview-actions {
	display: flex;
	gap: 6px;
	flex-wrap: nowrap;
	margin-top: 2px;
}

.bst-dd-btn {
	display: inline-block;
	padding: 4px 10px;
	font-size: .68rem;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 999px;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: .02em;
}

.bst-dd-btn-primary {
	background: var(--bst-teal, #3a5f72);
	color: #fff;
}

.bst-dd-btn-secondary {
	border: 1.5px solid var(--bst-teal, #3a5f72);
	color: var(--bst-teal, #3a5f72);
}

/* ---- SEO closing paragraph ---- */
.bst-theme-seo-close {
	padding: 32px 0 40px;
	border-top: 1px solid var(--bst-paper-strong, #ede4d7);
	margin-top: 8px;
	color: var(--bst-body, #51495d);
	line-height: 1.8;
}

/* ---- Themes landing page ---- */
.bst-themes-page-intro {
	max-width: 720px;
	margin: 48px auto 0;
	color: var(--bst-body, #51495d);
	line-height: 1.8;
	font-size: 1.05rem;
	text-align: center;
}

.bst-themes-count-summary {
	font-size: .8rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: var(--bst-body, #51495d);
	margin: 40px 0 20px;
	background-image: none !important;
	-webkit-text-fill-color: inherit !important;
}

.bst-themes-cards-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 80px;
}

/* Theme card */
.bst-theme-card {
	background: var(--bst-card, rgba(252,248,242,.92));
	border-radius: var(--bst-radius-md, 22px);
	box-shadow: var(--bst-shadow, 0 26px 56px rgba(42,34,55,.1));
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform .2s, box-shadow .2s;
}

.bst-theme-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 36px 72px rgba(42,34,55,.15);
}

.bst-theme-card-media {
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.bst-theme-card-media a {
	display: block;
	height: 100%;
}

.bst-theme-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .4s ease;
}

.bst-theme-card:hover .bst-theme-card-media img {
	transform: scale(1.04);
}

.bst-theme-card-no-img {
	width: 100%;
	height: 100%;
	background: var(--bst-paper-strong, #ede4d7);
}

.bst-theme-card-body {
	padding: 24px 28px 28px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.bst-theme-card-meta {
	font-size: .7rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--bst-orange, #c94e2a);
	margin-bottom: 10px;
}

.bst-theme-card-title {
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.25;
	color: var(--bst-ink, #2a2237);
	margin-bottom: 10px;
}

.bst-theme-card-title a {
	color: inherit;
	text-decoration: none;
}

.bst-theme-card-excerpt {
	font-size: .88rem;
	color: var(--bst-body, #51495d);
	line-height: 1.65;
	flex: 1;
	margin-bottom: 20px;
}

.bst-themes-no-results {
	padding: 24px 0;
	color: var(--bst-body, #51495d);
}

@media (max-width: 920px) {
	.bst-themes-cards-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	.bst-themes-cards-grid {
		grid-template-columns: 1fr;
	}
}

/* ---- Product page theme badges ---- */
.bst-product-themes {
	margin: 32px 0 24px;
}

.bst-product-themes-label {
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--bst-teal, #3a5f72);
	margin-bottom: 10px;
}

.bst-product-theme-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.bst-product-theme-badge {
	display: inline-block;
	padding: 5px 14px;
	border-radius: 999px;
	background: var(--bst-paper, #f5f0e8);
	border: 1.5px solid var(--bst-paper-strong, #ede4d7);
	font-size: .8rem;
	font-weight: 600;
	color: var(--bst-ink, #2a2237);
	text-decoration: none;
	transition: background .15s, border-color .15s, color .15s;
}

.bst-product-theme-badge:hover {
	background: var(--bst-orange, #c94e2a);
	border-color: var(--bst-orange, #c94e2a);
	color: #fff;
}

.bst-product-theme-browse-link {
	font-size: .8rem;
	font-weight: 600;
	color: var(--bst-orange, #c94e2a);
	text-decoration: none;
}

.bst-product-more-theme {
	margin-top: 8px;
}

.bst-product-more-theme-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 16px;
}

.bst-product-more-theme-card {
	background: var(--bst-card, rgba(252,248,242,.92));
	border-radius: var(--bst-radius-sm, 16px);
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(42,34,55,.07);
}

.bst-product-more-theme-img img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	display: block;
}

.bst-product-more-theme-body {
	padding: 16px;
}

.bst-product-more-theme-body h4 {
	font-size: .9rem;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.3;
}

.bst-product-more-theme-body h4 a {
	color: var(--bst-ink, #2a2237);
	text-decoration: none;
}

.bst-product-more-theme-body .bst-price {
	margin-bottom: 12px;
	font-size: .85rem;
}

/* ---- Responsive ---- */
@media (max-width: 860px) {
	.bst-theme-start-card {
		flex-direction: column;
		min-height: unset;
	}

	.bst-theme-start-card-img {
		flex: none;
		max-width: 100%;
		width: 100%;
		aspect-ratio: 16 / 9;
		overflow: hidden;
	}

	.bst-theme-start-card-body {
		padding: 32px 36px;
	}

	.bst-theme-start-card-body h3 {
		font-size: 1.45rem;
	}
}

@media (max-width: 480px) {
	.bst-theme-start-card-body {
		padding: 24px 20px;
	}

	.bst-theme-start-card-body h3 {
		font-size: 1.25rem;
	}
}

@media (max-width: 680px) {
	.bst-product-more-theme-grid {
		grid-template-columns: 1fr;
	}
}
