/* =========================================================
   PRINCE HINKLE OFFICIAL ARCHIVE
   PREMIUM WORDPRESS.COM DESIGN — CLEAN MASTER CSS
   Uses the original .ph- class system
========================================================= */
.ph-archive {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--ph-off-white);
	color: var(--ph-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.ph-archive *,
.ph-archive ::before,
.ph-archive ::after {
	box-sizing: border-box;
}

.ph-archive a {
	position: relative;
	z-index: 5;
	pointer-events: auto !important;
	transition: all .25s ease;
}

/* =========================================================
   NAVIGATION
========================================================= */
.ph-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 16px 28px;
	background: rgba(7,17,31,.94);
	border-bottom: 1px solid rgba(255,255,255,.09);
}

.ph-nav-inner {
	gap: 24px;
}

.ph-brand {
	margin: 0 !important;
}

.ph-brand-name {
	margin: 0 !important;
	color: var(--ph-white) !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.2;
}

.ph-brand-label {
	margin: 3px 0 0 !important;
	color: var(--ph-gold) !important;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.ph-nav-links {
	gap: 4px;
}

.ph-nav-button .wp-block-button__link {
	padding: 8px 11px !important;
	background: transparent !important;
	border: 0;
	border-radius: 999px;
	color: rgba(255,255,255,.78) !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ph-nav-button .wp-block-button__link:hover {
	background: rgba(255,255,255,.08) !important;
	color: var(--ph-white) !important;
	transform: translateY(-1px);
}

/* =========================================================
   HERO
========================================================= */
.ph-hero {
	position: relative;
	min-height: 820px;
	padding: 120px 32px 100px;
	background: radial-gradient(circle at 15% 15%, rgba(92,168,255,.18), transparent 34%), radial-gradient(circle at 90% 80%, rgba(216,181,109,.13), transparent 36%), linear-gradient(135deg, #050c16 0%, #091728 48%, #06101d 100%);
	overflow: hidden;
}

.ph-hero::before {
	content: "";
	position: absolute;
	opacity: .22;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 52px 52px;
	pointer-events: none;
}

.ph-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 180px;
	background: linear-gradient(to bottom, transparent, rgba(7,17,31,.76));
	pointer-events: none;
}

.ph-hero-grid {
	position: relative;
	z-index: 3;
	gap: 76px;
	margin: 0 !important;
}

.ph-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 28px !important;
	padding: 9px 15px;
	border: 1px solid rgba(216,181,109,.4);
	border-radius: 999px;
	background: rgba(216,181,109,.08);
	color: var(--ph-gold-light) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ph-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--ph-gold);
	box-shadow: 0 0 18px rgba(216,181,109,.9);
}

.ph-hero-title {
	margin: 0 !important;
	color: var(--ph-white) !important;
	font-size: clamp(64px, 9vw, 122px);
	font-weight: 800;
	line-height: .82;
	letter-spacing: -.07em;
}

.ph-hero-title span {
	display: inline-block;
	color: transparent !important;
	text-shadow: 0 0 45px rgba(92,168,255,.12);
}

.ph-role-line {
	max-width: 760px;
	margin: 38px 0 0 !important;
	color: var(--ph-gold-light) !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.9;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ph-hero-intro {
	max-width: 720px;
	margin: 28px 0 0 !important;
	color: rgba(255,255,255,.78) !important;
	font-size: 19px;
	line-height: 1.85;
}

.ph-hero-actions {
	margin-top: 38px;
	gap: 14px;
}

.ph-btn .wp-block-button__link {
	padding: 15px 24px !important;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: none;
}

.ph-btn .wp-block-button__link:hover {
	transform: translateY(-3px);
}

.ph-btn-gold .wp-block-button__link {
	background: linear-gradient(135deg, var(--ph-gold), #b98d3e) !important;
	color: #08111d !important;
	box-shadow: 0 16px 40px rgba(216,181,109,.22);
}

.ph-btn-gold .wp-block-button__link:hover {
	background: #07111f !important;
	color: #ffffff !important;
	box-shadow: 0 20px 52px rgba(216,181,109,.30);
}

.ph-btn-ghost .wp-block-button__link {
	background: rgba(255,255,255,.05) !important;
	border: 1px solid rgba(255,255,255,.2);
	color: var(--ph-white) !important;
}

.ph-btn-ghost .wp-block-button__link:hover {
	background: rgba(255,255,255,.11) !important;
	border-color: rgba(255,255,255,.34);
}

.ph-btn-outline .wp-block-button__link {
	border: 1px solid #ccd5df !important;
	background: transparent !important;
	color: #07111f !important;
}

.ph-btn-outline .wp-block-button__link:hover {
	border-color: #07111f !important;
	background: #07111f !important;
	color: #ffffff !important;
}

/* =========================================================
   EXECUTIVE PROFILE CARD — REAL PHOTO + LOGO
========================================================= */
.ph-profile-card {
	position: relative;
	margin: 0 !important;
	padding: 28px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
	box-shadow: var(--ph-shadow);
	overflow: hidden;
}

.ph-profile-card::before {
	content: "";
	position: absolute;
	top: -90px;
	right: -90px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(92,168,255,.12);
	filter: blur(4px);
}

.ph-profile-top {
	position: relative;
	z-index: 2;
	margin: 0 !important;
}

.ph-profile-status,
.ph-profile-number {
	margin: 0 !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.ph-profile-status {
	color: rgba(255,255,255,.7) !important;
}

.ph-profile-number {
	color: rgba(255,255,255,.32) !important;
}

.ph-status-dot {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #57e3a1;
	box-shadow: 0 0 12px rgba(87,227,161,.8);
}

.ph-profile-visual {
	position: relative !important;
	width: 100% !important;
	max-width: 300px !important;
	margin: 34px auto 58px !important;
	padding: 0 !important;
}

.ph-profile-photo {
	position: relative !important;
	z-index: 1 !important;
	width: 100% !important;
	margin: 0 !important;
	border: 1px solid rgba(216,181,109,.62) !important;
	border-radius: 26px !important;
	background: #ffffff !important;
	box-shadow: 0 28px 70px rgba(0,0,0,.38), 0 0 45px rgba(92,168,255,.10) !important;
	overflow: hidden !important;
}

.ph-profile-photo img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 4 / 5 !important;
	object-fit: cover !important;
	object-position: center top !important;
	margin: 0 !important;
}

.ph-profile-logo {
	position: absolute !important;
	z-index: 4 !important;
	right: -17px !important;
	bottom: -37px !important;
	width: 128px !important;
	margin: 0 !important;
	padding: 10px !important;
	border: 1px solid rgba(216,181,109,.55) !important;
	border-radius: 17px !important;
	background: #ffffff !important;
	box-shadow: 0 18px 45px rgba(0,0,0,.34) !important;
}

.ph-profile-logo img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.ph-profile-name {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: var(--ph-white) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 400;
	letter-spacing: -.03em;
}

.ph-profile-title {
	position: relative;
	z-index: 2;
	max-width: 280px;
	margin: 8px auto 0 !important;
	color: var(--ph-gold-light) !important;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.7;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ph-profile-divider {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 28px 0 !important;
	border-color: rgba(255,255,255,.1);
}

.ph-profile-details {
	position: relative;
	z-index: 2;
	margin: 0 !important;
}

.ph-detail-row {
	margin: 0 !important;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.ph-detail-row p {
	margin: 0 !important;
	color: rgba(255,255,255,.48) !important;
	font-size: 10px;
	letter-spacing: .04em;
}

.ph-detail-row strong {
	color: rgba(255,255,255,.92) !important;
	font-weight: 700;
}

.ph-profile-quote {
	position: relative;
	z-index: 2;
	margin: 25px 0 0 !important;
	color: rgba(255,255,255,.58) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.7;
}

/* =========================================================
   STATS
========================================================= */
.ph-stats {
	position: relative;
	z-index: 5;
	margin-top: -48px;
	padding: 0 32px 70px;
	background: transparent;
}

.ph-stats-grid {
	margin: 0 !important;
	padding: 0;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	background: #0b1929;
	box-shadow: 0 26px 70px rgba(0,0,0,.22);
	overflow: hidden;
}

.ph-stat {
	position: relative;
	margin: 0 !important;
	padding: 32px 27px;
	border-right: 1px solid rgba(255,255,255,.08);
}

.ph-stat:last-child {
	border-right: 0;
}

.ph-stat-number {
	margin: 0 !important;
	color: var(--ph-gold) !important;
	font-size: 40px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.04em;
}

.ph-stat-label {
	margin: 10px 0 0 !important;
	color: var(--ph-white) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.ph-stat-note {
	margin: 7px 0 0 !important;
	color: rgba(255,255,255,.48) !important;
	font-size: 11px;
	line-height: 1.6;
}

/* =========================================================
   GENERAL SECTIONS
========================================================= */
.ph-section {
	padding: 120px 32px;
}

.ph-two-col {
	gap: 80px;
	margin: 0 !important;
}

.ph-kicker {
	margin: 0 0 22px !important;
	color: var(--ph-gold-deep) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ph-section-title,
.ph-centered-title {
	margin: 0 !important;
	color: var(--ph-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.055em;
}

.ph-centered-title {
	text-align: center;
}

.ph-centered-copy {
	max-width: 760px;
	margin: 22px auto 58px !important;
	color: var(--ph-muted) !important;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

.ph-side-note {
	max-width: 340px;
	margin: 28px 0 0 !important;
	padding-left: 18px;
	border-left: 2px solid var(--ph-gold);
	color: var(--ph-muted) !important;
	font-size: 14px;
	line-height: 1.8;
}

.ph-body-copy {
	color: #465366;
	font-size: 17px;
	line-height: 1.9;
}

.ph-body-copy > p {
	margin-top: 0;
	margin-bottom: 24px;
}

.ph-lead {
	color: var(--ph-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	line-height: 1.55;
	letter-spacing: -.02em;
}

.ph-quote {
	margin: 45px 0 0 !important;
	padding: 34px 38px;
	border: 0;
	border-left: 4px solid var(--ph-gold);
	border-radius: 0 18px 18px 0;
	background: #e9eef4;
	color: var(--ph-navy);
}

.ph-quote p {
	margin: 0 !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	line-height: 1.6;
}

.ph-quote cite {
	display: inline-block;
	margin-top: 18px;
	color: #94702d;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

/* =========================================================
   BIOGRAPHY
========================================================= */
.ph-biography {
	background: var(--ph-off-white);
}

/* =========================================================
   TIMELINE
========================================================= */
.ph-journey {
	background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), linear-gradient(135deg, rgba(92,168,255,.14), rgba(216,181,109,.11));
	border-top: 1px solid #dde4ec;
}

.ph-timeline-grid {
	gap: 18px;
	margin: 0 0 18px !important;
}

.ph-timeline-card {
	position: relative;
	min-height: 305px;
	margin: 0 !important;
	padding: 32px 28px;
	border: 1px solid #dce3eb;
	border-radius: 22px;
	background: rgba(255,255,255,.84);
	box-shadow: 0 16px 45px rgba(20,39,62,.06);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ph-timeline-card::after {
	content: "";
	position: absolute;
	right: -55px;
	bottom: -55px;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: rgba(92,168,255,.07);
}

.ph-timeline-card:hover {
	transform: translateY(-8px);
	border-color: rgba(155,116,48,.35);
	box-shadow: 0 30px 75px rgba(20,39,62,.12);
}

.ph-year {
	margin: 0 0 64px !important;
	color: var(--ph-gold-deep) !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
}

.ph-timeline-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: var(--ph-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.15;
}

.ph-timeline-card p:last-child {
	position: relative;
	z-index: 2;
	margin: 18px 0 0 !important;
	color: var(--ph-muted) !important;
	font-size: 14px;
	line-height: 1.75;
}

/* =========================================================
   LINKED BOOK COLLECTION — PREMIUM ORIGINAL LOOK
========================================================= */
.ph-books {
	padding: 120px 32px !important;
	background: radial-gradient(circle at 10% 10%, rgba(216,181,109,.12), transparent 28%), linear-gradient(180deg, #f7f9fc 0%, #edf2f7 100%) !important;
}

.ph-directory-panel {
	margin: 0 0 45px !important;
	padding: 27px 24px !important;
	border: 1px solid rgba(7,17,31,.1);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 16px 45px rgba(20,39,62,.06);
}

.ph-directory-label {
	margin: 0 0 17px !important;
	color: #07111f !important;
	font-size: 11px !important;
	font-weight: 900 !important;
	letter-spacing: .14em !important;
	text-transform: uppercase;
}

.ph-directory-buttons {
	gap: 8px !important;
}

.ph-pill .wp-block-button__link {
	padding: 10px 15px !important;
	border: 1px solid #d4dce6 !important;
	border-radius: 999px !important;
	background: #f7f9fb !important;
	color: #152337 !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .06em !important;
	text-transform: uppercase;
}

.ph-pill .wp-block-button__link:hover {
	border-color: #d8b56d !important;
	background: #07111f !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}

.ph-card-grid {
	align-items: stretch !important;
	gap: 20px !important;
	margin: 0 0 20px !important;
}

.ph-book-card {
	display: flex !important;
	flex-direction: column !important;
	margin: 0 !important;
	padding: 20px !important;
	border: 1px solid #d9e1ea;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 48px rgba(20,39,62,.07);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ph-book-card:hover {
	transform: translateY(-7px);
	border-color: rgba(155,116,48,.4);
	box-shadow: 0 30px 70px rgba(20,39,62,.13);
}

.ph-cover {
	margin: 0 0 24px !important;
	border-radius: 16px;
	overflow: hidden;
	background: #e7ebf0;
}

.ph-cover a {
	display: block;
}

.ph-cover img {
	display: block;
	width: 100% !important;
	height: 390px !important;
	object-fit: cover !important;
	transition: transform .45s ease;
}

.ph-book-card:hover .ph-cover img {
	transform: scale(1.025);
}

.ph-card-kicker {
	margin: 0 0 10px !important;
	color: #98722f !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	letter-spacing: .15em !important;
	text-transform: uppercase;
}

.ph-card-title {
	margin: 0 !important;
	color: #07111f !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 1.14 !important;
	letter-spacing: -.035em !important;
}

.ph-book-card > p:not(.ph-card-kicker):not(.ph-directory-mark) {
	flex-grow: 1;
	margin: 17px 0 0 !important;
	color: #5d6979 !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

.ph-card-actions {
	gap: 8px !important;
	margin-top: 24px !important;
}

.ph-card-actions .wp-block-button {
	margin: 0 !important;
}

.ph-card-actions .wp-block-button__link {
	padding: 11px 15px !important;
	border-radius: 999px !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	letter-spacing: .08em !important;
	text-transform: uppercase;
}

.ph-directory-card {
	position: relative;
	justify-content: center;
	background: radial-gradient(circle at 75% 15%, rgba(216,181,109,.19), transparent 30%), linear-gradient(145deg, #07111f, #10243a) !important;
}

.ph-directory-card .ph-card-kicker {
	color: #d8b56d !important;
}

.ph-directory-card .ph-card-title {
	color: #ffffff !important;
}

.ph-directory-card > p:not(.ph-card-kicker):not(.ph-directory-mark) {
	flex-grow: 0;
	color: rgba(255,255,255,.68) !important;
}

.ph-directory-mark {
	margin: 0 0 50px !important;
	color: rgba(255,255,255,.09) !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 100px !important;
	line-height: .8 !important;
	letter-spacing: -.09em !important;
}

/* =========================================================
   MUSIC — LUXURY DARK GALLERY
========================================================= */
.ph-music {
	background: radial-gradient(circle at 12% 10%, rgba(92,168,255,.14), transparent 28%), radial-gradient(circle at 88% 90%, rgba(216,181,109,.12), transparent 32%), linear-gradient(135deg, #06101d, #0d2035);
}

.ph-light-title {
	color: #ffffff !important;
}

.ph-light-copy {
	color: rgba(255,255,255,.70) !important;
}

.ph-music-bio {
	max-width: 880px;
	margin: 0 auto 34px !important;
	padding: 34px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 26px 70px rgba(0,0,0,.18);
	color: rgba(255,255,255,.76);
}

.ph-music-bio p {
	margin: 0 !important;
	font-size: 16px;
	line-height: 1.85;
}

.ph-music-quote {
	margin: 26px 0 0 !important;
	padding: 22px 24px;
	border-left: 3px solid var(--ph-gold);
	color: var(--ph-gold-light);
	background: rgba(255,255,255,.035);
}

.ph-platform-buttons,
.ph-social-buttons {
	gap: 8px;
	margin: 0 0 46px;
}

.ph-platform .wp-block-button__link {
	padding: 11px 16px !important;
	border: 1px solid rgba(255,255,255,.2);
	border-radius: 999px;
	background: rgba(255,255,255,.05) !important;
	color: #ffffff !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ph-platform .wp-block-button__link:hover {
	background: var(--ph-gold) !important;
	color: #07111f !important;
	transform: translateY(-2px);
}

.ph-album-grid {
	gap: 20px;
	margin: 0 0 20px !important;
}

.ph-album {
	position: relative;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 18px 55px rgba(0,0,0,.14);
	overflow: hidden;
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.ph-album:hover {
	transform: translateY(-7px);
	border-color: rgba(216,181,109,.40);
	box-shadow: 0 28px 70px rgba(0,0,0,.23);
}

.ph-album img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 14px;
	transition: transform .45s ease;
}

.ph-album:hover img {
	transform: scale(1.025);
}

.ph-album h3 {
	margin: 18px 0 8px !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.2;
}

.ph-album > a:last-child {
	color: var(--ph-gold-light) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

.ph-podcast-card,
.ph-music-directory {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	padding: 30px;
}

.ph-podcast-card p,
.ph-music-directory p {
	color: rgba(255,255,255,.68) !important;
	line-height: 1.75;
}

/* =========================================================
   GAMES — PREMIUM MISSION CARDS
========================================================= */
.ph-games {
	background: linear-gradient(rgba(255,255,255,.95), rgba(255,255,255,.95)), linear-gradient(135deg, rgba(92,168,255,.16), rgba(216,181,109,.12));
}

.ph-game-grid {
	gap: 20px;
	margin: 0 0 20px !important;
}

.ph-game-card {
	position: relative;
	min-height: 350px;
	padding: 34px;
	border: 1px solid #dce3eb;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(20,39,62,.07);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ph-game-card::after {
	content: "";
	position: absolute;
	right: -70px;
	bottom: -70px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(92,168,255,.13), rgba(92,168,255,.02));
}

.ph-game-card:hover {
	transform: translateY(-8px);
	border-color: rgba(155,116,48,.4);
	box-shadow: 0 32px 80px rgba(20,39,62,.13);
}

.ph-game-number {
	margin: 0 0 72px !important;
	color: var(--ph-gold-deep) !important;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .18em;
}

.ph-game-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: var(--ph-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
}

.ph-game-card p:not(.ph-game-number) {
	position: relative;
	z-index: 2;
	margin: 18px 0 28px !important;
	color: var(--ph-muted) !important;
	font-size: 15px;
	line-height: 1.8;
}

.ph-game-card a {
	position: relative;
	z-index: 2;
	color: #8d6929 !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

/* =========================================================
   FOUNDATION
========================================================= */
.ph-foundation {
	background: radial-gradient(circle at 85% 15%, rgba(216,181,109,.10), transparent 28%), #ffffff;
}

.ph-foundation-grid {
	gap: 70px;
	margin: 0 !important;
}

.ph-foundation-logo {
	margin: 0 !important;
	padding: 32px;
	border: 1px solid #dce3eb;
	border-radius: 28px;
	background: #f7f9fb;
	box-shadow: 0 22px 65px rgba(20,39,62,.09);
}

.ph-foundation-logo img {
	display: block;
	width: 100%;
}

.ph-foundation-copy > p:not(.ph-kicker) {
	color: var(--ph-muted) !important;
	font-size: 16px;
	line-height: 1.85;
}

.ph-foundation-actions {
	gap: 9px;
	margin-top: 30px;
}

/* =========================================================
   DIGITAL NETWORK
========================================================= */
.ph-network {
	background: linear-gradient(180deg, #f5f7fa, #edf2f7);
}

.ph-link-grid {
	gap: 16px;
	margin: 0 0 16px !important;
}

.ph-link-card {
	position: relative;
	padding: 28px;
	border: 1px solid #dce3eb;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 42px rgba(20,39,62,.05);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.ph-link-card::after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: -45px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(92,168,255,.06);
}

.ph-link-card:hover {
	transform: translateY(-6px);
	border-color: rgba(155,116,48,.35);
	box-shadow: 0 26px 62px rgba(20,39,62,.10);
}

.ph-link-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 0 14px !important;
	color: var(--ph-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.ph-link-card a {
	position: relative;
	z-index: 2;
	color: #8d6929 !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
}

/* =========================================================
   CONTACT + CLOSING
========================================================= */
.ph-contact {
	background: radial-gradient(circle at 15% 15%, rgba(92,168,255,.15), transparent 32%), radial-gradient(circle at 88% 82%, rgba(216,181,109,.12), transparent 32%), linear-gradient(135deg, #050c16, #0d2035);
}

.ph-contact-grid {
	gap: 20px;
	max-width: 920px;
	margin: 0 auto 55px !important;
}

.ph-contact-card {
	padding: 32px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 18px 55px rgba(0,0,0,.15);
}

.ph-contact-card h3 {
	margin: 0 0 15px !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 400;
}

.ph-contact-card a {
	color: var(--ph-gold-light) !important;
	text-decoration: none;
	word-break: break-word;
}

.ph-closing {
	max-width: 920px;
	margin: 0 auto !important;
	padding: 48px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 26px 70px rgba(0,0,0,.18);
	text-align: center;
}

.ph-closing h2 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 54px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -.04em;
}

.ph-closing-actions {
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 980px) {
	.ph-nav {
		position: relative;
	}
	
	.ph-nav-inner {
		justify-content: center !important;
		text-align: center;
	}
	
	.ph-brand {
		width: 100%;
	}
	
	.ph-nav-links {
		justify-content: center !important;
	}
	
	.ph-hero {
		min-height: auto;
		padding-top: 90px;
	}
	
	.ph-hero-grid,
							.ph-two-col,
							.ph-foundation-grid {
		gap: 50px;
	}
	
	.ph-hero-copy,
							.ph-profile-column,
							.ph-section-side,
							.ph-body-copy,
							.ph-foundation-grid > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.ph-profile-card {
		max-width: 540px;
		margin: 0 auto !important;
	}
	
	.ph-stats-grid,
							.ph-card-grid,
							.ph-timeline-grid,
							.ph-album-grid,
							.ph-game-grid,
							.ph-link-grid {
		flex-wrap: wrap !important;
	}
	
	.ph-stat,
							.ph-book-card,
							.ph-timeline-card,
							.ph-album,
							.ph-game-card,
							.ph-link-card {
		flex-basis: calc(50% - 10px) !important;
	}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 650px) {
	.ph-nav {
		padding: 15px 13px;
	}
	
	.ph-nav-links {
		gap: 0;
	}
	
	.ph-nav-button .wp-block-button__link {
		padding: 7px 8px !important;
		font-size: 8px;
	}
	
	.ph-hero {
		padding: 72px 20px 90px;
	}
	
	.ph-hero-title {
		font-size: clamp(58px, 20vw, 85px);
		line-height: .9;
	}
	
	.ph-role-line {
		font-size: 10px;
		line-height: 2;
	}
	
	.ph-hero-intro {
		font-size: 16px;
		line-height: 1.75;
	}
	
	.ph-hero-actions .wp-block-button,
							.ph-directory-buttons .wp-block-button,
							.ph-card-actions .wp-block-button,
							.ph-foundation-actions .wp-block-button,
							.ph-closing-actions .wp-block-button {
		width: 100%;
	}
	
	.ph-hero-actions .wp-block-button__link,
							.ph-directory-buttons .wp-block-button__link,
							.ph-card-actions .wp-block-button__link,
							.ph-foundation-actions .wp-block-button__link,
							.ph-closing-actions .wp-block-button__link {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.ph-profile-card {
		padding: 23px 19px;
	}
	
	.ph-profile-visual {
		max-width: 260px !important;
		margin-bottom: 54px !important;
	}
	
	.ph-profile-logo {
		right: -9px !important;
		bottom: -31px !important;
		width: 108px !important;
		padding: 8px !important;
	}
	
	.ph-stats {
		margin-top: -35px;
		padding-right: 18px;
		padding-left: 18px;
	}
	
	.ph-stat,
							.ph-book-card,
							.ph-timeline-card,
							.ph-album,
							.ph-game-card,
							.ph-link-card {
		flex-basis: 100% !important;
		border-right: 0;
	}
	
	.ph-section,
							.ph-books {
		padding: 85px 18px !important;
	}
	
	.ph-section-title,
							.ph-centered-title {
		font-size: 43px;
	}
	
	.ph-lead {
		font-size: 24px;
	}
	
	.ph-quote {
		padding: 26px 23px;
	}
	
	.ph-quote p {
		font-size: 19px;
	}
	
	.ph-cover img {
		height: auto !important;
		max-height: none !important;
		object-fit: contain !important;
	}
	
	.ph-album img {
		aspect-ratio: 1 / 1;
	}
	
	.ph-podcast-card,
							.ph-music-directory {
		min-height: 270px;
	}
	
	.ph-game-card {
		min-height: auto;
	}
	
	.ph-closing {
		padding: 32px 22px;
	}
}

/* =========================================================
   AUGUST 2026 CORRECTIONS
   Hide the theme-generated page heading only on this archive
========================================================= */
body:has(.ph-archive) article > .entry-header,
body:has(.ph-archive) .page-header,
body:has(.ph-archive) .entry-title,
body:has(.ph-archive) .entry-meta,
body:has(.ph-archive) .page-title {
	display: none !important;
}

body:has(.ph-archive) .entry-content,
body:has(.ph-archive) article,
body:has(.ph-archive) main {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/* =========================================================
   CURRENT RELEASE DIRECTORY
========================================================= */
.ph-featured-music-label {
	margin: 58px 0 30px !important;
	color: #f3dca6 !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: clamp(30px, 4vw, 46px) !important;
	font-weight: 400 !important;
	letter-spacing: -.035em !important;
}

.ph-current-grid {
	gap: 18px !important;
	margin: 0 0 18px !important;
}

.ph-current-release {
	position: relative;
	min-height: 290px;
	padding: 30px !important;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	background: radial-gradient(circle at 88% 12%, rgba(216,181,109,.12), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 18px 55px rgba(0,0,0,.15);
	overflow: hidden;
	transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.ph-current-release:hover {
	transform: translateY(-7px);
	border-color: rgba(216,181,109,.40);
	box-shadow: 0 30px 72px rgba(0,0,0,.24);
}

.ph-release-year {
	margin: 0 0 52px !important;
	color: #d8b56d !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	letter-spacing: .15em !important;
	text-transform: uppercase;
}

.ph-current-release h3 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif !important;
	font-size: 29px !important;
	font-weight: 400 !important;
	line-height: 1.12 !important;
}

.ph-current-release p:not(.ph-release-year) {
	margin: 17px 0 24px !important;
	color: rgba(255,255,255,.68) !important;
	font-size: 14px !important;
	line-height: 1.75 !important;
}

.ph-current-release a {
	color: #f3dca6 !important;
	font-size: 9px !important;
	font-weight: 900 !important;
	letter-spacing: .09em !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.ph-spotify-embed {
	max-width: 880px;
	margin: 44px auto 24px !important;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 22px;
	background: rgba(255,255,255,.05);
	overflow: hidden;
}

.ph-spotify-embed iframe {
	border-radius: 15px !important;
}

@media (max-width: 980px) {
	.ph-current-grid {
		flex-wrap: wrap !important;
	}
	
	.ph-current-release {
		flex-basis: calc(50% - 10px) !important;
	}
}

@media (max-width: 650px) {
	.ph-current-release {
		flex-basis: 100% !important;
		min-height: auto;
	}
	
	.ph-release-year {
		margin-bottom: 42px !important;
	}
}

/* =========================================================
   SPIRITUAL BUILDER FOUNDATION — GIVING EXPERIENCE
   Separate from the Prince Hinkle Archive
========================================================= */
.sbfi-giving {
}

/* =========================================================
   SPIRITUAL BUILDER FOUNDATION INC.
   LUXURY GIVING EXPERIENCE
   Isolated .sbfi-give- class system
========================================================= */
.sbfi-giving {
	margin: 0 !important;
	padding: 0 !important;
	background: var(--sbfi-off-white);
	color: var(--sbfi-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.sbfi-giving *,
.sbfi-giving ::before,
.sbfi-giving ::after {
	box-sizing: border-box;
}

.sbfi-giving a {
	position: relative;
	z-index: 3;
	pointer-events: auto !important;
	transition: all .25s ease;
}

/* =========================================================
   NAVIGATION
========================================================= */
.sbfi-give-nav {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 16px 28px;
	background: rgba(6,16,29,.95);
	border-bottom: 1px solid rgba(255,255,255,.09);
}

.sbfi-give-nav-inner {
	gap: 24px;
	margin: 0 !important;
}

.sbfi-give-brand {
	margin: 0 !important;
}

.sbfi-give-brand-name {
	margin: 0 !important;
	color: #ffffff !important;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: .14em;
}

.sbfi-give-brand-label {
	margin: 4px 0 0 !important;
	color: var(--sbfi-gold) !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sbfi-give-nav-links {
	gap: 3px;
}

.sbfi-give-nav-button .wp-block-button__link {
	padding: 8px 10px !important;
	border: 0 !important;
	border-radius: 999px;
	background: transparent !important;
	color: rgba(255,255,255,.72) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sbfi-give-nav-button .wp-block-button__link:hover {
	background: rgba(255,255,255,.08) !important;
	color: #ffffff !important;
}

/* =========================================================
   HERO
========================================================= */
.sbfi-give-hero {
	position: relative;
	min-height: 830px;
	padding: 125px 32px 120px;
	background: radial-gradient(circle at 13% 15%, rgba(104,177,255,.18), transparent 34%), radial-gradient(circle at 88% 78%, rgba(216,181,109,.16), transparent 34%), linear-gradient(135deg, #040a12 0%, #081627 50%, #06101d 100%);
	overflow: hidden;
}

.sbfi-give-hero::before {
	content: "";
	position: absolute;
	opacity: .2;
	background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
	background-size: 54px 54px;
	pointer-events: none;
}

.sbfi-give-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(to bottom, transparent, rgba(6,16,29,.70));
	pointer-events: none;
}

.sbfi-give-hero-grid {
	position: relative;
	z-index: 3;
	gap: 72px;
	margin: 0 !important;
}

.sbfi-give-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 29px !important;
	padding: 10px 16px;
	border: 1px solid rgba(216,181,109,.42);
	border-radius: 999px;
	background: rgba(216,181,109,.08);
	color: var(--sbfi-gold-light) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.sbfi-give-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--sbfi-gold);
	box-shadow: 0 0 16px rgba(216,181,109,.85);
}

.sbfi-give-hero-title {
	max-width: 760px;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(58px, 7.5vw, 104px);
	font-weight: 400;
	line-height: .94;
	letter-spacing: -.065em;
}

.sbfi-give-hero-title span {
	color: var(--sbfi-gold-light) !important;
}

.sbfi-give-hero-text {
	max-width: 710px;
	margin: 32px 0 0 !important;
	color: rgba(255,255,255,.75) !important;
	font-size: 18px;
	line-height: 1.85;
}

.sbfi-give-hero-actions {
	gap: 12px;
	margin-top: 37px;
}

.sbfi-give-security-line {
	margin: 25px 0 0 !important;
	color: rgba(255,255,255,.43) !important;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.sbfi-give-btn .wp-block-button__link {
	padding: 15px 23px !important;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.sbfi-give-btn .wp-block-button__link:hover {
	transform: translateY(-3px);
}

.sbfi-give-btn-gold .wp-block-button__link {
	background: linear-gradient(135deg, #e2c079, #b9893a) !important;
	color: #06101d !important;
	box-shadow: 0 17px 42px rgba(216,181,109,.22);
}

.sbfi-give-btn-gold .wp-block-button__link:hover {
	background: #ffffff !important;
	color: #06101d !important;
}

.sbfi-give-btn-ghost .wp-block-button__link {
	border: 1px solid rgba(255,255,255,.22);
	background: rgba(255,255,255,.05) !important;
	color: #ffffff !important;
}

.sbfi-give-btn-ghost .wp-block-button__link:hover {
	background: rgba(255,255,255,.12) !important;
	border-color: rgba(255,255,255,.36);
}

.sbfi-give-btn-dark .wp-block-button__link {
	background: #07111f !important;
	color: #ffffff !important;
}

.sbfi-give-btn-dark .wp-block-button__link:hover {
	background: var(--sbfi-gold) !important;
	color: #07111f !important;
}

/* =========================================================
   HERO DONATION PANEL
========================================================= */
.sbfi-give-hero-panel {
	position: relative;
	margin: 0 !important;
	padding: 39px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 29px;
	background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025));
	box-shadow: 0 34px 95px rgba(0,0,0,.35);
	overflow: hidden;
}

.sbfi-give-hero-panel::after {
	content: "";
	position: absolute;
	right: -95px;
	bottom: -95px;
	width: 230px;
	height: 230px;
	border-radius: 50%;
	background: rgba(104,177,255,.11);
}

.sbfi-give-panel-kicker,
.sbfi-give-method-label {
	position: relative;
	z-index: 2;
	margin: 0 0 15px !important;
	color: var(--sbfi-gold) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.sbfi-give-panel-title {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 39px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -.04em;
}

.sbfi-give-panel-copy {
	position: relative;
	z-index: 2;
	margin: 21px 0 0 !important;
	color: rgba(255,255,255,.67) !important;
	font-size: 14px;
	line-height: 1.78;
}

.sbfi-give-panel-list {
	position: relative;
	z-index: 2;
	margin: 28px 0 0 !important;
}

.sbfi-give-panel-list p {
	margin: 0 !important;
	padding: 13px 0;
	border-bottom: 1px solid rgba(255,255,255,.09);
	color: rgba(255,255,255,.79) !important;
	font-size: 12px;
	line-height: 1.5;
}

.sbfi-give-panel-list span {
	display: inline-block;
	min-width: 34px;
	color: var(--sbfi-gold);
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
}

.sbfi-give-panel-action {
	position: relative;
	z-index: 2;
	margin-top: 28px;
}

/* =========================================================
   TRUST STRIP
========================================================= */
.sbfi-give-trust-strip {
	position: relative;
	z-index: 5;
	margin-top: -55px;
	padding: 0 32px 72px;
	background: transparent;
}

.sbfi-give-trust-grid {
	margin: 0 !important;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 23px;
	background: #0b1929;
	box-shadow: 0 27px 72px rgba(0,0,0,.22);
	overflow: hidden;
}

.sbfi-give-trust-item {
	padding: 30px 25px;
	border-right: 1px solid rgba(255,255,255,.08);
	text-align: center;
}

.sbfi-give-trust-item:last-child {
	border-right: 0;
}

.sbfi-give-trust-number {
	margin: 0 !important;
	color: var(--sbfi-gold) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	line-height: 1;
}

.sbfi-give-trust-label {
	margin: 10px 0 0 !important;
	color: rgba(255,255,255,.72) !important;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

/* =========================================================
   GENERAL SECTIONS
========================================================= */
.sbfi-give-section {
	padding: 120px 32px;
}

.sbfi-give-kicker {
	margin: 0 0 21px !important;
	color: var(--sbfi-gold-deep) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sbfi-give-section-title,
.sbfi-give-centered-title {
	margin: 0 !important;
	color: var(--sbfi-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(43px, 5vw, 69px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.055em;
}

.sbfi-give-centered-title {
	text-align: center;
}

.sbfi-give-centered-copy {
	max-width: 800px;
	margin: 23px auto 57px !important;
	color: var(--sbfi-muted) !important;
	font-size: 15px;
	line-height: 1.82;
	text-align: center;
}

.sbfi-give-lead {
	margin: 28px 0 0 !important;
	color: var(--sbfi-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.55;
}

.sbfi-give-body-copy {
	margin: 22px 0 0 !important;
	color: #536073 !important;
	font-size: 16px;
	line-height: 1.85;
}

/* =========================================================
   STORY + REAL MISSION PHOTOS
========================================================= */
.sbfi-give-story {
	background: #f5f7fa;
}

.sbfi-give-story-grid {
	gap: 76px;
	margin: 0 !important;
}

.sbfi-give-photo-grid {
	gap: 14px;
	margin: 0 !important;
}

.sbfi-give-photo {
	margin: 0 0 14px !important;
	border-radius: 22px;
	background: #e5eaf0;
	box-shadow: 0 20px 55px rgba(20,39,62,.11);
	overflow: hidden;
}

.sbfi-give-photo img {
	display: block;
	width: 100% !important;
	height: 240px !important;
	object-fit: cover !important;
}

.sbfi-give-photo-tall {
	height: calc(100% - 14px);
}

.sbfi-give-photo-tall img {
	height: 100% !important;
	min-height: 494px;
}

/* =========================================================
   IMPACT CARDS
========================================================= */
.sbfi-give-impact {
	background: radial-gradient(circle at 10% 10%, rgba(216,181,109,.11), transparent 28%), linear-gradient(180deg, #ffffff, #f3f6f9);
}

.sbfi-give-impact-grid {
	align-items: stretch !important;
	gap: 17px;
	margin: 0 !important;
}

.sbfi-give-impact-card {
	position: relative;
	min-height: 360px;
	margin: 0 !important;
	padding: 30px 27px;
	border: 1px solid #dbe2ea;
	border-radius: 23px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(20,39,62,.07);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.sbfi-give-impact-card::after {
	content: "";
	position: absolute;
	right: -65px;
	bottom: -65px;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	background: rgba(104,177,255,.07);
}

.sbfi-give-impact-card:hover {
	transform: translateY(-8px);
	border-color: rgba(156,116,48,.38);
	box-shadow: 0 31px 75px rgba(20,39,62,.12);
}

.sbfi-give-impact-featured {
	background: radial-gradient(circle at 85% 12%, rgba(216,181,109,.16), transparent 30%), linear-gradient(145deg, #07111f, #10243a);
	border-color: rgba(216,181,109,.28);
}

.sbfi-give-impact-number {
	position: relative;
	z-index: 2;
	margin: 0 0 52px !important;
	color: var(--sbfi-gold-deep) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .17em;
}

.sbfi-give-impact-amount {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: var(--sbfi-gold-deep) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 38px;
	line-height: 1;
}

.sbfi-give-impact-card h3 {
	position: relative;
	z-index: 2;
	margin: 17px 0 0 !important;
	color: var(--sbfi-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.15;
}

.sbfi-give-impact-card > p:not(.sbfi-give-impact-number):not(.sbfi-give-impact-amount) {
	position: relative;
	z-index: 2;
	margin: 17px 0 25px !important;
	color: var(--sbfi-muted) !important;
	font-size: 13px;
	line-height: 1.75;
}

.sbfi-give-text-link {
	position: relative;
	z-index: 2;
	color: #8d6929 !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.sbfi-give-impact-featured h3 {
	color: #ffffff !important;
}

.sbfi-give-impact-featured > p:not(.sbfi-give-impact-number):not(.sbfi-give-impact-amount) {
	color: rgba(255,255,255,.62) !important;
}

.sbfi-give-impact-featured .sbfi-give-impact-amount,
.sbfi-give-impact-featured .sbfi-give-text-link {
	color: var(--sbfi-gold-light) !important;
}

/* =========================================================
   PAYMENT METHODS
========================================================= */
.sbfi-give-options {
	background: radial-gradient(circle at 14% 18%, rgba(104,177,255,.14), transparent 31%), linear-gradient(135deg, #06101d, #0c2035);
}

.sbfi-give-options-grid {
	gap: 75px;
	margin: 0 !important;
}

.sbfi-give-options .sbfi-give-kicker {
	color: var(--sbfi-gold) !important;
}

.sbfi-give-options .sbfi-give-section-title {
	color: #ffffff !important;
}

.sbfi-give-options .sbfi-give-body-copy {
	color: rgba(255,255,255,.68) !important;
}

.sbfi-give-method-note {
	margin: 27px 0 0 !important;
	padding-left: 18px;
	border-left: 2px solid var(--sbfi-gold);
	color: rgba(255,255,255,.47) !important;
	font-size: 12px;
	line-height: 1.75;
}

.sbfi-give-methods {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.sbfi-give-method-card {
	position: relative;
	margin: 0 !important;
	padding: 32px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 23px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 20px 60px rgba(0,0,0,.17);
	overflow: hidden;
}

.sbfi-give-method-primary {
	border-color: rgba(216,181,109,.35);
}

.sbfi-give-method-badge {
	display: inline-block;
	margin: 0 0 18px !important;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--sbfi-gold);
	color: #07111f !important;
	font-size: 8px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sbfi-give-method-card h3 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 32px;
	font-weight: 400;
}

.sbfi-give-method-card > p:not(.sbfi-give-method-label):not(.sbfi-give-method-badge) {
	margin: 15px 0 25px !important;
	color: rgba(255,255,255,.61) !important;
	font-size: 13px;
	line-height: 1.74;
}

/* =========================================================
   SHOWER & DINE VISION
========================================================= */
.sbfi-give-vision {
	background: #f5f7fa;
}

.sbfi-give-vision-grid {
	gap: 56px;
	margin: 0 !important;
}

.sbfi-give-vision-card {
	padding: 52px;
	border-radius: 28px;
	background: radial-gradient(circle at 90% 15%, rgba(216,181,109,.16), transparent 30%), linear-gradient(145deg, #07111f, #10243a);
	box-shadow: 0 30px 85px rgba(7,17,31,.20);
}

.sbfi-give-vision-card .sbfi-give-kicker {
	color: var(--sbfi-gold) !important;
}

.sbfi-give-vision-title {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5vw, 64px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.05em;
}

.sbfi-give-vision-card > p:not(.sbfi-give-kicker) {
	margin: 24px 0 0 !important;
	color: rgba(255,255,255,.67) !important;
	font-size: 15px;
	line-height: 1.82;
}

.sbfi-give-vision-actions {
	gap: 10px;
	margin-top: 31px;
}

.sbfi-give-progress-card {
	padding: 38px;
	border: 1px solid #dce3eb;
	border-radius: 26px;
	background: #ffffff;
	box-shadow: 0 22px 65px rgba(20,39,62,.09);
}

.sbfi-give-progress-label {
	margin: 0 0 17px !important;
	color: var(--sbfi-gold-deep) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.sbfi-give-progress-card h3 {
	margin: 0 !important;
	color: var(--sbfi-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 35px;
	font-weight: 400;
}

.sbfi-give-progress-copy {
	margin: 19px 0 0 !important;
	color: var(--sbfi-muted) !important;
	font-size: 14px;
	line-height: 1.78;
}

.sbfi-give-progress-track {
	height: 12px;
	margin: 31px 0 20px;
	border-radius: 999px;
	background: #e6ebf1;
	overflow: hidden;
}

.sbfi-give-progress-fill {
	width: 24%;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sbfi-gold), #efce88);
}

.sbfi-give-progress-meta {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.sbfi-give-progress-meta p {
	margin: 0 !important;
	color: var(--sbfi-muted) !important;
	font-size: 11px;
}

.sbfi-give-progress-meta strong {
	color: var(--sbfi-navy);
}

.sbfi-give-progress-disclaimer {
	margin: 24px 0 0 !important;
	color: #8a94a3 !important;
	font-size: 10px;
	line-height: 1.7;
}

/* =========================================================
   MISSION ARCHIVE
========================================================= */
.sbfi-give-missions {
	background: radial-gradient(circle at 12% 10%, rgba(104,177,255,.14), transparent 30%), radial-gradient(circle at 88% 90%, rgba(216,181,109,.11), transparent 32%), linear-gradient(135deg, #050c16, #0d2035);
}

.sbfi-give-light-title {
	color: #ffffff !important;
}

.sbfi-give-light-copy {
	color: rgba(255,255,255,.66) !important;
}

.sbfi-give-mission-grid {
	gap: 18px;
	margin: 0 0 22px !important;
}

.sbfi-give-mission-card {
	min-height: 290px;
	padding: 31px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 23px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 18px 55px rgba(0,0,0,.15);
}

.sbfi-give-mission-number {
	margin: 0 0 62px !important;
	color: var(--sbfi-gold) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
}

.sbfi-give-mission-card h3 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
}

.sbfi-give-mission-card > p:last-child {
	margin: 17px 0 0 !important;
	color: rgba(255,255,255,.60) !important;
	font-size: 13px;
	line-height: 1.76;
}

.sbfi-give-archive-feature {
	margin: 23px 0 0 !important;
	padding: 36px;
	border: 1px solid rgba(216,181,109,.28);
	border-radius: 25px;
	background: rgba(216,181,109,.07);
}

.sbfi-give-archive-label {
	margin: 0 0 12px !important;
	color: var(--sbfi-gold) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.sbfi-give-archive-feature h3 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 35px;
	font-weight: 400;
}

.sbfi-give-archive-feature p:not(.sbfi-give-archive-label) {
	margin: 15px 0 0 !important;
	color: rgba(255,255,255,.61) !important;
	font-size: 13px;
	line-height: 1.76;
}

/* =========================================================
   TRANSPARENCY
========================================================= */
.sbfi-give-transparency {
	background: radial-gradient(circle at 85% 12%, rgba(216,181,109,.10), transparent 29%), #ffffff;
}

.sbfi-give-transparency-grid {
	gap: 68px;
	margin: 0 !important;
}

.sbfi-give-transparency-cards {
	gap: 15px;
	margin: 0 0 15px !important;
}

.sbfi-give-transparency-card {
	padding: 28px;
	border: 1px solid #dce3eb;
	border-radius: 21px;
	background: #f8fafc;
	box-shadow: 0 14px 40px rgba(20,39,62,.05);
}

.sbfi-give-transparency-icon {
	margin: 0 0 34px !important;
	color: var(--sbfi-gold-deep) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .15em;
}

.sbfi-give-transparency-card h3 {
	margin: 0 !important;
	color: var(--sbfi-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.sbfi-give-transparency-card > p:last-child {
	margin: 15px 0 0 !important;
	color: var(--sbfi-muted) !important;
	font-size: 12px;
	line-height: 1.72;
}

/* =========================================================
   FOUNDER QUOTE
========================================================= */
.sbfi-give-founder {
	background: #eef2f6;
}

.sbfi-give-founder-card {
	position: relative;
	margin: 0 !important;
	padding: 60px;
	border-left: 4px solid var(--sbfi-gold);
	border-radius: 0 28px 28px 0;
	background: #ffffff;
	box-shadow: 0 25px 75px rgba(20,39,62,.09);
}

.sbfi-give-founder-mark {
	position: absolute;
	top: 14px;
	right: 36px;
	margin: 0 !important;
	color: rgba(216,181,109,.18) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120px;
	line-height: 1;
}

.sbfi-give-founder-quote {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	border: 0;
}

.sbfi-give-founder-quote p {
	margin: 0 !important;
	color: var(--sbfi-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.48;
	letter-spacing: -.025em;
}

.sbfi-give-founder-quote cite {
	display: inline-block;
	margin-top: 27px;
	color: var(--sbfi-gold-deep);
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: .15em;
	text-transform: uppercase;
}

/* =========================================================
   FINAL CALL TO ACTION
========================================================= */
.sbfi-give-final {
	padding: 120px 32px;
	background: radial-gradient(circle at 14% 15%, rgba(104,177,255,.16), transparent 30%), radial-gradient(circle at 87% 84%, rgba(216,181,109,.13), transparent 32%), linear-gradient(135deg, #040a12, #0d2035);
	text-align: center;
}

.sbfi-give-final-kicker {
	margin: 0 0 22px !important;
	color: var(--sbfi-gold) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sbfi-give-final-title {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(43px, 6vw, 76px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.055em;
}

.sbfi-give-final-copy {
	max-width: 760px;
	margin: 26px auto 0 !important;
	color: rgba(255,255,255,.68) !important;
	font-size: 16px;
	line-height: 1.82;
}

.sbfi-give-final-actions {
	gap: 10px;
	margin-top: 37px;
}

.sbfi-give-legal {
	max-width: 800px;
	margin: 35px auto 0 !important;
	color: rgba(255,255,255,.38) !important;
	font-size: 10px;
	line-height: 1.75;
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 980px) {
	.sbfi-give-nav {
		position: relative;
	}
	
	.sbfi-give-nav-inner {
		justify-content: center !important;
		text-align: center;
	}
	
	.sbfi-give-brand {
		width: 100%;
	}
	
	.sbfi-give-nav-links {
		justify-content: center !important;
	}
	
	.sbfi-give-hero {
		min-height: auto;
		padding-top: 90px;
	}
	
	.sbfi-give-hero-grid,
							.sbfi-give-story-grid,
							.sbfi-give-options-grid,
							.sbfi-give-vision-grid,
							.sbfi-give-transparency-grid {
		gap: 48px;
	}
	
	.sbfi-give-hero-copy,
							.sbfi-give-hero-panel-column,
							.sbfi-give-story-copy,
							.sbfi-give-story-media,
							.sbfi-give-options-copy,
							.sbfi-give-methods,
							.sbfi-give-vision-card,
							.sbfi-give-progress-column,
							.sbfi-give-transparency-grid > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.sbfi-give-trust-grid,
							.sbfi-give-impact-grid,
							.sbfi-give-mission-grid,
							.sbfi-give-transparency-cards {
		flex-wrap: wrap !important;
	}
	
	.sbfi-give-trust-item,
							.sbfi-give-impact-card,
							.sbfi-give-mission-card,
							.sbfi-give-transparency-card {
		flex-basis: calc(50% - 10px) !important;
	}
	
	.sbfi-give-hero-panel {
		max-width: 600px;
	}
	
	.sbfi-give-photo-tall img {
		min-height: 500px;
	}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 650px) {
	.sbfi-give-nav {
		padding: 15px 13px;
	}
	
	.sbfi-give-brand-name {
		font-size: 10px;
	}
	
	.sbfi-give-nav-button .wp-block-button__link {
		padding: 7px !important;
		font-size: 7px;
	}
	
	.sbfi-give-hero {
		padding: 74px 19px 95px;
	}
	
	.sbfi-give-hero-title {
		font-size: clamp(53px, 17vw, 76px);
		line-height: .96;
	}
	
	.sbfi-give-hero-text {
		font-size: 16px;
		line-height: 1.76;
	}
	
	.sbfi-give-hero-actions .wp-block-button,
							.sbfi-give-panel-action .wp-block-button,
							.sbfi-give-vision-actions .wp-block-button,
							.sbfi-give-final-actions .wp-block-button {
		width: 100%;
	}
	
	.sbfi-give-hero-actions .wp-block-button__link,
							.sbfi-give-panel-action .wp-block-button__link,
							.sbfi-give-vision-actions .wp-block-button__link,
							.sbfi-give-final-actions .wp-block-button__link {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.sbfi-give-hero-panel {
		padding: 29px 22px;
	}
	
	.sbfi-give-panel-title {
		font-size: 34px;
	}
	
	.sbfi-give-trust-strip {
		margin-top: -35px;
		padding-right: 17px;
		padding-left: 17px;
	}
	
	.sbfi-give-trust-item,
							.sbfi-give-impact-card,
							.sbfi-give-mission-card,
							.sbfi-give-transparency-card {
		flex-basis: 100% !important;
		border-right: 0;
	}
	
	.sbfi-give-section,
							.sbfi-give-final {
		padding: 84px 18px;
	}
	
	.sbfi-give-section-title,
							.sbfi-give-centered-title {
		font-size: 42px;
	}
	
	.sbfi-give-lead {
		font-size: 23px;
	}
	
	.sbfi-give-photo-grid {
		flex-wrap: wrap !important;
	}
	
	.sbfi-give-photo-grid > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.sbfi-give-photo img,
							.sbfi-give-photo-tall img {
		height: auto !important;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}
	
	.sbfi-give-impact-card {
		min-height: auto;
	}
	
	.sbfi-give-vision-card {
		padding: 35px 24px;
	}
	
	.sbfi-give-progress-card {
		padding: 30px 23px;
	}
	
	.sbfi-give-founder-card {
		padding: 42px 25px;
	}
	
	.sbfi-give-founder-quote p {
		font-size: 25px;
	}
	
	.sbfi-give-archive-feature {
		padding: 28px 23px;
	}
	
	.sbfi-give-archive-feature .wp-block-buttons {
		justify-content: flex-start !important;
		margin-top: 23px;
	}
}

/* =========================================================
   GOLD CONTRAST BOOST
   Add this at the VERY BOTTOM of Additional CSS
========================================================= */
.ph-archive {
}

/* Gold labels, small headings, kickers, archive labels */
.ph-archive .ph-eyebrow,
.ph-archive .ph-role-line,
.ph-archive .ph-kicker,
.ph-archive .ph-brand-label,
.ph-archive .ph-profile-title,
.ph-archive .ph-card-kicker,
.ph-archive .ph-directory-label,
.ph-archive .ph-release-year,
.ph-archive .ph-stat-label,
.ph-archive .ph-game-number,
.ph-archive .ph-year,
.ph-archive .ph-author-link a,
.ph-archive .ph-game-card a,
.ph-archive .ph-link-card a,
.ph-archive .ph-current-release a,
.ph-archive .ph-album > a:last-child,
.ph-archive .ph-platform .wp-block-button__link,
.ph-archive .ph-contact-card a {
	color: #ffe7b8 !important;
	opacity: 1 !important;
	text-shadow: 0 1px 8px rgba(0,0,0,.22);
}

/* Gold numbers and larger highlight text */
.ph-archive .ph-stat-number,
.ph-archive .ph-directory-mark,
.ph-archive .ph-featured-music-label {
	color: #f0c978 !important;
	opacity: 1 !important;
	text-shadow: 0 1px 10px rgba(0,0,0,.20);
}

/* Gold outlined hero word */
.ph-archive .ph-hero-title span {
	text-shadow: 0 0 18px rgba(240,201,120,.10);
}

/* Gold buttons on dark sections */
.ph-archive .ph-btn-gold .wp-block-button__link,
.ph-archive .ph-book-primary .wp-block-button__link {
	background: linear-gradient(135deg, #f0c978, #d8aa49) !important;
	color: #07111f !important;
}

/* Outline buttons so text reads clearer */
.ph-archive .ph-btn-ghost .wp-block-button__link,
.ph-archive .ph-store-button .wp-block-button__link,
.ph-archive .ph-book-secondary .wp-block-button__link {
	border-color: rgba(255,255,255,.35) !important;
	color: #ffffff !important;
}

/* Extra boost for dark cards */
.ph-archive .ph-profile-card,
.ph-archive .ph-album,
.ph-archive .ph-current-release,
.ph-archive .ph-contact-card,
.ph-archive .ph-closing {
	color: rgba(255,255,255,.92) !important;
}

/* If some gold text is still too dark, force it brighter */
.ph-archive [class*="ph-"] strong,
.ph-archive [class*="ph-"] .has-inline-color {
	opacity: 1 !important;
}

/* =========================================================
   GOLD CONTRAST — LIGHT BACKGROUND CORRECTION
   Paste BELOW the previous gold contrast patch
========================================================= */
/* Darker gold for all light-colored sections */
.ph-archive .ph-biography .ph-kicker,
.ph-archive .ph-journey .ph-kicker,
.ph-archive .ph-journey .ph-year,

.ph-archive .ph-books .ph-kicker,
.ph-archive .ph-books .ph-directory-label,
.ph-archive .ph-books .ph-card-kicker,
.ph-archive .ph-books .ph-author-link a,

.ph-archive .ph-games .ph-kicker,
.ph-archive .ph-games .ph-game-number,
.ph-archive .ph-games .ph-game-card a,

.ph-archive .ph-foundation .ph-kicker,

.ph-archive .ph-network .ph-kicker,
.ph-archive .ph-network .ph-link-card a {
	color: #8a5b08 !important;
	opacity: 1 !important;
	text-shadow: none !important;
}

/* Slightly darker hover color on white cards */
.ph-archive .ph-books .ph-author-link a:hover,
.ph-archive .ph-games .ph-game-card a:hover,
.ph-archive .ph-network .ph-link-card a:hover {
	color: #07111f !important;
}

/* Keep the small numbers easy to read */
.ph-archive .ph-games .ph-game-number,
.ph-archive .ph-journey .ph-year {
	font-weight: 900 !important;
}

/* Make light-section labels clearer on mobile */
@media (max-width: 650px) {
	.ph-archive .ph-games .ph-game-card a,
					.ph-archive .ph-network .ph-link-card a,
					.ph-archive .ph-foundation .ph-kicker,
					.ph-archive .ph-network .ph-kicker,
					.ph-archive .ph-games .ph-kicker {
		color: #7a4e00 !important;
	}
}

/* SPIRITUAL BUILDER FOUNDATION — PREMIUM HOMEPAGE */
.sbfihome {
}

/* =========================================================
   SPIRITUAL BUILDER FOUNDATION INC.
   PREMIUM HOMEPAGE DESIGN SYSTEM
   Isolated .sbfih-* class architecture
========================================================= */
.sbfihome {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--sbfih-off-white);
	color: var(--sbfih-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.sbfihome *,
.sbfihome ::before,
.sbfihome ::after {
	box-sizing: border-box;
}

.sbfihome a {
	position: relative;
	z-index: 4;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease, opacity .25s ease;
}

/* =========================================================
   GLOBAL MOTION + REVEAL
========================================================= */
@keyframes sbfihFadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sbfihFadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes sbfihFloat {
	0%, 100% {
		transform: translate3d(0,0,0);
	}
	
	50% {
		transform: translate3d(0,-12px,0);
	}
}

@keyframes sbfihGlow {
	0%, 100% {
		box-shadow: 0 18px 48px rgba(216,181,109,.18), 0 0 0 rgba(216,181,109,0);
	}
	
	50% {
		box-shadow: 0 22px 60px rgba(216,181,109,.26), 0 0 38px rgba(216,181,109,.12);
	}
}

.sbfih-hero-grid,
.sbfih-principles-grid,
.sbfih-proof-grid,
.sbfih-program-grid,
.sbfih-process-grid,
.sbfih-give-card,
.sbfih-involved-grid,
.sbfih-founder-card {
	animation: sbfihFadeUp .8s ease both;
}

.sbfih-principles-grid {
	animation-delay: .08s;
}

.sbfih-proof-grid {
	animation-delay: .12s;
}

.sbfih-program-grid {
	animation-delay: .16s;
}

.sbfih-process-grid {
	animation-delay: .2s;
}

.sbfih-give-card {
	animation-delay: .24s;
}

/* =========================================================
   HERO
========================================================= */
.sbfih-hero {
	position: relative;
	min-height: 830px;
	padding: 120px 32px 135px;
	background: radial-gradient(circle at 14% 16%, rgba(105,180,255,.19), transparent 34%), radial-gradient(circle at 90% 80%, rgba(216,181,109,.15), transparent 35%), linear-gradient(135deg, #040a12 0%, #091728 50%, #06101d 100%);
	overflow: hidden;
}

.sbfih-hero::before {
	content: "";
	position: absolute;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 54px 54px;
	opacity: .22;
	pointer-events: none;
}

.sbfih-hero::after {
	content: "";
	position: absolute;
	right: -130px;
	top: 90px;
	width: 430px;
	height: 430px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(105,180,255,.16) 0%, rgba(105,180,255,.04) 45%, transparent 72%);
	filter: blur(2px);
	animation: sbfihFloat 8s ease-in-out infinite;
	pointer-events: none;
}

.sbfih-hero-grid {
	position: relative;
	z-index: 3;
	align-items: center !important;
	gap: 75px;
	margin: 0 !important;
}

.sbfih-eyebrow {
	display: inline-flex;
	align-items: center;
	margin: 0 0 28px !important;
	padding: 9px 15px;
	border: 1px solid rgba(216,181,109,.4);
	border-radius: 999px;
	background: rgba(216,181,109,.08);
	color: var(--sbfih-gold-light) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.sbfih-eyebrow::before {
	content: "";
	width: 7px;
	height: 7px;
	margin-right: 9px;
	border-radius: 50%;
	background: var(--sbfih-gold);
	box-shadow: 0 0 18px rgba(216,181,109,.9);
}

.sbfih-hero-title {
	max-width: 780px;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(58px, 7vw, 103px);
	font-weight: 400;
	line-height: .94;
	letter-spacing: -.065em;
}

.sbfih-hero-title span {
	display: inline-block;
	color: var(--sbfih-gold-light) !important;
	text-shadow: 0 0 36px rgba(216,181,109,.10);
}

.sbfih-hero-lead {
	max-width: 730px;
	margin: 31px 0 0 !important;
	color: rgba(255,255,255,.75) !important;
	font-size: 18px;
	line-height: 1.85;
}

.sbfih-hero-note {
	margin: 23px 0 0 !important;
	color: rgba(255,255,255,.42) !important;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.6;
	letter-spacing: .1em;
	text-transform: uppercase;
}

/* =========================================================
   GLOBAL BUTTONS
========================================================= */
.sbfih-actions {
	gap: 12px;
	margin-top: 36px;
}

.sbfih-btn .wp-block-button__link {
	padding: 15px 23px !important;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.sbfih-btn .wp-block-button__link:hover {
	transform: translateY(-3px);
}

.sbfih-btn-gold .wp-block-button__link {
	background: linear-gradient(135deg, #e3c279, #b7893b) !important;
	color: #07111f !important;
	box-shadow: 0 17px 42px rgba(216,181,109,.22);
}

.sbfih-btn-gold .wp-block-button__link:hover {
	background: #ffffff !important;
	color: #07111f !important;
	box-shadow: 0 24px 58px rgba(216,181,109,.28);
}

.sbfih-btn-ghost .wp-block-button__link {
	border: 1px solid rgba(255,255,255,.23);
	background: rgba(255,255,255,.05) !important;
	color: #ffffff !important;
}

.sbfih-btn-ghost .wp-block-button__link:hover {
	border-color: rgba(255,255,255,.38);
	background: rgba(255,255,255,.11) !important;
}

.sbfih-btn-dark .wp-block-button__link {
	background: #07111f !important;
	color: #ffffff !important;
}

.sbfih-btn-dark .wp-block-button__link:hover {
	background: var(--sbfih-gold) !important;
	color: #07111f !important;
}

/* =========================================================
   HERO GLASS CARD
========================================================= */
.sbfih-hero-card {
	position: relative;
	margin: 0 !important;
	padding: 32px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 29px;
	background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.025));
	box-shadow: var(--sbfih-shadow-lg);
	overflow: hidden;
}

.sbfih-hero-card::before {
	content: "";
	position: absolute;
	top: -95px;
	right: -95px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(105,180,255,.12);
	filter: blur(5px);
}

.sbfih-logo {
	position: relative;
	z-index: 2;
	max-width: 240px;
	margin: 0 auto 31px !important;
	padding: 20px;
	border: 1px solid rgba(216,181,109,.48);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 50px rgba(0,0,0,.24);
}

.sbfih-logo img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.sbfih-card-kicker {
	position: relative;
	z-index: 2;
	margin: 0 0 12px !important;
	color: var(--sbfih-gold) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.sbfih-card-title {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.12;
	letter-spacing: -.04em;
}

.sbfih-card-copy {
	position: relative;
	z-index: 2;
	margin: 18px 0 0 !important;
	color: rgba(255,255,255,.65) !important;
	font-size: 14px;
	line-height: 1.78;
}

/* =========================================================
   PRINCIPLE STRIP
========================================================= */
.sbfih-principles {
	position: relative;
	z-index: 5;
	margin-top: -58px;
	padding: 0 32px 75px;
	background: transparent;
}

.sbfih-principles-grid {
	margin: 0 !important;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 24px;
	background: #0b1929;
	box-shadow: 0 29px 76px rgba(0,0,0,.23);
	overflow: hidden;
}

.sbfih-principle {
	position: relative;
	padding: 32px 29px;
	border-right: 1px solid rgba(255,255,255,.08);
	overflow: hidden;
	transition: transform .3s ease, background .3s ease;
}

.sbfih-principle:last-child {
	border-right: 0;
}

.sbfih-principle:hover {
	background: rgba(255,255,255,.025);
}

.sbfih-principle-num {
	margin: 0 0 28px !important;
	color: var(--sbfih-gold) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
}

.sbfih-principle h3 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	font-weight: 400;
}

.sbfih-principle p:last-child {
	margin: 15px 0 0 !important;
	color: rgba(255,255,255,.57) !important;
	font-size: 12px;
	line-height: 1.72;
}

/* =========================================================
   GENERAL SECTIONS
========================================================= */
.sbfih-section {
	position: relative;
	padding: 120px 32px;
}

.sbfih-section::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: min(1180px, calc(100% - 64px));
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(90deg,
		transparent,
		rgba(7,17,31,.11),
		transparent);
}

.sbfih-kicker {
	margin: 0 0 22px !important;
	color: var(--sbfih-gold-deep) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sbfih-section-title,
.sbfih-centered-title {
	margin: 0 !important;
	color: var(--sbfih-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(43px, 5vw, 69px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.055em;
}

.sbfih-centered-title {
	text-align: center;
}

.sbfih-centered-copy {
	max-width: 790px;
	margin: 22px auto 57px !important;
	color: var(--sbfih-muted) !important;
	font-size: 15px;
	line-height: 1.82;
	text-align: center;
}

.sbfih-lead {
	margin: 28px 0 0 !important;
	color: var(--sbfih-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 26px;
	line-height: 1.55;
}

.sbfih-body {
	margin: 21px 0 0 !important;
	color: #536073 !important;
	font-size: 16px;
	line-height: 1.85;
}

/* =========================================================
   REAL MISSION PROOF
========================================================= */
.sbfih-proof {
	background: radial-gradient(circle at 88% 12%, rgba(216,181,109,.08), transparent 28%), #f5f7fa;
}

.sbfih-proof-grid {
	align-items: center !important;
	gap: 76px;
	margin: 0 !important;
}

.sbfih-photo-grid {
	gap: 14px;
	margin: 0 !important;
}

.sbfih-photo {
	position: relative;
	margin: 0 0 14px !important;
	border: 1px solid rgba(7,17,31,.08);
	border-radius: 23px;
	background: #e5eaf0;
	box-shadow: 0 20px 55px rgba(20,39,62,.12);
	overflow: hidden;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.sbfih-photo:hover {
	transform: translateY(-6px);
	border-color: rgba(216,181,109,.48);
	box-shadow: 0 30px 75px rgba(20,39,62,.16);
}

.sbfih-photo::after {
	content: "";
	position: absolute;
	background: linear-gradient(to top,
		rgba(7,17,31,.10),
		transparent 38%);
	pointer-events: none;
}

.sbfih-photo img {
	display: block;
	width: 100% !important;
	height: 240px !important;
	object-fit: cover !important;
	transition: transform .5s ease;
}

.sbfih-photo:hover img {
	transform: scale(1.025);
}

.sbfih-photo-tall {
	height: calc(100% - 14px);
}

.sbfih-photo-tall img {
	height: 100% !important;
	min-height: 494px;
	object-position: center center;
}

/* =========================================================
   SHOWER & DINE
========================================================= */
.sbfih-program {
	background: radial-gradient(circle at 12% 12%, rgba(105,180,255,.12), transparent 31%), radial-gradient(circle at 90% 90%, rgba(216,181,109,.11), transparent 32%), linear-gradient(135deg, #06101d, #0d2035);
}

.sbfih-program::before {
	background: linear-gradient(90deg,
		transparent,
		rgba(255,255,255,.10),
		transparent);
}

.sbfih-program > .sbfih-kicker {
	color: var(--sbfih-gold) !important;
}

.sbfih-program-grid {
	align-items: center !important;
	gap: 60px;
	margin: 0 !important;
}

.sbfih-program-main {
	position: relative;
	padding: 48px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 28px;
	background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
	box-shadow: 0 28px 78px rgba(0,0,0,.17);
}

.sbfih-program-main::before {
	content: "";
	position: absolute;
	right: -85px;
	top: -85px;
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: rgba(216,181,109,.11);
	filter: blur(3px);
}

.sbfih-program-title {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(45px, 5vw, 72px);
	font-weight: 400;
	line-height: .98;
	letter-spacing: -.055em;
}

.sbfih-program-lead {
	position: relative;
	z-index: 2;
	margin: 26px 0 0 !important;
	color: var(--sbfih-gold-light) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 23px;
	line-height: 1.55;
}

.sbfih-program-main > p:not(.sbfih-program-lead) {
	position: relative;
	z-index: 2;
	margin: 22px 0 0 !important;
	color: rgba(255,255,255,.65) !important;
	font-size: 15px;
	line-height: 1.82;
}

.sbfih-program-list {
	position: relative;
	z-index: 2;
	margin: 28px 0 0 !important;
	padding-left: 20px;
	color: rgba(255,255,255,.72);
}

.sbfih-program-list li {
	margin: 0 0 14px;
	line-height: 1.7;
}

.sbfih-program-list strong {
	color: #ffffff;
}

.sbfih-program-status {
	position: relative;
	margin: 0 !important;
	padding: 38px;
	border: 1px solid rgba(216,181,109,.28);
	border-radius: 26px;
	background: radial-gradient(circle at 85% 15%, rgba(216,181,109,.15), transparent 32%), linear-gradient(145deg, #0a1828, #10263d);
	box-shadow: 0 26px 75px rgba(0,0,0,.22);
	overflow: hidden;
	animation: sbfihGlow 5s ease-in-out infinite;
}

.sbfih-status-label,
.sbfih-status-small {
	margin: 0 0 16px !important;
	color: var(--sbfih-gold) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.sbfih-program-status h3 {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.16;
}

.sbfih-program-status > p:not(.sbfih-status-label):not(.sbfih-status-small):not(.sbfih-status-big) {
	margin: 18px 0 0 !important;
	color: rgba(255,255,255,.61) !important;
	font-size: 13px;
	line-height: 1.76;
}

.sbfih-program-status hr {
	margin: 29px 0 !important;
	border-color: rgba(255,255,255,.10);
}

.sbfih-status-big {
	margin: 0 !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 39px;
	line-height: 1.1;
}

/* =========================================================
   PROCESS / HOW WE WORK
========================================================= */
.sbfih-process {
	background: linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)), linear-gradient(135deg, rgba(105,180,255,.12), rgba(216,181,109,.10));
}

.sbfih-process-grid {
	align-items: stretch !important;
	gap: 17px;
	margin: 0 !important;
}

.sbfih-process-card {
	position: relative;
	min-height: 300px;
	padding: 30px 27px;
	border: 1px solid #dce3eb;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: var(--sbfih-shadow-sm);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.sbfih-process-card::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -60px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: rgba(105,180,255,.07);
}

.sbfih-process-card:hover {
	transform: translateY(-8px);
	border-color: rgba(154,115,48,.38);
	box-shadow: var(--sbfih-shadow-md);
}

.sbfih-process-num {
	position: relative;
	z-index: 2;
	margin: 0 0 56px !important;
	color: var(--sbfih-gold-deep) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
}

.sbfih-process-card h3 {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	color: var(--sbfih-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	font-weight: 400;
}

.sbfih-process-card > p:last-child {
	position: relative;
	z-index: 2;
	margin: 16px 0 0 !important;
	color: var(--sbfih-muted) !important;
	font-size: 13px;
	line-height: 1.74;
}

/* =========================================================
   PREMIUM GIVING CALLOUT
========================================================= */
.sbfih-give {
	background: radial-gradient(circle at 14% 16%, rgba(105,180,255,.16), transparent 31%), radial-gradient(circle at 88% 82%, rgba(216,181,109,.13), transparent 32%), linear-gradient(135deg, #040a12, #0c2035);
}

.sbfih-give::before {
	background: linear-gradient(90deg,
		transparent,
		rgba(255,255,255,.10),
		transparent);
}

.sbfih-give-card {
	position: relative;
	margin: 0 !important;
	padding: 58px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 30px;
	background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.025));
	box-shadow: 0 34px 95px rgba(0,0,0,.28);
	text-align: center;
	overflow: hidden;
}

.sbfih-give-card::before,
.sbfih-give-card::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.sbfih-give-card::before {
	left: -100px;
	top: -100px;
	width: 250px;
	height: 250px;
	background: rgba(105,180,255,.10);
}

.sbfih-give-card::after {
	right: -115px;
	bottom: -115px;
	width: 270px;
	height: 270px;
	background: rgba(216,181,109,.10);
}

.sbfih-give-kicker {
	position: relative;
	z-index: 2;
	margin: 0 0 21px !important;
	color: var(--sbfih-gold) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.sbfih-give-title {
	position: relative;
	z-index: 2;
	max-width: 780px;
	margin: 0 auto !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(45px, 5.5vw, 72px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.055em;
}

.sbfih-give-copy {
	position: relative;
	z-index: 2;
	max-width: 760px;
	margin: 25px auto 0 !important;
	color: rgba(255,255,255,.67) !important;
	font-size: 15px;
	line-height: 1.82;
}

.sbfih-give-actions {
	position: relative;
	z-index: 2;
	gap: 10px;
	margin-top: 34px;
}

/* =========================================================
   GET INVOLVED
========================================================= */
.sbfih-involved {
	background: radial-gradient(circle at 90% 10%, rgba(216,181,109,.09), transparent 28%), #f5f7fa;
}

.sbfih-involved-grid {
	align-items: stretch !important;
	gap: 18px;
	margin: 52px 0 0 !important;
}

.sbfih-involved-card {
	position: relative;
	min-height: 320px;
	padding: 31px 29px;
	border: 1px solid #dce3eb;
	border-radius: 23px;
	background: #ffffff;
	box-shadow: var(--sbfih-shadow-sm);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.sbfih-involved-card:hover {
	transform: translateY(-8px);
	border-color: rgba(154,115,48,.38);
	box-shadow: var(--sbfih-shadow-md);
}

.sbfih-involved-num {
	margin: 0 0 57px !important;
	color: var(--sbfih-gold-deep) !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .16em;
}

.sbfih-involved-card h3 {
	margin: 0 !important;
	color: var(--sbfih-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 31px;
	font-weight: 400;
}

.sbfih-involved-card > p:not(.sbfih-involved-num) {
	margin: 16px 0 25px !important;
	color: var(--sbfih-muted) !important;
	font-size: 13px;
	line-height: 1.75;
}

.sbfih-involved-card a {
	color: #8b6828 !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .1em;
	text-decoration: none;
	text-transform: uppercase;
}

.sbfih-involved-card a:hover {
	color: var(--sbfih-navy) !important;
}

/* =========================================================
   FOUNDER
========================================================= */
.sbfih-founder {
	background: #edf1f5;
}

.sbfih-founder-card {
	position: relative;
	margin: 0 !important;
	padding: 59px;
	border-left: 4px solid var(--sbfih-gold);
	border-radius: 0 29px 29px 0;
	background: radial-gradient(circle at 88% 12%, rgba(216,181,109,.08), transparent 31%), #ffffff;
	box-shadow: 0 26px 78px rgba(20,39,62,.10);
	overflow: hidden;
}

.sbfih-founder-mark {
	position: absolute;
	right: 36px;
	top: 7px;
	margin: 0 !important;
	color: rgba(216,181,109,.16) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 130px;
	line-height: 1;
}

.sbfih-founder-card h2 {
	position: relative;
	z-index: 2;
	margin: 0 0 24px !important;
	color: var(--sbfih-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	font-weight: 400;
}

.sbfih-founder-quote {
	position: relative;
	z-index: 2;
	max-width: 850px;
	margin: 0 !important;
	color: var(--sbfih-navy) !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3vw, 40px);
	line-height: 1.48;
	letter-spacing: -.025em;
}

.sbfih-founder-name {
	position: relative;
	z-index: 2;
	margin: 29px 0 0 !important;
	color: var(--sbfih-gold-deep) !important;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.7;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.sbfih-founder-name span {
	color: var(--sbfih-muted);
	font-size: 9px;
}

/* =========================================================
   FINAL CTA
========================================================= */
.sbfih-final {
	position: relative;
	padding: 125px 32px;
	background: radial-gradient(circle at 15% 15%, rgba(105,180,255,.16), transparent 31%), radial-gradient(circle at 88% 82%, rgba(216,181,109,.13), transparent 32%), linear-gradient(135deg, #040a12, #0c2035);
	text-align: center;
	overflow: hidden;
}

.sbfih-final::before {
	content: "";
	position: absolute;
	opacity: .15;
	background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 56px 56px;
	pointer-events: none;
}

.sbfih-final-kicker {
	position: relative;
	z-index: 2;
	margin: 0 0 22px !important;
	color: var(--sbfih-gold) !important;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.sbfih-final-title {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto !important;
	color: #ffffff !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(45px, 6vw, 78px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.055em;
}

.sbfih-final-copy {
	position: relative;
	z-index: 2;
	max-width: 740px;
	margin: 26px auto 0 !important;
	color: rgba(255,255,255,.67) !important;
	font-size: 16px;
	line-height: 1.82;
}

.sbfih-final-actions {
	position: relative;
	z-index: 2;
	gap: 10px;
	margin-top: 36px;
}

/* =========================================================
   ACCESSIBILITY + MOTION SAFETY
========================================================= */
.sbfihome a:focus-visible,
.sbfihome button:focus-visible {
	outline: 3px solid var(--sbfih-gold-light);
	outline-offset: 4px;
	border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
	.sbfihome *,
			.sbfihome ::before,
			.sbfihome ::after {
		animation: none !important;
		transition: none !important;
		scroll-behavior: auto !important;
	}
}

/* =========================================================
   TABLET
========================================================= */
@media (max-width: 980px) {
	.sbfih-hero {
		min-height: auto;
		padding-top: 90px;
	}
	
	.sbfih-hero-grid,
			.sbfih-proof-grid,
			.sbfih-program-grid {
		gap: 48px;
	}
	
	.sbfih-hero-grid,
			.sbfih-proof-grid,
			.sbfih-program-grid {
		flex-wrap: wrap !important;
	}
	
	.sbfih-hero-grid > .wp-block-column,
			.sbfih-proof-grid > .wp-block-column,
			.sbfih-program-grid > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.sbfih-hero-card {
		max-width: 610px;
	}
	
	.sbfih-principles-grid,
			.sbfih-process-grid,
			.sbfih-involved-grid {
		flex-wrap: wrap !important;
	}
	
	.sbfih-principle,
			.sbfih-process-card,
			.sbfih-involved-card {
		flex-basis: calc(50% - 10px) !important;
	}
	
	.sbfih-program-main {
		padding: 42px;
	}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 650px) {
	.sbfih-hero {
		padding: 73px 19px 96px;
	}
	
	.sbfih-hero-title {
		font-size: clamp(53px, 17vw, 76px);
		line-height: .96;
	}
	
	.sbfih-hero-lead {
		font-size: 16px;
		line-height: 1.76;
	}
	
	.sbfih-actions .wp-block-button,
			.sbfih-give-actions .wp-block-button,
			.sbfih-final-actions .wp-block-button {
		width: 100%;
	}
	
	.sbfih-actions .wp-block-button__link,
			.sbfih-give-actions .wp-block-button__link,
			.sbfih-final-actions .wp-block-button__link {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.sbfih-hero-card {
		padding: 25px 20px;
	}
	
	.sbfih-logo {
		max-width: 200px;
	}
	
	.sbfih-card-title {
		font-size: 30px;
	}
	
	.sbfih-principles {
		margin-top: -35px;
		padding-right: 17px;
		padding-left: 17px;
	}
	
	.sbfih-principle,
			.sbfih-process-card,
			.sbfih-involved-card {
		flex-basis: 100% !important;
		border-right: 0;
	}
	
	.sbfih-section,
			.sbfih-final {
		padding: 84px 18px;
	}
	
	.sbfih-section::before {
		width: calc(100% - 36px);
	}
	
	.sbfih-section-title,
			.sbfih-centered-title {
		font-size: 42px;
	}
	
	.sbfih-lead {
		font-size: 23px;
	}
	
	.sbfih-photo-grid {
		flex-wrap: wrap !important;
	}
	
	.sbfih-photo-grid > .wp-block-column {
		flex-basis: 100% !important;
	}
	
	.sbfih-photo img,
			.sbfih-photo-tall img {
		height: auto !important;
		min-height: 0;
		aspect-ratio: 4 / 3;
	}
	
	.sbfih-program-main {
		padding: 34px 23px;
	}
	
	.sbfih-program-title {
		font-size: 45px;
	}
	
	.sbfih-program-status {
		padding: 30px 23px;
	}
	
	.sbfih-process-card,
			.sbfih-involved-card {
		min-height: auto;
	}
	
	.sbfih-give-card {
		padding: 38px 23px;
	}
	
	.sbfih-founder-card {
		padding: 41px 24px;
	}
	
	.sbfih-founder-quote {
		font-size: 25px;
	}
	
	.sbfih-final-title {
		font-size: 44px;
	}
}

/* =========================================================
   SBFI GLOBAL BRAND GOLD OVERRIDE
   Applies across Archive, Giving Experience, Homepage
========================================================= */
:root {
}

/* =========================================================
   PRINCE HINKLE ARCHIVE
========================================================= */
.ph-archive {
}

.ph-eyebrow,
.ph-brand-label,
.ph-role-line,
.ph-profile-title,
.ph-stat-number,
.ph-kicker,
.ph-year,
.ph-card-kicker,
.ph-game-number,
.ph-directory-card .ph-card-kicker,
.ph-contact-card a,
.ph-platform .wp-block-button__link:hover,
.ph-album > a:last-child {
	text-shadow: var(--sbfi-brand-gold-glow);
}

.ph-btn-gold .wp-block-button__link {
	background: linear-gradient(135deg,
			#ffe08a 0%,
			#ffc43d 34%,
			#e8a81d 68%,
			#ffcf58 100%) !important;
	color: #06101d !important;
	border: 1px solid rgba(255,226,143,.72) !important;
	box-shadow: 0 16px 42px rgba(255,191,47,.26), 0 0 24px rgba(255,191,47,.12) !important;
}

.ph-btn-gold .wp-block-button__link:hover {
	background: linear-gradient(135deg,
			#fff1ba 0%,
			#ffd45e 40%,
			#f0ae1e 100%) !important;
	box-shadow: 0 22px 54px rgba(255,191,47,.34), 0 0 34px rgba(255,191,47,.18) !important;
}

.ph-profile-photo,
.ph-profile-logo,
.ph-foundation-logo {
	border-color: rgba(255,191,47,.58) !important;
}

.ph-quote,
.ph-music-quote {
	border-left-color: var(--sbfi-brand-gold) !important;
}

/* =========================================================
   SBFI GIVING EXPERIENCE
========================================================= */
.sbfi-giving {
}

.sbfi-give-eyebrow,
.sbfi-give-panel-kicker,
.sbfi-give-method-label,
.sbfi-give-kicker,
.sbfi-give-impact-number,
.sbfi-give-impact-amount,
.sbfi-give-progress-label,
.sbfi-give-mission-number,
.sbfi-give-archive-label,
.sbfi-give-transparency-icon,
.sbfi-give-founder-quote cite,
.sbfi-give-final-kicker {
	text-shadow: var(--sbfi-brand-gold-glow);
}

.sbfi-give-btn-gold .wp-block-button__link {
	background: linear-gradient(135deg,
			#ffe08a 0%,
			#ffc43d 34%,
			#e8a81d 68%,
			#ffcf58 100%) !important;
	color: #06101d !important;
	border: 1px solid rgba(255,226,143,.72) !important;
	box-shadow: 0 16px 42px rgba(255,191,47,.26), 0 0 24px rgba(255,191,47,.12) !important;
}

.sbfi-give-btn-gold .wp-block-button__link:hover {
	background: linear-gradient(135deg,
			#fff1ba 0%,
			#ffd45e 40%,
			#f0ae1e 100%) !important;
	box-shadow: 0 22px 54px rgba(255,191,47,.34), 0 0 34px rgba(255,191,47,.18) !important;
}

.sbfi-give-hero-panel,
.sbfi-give-method-primary,
.sbfi-give-vision-card,
.sbfi-give-progress-card,
.sbfi-give-archive-feature {
	border-color: rgba(255,191,47,.42) !important;
}

.sbfi-give-progress-fill {
	background: linear-gradient(90deg,
			#d99612 0%,
			#ffbf2f 45%,
			#ffd977 100%) !important;
	box-shadow: 0 0 18px rgba(255,191,47,.22);
}

/* =========================================================
   PREMIUM HOMEPAGE
========================================================= */
.sbfihome {
}

.sbfih-eyebrow,
.sbfih-card-kicker,
.sbfih-principle-num,
.sbfih-kicker,
.sbfih-status-label,
.sbfih-status-small,
.sbfih-process-num,
.sbfih-give-kicker,
.sbfih-involved-num,
.sbfih-founder-name,
.sbfih-final-kicker {
	text-shadow: var(--sbfi-brand-gold-glow);
}

.sbfih-hero-title span,
.sbfih-program-lead,
.sbfih-status-big {
	color: var(--sbfi-brand-gold-light) !important;
	text-shadow: var(--sbfi-brand-gold-glow);
}

.sbfih-btn-gold .wp-block-button__link {
	background: linear-gradient(135deg,
			#ffe08a 0%,
			#ffc43d 34%,
			#e8a81d 68%,
			#ffcf58 100%) !important;
	color: #06101d !important;
	border: 1px solid rgba(255,226,143,.72) !important;
	box-shadow: 0 16px 42px rgba(255,191,47,.26), 0 0 24px rgba(255,191,47,.12) !important;
}

.sbfih-btn-gold .wp-block-button__link:hover {
	background: linear-gradient(135deg,
			#fff1ba 0%,
			#ffd45e 40%,
			#f0ae1e 100%) !important;
	box-shadow: 0 22px 54px rgba(255,191,47,.34), 0 0 34px rgba(255,191,47,.18) !important;
}

.sbfih-program-status,
.sbfih-hero-card,
.sbfih-logo {
	border-color: rgba(255,191,47,.52) !important;
}

.sbfih-program-status {
	box-shadow: 0 24px 70px rgba(0,0,0,.28), 0 0 0 1px rgba(255,191,47,.18), 0 0 30px rgba(255,191,47,.13), inset 0 0 28px rgba(255,191,47,.025) !important;
}

.sbfih-founder-card {
	border-left-color: var(--sbfi-brand-gold) !important;
}

/* =========================================================
   SITE-WIDE GOLD HOVER LANGUAGE
========================================================= */
.ph-book-card:hover,
.ph-timeline-card:hover,
.ph-game-card:hover,
.ph-link-card:hover,
.ph-album:hover,
.sbfi-give-impact-card:hover,
.sbfi-give-transparency-card:hover,
.sbfih-process-card:hover,
.sbfih-involved-card:hover,
.sbfih-photo:hover {
	border-color: rgba(255,191,47,.58) !important;
	box-shadow: 0 28px 72px rgba(20,39,62,.14), 0 0 24px rgba(255,191,47,.08) !important;
}

/* =========================================================
   GLOBAL GOLD FOCUS STYLE
========================================================= */
.ph-archive a:focus-visible,
.sbfi-giving a:focus-visible,
.sbfihome a:focus-visible {
	outline: 3px solid var(--sbfi-brand-gold-light);
	outline-offset: 4px;
}
/* =========================================================
   SPIRITUAL BUILDER PORTAL SYSTEM
   Premium Gateway + Employee Access + Dashboard
========================================================= */

:root {
	--sb-navy: #081a3a;
	--sb-navy-2: #102956;
	--sb-gold: #d7b56d;
	--sb-gold-light: #f1dfae;
	--sb-cream: #fbfaf6;
	--sb-white: #ffffff;
	--sb-ink: #162033;
	--sb-muted: #667085;
	--sb-border: rgba(8, 26, 58, 0.10);
	--sb-shadow: 0 24px 60px rgba(8, 26, 58, 0.12);
	--sb-radius: 28px;
}


/* ---------------------------------------------------------
   GLOBAL PORTAL WRAPPER
--------------------------------------------------------- */

.sb-portal-shell {
	width: min(1180px, calc(100% - 28px));
	margin: 0 auto;
	padding: 50px 0 90px;
	color: var(--sb-ink);
	font-family: inherit;
}

.sb-portal-shell *,
.sb-portal-shell *::before,
.sb-portal-shell *::after {
	box-sizing: border-box;
}

.sb-portal-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(215, 181, 109, 0.13);
	color: #8a6a2f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.sb-portal-shell h1,
.sb-portal-shell h2,
.sb-portal-shell h3,
.sb-portal-shell p {
	margin-top: 0;
}

.sb-portal-shell h1 {
	color: var(--sb-navy);
	font-size: clamp(34px, 6vw, 64px);
	line-height: 1.02;
	letter-spacing: -0.035em;
}

.sb-portal-shell h2 {
	color: var(--sb-navy);
}

.sb-portal-shell p {
	color: var(--sb-muted);
	line-height: 1.7;
}


/* ---------------------------------------------------------
   PORTAL GATEWAY
--------------------------------------------------------- */

.sb-gateway {
	position: relative;
}

.sb-gateway::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	border-radius: 40px;
	background:
		radial-gradient(circle at 10% 0%, rgba(215,181,109,.14), transparent 30%),
		radial-gradient(circle at 90% 20%, rgba(16,41,86,.08), transparent 32%);
}

.sb-gateway-header {
	max-width: 820px;
	margin: 0 auto 42px;
	text-align: center;
}

.sb-gateway-header p {
	max-width: 640px;
	margin: 0 auto;
	font-size: 18px;
}

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

.sb-gateway-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 330px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid var(--sb-border);
	border-radius: var(--sb-radius);
	background:
		linear-gradient(180deg, rgba(255,255,255,.98), rgba(251,250,246,.96));
	box-shadow: 0 18px 46px rgba(8,26,58,.09);
	text-decoration: none !important;
	transition:
		transform .28s ease,
		box-shadow .28s ease,
		border-color .28s ease;
}

.sb-gateway-card::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -70px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: radial-gradient(
		circle,
		rgba(215,181,109,.18),
		rgba(215,181,109,0) 70%
	);
}

.sb-gateway-card:hover,
.sb-gateway-card:focus {
	transform: translateY(-6px);
	border-color: rgba(215,181,109,.55);
	box-shadow: 0 26px 70px rgba(8,26,58,.16);
}

.sb-gateway-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	margin-bottom: 40px;
	border-radius: 16px;
	background:
		linear-gradient(135deg, var(--sb-navy), var(--sb-navy-2));
	color: var(--sb-gold-light);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .08em;
	box-shadow: 0 12px 24px rgba(8,26,58,.18);
}

.sb-gateway-card h2 {
	margin-bottom: 12px;
	font-size: 30px;
	line-height: 1.08;
}

.sb-gateway-card p {
	margin-bottom: 30px;
	font-size: 15px;
}

.sb-gateway-card span:last-child {
	margin-top: auto;
	color: #9b7837;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}


/* ---------------------------------------------------------
   LOGIN / REGISTRATION CARDS
--------------------------------------------------------- */

.sb-portal-card {
	max-width: 680px;
	margin: 0 auto;
	padding: 38px;
	border: 1px solid var(--sb-border);
	border-radius: var(--sb-radius);
	background:
		linear-gradient(180deg, #ffffff, #fbfaf6);
	box-shadow: var(--sb-shadow);
}

.sb-login-card,
.sb-registration-card {
	max-width: 700px;
}

.sb-portal-card h1 {
	margin-bottom: 14px;
	font-size: clamp(34px, 6vw, 54px);
}

.sb-portal-card form {
	margin-top: 28px;
}

.sb-portal-card label {
	display: block;
	margin: 20px 0 8px;
	color: var(--sb-navy);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.sb-portal-card input[type="text"],
.sb-portal-card input[type="email"],
.sb-portal-card input[type="password"],
.sb-portal-card select {
	width: 100%;
	min-height: 56px;
	padding: 14px 16px;
	border: 1px solid rgba(8,26,58,.14);
	border-radius: 16px;
	background: #fff;
	color: var(--sb-ink);
	font-size: 17px;
	outline: none;
	transition:
		border-color .2s ease,
		box-shadow .2s ease;
}

.sb-portal-card input:focus,
.sb-portal-card select:focus {
	border-color: rgba(215,181,109,.95);
	box-shadow: 0 0 0 4px rgba(215,181,109,.14);
}

.sb-portal-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 58px;
	margin-top: 26px;
	padding: 14px 22px;
	border: 0;
	border-radius: 16px;
	background:
		linear-gradient(135deg, var(--sb-navy), var(--sb-navy-2));
	color: var(--sb-white) !important;
	font-size: 15px;
	font-weight: 850;
	letter-spacing: .06em;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 14px 30px rgba(8,26,58,.18);
	cursor: pointer;
	transition:
		transform .2s ease,
		box-shadow .2s ease;
}

.sb-portal-button:hover,
.sb-portal-button:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(8,26,58,.24);
}

.sb-portal-message {
	margin-top: 20px;
	padding: 14px 16px;
	border: 1px solid rgba(215,181,109,.32);
	border-radius: 14px;
	background: rgba(215,181,109,.10);
	color: #745825;
	font-weight: 700;
}

.sb-portal-error {
	border-color: rgba(143,37,37,.15);
}

.sb-invite-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 14px;
	margin: 26px 0;
}

.sb-invite-summary > div {
	padding: 18px;
	border: 1px solid var(--sb-border);
	border-radius: 18px;
	background: rgba(255,255,255,.8);
}

.sb-invite-summary span {
	display: block;
	margin-bottom: 5px;
	color: var(--sb-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sb-invite-summary strong {
	color: var(--sb-navy);
}


/* ---------------------------------------------------------
   EMPLOYEE DASHBOARD
--------------------------------------------------------- */

.sb-dashboard {
	max-width: 1180px;
}

.sb-dashboard-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 28px;
	padding: 34px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 85% 10%, rgba(215,181,109,.18), transparent 28%),
		linear-gradient(135deg, var(--sb-navy), #102957 68%, #17386d);
	box-shadow: 0 26px 70px rgba(8,26,58,.18);
}

.sb-dashboard-header .sb-portal-eyebrow {
	background: rgba(255,255,255,.08);
	color: var(--sb-gold-light);
}

.sb-dashboard-header h1 {
	margin-bottom: 6px;
	color: #fff;
}

.sb-dashboard-header p {
	margin-bottom: 0;
	color: rgba(255,255,255,.72);
}

.sb-employee-badge {
	min-width: 210px;
	padding: 18px 22px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 20px;
	background: rgba(255,255,255,.07);
	backdrop-filter: blur(10px);
}

.sb-employee-badge span {
	display: block;
	margin-bottom: 6px;
	color: rgba(255,255,255,.6);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sb-employee-badge strong {
	color: var(--sb-gold-light);
	font-size: 23px;
	letter-spacing: .03em;
}

.sb-profile-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 14px;
	margin-bottom: 22px;
}

.sb-profile-strip > div {
	padding: 20px;
	border: 1px solid var(--sb-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(8,26,58,.06);
}

.sb-profile-strip span {
	display: block;
	margin-bottom: 6px;
	color: var(--sb-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.sb-profile-strip strong {
	color: var(--sb-navy);
	font-size: 17px;
}

.sb-dashboard-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 18px;
}

.sb-dashboard-tile {
	position: relative;
	display: block;
	min-height: 220px;
	padding: 26px;
	overflow: hidden;
	border: 1px solid var(--sb-border);
	border-radius: 24px;
	background:
		linear-gradient(180deg, #fff, #fbfaf6);
	box-shadow: 0 15px 38px rgba(8,26,58,.07);
	text-decoration: none !important;
	transition:
		transform .24s ease,
		box-shadow .24s ease;
}

.sb-dashboard-tile:hover,
.sb-dashboard-tile:focus {
	transform: translateY(-4px);
	box-shadow: 0 22px 50px rgba(8,26,58,.12);
}

.sb-dashboard-tile > span {
	display: inline-block;
	margin-bottom: 34px;
	color: #9b7837;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sb-dashboard-tile h3 {
	margin-bottom: 10px;
	color: var(--sb-navy);
	font-size: 24px;
}

.sb-dashboard-tile p {
	margin-bottom: 0;
	font-size: 14px;
}

.sb-dashboard-footer {
	margin-top: 24px;
	text-align: right;
}

.sb-dashboard-footer a {
	color: var(--sb-navy);
	font-weight: 800;
	text-decoration: none;
}


/* ---------------------------------------------------------
   "ACCESS NOT ASSIGNED" MESSAGE
--------------------------------------------------------- */

.sb-portal-card:has(h2:first-child) {
	position: relative;
}

.sb-portal-card h2 {
	font-size: clamp(28px, 5vw, 44px);
	line-height: 1.08;
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 900px) {

	.sb-gateway-grid,
	.sb-dashboard-grid {
		grid-template-columns: 1fr;
	}

	.sb-gateway-card {
		min-height: 270px;
	}

	.sb-dashboard-header {
		align-items: stretch;
		flex-direction: column;
	}

	.sb-employee-badge {
		min-width: 0;
		width: 100%;
	}

	.sb-profile-strip {
		grid-template-columns: 1fr;
	}

	.sb-invite-summary {
		grid-template-columns: 1fr;
	}
}


@media (max-width: 600px) {

	.sb-portal-shell {
		width: min(100% - 22px, 1180px);
		padding: 28px 0 60px;
	}

	.sb-gateway-header {
		margin-bottom: 26px;
		text-align: left;
	}

	.sb-gateway-header p {
		margin-left: 0;
	}

	.sb-gateway-card,
	.sb-portal-card,
	.sb-dashboard-header,
	.sb-dashboard-tile {
		border-radius: 22px;
	}

	.sb-gateway-card {
		min-height: 235px;
		padding: 22px;
	}

	.sb-gateway-icon {
		margin-bottom: 28px;
	}

	.sb-gateway-card h2 {
		font-size: 26px;
	}

	.sb-portal-card {
		padding: 24px;
	}

	.sb-dashboard-header {
		padding: 26px 22px;
	}

	.sb-dashboard-grid {
		gap: 14px;
	}

	.sb-dashboard-tile {
		min-height: 190px;
		padding: 22px;
	}

	.sb-dashboard-footer {
		text-align: center;
	}
}
/* =========================================================
   SBFI HOMEPAGE — EXACT CONTRAST FIX
   Targets the specific dark text seen in Shower & Dine
========================================================= */

/* FLAGSHIP INITIATIVE */
.sbfihome .sbfih-program .sbfih-kicker {
	color: #f3d889 !important;
	opacity: 1 !important;
	text-shadow: none !important;
}


/* "A place to breathe. A place to recover..." */
.sbfihome .sbfih-program .sbfih-program-lead {
	color: #f4dfa6 !important;
	opacity: 1 !important;
	text-shadow: none !important;
}


/* Make sure any nested text cannot inherit the old dark color */
.sbfihome .sbfih-program .sbfih-program-lead *,
.sbfihome .sbfih-program .sbfih-kicker * {
	color: inherit !important;
	opacity: 1 !important;
}


/* Mobile — slightly brighter for small screens */
@media (max-width: 700px) {

	.sbfihome .sbfih-program .sbfih-kicker {
		color: #ffe8a8 !important;
	}

	.sbfihome .sbfih-program .sbfih-program-lead {
		color: #fff0c4 !important;
	}
}
/* =========================================================
   SPIRITUAL BUILDER — UNIVERSAL ECOSYSTEM HEADER
   MYSBFI MASTER VERSION
========================================================= */

.sb-universal-header {
	position: relative;
	z-index: 999;
	width: 100%;
	background:
		linear-gradient(
			180deg,
			rgba(255,255,255,.98),
			rgba(250,249,245,.96)
		);
	border-bottom: 1px solid rgba(10,30,55,.09);
	box-shadow: 0 8px 30px rgba(8,26,58,.06);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}


/* ---------------------------------------------------------
   INNER CONTAINER
--------------------------------------------------------- */

.sb-universal-header-inner {
	width: min(1380px, calc(100% - 36px));
	min-height: 88px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}


/* ---------------------------------------------------------
   BRAND
--------------------------------------------------------- */

.sb-universal-brand {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: max-content;
	text-decoration: none !important;
}

.sb-universal-brand-main {
	color: #081a3a !important;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 29px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -.025em;
}

.sb-universal-entity {
	color: #9b7837 !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.25;
	text-transform: uppercase;
}


/* ---------------------------------------------------------
   DESKTOP NAVIGATION
--------------------------------------------------------- */

.sb-universal-desktop-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	flex-wrap: wrap;
}

.sb-universal-desktop-nav > a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 10px;
	border-radius: 10px;

	color: #26344b !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;

	transition:
		background .2s ease,
		color .2s ease,
		transform .2s ease;
}

.sb-universal-desktop-nav > a:hover,
.sb-universal-desktop-nav > a:focus {
	background: rgba(215,181,109,.12);
	color: #081a3a !important;
	transform: translateY(-1px);
}


/* ---------------------------------------------------------
   PORTAL BUTTON
--------------------------------------------------------- */

.sb-universal-desktop-nav .sb-universal-portal-button {
	margin-left: 5px;
	padding-left: 17px;
	padding-right: 17px;

	background:
		linear-gradient(
			135deg,
			#081a3a,
			#102957
		);

	color: #f4dfa6 !important;

	border: 1px solid rgba(215,181,109,.42);

	box-shadow:
		0 8px 22px rgba(8,26,58,.14);
}

.sb-universal-desktop-nav .sb-universal-portal-button:hover,
.sb-universal-desktop-nav .sb-universal-portal-button:focus {
	background:
		linear-gradient(
			135deg,
			#102957,
			#17386d
		);

	color: #fff0c4 !important;
}


/* ---------------------------------------------------------
   MOBILE MENU
--------------------------------------------------------- */

.sb-universal-mobile-menu {
	display: none;
	position: relative;
}

.sb-universal-mobile-menu > summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;

	min-height: 46px;
	padding: 10px 14px;

	border: 1px solid rgba(8,26,58,.12);
	border-radius: 13px;

	background: #fff;

	color: #081a3a;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;

	cursor: pointer;
}

.sb-universal-mobile-menu > summary::-webkit-details-marker {
	display: none;
}

.sb-menu-icon {
	font-size: 20px;
	line-height: 1;
}


/* ---------------------------------------------------------
   MOBILE PANEL
--------------------------------------------------------- */

.sb-universal-mobile-panel {
	position: absolute;
	top: calc(100% + 13px);
	right: 0;

	width: min(330px, calc(100vw - 30px));

	padding: 12px;

	border: 1px solid rgba(8,26,58,.09);
	border-radius: 20px;

	background: rgba(255,255,255,.99);

	box-shadow:
		0 24px 60px rgba(8,26,58,.18);
}

.sb-universal-mobile-panel a {
	display: block;

	padding: 13px 14px;

	border-bottom: 1px solid rgba(8,26,58,.06);

	color: #182942 !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none !important;
}

.sb-universal-mobile-panel a:last-child {
	border-bottom: 0;
}

.sb-universal-mobile-panel a:hover,
.sb-universal-mobile-panel a:focus {
	background: rgba(215,181,109,.10);
	border-radius: 10px;
}


/* ---------------------------------------------------------
   MOBILE PORTAL BUTTON
--------------------------------------------------------- */

.sb-universal-mobile-panel .sb-universal-mobile-portal {
	margin-top: 9px;
	border: 0;
	border-radius: 12px;

	background:
		linear-gradient(
			135deg,
			#081a3a,
			#102957
		);

	color: #f7dfa0 !important;
	text-align: center;
}


/* ---------------------------------------------------------
   TABLET
--------------------------------------------------------- */

@media (max-width: 1180px) {

	.sb-universal-desktop-nav {
		display: none;
	}

	.sb-universal-mobile-menu {
		display: block;
	}
}


/* ---------------------------------------------------------
   PHONE
--------------------------------------------------------- */

@media (max-width: 600px) {

	.sb-universal-header-inner {
		width: calc(100% - 24px);
		min-height: 76px;
		gap: 14px;
	}

	.sb-universal-brand {
		min-width: 0;
	}

	.sb-universal-brand-main {
		font-size: 23px;
	}

	.sb-universal-entity {
		max-width: 210px;
		font-size: 8px;
		letter-spacing: .09em;
	}

	.sb-universal-mobile-menu > summary {
		padding: 9px 11px;
	}

	.sb-universal-mobile-menu > summary span:first-child {
		display: none;
	}

	.sb-menu-icon {
		font-size: 22px;
	}

}
/* =========================================================
   SPIRITUAL BUILDER — UNIVERSAL HOMEPAGE
========================================================= */

.sb-universal-home {
	background: #ffffff;
	color: #1b2638;
}

.sb-universal-hero {
	padding: 110px 24px 100px;
	background:
		radial-gradient(circle at 85% 15%, rgba(215,181,109,.17), transparent 30%),
		linear-gradient(135deg, #081a3a, #102957 70%, #17386d);
}

.sb-universal-hero-inner {
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.sb-universal-eyebrow {
	margin-bottom: 18px;
	color: #f4dfa6 !important;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.sb-universal-title {
	margin: 0 auto 26px !important;
	max-width: 900px;
	color: #ffffff !important;
	font-size: clamp(46px, 8vw, 88px);
	line-height: .98;
	letter-spacing: -.04em;
}

.sb-universal-intro {
	max-width: 780px;
	margin: 0 auto;
	color: rgba(255,255,255,.88) !important;
	font-size: 19px;
	line-height: 1.7;
}

.sb-universal-roads {
	padding: 90px 24px;
}

.sb-universal-section-title {
	margin-bottom: 36px !important;
	color: #081a3a !important;
	font-size: clamp(34px, 5vw, 54px);
	text-align: center;
}

.sb-universal-road-grid {
	gap: 24px;
	margin-bottom: 24px;
}

.sb-universal-road-card {
	display: block;
	height: 100%;
	min-height: 300px;
	padding: 30px;
	border: 1px solid rgba(8,26,58,.10);
	border-radius: 26px;
	background:
		linear-gradient(180deg,#fff,#fbfaf6);
	box-shadow: 0 18px 46px rgba(8,26,58,.08);
	text-decoration: none !important;
	transition:
		transform .25s ease,
		box-shadow .25s ease,
		border-color .25s ease;
}

.sb-universal-road-card:hover,
.sb-universal-road-card:focus {
	transform: translateY(-5px);
	border-color: rgba(215,181,109,.55);
	box-shadow: 0 26px 65px rgba(8,26,58,.13);
}

.sb-road-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 38px;
	border-radius: 14px;
	background: #081a3a;
	color: #f4dfa6 !important;
	font-size: 13px;
	font-weight: 900;
}

.sb-universal-road-card h3 {
	margin-bottom: 12px;
	color: #081a3a !important;
	font-size: 30px;
}

.sb-universal-road-card p {
	color: #606978 !important;
	line-height: 1.7;
}

.sb-road-link {
	display: block;
	margin-top: 24px;
	color: #92702f !important;
	font-weight: 800;
}

.sb-universal-entity-section {
	padding: 100px 24px;
	background: #081a3a;
}

.sb-universal-entity-inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.sb-universal-entity-inner h2 {
	color: #ffffff !important;
	font-size: clamp(38px, 6vw, 66px);
}

.sb-universal-entity-inner p:not(.sb-universal-eyebrow) {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,255,.86) !important;
	font-size: 18px;
	line-height: 1.7;
}

.sb-universal-entity-inner .wp-block-buttons {
	justify-content: center;
	margin-top: 30px;
}

.sb-universal-primary-btn .wp-block-button__link {
	background: #f0d795 !important;
	color: #081a3a !important;
	border-radius: 14px;
	font-weight: 800;
}

.sb-universal-secondary-btn .wp-block-button__link {
	background: transparent !important;
	color: #ffffff !important;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 14px;
	font-weight: 800;
}

.sb-universal-access {
	padding: 90px 24px;
}

.sb-universal-access-card {
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-height: 150px;
	padding: 26px;
	border: 1px solid rgba(8,26,58,.10);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(8,26,58,.07);
	text-decoration: none !important;
}

.sb-universal-access-card strong {
	color: #081a3a !important;
	font-size: 21px;
}

.sb-universal-access-card span {
	color: #68707d !important;
	line-height: 1.5;
}

@media (max-width: 700px) {

	.sb-universal-hero {
		padding: 75px 20px 70px;
	}

	.sb-universal-intro {
		font-size: 16px;
	}

	.sb-universal-roads,
	.sb-universal-access,
	.sb-universal-entity-section {
		padding-left: 18px;
		padding-right: 18px;
	}

	.sb-universal-road-card {
		min-height: 250px;
		padding: 24px;
	}

}
/* =========================================================
   UNIVERSAL SPIRITUAL BUILDER HOMEPAGE
   REMOVE OLD WORDPRESS / SEEDLET HEADER
   ONLY ON THE NEW UNIVERSAL HOME PAGE
========================================================= */


/* ---------------------------------------------------------
   HIDE THE OLD THEME HEADER
   Only when our universal homepage exists on the page
--------------------------------------------------------- */

body:has(.sb-universal-home) #masthead,
body:has(.sb-universal-home) .site-header {
	display: none !important;
}


/* ---------------------------------------------------------
   HIDE OLD SITE BRANDING
   Protects against Seedlet outputting the title separately
--------------------------------------------------------- */

body:has(.sb-universal-home) .site-branding,
body:has(.sb-universal-home) .site-title,
body:has(.sb-universal-home) .site-description {
	display: none !important;
}


/* ---------------------------------------------------------
   HIDE THE WORDPRESS PAGE TITLE
   We already created our own homepage heading
--------------------------------------------------------- */

body:has(.sb-universal-home) .entry-header,
body:has(.sb-universal-home) .entry-title {
	display: none !important;
}


/* ---------------------------------------------------------
   REMOVE EXTRA TOP SPACE LEFT BY THE THEME
--------------------------------------------------------- */

body:has(.sb-universal-home) .site-main,
body:has(.sb-universal-home) main,
body:has(.sb-universal-home) .entry-content {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ---------------------------------------------------------
   MAKE UNIVERSAL HOMEPAGE BEGIN CLEANLY AT THE TOP
--------------------------------------------------------- */

body:has(.sb-universal-home) .sb-universal-home {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* ---------------------------------------------------------
   PROTECT OUR NEW UNIVERSAL HEADER
--------------------------------------------------------- */

body:has(.sb-universal-home) .sb-universal-header {
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
}