/* Hide theme page-title strip (causes gap under header) */
.qodef-page-title {
	display: none !important;
	height: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	background: none !important;
}
.qodef-m-inner {
	display: none !important;
}

#qodef-page-inner {
	padding: 0 !important;
}
#qodef-page-inner.qodef-content-grid {
	width: 100% !important;
	max-width: 100% !important;
}
#qodef-page-footer {
	padding-top: 0px;
}

/* Keep OBT headings as authored (theme forces uppercase on h1–h6) */
[class*="__hero-title"],
[class*="__block-title"],
[class*="__founder-title"],
[class*="__founder-name"],
[class*="__intro-lead"],
[class*="__scenario"],
[class*="__support-q"],
[class*="__tip-title"],
[class*="__question"] {
	text-transform: none !important;
}

/* Prevent hero heart SVG FOUC (huge unstyled SVG before CSS) */
[class*="__hero-line"] svg,
[class*="__founder-line"] svg,
[class*="__support-line"] svg {
	width: 13px !important;
	height: 13px !important;
	max-width: 13px !important;
	max-height: 13px !important;
	fill: #c5a059 !important;
	display: inline-block !important;
	vertical-align: middle !important;
}

/* Reset theme quote chrome inside OBT pages */
[class^="obt-"] blockquote::before,
[class^="obt-"] blockquote::after,
[class*=" obt-"] blockquote::before,
[class*=" obt-"] blockquote::after {
	content: none !important;
	display: none !important;
	background: none !important;
	width: 0 !important;
	height: 0 !important;
}
[class^="obt-"] blockquote,
[class*=" obt-"] blockquote {
	quotes: none !important;
	background: transparent !important;
	box-shadow: none !important;
	text-transform: none !important;
	padding-left: 28px !important;
	border: none !important;
}

/* ── Shared page base + content color ── */
main[class*="obt-"] .qodef-page-title,
main[class*="obt-"] .entry-title {
	display: none !important;
}
main[class*="obt-"] {
	font-family: "Source Sans 3", system-ui, sans-serif;
	color: #5a4a44;
	line-height: 1.85;
	font-size: 1.05rem;
	background: #fff;
}
main[class*="obt-"] p,
main[class*="obt-"] li,
main[class*="obt-"] .obt-faq__answer,
main[class*="obt-"] [class*="__list-text"],
main[class*="obt-"] [class*="__support-text"],
main[class*="obt-"] [class*="__answer"] {
	color: #5a4a44;
}

/* ── Shared hero (all OBT info pages) ── */
[class*="__hero"]:not([class*="__hero-"]) {
	position: relative;
	text-align: center;
	padding: 40px 24px 40px;
	/* background: linear-gradient(160deg, #1e1009bd 0%, #3d2419f7 45%, #4a2e22ad 100%); */
	background:linear-gradient(160deg, #3b2019 0%, #55332b 45%, #3a2019 100%);
	overflow: hidden;
}
[class*="__hero"]:not([class*="__hero-"])::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 80% 60% at 50% 120%, rgba(197,160,89,.18) 0%, transparent 70%);
	pointer-events: none;
}
[class*="__hero-inner"] {
	position: relative;
	max-width: 720px;
	margin: 0 auto;
}
[class*="__hero-title"] {
	margin: 0 0 12px;
	font-family: "Cormorant Garamond", Georgia, serif;
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	line-height: 1.05;
	letter-spacing: .01em;
}
[class*="__hero-line"] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 12px;
}
[class*="__hero-line"]::before,
[class*="__hero-line"]::after {
	content: "";
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c5a059, transparent);
}
[class*="__hero-line"] svg {
	width: 13px;
	height: 13px;
	fill: #c5a059;
}
[class*="__hero-sub"] {
	margin: 0;
	font-size: .7rem;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .55) !important;
}
@media (max-width: 480px) {
	[class*="__hero"]:not([class*="__hero-"]) {
		padding: 40px 20px 40px;
	}
}
