/**
 * OBF Site Chrome — typography + header + footer.
 * Modern Editorial design system.
 */

/* ---------------------------------------------------------------------------
 * 1. Design tokens
 * ------------------------------------------------------------------------- */
:root {
	--obf-accent: #ef671f;
	--obf-accent-dark: #c2521a;
	--obf-ink: #141414;
	--obf-ink-body: #1d1b19;
	--obf-surface: #ffffff;
	--obf-hairline: #efeeec;
	--obf-border-card: #dad8d6;
	--obf-gray-40: #999999;
	--obf-gray-60: #666666;
	--obf-gray-80: #333333;
	--obf-path-label: #8c8986;

	--obf-sans: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	--obf-serif: "Newsreader", Georgia, "Times New Roman", serif;
	--obf-mono: "JetBrains Mono", ui-monospace, Menlo, monospace;
	--obf-gray-70: #434343;
	--obf-gray-20: #cccccc;
	--obf-panel: #fcfbfa;
	--obf-row-hover: #fbf4ef;
	--obf-band: #efedea;
	--obf-band-ink: #2e2a28;
	--obf-body-muted: #46433f;

	/* Social brand colours (Signal-Detail share bar) */
	--obf-li: #0a66c2;
	--obf-fb: #1877f2;
	--obf-wa: #25d366;

	--obf-r-pill: 999px;
	--obf-r-img: 6px;
	--obf-r-card: 6px;
	--obf-r-border: 6px;
	--obf-max: 1240px;
	--obf-gutter: 20px;

	/* OBF typography scale */
	--obf-fs-h1: 40px;
	--obf-fs-h2: 32px;
	--obf-fs-h3: 24px;
	--obf-fs-body: 18px;
	--obf-fs-pillar-title: 20px;
	--obf-fs-card-title: 18px;
	--obf-fs-card-meta: 14px;

	/* Component type presets */
	--obf-type-featured: 800 40px/1.12 var(--obf-sans);
	--obf-type-section: 800 32px/1.15 var(--obf-sans);
	--obf-type-h2: 800 32px/1.15 var(--obf-sans);
	--obf-type-major: 800 32px/1.1 var(--obf-sans);
	--obf-type-card: 700 18px/1.26 var(--obf-sans);
	--obf-type-card-meta: 300 14px/1.4 var(--obf-sans);
	--obf-type-expert: 700 18px/1.26 var(--obf-sans);
	--obf-type-data-featured: 800 22px/1.18 var(--obf-sans);
	--obf-type-kicker: 700 10px/1 var(--obf-sans);
	--obf-type-body: 300 18px/1.68 var(--obf-sans);
}

/*
 * Elementor sets `scroll-behavior: smooth` on html, which eases scroll
 * (slow start → faster middle). Force native constant-speed scrolling site-wide.
 */
html {
	scroll-behavior: auto !important;
}

/* ---------------------------------------------------------------------------
 * 2. Global typography — Public Sans everywhere, Newsreader for serif accents.
 *    No !important on font-family so icon fonts (dashicons, fontawesome,
 *    eicons) keep their own families.
 * ------------------------------------------------------------------------- */

/* Elementor global typography vars: everything structural is Public Sans
 * (per the OBF Typography spec — Newsreader is for editorial quotes only). */
.elementor-kit-434 {
	--e-global-typography-primary-font-family: "Public Sans";
	--e-global-typography-secondary-font-family: "Public Sans";
	--e-global-typography-text-font-family: "Public Sans";
	--e-global-typography-accent-font-family: "Public Sans";
}

/* Body / UI → Public Sans. */
html body,
html body button,
html body input,
html body optgroup,
html body select,
html body textarea {
	font-family: var(--obf-sans);
}

/* Headings / titles → Public Sans (OBF Typography spec: Public Sans for
 * everything structural; Newsreader only for editorial quotes). !important
 * beats the theme + kit heading rules; scoped to heading tags + title classes
 * only, so icon fonts (dashicons, fontawesome, eicons) are never affected. */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body .elementor-heading-title,
html body .title,
html body .title a,
html body .post-title,
html body .post-title a,
html body .entry-title,
html body .entry-title a,
html body .grid__title,
html body .grid__title a,
html body .single__title,
html body .bytf_post_title,
html body .bytf_post_title a,
html body h3.bytf_post_title,
html body h4.bytf_post_title {
	font-family: var(--obf-sans) !important;
}

/* Listing cards — title 18px, author/date 14px */
html body .bytf_post_title,
html body .bytf_post_title a,
html body h3.bytf_post_title,
html body h4.bytf_post_title,
html body .grid__title,
html body .grid__title a {
	font: var(--obf-type-card) !important;
}

html body .bytf__postmeta-info-wrapper,
html body .bytf__postmeta-info-wrapper a,
html body .bytf__postmeta-info-wrapper span,
html body .post__meta-w,
html body .post__meta-w span,
html body .empath__recent-read,
html body .empath__recent-author {
	font-size: var(--obf-fs-card-meta) !important;
	line-height: 1.4 !important;
}

/* Page/article display titles: heavy editorial weight per the OBF spec
 * (h1 = 800, tight tracking). Sizes stay responsive from the theme. */
html body .single__one_top .single_title h1,
html body .obf-page-hero__title {
	font-weight: 800;
	font-size: var(--obf-fs-h1);
	letter-spacing: -0.02em;
	line-height: 1.12;
}

/* Chrome UI labels stay sans even though some are headings. */
html body .obf-hd .obf-hd__nav a,
html body .obf-hd__utilnav a,
html body .obf-ft__coltitle,
html body .obf-menu__label {
	font-family: var(--obf-sans) !important;
}

/* Serif accents: standfirst and editorial labels — not pull-quote copy. */
html body .obf-pullquote,
html body .single__pullquote,
html body .empath-blockquote,
html body .obf-serif {
	font-family: var(--obf-serif);
	font-style: italic;
}

/* ---------------------------------------------------------------------------
 * 3. Shared helpers
 * ------------------------------------------------------------------------- */
.obf-hd__inner,
.obf-ft__inner {
	width: 100%;
	max-width: var(--obf-max);
	margin: 0 auto;
	padding-left: var(--obf-gutter);
	padding-right: var(--obf-gutter);
	box-sizing: border-box;
}

/* Desktop: mirror the theme's `.container` (max-width 1320 / 12px padding) so the
 * header logo, footer and utility bar line up exactly with the breadcrumb + body. */
@media (min-width: 992px) {
	.obf-hd__inner,
	.obf-ft__inner {
		max-width: 1320px;
		padding-left: 12px;
		padding-right: 12px;
	}
}

.obf-linklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.obf-chev {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	color: var(--obf-gray-40);
	display: none; /* shown only in stacked/mobile contexts */
}

/* ---------------------------------------------------------------------------
 * 4. Header
 * ------------------------------------------------------------------------- */
.obf-hd {
	position: sticky;
	top: 0;
	z-index: 300;
	background: var(--obf-surface);
	border-bottom: 1px solid var(--obf-hairline);
	font-family: var(--obf-sans);
	/* Must stay visible so desktop dropdown menus can paint below the bar. */
	overflow: visible;
}
body.admin-bar .obf-hd {
	top: 32px;
}

.obf-hd__accent {
	height: 3px;
	background: var(--obf-accent);
}

/* Utility strip (desktop only) */
.obf-hd__utility {
	border-bottom: 1px solid var(--obf-hairline);
	background: #fafafa;
}
.obf-hd__utilnav {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
	padding: 7px 0;
}
.obf-hd__utilnav a {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--obf-gray-60);
	text-decoration: none;
	text-transform: uppercase;
}
.obf-hd__utilnav a:hover {
	color: var(--obf-accent);
}

/* Main bar */
.obf-hd__main,
.obf-hd__main .obf-hd__inner,
.obf-hd__nav {
	overflow: visible;
}
.obf-hd__main .obf-hd__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 86px;
}
.obf-hd__logo {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}
.obf-hd__logo img {
	height: 60px;
	width: auto;
	display: block;
}

.obf-hd__nav {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1 1 auto;
	justify-content: center;
	flex-wrap: nowrap;
}
.obf-hd__nav-item {
	position: relative;
	display: flex;
	align-items: center;
}
.obf-hd__nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--obf-ink);
	text-decoration: none;
	padding: 8px 0;
	white-space: nowrap;
}
.obf-hd__nav-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: 2px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.72;
}
.obf-hd__subnav {
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-50%) translateY(6px);
	min-width: 220px;
	max-width: min(320px, 92vw);
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: var(--obf-surface, #fff);
	border: 1px solid var(--obf-hairline);
	border-radius: 10px;
	box-shadow: 0 14px 36px rgba(16, 24, 40, 0.12);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	z-index: 500;
}

.obf-hd__nav-item > .obf-hd__subnav {
	overflow: visible;
}
.obf-hd__subnav-item {
	position: relative;
	margin: 0;
}
.obf-hd__subnav-caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid currentColor;
	opacity: 0.72;
	vertical-align: middle;
}
.obf-hd__subnav--flyout {
	position: absolute;
	top: 0;
	left: calc(100% - 4px);
	min-width: 210px;
	margin: 0;
	padding: 6px 0;
	transform: translateX(8px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	box-shadow: 0 10px 28px rgba(16, 24, 40, 0.14);
}

.obf-hd__subnav--flyout::before {
	content: "";
	position: absolute;
	top: 0;
	left: -12px;
	width: 12px;
	height: 100%;
}

.obf-hd__subnav-item--has-children > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.obf-hd__subnav-item--has-children:hover > a,
.obf-hd__subnav-item--has-children:focus-within > a {
	background: rgba(239, 103, 31, 0.07);
	color: var(--obf-accent, #ef671f);
}

.obf-hd__subnav-item--has-children:hover > .obf-hd__subnav--flyout,
.obf-hd__subnav-item--has-children:focus-within > .obf-hd__subnav--flyout,
.obf-hd__subnav-item--has-children.is-open > .obf-hd__subnav--flyout {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(0);
}
.obf-hd__subnav::before {
	content: "";
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	height: 16px;
}
.obf-hd__subnav a {
	display: block;
	width: 100%;
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 500;
	white-space: normal;
}
.obf-hd__subnav a::after {
	display: none;
}
.obf-hd__nav-item--has-children:hover > .obf-hd__subnav,
.obf-hd__nav-item--has-children:focus-within > .obf-hd__subnav,
.obf-hd__nav-item--has-children.is-open > .obf-hd__subnav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}
/* Wide desktop has room for a more generous, readable menu. */
@media (min-width: 1400px) {
	.obf-hd__nav {
		gap: 30px;
	}
	.obf-hd__nav a {
		font-size: 14.5px;
		letter-spacing: 0.005em;
	}
}
.obf-hd__nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	background: var(--obf-accent);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.2s ease;
}
.obf-hd__nav a:hover,
.obf-hd__nav a[aria-current="page"] {
	color: var(--obf-accent);
}
.obf-hd__nav a:hover::after,
.obf-hd__nav a[aria-current="page"]::after {
	transform: scaleX(1);
}

.obf-hd__actions {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
}
.obf-hd__icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: var(--obf-ink);
	cursor: pointer;
	border-radius: 8px;
	padding: 0;
}
.obf-hd__icon:hover {
	background: var(--obf-hairline);
	color: var(--obf-accent);
}
.obf-hd__icon svg {
	width: 22px;
	height: 22px;
}
.obf-hd__burger {
	display: none;
}

/* Search dropdown */
.obf-hd__searchbar {
	border-top: 1px solid var(--obf-hairline);
	background: var(--obf-surface);
}
.obf-hd__searchbar[hidden] {
	display: none;
}
.obf-hd__searchbar form {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 0;
}
.obf-hd__searchicon svg {
	width: 20px;
	height: 20px;
	color: var(--obf-gray-40);
	display: block;
}
.obf-hd__searchbar input[type="search"] {
	flex: 1 1 auto;
	border: none;
	background: none;
	font-size: 18px;
	font-family: var(--obf-sans);
	color: var(--obf-ink);
	outline: none;
	min-width: 0;
}
.obf-hd__searchbar button[type="submit"] {
	flex: 0 0 auto;
	border: none;
	background: var(--obf-accent);
	color: #fff;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
}
.obf-hd__searchbar button[type="submit"]:hover {
	background: var(--obf-accent-dark);
}

/* ---------------------------------------------------------------------------
 * 5. Mobile slide-out menu
 * ------------------------------------------------------------------------- */
.obf-menu {
	position: fixed;
	inset: 0;
	z-index: 400;
}
.obf-menu[hidden] {
	display: none;
}
.obf-menu__overlay {
	position: absolute;
	inset: 0;
	background: rgba(20, 20, 20, 0.45);
	opacity: 0;
	transition: opacity 0.25s ease;
}
.obf-menu.is-open .obf-menu__overlay {
	opacity: 1;
}
.obf-menu__panel {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: min(88vw, 420px);
	background: var(--obf-surface);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
	box-shadow: -12px 0 40px rgba(0, 0, 0, 0.16);
}
.obf-menu.is-open .obf-menu__panel {
	transform: translateX(0);
}
.obf-menu__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 22px 14px;
	border-bottom: 1px solid var(--obf-hairline);
	flex: 0 0 auto;
}
.obf-menu__logo img {
	height: 42px;
	width: auto;
	display: block;
}
.obf-menu__close {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: var(--obf-ink);
	cursor: pointer;
}
.obf-menu__close svg {
	width: 24px;
	height: 24px;
}
.obf-menu__scroll {
	flex: 1 1 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 18px 22px 30px;
}
.obf-menu__search {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f5f4f2;
	border-radius: 10px;
	padding: 10px 14px;
	margin-bottom: 20px;
}
.obf-menu__search svg {
	width: 18px;
	height: 18px;
	color: var(--obf-gray-40);
	display: block;
}
.obf-menu__search input {
	flex: 1 1 auto;
	border: none;
	background: none;
	outline: none;
	font-size: 15px;
	font-family: var(--obf-sans);
	color: var(--obf-ink);
	min-width: 0;
}
.obf-menu__nav {
	margin-bottom: 8px;
}
.obf-menu__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.obf-menu__nav-item {
	border-bottom: 1px solid var(--obf-hairline);
}
.obf-menu__nav-row {
	display: flex;
	align-items: stretch;
}
.obf-menu__nav-link {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	min-height: 48px;
	padding: 10px 0;
	color: var(--obf-ink);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}
.obf-menu__nav-link:hover,
.obf-menu__nav-item.is-current > .obf-menu__nav-link,
.obf-menu__nav-item.is-current > .obf-menu__nav-row > .obf-menu__nav-link {
	color: var(--obf-accent);
}
.obf-menu__nav-toggle {
	flex: 0 0 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: var(--obf-gray-40);
	cursor: pointer;
}
.obf-menu__nav-caret {
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
}
.obf-menu__nav-item--has-children.is-open > .obf-menu__nav-row .obf-menu__nav-caret {
	transform: rotate(-135deg);
}
.obf-menu__subnav {
	list-style: none;
	margin: 0;
	padding: 0 0 8px 14px;
}
.obf-menu__subnav .obf-menu__nav-item {
	border-bottom: 0;
}
.obf-menu__subnav .obf-menu__nav-item + .obf-menu__nav-item {
	border-top: 1px solid var(--obf-hairline);
}
.obf-menu__subnav .obf-menu__nav-link {
	min-height: 44px;
	font-size: 14px;
	font-weight: 400;
	color: var(--obf-gray-60, #666);
}
.obf-menu__subnav .obf-menu__nav-item--child .obf-menu__subnav {
	padding-left: 12px;
}
.obf-menu__label {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--obf-gray-40);
	padding: 18px 0 2px;
}
.obf-menu__group:first-of-type .obf-menu__label {
	padding-top: 0;
}
.obf-menu .obf-linklist a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 48px;
	border-bottom: 1px solid var(--obf-hairline);
	color: var(--obf-ink);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.obf-menu .obf-linklist a:hover {
	color: var(--obf-accent);
}
.obf-menu .obf-chev {
	display: block;
}
.obf-menu__social {
	display: flex;
	gap: 16px;
	margin-top: 22px;
}
.obf-menu__social a {
	width: 38px;
	height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: none;
	color: var(--obf-ink);
	transition: color 0.18s ease;
}
.obf-menu__social a:hover {
	color: var(--obf-accent);
}
.obf-menu__social svg {
	width: 32px;
	height: 32px;
}
.obf-menu__copy {
	margin-top: 20px;
	font-size: 12.5px;
	line-height: 1.6;
	color: var(--obf-gray-60);
}
.obf-menu__copy .obf-ft__fineprint-core,
.obf-menu__copy .obf-ft__fineprint-links {
	text-align: left;
	justify-content: flex-start;
}
.obf-menu__copy .obf-ft__fineprint-links {
	margin-top: 8px;
	gap: 16px;
}

/* ---------------------------------------------------------------------------
 * 6. Footer
 * ------------------------------------------------------------------------- */
.obf-ft {
	background: var(--obf-surface);
	border-top: 1px solid var(--obf-hairline);
	font-family: var(--obf-sans);
	color: var(--obf-ink);
}
.obf-ft__top .obf-ft__inner {
	padding-top: 54px;
	padding-bottom: 46px;
}
.obf-ft__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.85fr) minmax(0, 0.85fr) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}
.obf-ft__lead {
	margin: 14px 0 0;
	font-family: var(--obf-serif, "Newsreader", Georgia, serif);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
	color: var(--obf-gray-60, #666);
}
.obf-ft__col--lead .obf-ft__fineprint-core {
	grid-column: unset;
	justify-self: unset;
	margin: 0 0 0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.55;
	text-align: left;
	white-space: normal;
	color: var(--obf-gray-60, #666);
}
.obf-ft__col--lead .obf-ft__coltitle + .obf-ft__fineprint-core {
	margin-top: 14px;
}
.obf-ft__address {
	margin: 14px 0 0;
	font-style: normal;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.65;
	color: var(--obf-gray-60, #666);
}
.obf-ft__logo img {
	height: 42px;
	width: auto;
	display: block;
}
.obf-ft__social {
	display: flex;
	gap: 14px;
}
.obf-ft__social--lead {
	margin-top: 18px;
}
.obf-ft__social a {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: none;
	color: var(--obf-ink);
	transition: color 0.18s ease;
}
.obf-ft__social a:hover {
	color: var(--obf-accent);
}
.obf-ft__social svg {
	width: 30px;
	height: 30px;
}
.obf-ft__coltitle {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--obf-gray-40);
	margin-bottom: 0;
}
.obf-ft__grid .obf-linklist a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 7px 0;
	color: var(--obf-ink-body);
	font-size: 14.5px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}
.obf-ft__grid .obf-linklist a:hover {
	color: var(--obf-accent);
}
.obf-ft__grid .obf-chev {
	display: none;
}
.obf-ft__bottom {
	border-top: 1px solid var(--obf-hairline);
}
.obf-ft__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	padding-top: 18px;
	padding-bottom: 22px;
}
.obf-ft__bottom-inner .obf-ft__logo {
	justify-self: start;
}
.obf-ft__fineprint-core {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: var(--obf-gray-60, #666);
	text-align: left;
	white-space: normal;
}
.obf-ft__fineprint-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 22px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: var(--obf-gray-60, #666);
}
.obf-ft__fineprint {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.5;
	color: var(--obf-gray-60, #666);
}
.obf-ft__fineprint-sep {
	color: var(--obf-gray-40, #999);
}
.obf-ft__fineprint-link {
	color: inherit;
	text-decoration: none;
}
.obf-ft__fineprint-link:hover {
	color: var(--obf-accent);
	text-decoration: underline;
}

/* CTA band */
.obf-cta-band {
	position: relative;
	overflow: hidden;
	background-color: var(--obf-band, #efedea);
	background-image: radial-gradient(125% 110% at 92% 96%, rgba(239, 103, 31, 0.13), rgba(239, 103, 31, 0) 58%);
	border-top: 1px solid var(--obf-hairline, #efeeec);
	border-bottom: 1px solid var(--obf-hairline, #efeeec);
	padding: 32px var(--obf-gutter, 20px) 34px;
}

.obf-cta-band h2 {
	margin: 0;
	font-family: var(--obf-serif, "Newsreader", Georgia, serif);
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
	color: var(--obf-band-ink, #2e2a28);
	text-wrap: balance;
}

.obf-cta-band p {
	margin: 14px 0 0;
	font-family: var(--obf-sans, "Public Sans", sans-serif);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: var(--obf-body-muted, #46433f);
}

.obf-cta-band .obf-btn-solid {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	gap: 10px;
	height: 50px;
	margin-top: 22px;
	border: none;
	border-radius: var(--obf-r-pill, 999px);
	background: var(--obf-accent, #ef671f);
	color: #fff;
	text-decoration: none;
	font-family: var(--obf-sans, "Public Sans", sans-serif);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: background 0.15s ease;
}

.obf-cta-band .obf-btn-solid:hover {
	background: var(--obf-accent-dark, #c2521a);
	color: #fff;
}

/* ---------------------------------------------------------------------------
 * 7. Responsive
 * ------------------------------------------------------------------------- */

/* Tablet / small-desktop: collapse inline nav into the burger. */
@media (max-width: 1199px) {
	.obf-hd__utility {
		display: none;
	}
	.obf-hd__nav {
		display: none;
	}
	.obf-hd__burger {
		display: inline-flex;
	}

	.obf-ft__grid {
		grid-template-columns: 1fr 1fr;
		gap: 28px 32px;
	}
	.obf-ft__col--lead {
		grid-column: 1 / -1;
	}
}

/* Mobile */
@media (max-width: 767px) {
	:root {
		--obf-gutter: 18px;
	}
	.obf-hd__main .obf-hd__inner {
		min-height: 62px;
	}
	.obf-hd__logo img {
		height: 44px;
	}

	.obf-ft__top .obf-ft__inner {
		padding-top: 30px;
		padding-bottom: 8px;
	}
	.obf-ft__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.obf-ft__col {
		border-top: 1px solid var(--obf-hairline);
		padding-top: 18px;
		margin-top: 18px;
	}
	.obf-ft__col--lead {
		margin-top: 0;
		border-top: 0;
		padding-top: 0;
	}
	.obf-ft__coltitle {
		margin-bottom: 4px;
	}
	.obf-ft__grid .obf-linklist a {
		min-height: 48px;
		padding: 4px 0;
		border-bottom: 1px solid var(--obf-hairline);
		font-size: 15px;
	}
	.obf-ft__grid .obf-linklist li:last-child a {
		border-bottom: none;
	}
	.obf-ft__grid .obf-chev {
		display: block;
	}
	.obf-ft__top .obf-ft__inner,
	.obf-ft__bottom .obf-ft__inner {
		padding-left: var(--obf-gutter) !important;
		padding-right: var(--obf-gutter) !important;
	}

	.obf-ft__bottom-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.obf-ft__bottom-inner .obf-ft__logo {
		justify-self: start;
	}
	.obf-ft__bottom-inner .obf-ft__logo img {
		height: 34px;
	}
	.obf-ft__col--lead .obf-ft__fineprint-core {
		font-size: 12px;
	}
	.obf-ft__fineprint-links {
		flex-wrap: wrap;
		gap: 14px 18px;
		font-size: 10.5px;
		letter-spacing: 0.01em;
	}
}

@media (min-width: 992px) {
	.obf-cta-band {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 40px;
		padding: 48px var(--obf-gutter, 20px);
		max-width: var(--obf-hpv2-max, 1320px);
		margin: 0 auto;
		box-sizing: border-box;
	}

	.obf-hpv2-cta-wrap .obf-cta-band {
		max-width: none;
		padding-left: max(var(--obf-gutter, 20px), calc((100vw - var(--obf-hpv2-max, 1320px)) / 2 + var(--obf-gutter, 20px)));
		padding-right: max(var(--obf-gutter, 20px), calc((100vw - var(--obf-hpv2-max, 1320px)) / 2 + var(--obf-gutter, 20px)));
	}

	.obf-cta-band .obf-btn-solid {
		width: auto;
		min-width: 220px;
		margin-top: 0;
		flex-shrink: 0;
	}
}

/* Keep horizontal overflow clipped without breaking vertical touch-scroll.
 * The Forcast theme sets `body { overflow-x: hidden }`; per the CSS overflow
 * spec that forces the computed `overflow-y` to `auto`, turning <body> into an
 * uncapped scroll container. On several Android browsers that disables touch
 * scrolling on long article pages. `clip` prevents the sideways scroll but
 * leaves `overflow-y` as `visible`, so the viewport scrolls normally again. */
html body {
	overflow-x: clip !important;
}

/* Prevent body scroll when the mobile menu is open. */
body.obf-menu-open {
	overflow: hidden;
}

/* ---------------------------------------------------------------------------
 * Site-wide card hover — matches the OBF design mockup (Homepage · /):
 *   • the card image gently zooms (scale 1.08) inside its clipped frame;
 *   • the card gets a soft warm tint behind it;
 *   • the title keeps its own colour (no colour change, no underline).
 * Everything is scoped to the INDIVIDUAL card item — never the widget wrapper —
 * so hovering one card never affects its siblings. Applies across every
 * template (home, category/archive, search, single/article detail).
 *
 * `--obf-card-hover` is the per-card trigger list. The forcast theme wraps each
 * post in one of these item classes (tab / grid / grid-column / list); we also
 * cover the article-detail "recent post" cards.
 * ------------------------------------------------------------------------- */

/* 1. Remove the theme's gradient underline-on-hover for post titles. */
html body .bytf_post_title a,
html body .bytf_post_title a:hover {
	background-image: none !important;
	background-size: 0 0 !important;
}

/* 2. Clip the image frames so the zoom stays inside rounded corners. */
.bytf__feature-image,
.empath__recent-img,
.post__thumb,
.post__thumbnail,
.grid__thumb {
	overflow: hidden;
}

.bytf__feature-image img,
.empath__recent-img img,
.post__thumb img,
.post__thumbnail img,
.grid__thumb img,
.obf-hp-podcast__media img,
.obf-hp-side__thumb img {
	/* Reset the theme's default scale(1.05) pre-zoom so the hover zoom below
	 * reads as a clear movement (rest 1.0 → hover 1.08), like the mockup. */
	transform: scale(1);
	transition: transform 0.55s cubic-bezier(0.2, 0.6, 0.2, 1);
	will-change: transform;
	border-radius: 0;
}

/* ------------------------------------------------------------------ *
 * Site-wide article image corners — 6px (Signals & Trends mockup).
 * Applied to the clipped frame so hover-zoom stays inside the radius.
 * Excludes avatars, expert circles, and pill/play controls.
 * ------------------------------------------------------------------ */
html body .bytf__feature-image,
html body .empath__recent-img,
html body .post__thumb,
html body .post__thumbnail,
html body .grid__thumb,
html body .obf-hp-side__thumb,
html body .obf-hp-podcast__media,
html body .bytf__category-img,
html body .bytf__video-poptp,
html body .bytf__video-poptp-two,
html body .obf-video-poster,
html body .obf-img-wrap,
html body .obf-hp-intro-media,
html body .obf-hp-block__media,
html body .post_tile_large .bytf__feature-image,
html body .post_tile_large-sm .bytf__feature-image {
	border-radius: var(--obf-r-img) !important;
	overflow: hidden;
}

html body .post_tile_large-sm {
	border-radius: var(--obf-r-img) !important;
}

/* Bordered column cards (Featured Post grid) — outer frame matches image radius. */
html body .bytf__post-grid-clm-item-two {
	border-radius: var(--obf-r-img) !important;
	overflow: hidden;
	padding: 0 !important;
}

html body .bytf__post-grid-clm-item-two .bytf__feature-image {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

html body .bytf__post-grid-clm-item-two .bytf__content {
	padding: 12px 14px 14px;
}

/* Featured Post — gap between stacked cards on mobile/tablet. */
@media (max-width: 991px) {
	html body .elementor-element-986546e .bytf__post-wrapper > .row {
		row-gap: 20px;
	}

	html body .elementor-element-986546e .bytf__post-wrapper > .row > [class*="col-"] {
		margin-bottom: 0;
	}
}

/* ------------------------------------------------------------------ *
 * Archive listing cards (category, tag, search, author, CPT archives):
 * force a uniform 16:9 thumbnail so mixed portrait/landscape featured
 * images crop consistently and card meta rows stay aligned.
 * ------------------------------------------------------------------ */
html body .empath__blog-wrapper .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
	margin-bottom: 48px;
}

html body .empath__blog-wrapper.obf-archive-cards .row {
	--bs-gutter-y: 20px;
	row-gap: 20px;
}

html body .empath__blog-wrapper.obf-archive-cards .row > [class*="col-"] {
	margin-bottom: 0;
}

html body .empath__blog-wrapper.obf-archive-cards .row > .empath-pagination,
html body .empath__blog-wrapper.obf-archive-cards .row > .obf-archive-pagination {
	margin-bottom: 0;
}


html body .empath__blog-wrapper .bytf__post-grid-clm-item.search__page-post-item,
html body .obf-recent-posts-widget .bytf__post-grid-clm-item.search__page-post-item {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
}

html body .empath__blog-wrapper .bytf__post-grid-clm-item.search__page-post-item .bytf__feature-image,
html body .obf-recent-posts-widget .bytf__post-grid-clm-item.search__page-post-item .bytf__feature-image {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto !important;
	overflow: hidden;
	background: var(--obf-img-base, #edeae7);
}

html body .empath__blog-wrapper .bytf__post-grid-clm-item.search__page-post-item .bytf__feature-image a,
html body .obf-recent-posts-widget .bytf__post-grid-clm-item.search__page-post-item .bytf__feature-image a {
	display: block;
	width: 100%;
	height: 100%;
}

html body .empath__blog-wrapper .bytf__post-grid-clm-item.search__page-post-item .bytf__feature-image img,
html body .obf-recent-posts-widget .bytf__post-grid-clm-item.search__page-post-item .bytf__feature-image img {
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none;
	aspect-ratio: auto;
	object-fit: cover;
	object-position: center;
}

html body .empath__blog-wrapper .bytf__post-grid-clm-item.search__page-post-item .bytf__content,
html body .obf-recent-posts-widget .bytf__post-grid-clm-item.search__page-post-item .bytf__content {
	flex: 1 1 auto;
}

/* Opinion & Analysis style archive cards (image, intro, author + designation) */
html body .empath__blog-wrapper .obf-hpv2-essay-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	margin-bottom: 0;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card .bytf__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 12px;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card .obf-hpv2-cate-badge {
	display: inline-block;
	margin: 0 0 10px;
	flex: 0 0 auto;
	pointer-events: none;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card .bytf_post_title {
	margin: 0;
	flex: 0 0 auto;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card .obf-hpv2-essay-card__intro {
	margin: 4px 0 12px;
	flex: 0 0 auto;
	font-size: 14px;
	line-height: 1.55;
	color: var(--obf-gray-40, #4a4a4a);
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card .bytf__postmeta-info-wrapper {
	flex: 0 0 auto;
	margin-top: auto;
	padding-top: 16px;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card__author-row {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-height: 52px;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card__avatar {
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	background-color: var(--obf-hairline, #ece9e6);
	background-size: cover;
	background-position: center top;
	filter: grayscale(1);
}

html body .empath__blog-wrapper .obf-hpv2-essay-card__author-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
	flex: 1 1 auto;
	min-height: 62px;
}

html body .empath__blog-wrapper .obf-hpv2-essay-card__author-name {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	color: var(--obf-ink, #1a1a1a);
	min-height: calc(14px * 1.35);
}

html body .empath__blog-wrapper .obf-hpv2-essay-card__author-role {
	display: -webkit-box;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	color: var(--obf-gray-40, #4a4a4a);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	min-height: 40px;
	height: 40px;
}

/* Space below pagination on articles / category archives */
html body .empath__blog-wrapper .empath-pagination,
html body .empath__blog-wrapper .obf-archive-pagination {
	width: 100%;
	margin-top: 48px;
	margin-bottom: 96px;
	padding-bottom: 24px;
}

html body .empath__blog-wrapper.internal__pading {
	padding-bottom: 80px;
}

html body.blog .empath__blog-wrapper.internal__pading,
html body.obf-archive-cards .empath__blog-wrapper.internal__pading {
	padding-top: 40px;
	padding-bottom: 96px;
}

/* Podcast / Video / Data Stories archives — Conversations-style cards + row gap */
html body .obf-podcast-archive.internal__pading,
html body .obf-video-archive.internal__pading,
html body .obf-data-archive.internal__pading,
html body .obf-horizontal-archive.internal__pading {
	padding-top: 40px;
	padding-bottom: 96px;
}

html body .obf-podcast-archive__grid,
html body .obf-video-archive__grid,
html body .obf-data-archive__grid,
html body .obf-horizontal-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px 24px;
	align-items: start;
}

html body .obf-podcast-archive__grid .obf-hpv2-card--horizontal,
html body .obf-video-archive__grid .obf-hpv2-card--horizontal,
html body .obf-data-archive__grid .obf-hpv2-card--horizontal,
html body .obf-horizontal-archive__grid .obf-hpv2-card--horizontal {
	display: flex;
	flex-direction: column;
	align-content: start;
	align-self: start;
	height: auto;
	min-width: 0;
	text-decoration: none;
	color: inherit;
	font-family: var(--obf-sans, "Public Sans", sans-serif);
}

html body .obf-podcast-archive__grid .obf-hpv2-card__title,
html body .obf-podcast-archive__grid .obf-hpv2-card__excerpt,
html body .obf-podcast-archive__grid .obf-hpv2-cate-badge,
html body .obf-podcast-archive__grid .obf-hpv2-cate-badge span,
html body .obf-podcast-archive__grid .obf-hpv2-card__body,
html body .obf-video-archive__grid .obf-hpv2-card__title,
html body .obf-video-archive__grid .obf-hpv2-card__excerpt,
html body .obf-video-archive__grid .obf-hpv2-cate-badge,
html body .obf-video-archive__grid .obf-hpv2-cate-badge span,
html body .obf-video-archive__grid .obf-hpv2-card__body,
html body .obf-data-archive__grid .obf-hpv2-card__title,
html body .obf-data-archive__grid .obf-hpv2-card__excerpt,
html body .obf-data-archive__grid .obf-hpv2-cate-badge,
html body .obf-data-archive__grid .obf-hpv2-cate-badge span,
html body .obf-data-archive__grid .obf-hpv2-card__body,
html body .obf-horizontal-archive__grid .obf-hpv2-card__title,
html body .obf-horizontal-archive__grid .obf-hpv2-card__excerpt,
html body .obf-horizontal-archive__grid .obf-hpv2-cate-badge,
html body .obf-horizontal-archive__grid .obf-hpv2-cate-badge span,
html body .obf-horizontal-archive__grid .obf-hpv2-card__body {
	font-family: var(--obf-sans, "Public Sans", sans-serif) !important;
}

html body .obf-podcast-archive__grid .obf-hpv2-card__title,
html body .obf-video-archive__grid .obf-hpv2-card__title,
html body .obf-data-archive__grid .obf-hpv2-card__title,
html body .obf-horizontal-archive__grid .obf-hpv2-card__title {
	font-weight: 700;
}

html body .obf-podcast-archive__grid .obf-hpv2-card__body,
html body .obf-video-archive__grid .obf-hpv2-card__body,
html body .obf-data-archive__grid .obf-hpv2-card__body,
html body .obf-horizontal-archive__grid .obf-hpv2-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 0;
	min-width: 0;
}

html body .obf-podcast-archive__grid .obf-hpv2-card__excerpt,
html body .obf-video-archive__grid .obf-hpv2-card__excerpt,
html body .obf-data-archive__grid .obf-hpv2-card__excerpt,
html body .obf-horizontal-archive__grid .obf-hpv2-card__excerpt {
	margin-top: 8px;
}

html body .obf-podcast-archive .obf-archive-pagination,
html body .obf-video-archive .obf-archive-pagination,
html body .obf-data-archive .obf-archive-pagination,
html body .obf-horizontal-archive .obf-archive-pagination {
	margin-top: 48px;
}

@media (max-width: 767px) {
	html body .obf-podcast-archive__grid,
	html body .obf-video-archive__grid,
	html body .obf-data-archive__grid,
	html body .obf-horizontal-archive__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ------------------------------------------------------------------ *
 * Site-wide 1px bordered boxes — 6px radius (Modern Editorial).
 * Theme cards/wrappers, OBF panels, and form fields. Hairline dividers
 * (border-top/bottom only) are excluded.
 * ------------------------------------------------------------------ */
html body .bytf__tiels-post-wrapper,
html body .bytf__post-grid-clm-item-two,
html body .bytf__post-grid-clm-item,
html body .post_tile_large-sm,
html body .bytf__post-grid-item.style__five,
html body .bytf__post-list-item,
html body .bytf__post-list-item-two,
html body .bytf__post-wrapper.rating__post-wrapper,
html body .bytf__search-wrapper,
html body .obf-listen__card,
html body .obf-detail-listen-card,
html body .obf-collab-item,
html body .obf-collab-logo-wrap,
html body .obf-mandate-tab,
html body .obf-job-card__thumb,
html body .obf-search-result,
html body .obf-author-bio,
html body .obf-form-panel,
html body .obf-job-detail__aside .obf-form-panel,
html body .obf-email-card__icon,
html body .obf-field input,
html body .obf-field textarea,
html body .obf-field select,
html body .obf-file-field__label,
html body .empathct-form input[type="text"],
html body .empathct-form input[type="email"],
html body .empathct-form input[type="url"],
html body .empathct-form input[type="tel"],
html body .empathct-form textarea,
html body .obf-article table,
html body .entry-content.empath__single-content table,
html body .obf-about-body table,
html body .obf-mandate-content table,
html body .obf-article pre,
html body .entry-content.empath__single-content pre,
html body .obf-about-body pre,
html body .obf-mandate-content pre,
html body .obf-article code,
html body .entry-content.empath__single-content code,
html body .obf-about-body code,
html body .obf-mandate-content code {
	border-radius: var(--obf-r-border) !important;
}

html body .obf-article table,
html body .entry-content.empath__single-content table,
html body .obf-about-body table,
html body .obf-mandate-content table,
html body .obf-article pre,
html body .entry-content.empath__single-content pre,
html body .obf-about-body pre,
html body .obf-mandate-content pre {
	overflow: hidden;
}

/* 3. Soft warm tint on the individual card. `.grid__style-*` are the forcast
 *    per-card layout classes (each holds exactly one post) used by the grid /
 *    "Featured Post" widgets; the `.bytf__post-*-item` classes cover the tab /
 *    list widgets. The widget-level `.bytf__post-wrapper` is deliberately NOT
 *    listed so hovering one card never lights up its siblings. */
.bytf__post-tab-item,
.bytf__post-grid-item,
.bytf__post-grid-clm-item,
.bytf__post-grid-clm-item-two,
.bytf__post-list-item,
.bytf__post-list-item-two,
.grid__style-one,
.grid__style-two,
.grid__style-three,
.grid__style-four,
.grid__style-five,
.grid__style-six,
.empath__recent-post {
	border-radius: var(--obf-r-card, 6px);
	transition: background-color 0.25s ease;
}

.bytf__post-tab-item:hover,
.bytf__post-grid-item:hover,
.bytf__post-grid-clm-item:hover,
.bytf__post-grid-clm-item-two:hover,
.bytf__post-list-item:hover,
.bytf__post-list-item-two:hover,
.grid__style-one:hover,
.grid__style-two:hover,
.grid__style-three:hover,
.grid__style-four:hover,
.grid__style-five:hover,
.grid__style-six:hover,
.empath__recent-post:hover {
	background-color: var(--obf-row-hover, #fbf4ef);
}

/* 4. Zoom the image when the individual card (or the image itself) is hovered. */
.bytf__post-tab-item:hover .bytf__feature-image img,
.bytf__post-grid-item:hover .bytf__feature-image img,
.bytf__post-grid-clm-item:hover .bytf__feature-image img,
.bytf__post-list-item:hover .bytf__feature-image img,
.bytf__post-list-item-two:hover .bytf__feature-image img,
.grid__style-one:hover .bytf__feature-image img,
.grid__style-two:hover .bytf__feature-image img,
.grid__style-three:hover .bytf__feature-image img,
.grid__style-four:hover .bytf__feature-image img,
.grid__style-five:hover .bytf__feature-image img,
.grid__style-six:hover .bytf__feature-image img,
.bytf__feature-image:hover img,
.empath__recent-post:hover .empath__recent-img img,
.empath__recent-img:hover img,
.obf-hp-podcast:hover .obf-hp-podcast__media img,
.obf-hp-side__item:hover .obf-hp-side__thumb img {
	transform: scale(1.08);
}

/* 5. Title colour must NOT change on hover — keep it identical to its resting
 *    colour (overrides the theme's/bootstrap's link-hover colour). */
.bytf_post_title a:hover,
.empath__recent-ttx h4 a:hover {
	color: inherit !important;
}

/* ------------------------------------------------------------------ *
 * Homepage fixes
 * ------------------------------------------------------------------ */

/* Signals & Trends / post-tiles: the theme only sets a fixed height on tile
 * images (no width / object-fit), so a portrait featured image renders as a
 * narrow sliver. Give the lead tile a 16:9 box and bias the crop towards the
 * upper part of the image so portrait covers (faces) stay visible. */
html body .bytf__tiels-post-wrapper .grid__style-three.post_tile_large .bytf__feature-image img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center 22%;
}
html body .bytf__tiels-post-wrapper .post_tile_large-sm .bytf__feature-image img {
	width: 100%;
	object-fit: cover;
}

/* Video / Podcast poster is now wrapped in a link — keep it block-level and
 * make the whole image clearly clickable. */
html body .bytf__video-poptp .obf-video-poster,
html body .bytf__video-poptp-two .obf-video-poster {
	display: block;
	cursor: pointer;
}
html body .bytf__video-poptp-two .obf-video-poster img,
html body .bytf__video-poptp .obf-video-poster img {
	display: block;
	width: 100%;
}

/* Podcast block (India@2047): poster is clickable — hide duplicate play under title. */
html body .bytf__video-poptp-two > .video__popup-btn {
	display: none !important;
}

/* Homepage video/podcast poster play overlay (desktop + mobile). */
.obf-hp-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	pointer-events: none;
}

.obf-hp-play__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.obf-hp-play__btn::before {
	content: "";
	width: 0;
	height: 0;
	margin-left: 5px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 19px solid var(--obf-accent, #ef671f);
}

.obf-hp-play--sm .obf-hp-play__btn {
	width: 44px;
	height: 44px;
}

.obf-hp-play--sm .obf-hp-play__btn::before {
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 14px;
	margin-left: 4px;
}

/* OBF Experts block (replaces the empath-post-tab widget output) — matches
 * the "OBF Experts" section in the OBF mobile mockup: centered heading +
 * standfirst, author-photo cards with hairline dividers. */
.obf-experts__head {
	text-align: center;
	padding: 4px 0 8px;
}
.obf-experts__title {
	margin: 0;
	font: var(--obf-type-major) !important;
	letter-spacing: -0.01em;
	color: var(--obf-ink);
}
.obf-experts__sub {
	margin: 10px 0 0;
	font: 300 15px/1.6 var(--obf-sans);
	color: var(--obf-body-muted, #57534e);
}
.obf-experts__card {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	padding: 16px 12px;
	border-bottom: 1px solid var(--obf-hairline);
	border-radius: 10px;
	text-decoration: none;
}
.obf-experts__card:last-child {
	border-bottom: 0;
}
.obf-experts__img {
	flex: 0 0 88px;
	width: 88px;
	height: 88px;
	border-radius: 14px;
	background-color: #ece9e6;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.obf-experts__body {
	flex: 1;
	min-width: 0;
}
.obf-experts__headline {
	margin: 0;
	font: var(--obf-type-expert) !important;
	letter-spacing: -0.01em;
	color: var(--obf-ink);
}
.obf-experts__name {
	display: block;
	margin-top: 8px;
	font: 600 13px/1.3 var(--obf-sans);
	color: var(--obf-ink);
}
.obf-experts__role {
	display: block;
	font: 300 12px/1.4 var(--obf-sans);
	color: var(--obf-gray-40);
}
.obf-experts__card:hover .obf-experts__headline {
	color: var(--obf-accent);
}

/* ------------------------------------------------------------------ *
 * Homepage marketing sections (Six Pillars / Introduction / Our Mandate /
 * Dream) — Elementor-editable widgets styled to the OBF mobile mockup.
 * ------------------------------------------------------------------ */
.obf-home-pillars,
.obf-home-intro,
.obf-home-mandate,
.obf-home-dream {
	padding: 34px 22px;
}
.obf-home-pillars > .elementor-container,
.obf-home-intro > .elementor-container,
.obf-home-mandate > .elementor-container,
.obf-home-dream > .elementor-container {
	max-width: 720px;
}

/* Section headings: 800 weight, tight tracking (mockup h2). */
.obf-home-pillars .elementor-heading-title,
.obf-home-intro h2.elementor-heading-title,
.obf-home-mandate h2.elementor-heading-title,
.obf-home-dream h2.elementor-heading-title {
	font: var(--obf-type-major) !important;
	letter-spacing: -0.01em;
	color: var(--obf-ink);
	text-align: center;
	text-wrap: balance;
}

/* Small uppercase kicker ("Introduction" / "Who We Are"). */
.obf-home-kicker .elementor-heading-title,
div.obf-home-kicker {
	font: 700 10px/1 var(--obf-sans) !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--obf-accent);
	text-align: center;
	margin-top: 16px;
}

/* Body copy. */
.obf-home-pillars .elementor-widget-text-editor,
.obf-home-intro .elementor-widget-text-editor,
.obf-home-mandate .elementor-widget-text-editor,
.obf-home-dream .elementor-widget-text-editor,
.obf-home-pillars .elementor-widget-text-editor p,
.obf-home-intro .elementor-widget-text-editor p,
.obf-home-mandate .elementor-widget-text-editor p,
.obf-home-dream .elementor-widget-text-editor p {
	font: var(--obf-type-body) !important;
	color: var(--obf-body-muted, #46433f);
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

/* Pillar list: numbered rows with hairline dividers and a trailing arrow. */
.obf-home-pillars .elementor-icon-list-items {
	counter-reset: obf-pillar;
	max-width: 640px;
	margin: 6px auto 0 !important;
}
.obf-home-pillars .elementor-icon-list-item {
	counter-increment: obf-pillar;
	border-bottom: 1px solid var(--obf-hairline);
	padding: 0 !important;
	margin: 0 !important;
}
.obf-home-pillars .elementor-icon-list-item:last-child {
	border-bottom: 0;
}
.obf-home-pillars .elementor-icon-list-item > a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 17px 0;
	width: 100%;
	text-decoration: none;
}
.obf-home-pillars .elementor-icon-list-item > a::before {
	content: counter(obf-pillar, decimal-leading-zero);
	font: 300 22px/1 var(--obf-sans);
	color: var(--obf-gray-20, #ccc);
	flex: 0 0 34px;
}
.obf-home-pillars .elementor-icon-list-item > a::after {
	content: "→";
	color: var(--obf-gray-20, #ccc);
	font-size: 18px;
	margin-left: auto;
}
.obf-home-pillars .elementor-icon-list-icon {
	display: none;
}
.obf-home-pillars .elementor-icon-list-text {
	font: 600 20px/1.2 var(--obf-sans) !important;
	letter-spacing: -0.01em;
	color: var(--obf-ink) !important;
}
.obf-home-pillars .elementor-icon-list-item > a:hover .elementor-icon-list-text {
	color: var(--obf-accent) !important;
}

/* Buttons: pill CTAs — outline (Know More) and solid (Contact Us). */
.obf-home-intro .elementor-button,
.obf-home-mandate .elementor-button,
.obf-home-dream .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	padding: 0 38px;
	border-radius: 999px;
	font: 700 12px/1 var(--obf-sans) !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: transparent;
	box-shadow: inset 0 0 0 2px var(--obf-accent);
	color: var(--obf-accent);
	transition: background 0.2s ease, color 0.2s ease;
}
.obf-home-intro .elementor-button:hover,
.obf-home-mandate .elementor-button:hover {
	background: var(--obf-accent);
	color: #fff;
}
.obf-home-intro .elementor-button::after,
.obf-home-mandate .elementor-button::after,
.obf-home-dream .elementor-button::after {
	content: "→";
	font-size: 14px;
}
.obf-home-dream .elementor-button {
	background: var(--obf-accent);
	color: #fff;
	box-shadow: none;
}
.obf-home-dream .elementor-button:hover {
	background: var(--obf-accent-dark, #c2521a);
	color: #fff;
}

/* Intro video keeps a soft card look. */
.obf-home-intro .elementor-widget-video {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
.obf-home-intro .elementor-widget-video iframe,
.obf-home-intro .elementor-video {
	border-radius: 12px;
}

/* Mandate: quiet panel band. */
.obf-home-mandate {
	background: var(--obf-panel, #fcfbfa);
	border-top: 1px solid var(--obf-hairline);
	border-bottom: 1px solid var(--obf-hairline);
}

/* Dream: warm band with the accent radial glow. */
.obf-home-dream {
	background-color: #efedea;
	background-image: radial-gradient(125% 110% at 92% 96%, rgba(239, 103, 31, 0.13), rgba(239, 103, 31, 0) 58%);
	border-bottom: 1px solid var(--obf-hairline);
}
.obf-home-dream h2.elementor-heading-title {
	font: 700 22px/1.2 var(--obf-sans) !important;
	color: #2e2a28;
}

/* ------------------------------------------------------------------ *
 * Homepage hero overlay + Featured Post — desktop polish.
 * ------------------------------------------------------------------ */
@media (min-width: 768px) {
	html body .elementor-element-2877097 .bytf__post-overlay-item {
		border-radius: var(--obf-r-img) !important;
		overflow: hidden;
	}

	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf__feature-image {
		border-radius: 0 !important;
		overflow: hidden;
	}

	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf__feature-image img {
		display: block;
		width: 100%;
		height: auto !important;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		border-radius: 0 !important;
	}

	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf__content {
		padding: 12px 18px 10px !important;
	}

	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf__content::after {
		background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.9) 0,
			rgba(25, 28, 32, 0.65) 52%,
			rgba(25, 28, 32, 0) 100%
		) !important;
	}

	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf_post_title,
	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf__content h4 {
		margin: 0 !important;
		line-height: 1.25 !important;
	}

	html body .elementor-element-2877097 .bytf__post-overlay-item .bytf__postmeta-info-wrapper:not(:has(li)) {
		display: none;
	}

	html body .elementor-element-986546e .bytf__post-grid-clm-item-two {
		border-radius: var(--obf-r-img) !important;
		overflow: hidden;
	}

	html body .elementor-element-986546e .bytf__post-grid-clm-item-two .bytf__feature-image,
	html body .elementor-element-986546e .bytf__post-grid-clm-item-two .bytf__feature-image img {
		border-radius: 0 !important;
	}

	html body .elementor-element-986546e .bytf__post-wrapper > .row {
		row-gap: 24px;
		--bs-gutter-x: 24px;
	}
}

/* ------------------------------------------------------------------ *
 * Homepage lead — mobile Modern Editorial (overlay hero + quick links).
 * Desktop uses the theme overlay widget unchanged.
 * ------------------------------------------------------------------ */
@media (max-width: 767px) {
	.elementor-element-083324f {
		--obf-hp-gutter: var(--obf-gutter);
	}

	.elementor-element-083324f .elementor-element-2877097,
	.elementor-element-083324f .elementor-element-2586bda {
		width: 100% !important;
		max-width: 100% !important;
		align-self: stretch !important;
	}

	.obf-hp-lead-wrap {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.obf-hp-lead--editorial {
		display: block;
		text-decoration: none;
		color: inherit;
	}

	.obf-hp-lead--editorial .obf-hp-lead__media {
		display: block;
		position: relative;
		width: 100%;
		aspect-ratio: 16 / 9;
		background: var(--obf-img-base, #edeae7);
		overflow: hidden;
		border-radius: 0;
	}

	.obf-hp-lead--editorial .obf-hp-lead__media img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transition: transform 0.55s cubic-bezier(0.2, 0.6, 0.2, 1);
	}

	.obf-hp-lead--editorial:hover .obf-hp-lead__media img {
		transform: scale(1.04);
	}

	.obf-hp-lead--editorial .obf-hp-lead__shade {
		position: absolute;
		inset: 0;
		background: linear-gradient(180deg, rgba(20, 12, 26, 0) 38%, rgba(15, 9, 20, 0.88) 100%);
		pointer-events: none;
	}

	.obf-hp-lead--editorial .obf-hp-lead__overlay {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 14px var(--obf-hp-gutter, 22px) 16px;
		z-index: 2;
		pointer-events: none;
		box-sizing: border-box;
	}

	.obf-hp-lead--editorial .obf-hp-lead__title {
		display: block;
		margin: 0;
		padding: 0;
		font: var(--obf-type-featured) !important;
		letter-spacing: -0.02em;
		color: #fff;
		text-wrap: balance;
	}

	.obf-hp-lead__synopsis {
		margin: 0;
		padding: 18px var(--obf-hp-gutter, 22px) 0;
		font: var(--obf-type-body);
		color: var(--obf-body-muted, #434343);
		box-sizing: border-box;
	}

	/* Editorial quick-link rows — text left, 16:9 thumb right. */
	.obf-hp-side {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 var(--obf-hp-gutter, 22px);
		border-bottom: 1px solid var(--obf-hairline, #efeeec);
	}

	.obf-hp-side__item {
		display: flex;
		gap: 14px;
		align-items: center;
		padding: 14px 0;
		text-decoration: none;
		color: inherit;
	}

	.obf-hp-side__item--first {
		margin-top: 0;
		padding-top: 14px;
		border-top: none;
	}

	.obf-hp-side__item--ruled {
		border-bottom: 1px solid var(--obf-hairline, #efeeec);
		padding-bottom: 14px;
	}

	.obf-hp-side__body {
		flex: 1;
		min-width: 0;
	}

	.obf-hp-side__cat {
		display: block;
		font: var(--obf-type-kicker);
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color: var(--obf-accent, #ef671f);
	}

	.obf-hp-side__title {
		display: block;
		margin-top: 7px;
		font: var(--obf-type-card);
		color: var(--obf-ink, #141414);
	}

	.obf-hp-side__item:hover .obf-hp-side__title {
		color: var(--obf-accent, #ef671f);
	}

	.obf-hp-side__thumb {
		position: relative;
		flex: 0 0 100px;
		width: 100px;
		aspect-ratio: 16 / 9;
		height: auto;
		overflow: hidden;
		background: var(--obf-img-base, #edeae7);
	}

	.obf-hp-side__thumb img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}

/* Homepage — section gutters match footer (--obf-gutter). */
body.elementor-page-636 .elementor-top-section > .elementor-container {
	padding-left: var(--obf-gutter) !important;
	padding-right: var(--obf-gutter) !important;
	box-sizing: border-box;
}

/* Homepage — section gutters match footer (--obf-gutter). */
body.elementor-page-636 .elementor-top-section > .elementor-container {
	padding-left: var(--obf-gutter) !important;
	padding-right: var(--obf-gutter) !important;
	box-sizing: border-box;
}

/* Homepage — native Forcast/Elementor widgets: Public Sans + mobile design title scale. */
body.elementor-page-636 .bytf_post_title,
body.elementor-page-636 .bytf_post_title a {
	font: var(--obf-type-card) !important;
	font-family: var(--obf-sans) !important;
}

body.elementor-page-636 .elementor-element-2877097 .bytf_post_title,
body.elementor-page-636 .elementor-element-2877097 .bytf__post-overlay-item .bytf__content h4,
body.elementor-page-636 .elementor-element-2877097 .bytf__post-overlay-item .bytf_post_title a {
	font: 800 40px/1.12 var(--obf-sans) !important;
	letter-spacing: -0.02em !important;
}

body.elementor-page-636 .elementor-widget-heading:not(.obf-home-kicker) .elementor-heading-title,
body.elementor-page-636 .obf-hp-col-title {
	font: var(--obf-type-h2) !important;
	font-family: var(--obf-sans) !important;
	letter-spacing: -0.02em !important;
	color: var(--obf-ink) !important;
}

body.elementor-page-636 .bytf__postmeta ul li,
body.elementor-page-636 .bytf__postmeta ul li a,
body.elementor-page-636 .bytf__postmeta-two li,
body.elementor-page-636 .bytf__postmeta-two li a {
	font-size: var(--obf-fs-card-meta) !important;
	line-height: 1.4 !important;
}

body.elementor-page-636 .bytf__post-grid-clm-item-two .bytf_post_title,
body.elementor-page-636 .bytf__post-grid-clm-item-two .bytf_post_title a {
	font: var(--obf-type-card) !important;
	font-family: var(--obf-sans) !important;
}

body.elementor-page-636 .bytf__post-tab-item .bytf_post_title,
body.elementor-page-636 .bytf__post-tab-item .bytf_post_title a {
	font: var(--obf-type-card) !important;
	font-family: var(--obf-sans) !important;
}

body.elementor-page-636 .bytf__post-overlay-item .bytf_post_title,
body.elementor-page-636 .bytf__post-overlay-item .bytf_post_title a {
	font-family: var(--obf-sans) !important;
}

body.elementor-page-636 .bytf__post-wrapper > .row {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 767px) {
	body.elementor-page-636 .obf-hp-block__inner:not(.obf-hp-block__inner--dream) {
		padding-left: 0;
		padding-right: 0;
	}

	/* Footer uses 18px on .obf-ft__inner — avoid stacking column padding on top. */
	body.elementor-page-636 .elementor-top-section > .elementor-column > .elementor-element-populated {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (min-width: 992px) {
	body.elementor-page-636 .elementor-top-section > .elementor-container {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
}

/* ------------------------------------------------------------------ *
 * Homepage top section (#083324f) — legacy mobile layout (from mockup).
 * Skipped when unified homepage layout is active (same sections as desktop).
 * ------------------------------------------------------------------ */
@media (max-width: 767px) {
	body:not(.obf-hp-unified-layout) .elementor-element-083324f {
		--obf-hp-gutter: var(--obf-gutter);
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container {
		display: flex;
		flex-direction: column;
	}

	/* Flatten only the lead + side columns so their widgets can be reordered.
	   Keep the OBF Experts column intact — display:contents on all columns
	   drops the third column out of the flex container in WebKit. */
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column.elementor-element-93ccdf4,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column.elementor-element-dfaa529,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column.elementor-element-93ccdf4 > .elementor-widget-wrap,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column.elementor-element-dfaa529 > .elementor-widget-wrap {
		display: contents;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-widget {
		order: 40;
		margin-bottom: 26px;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-element-2877097,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-widget.elementor-element-2877097 {
		order: 1 !important;
		margin-bottom: 0 !important;
		/* Full-bleed hero — break out of the section container gutter. */
		width: calc(100% + 2 * var(--obf-gutter)) !important;
		max-width: none !important;
		margin-left: calc(-1 * var(--obf-gutter)) !important;
		margin-right: calc(-1 * var(--obf-gutter)) !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-element-2586bda,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-widget.elementor-element-2586bda {
		order: 2 !important;
		margin-bottom: 0 !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column.elementor-element-36acabc {
		order: 3 !important;
		margin-bottom: 26px !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-element-0ab59e3,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-widget.elementor-element-0ab59e3 {
		order: 4 !important;
		width: 100% !important;
		max-width: 100% !important;
		align-self: stretch !important;
		box-sizing: border-box;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-element-986546e,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-widget.elementor-element-986546e {
		order: 5 !important;
		width: 100% !important;
		max-width: 100% !important;
		align-self: stretch !important;
		box-sizing: border-box;
	}

	body:not(.obf-hp-unified-layout) html body .elementor-element-986546e .bytf__post-wrapper > .row {
		margin-left: 0 !important;
		margin-right: 0 !important;
		--bs-gutter-x: 0 !important;
	}

	body:not(.obf-hp-unified-layout) html body .elementor-element-986546e .bytf__post-wrapper > .row > [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-column > .elementor-widget-wrap > .elementor-widget.elementor-element-e992cd2,
	body:not(.obf-hp-unified-layout) .elementor-element-083324f > .elementor-container > .elementor-widget.elementor-element-e992cd2 {
		order: 6 !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f .elementor-widget:not(.elementor-element-2877097):not(.elementor-element-2586bda) > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		box-sizing: border-box;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-083324f .elementor-widget-heading > .elementor-heading-title {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	/* Lead + side editorial — full column width; gutter comes from section container. */
	body:not(.obf-hp-unified-layout) .elementor-element-2877097 .elementor-widget-container,
	body:not(.obf-hp-unified-layout) .elementor-element-2586bda .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}

	/* Overlay hero (non-transformed path) — square edge-to-edge on mobile. */
	body:not(.obf-hp-unified-layout) html body .elementor-element-2877097 .bytf__post-overlay-item {
		border-radius: 0 !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-2586bda > .elementor-widget-container {
		border-top: none !important;
		border-bottom: none !important;
		padding-bottom: 0;
		margin-bottom: 0 !important;
	}

	body:not(.obf-hp-unified-layout) .elementor-element-899c45a > .elementor-widget-container {
		padding-top: 14px;
		border-top: none !important;
	}
}

@media (min-width: 768px) {
	.elementor-element-2586bda .grid__style-three:nth-child(n + 3) {
		display: none !important;
	}
}

/* Back-to-top — rounded pill button. */
html body .back-top-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px !important;
	line-height: 1;
}

html body .back-top-btn svg {
	display: block;
}
