/*
 * The small number of rules that have to beat everything else.
 *
 * assets/css/design.css is generated from the design prototypes and loads
 * after theme.css, so anything that needs to correct the design's own markup
 * has to come after it again. That is the whole job of this file: it is
 * loaded last, and it is deliberately short. If a rule can live in
 * theme.css, it belongs there instead.
 *
 * Everything here exists to stop the page moving after it has been painted.
 * Layout that settles a moment late is what Google measures as Cumulative
 * Layout Shift, and it is what a visitor experiences as the page "jumping"
 * on refresh.
 */

/* ------------------------------------------------------------------ *
 * 1. The scrollbar must not change the layout
 * ------------------------------------------------------------------ */

/*
 * The header is a single flex row whose width is almost exactly the width of
 * its contents, so a 15px change in the viewport is enough to reflow it. On
 * a fresh load the page starts short, paints with no scrollbar, then grows
 * past one screen and gains one — and the header relaid out underneath the
 * visitor. Reserving the gutter from the first paint removes the entire
 * class of problem, on every page, not just the header.
 */
html {
	scrollbar-gutter: stable;
}

/* --------------------------------------------------------------------------
 * September 2026 homepage: people first, one clear path to conversation.
 * ----------------------------------------------------------------------- */

.lb-home-v2-hero,
.lb-home-v2-section,
.lb-home-v2-close {
	margin: 0;
}

.lb-home-v2-shell {
	width: min(calc(100% - 40px), 1200px);
	margin-inline: auto;
}

.lb-home-v2-hero {
	padding: 34px 0 46px;
	background: #fffdf9;
	border-bottom: 1px solid #eee3d5;
}

.lb-home-v2-hero-grid,
.lb-home-v2-split,
.lb-home-v2-community-grid {
	display: grid;
	gap: 30px;
	align-items: center;
}

.lb-home-v2-hero-copy h1,
.lb-home-v2-copy h2,
.lb-home-v2-heading h2,
.lb-home-v2-close h2 {
	margin: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
	color: #1f4685;
}

.lb-home-v2-hero-copy h1 {
	max-width: 720px;
	font-size: clamp(39px, 11vw, 66px);
	line-height: 1.01;
}

.lb-home-v2-hero-copy p,
.lb-home-v2-hero-detail p,
.lb-home-v2-copy p,
.lb-home-v2-heading p,
.lb-home-v2-card p,
.lb-home-v2-close p {
	color: #3b3936;
	font-family: "Source Sans 3", sans-serif;
	font-size: 18px;
	line-height: 1.55;
}

.lb-home-v2-hero-copy > p,
.lb-home-v2-hero-detail > p {
	max-width: 690px;
	margin: 16px 0 0;
}

.lb-home-v2-hero-copy .lb-home-v2-definition {
	margin-top: 22px;
	font-family: Quicksand, sans-serif;
	font-size: clamp(20px, 5.4vw, 27px);
	font-weight: 700;
	line-height: 1.3;
	color: #1f4685;
}

.lb-home-v2-promise {
	padding-left: 17px;
	border-left: 3px solid #f2ad45;
}

.lb-home-v2-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin-top: 24px;
	padding: 13px 25px;
	border-radius: 999px;
	background: #2868c7;
	color: #fff !important;
	font-family: Quicksand, sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(31, 70, 133, 0.17);
}

.lb-home-v2-button:hover,
.lb-home-v2-button:focus-visible {
	background: #1f4685;
	transform: translateY(-1px);
}

.lb-process-principles {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 20px 0;
}

.lb-process-principles span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 15px;
	border-radius: 999px;
	background: #fffaf2;
	color: #1f4685;
	font-family: Quicksand, sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.lb-home-v2-hero-photo,
.lb-home-v2-photo {
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
	background: #e9f2fc;
}

.lb-home-v2-hero-photo img,
.lb-home-v2-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.lb-home-v2-hero-photo img {
	object-position: center 44%;
}

.lb-home-v2-section {
	padding: 58px 0;
}

.lb-home-v2-why {
	background: #fffaf2;
}

.lb-home-v2-copy h2,
.lb-home-v2-heading h2,
.lb-home-v2-close h2 {
	font-size: clamp(32px, 8vw, 50px);
	line-height: 1.08;
}

.lb-home-v2-copy p,
.lb-home-v2-heading p {
	margin: 17px 0 0;
}

.lb-home-v2-three {
	background: #eff6fd;
}

.lb-home-v2-heading {
	max-width: 790px;
	margin-bottom: 30px;
}

.lb-home-v2-card-grid {
	display: grid;
	gap: 22px;
}

.lb-home-v2-card {
	overflow: hidden;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 12px 30px rgba(31, 70, 133, 0.08);
}

.lb-home-v2-card > img {
	display: block;
	width: 100%;
	aspect-ratio: 1.18 / 1;
	object-fit: cover;
	object-position: center;
	background: #e4eefb;
}

.lb-home-v2-card > div {
	padding: 24px;
}

.lb-home-v2-card h3 {
	margin: 0;
	font-family: Quicksand, sans-serif;
	font-size: 24px;
	line-height: 1.18;
	letter-spacing: -0.02em;
	color: #1f4685;
}

.lb-home-v2-card p {
	margin: 14px 0 18px;
}

.lb-home-v2-card strong {
	display: block;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	line-height: 1.35;
	color: #1f4685;
}

.lb-home-v2-three-close {
	max-width: 850px;
	margin: 30px 0 16px;
	font-family: Quicksand, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.45;
	color: #1f4685;
}

.lb-home-v2-text-link {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	color: #1f4685 !important;
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none !important;
}

.lb-home-v2-text-link:hover,
.lb-home-v2-text-link:focus-visible {
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 5px;
}

.lb-home-v2-community {
	background: #fffdf9;
}

.lb-home-v2-close {
	padding: 52px 0;
	background: #1f4685;
}

.lb-home-v2-close-inner {
	display: grid;
	gap: 24px;
	align-items: center;
}

.lb-home-v2-close h2,
.lb-home-v2-close p {
	color: #fffdf9;
}

.lb-home-v2-close p {
	max-width: 690px;
	margin: 14px 0 0;
}

.lb-home-v2-close .lb-home-v2-button {
	margin-top: 0;
	background: #fffdf9;
	color: #1f4685 !important;
	box-shadow: none;
}

@media (min-width: 760px) {
	.lb-home-v2-shell {
		width: min(calc(100% - 72px), 1200px);
	}

	.lb-home-v2-hero {
		padding: 54px 0 66px;
	}

	.lb-home-v2-hero-grid,
	.lb-home-v2-split,
	.lb-home-v2-community-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: clamp(42px, 6vw, 76px);
	}

	.lb-home-v2-hero-grid {
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		grid-template-rows: auto auto;
		row-gap: 22px;
	}

	.lb-home-v2-hero-photo {
		grid-column: 2;
		grid-row: 1 / span 2;
	}

	.lb-home-v2-hero-detail {
		grid-column: 1;
		grid-row: 2;
	}

	.lb-home-v2-section {
		padding: 84px 0;
	}

	.lb-home-v2-why .lb-home-v2-photo {
		order: 0;
	}

	.lb-home-v2-card-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lb-home-v2-community-grid .lb-home-v2-photo {
		order: 2;
	}

	.lb-home-v2-close-inner {
		grid-template-columns: minmax(0, 1fr) auto;
	}
}

@media (max-width: 759px) {
	.lb-home-v2-button {
		width: 100%;
	}

	.lb-home-v2-hero-photo {
		margin-inline: -20px;
		border-radius: 0;
	}

	.lb-home-v2-card > img {
		aspect-ratio: 4 / 3;
	}
}

/* ------------------------------------------------------------------ *
 * Client-review header
 * ------------------------------------------------------------------ */

.lb-site-header,
.lb-site-header * {
	box-sizing: border-box;
}

.lb-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid #EFE4D6;
	background: rgba(255, 253, 249, 0.96);
	box-shadow: 0 8px 30px rgba(31, 70, 133, 0.045);
	backdrop-filter: blur(14px);
}

body.admin-bar .lb-site-header { top: 32px; }

.lb-site-header__shell {
	position: relative;
	width: min(1180px, calc(100% - 48px));
	min-height: 76px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 24px;
}

.lb-site-brand {
	min-width: max-content;
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #1F4685;
}

.lb-site-brand:hover { color: #1F4685; }

.lb-site-brand img {
	width: 44px;
	height: 44px;
	display: block;
	flex: 0 0 44px;
	border-radius: 14px;
	object-fit: cover;
}

.lb-site-brand span {
	display: flex;
	flex-direction: column;
	line-height: 1.08;
}

.lb-site-brand strong {
	font-family: Quicksand, sans-serif;
	font-size: 20px;
	letter-spacing: -0.01em;
}

.lb-site-brand small {
	margin-top: 4px;
	font-family: "Source Sans 3", sans-serif;
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.135em;
	text-transform: uppercase;
	color: #6E675E;
}

.lb-site-nav {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 21px;
}

.lb-site-nav a,
.lb-site-action-link {
	position: relative;
	padding: 9px 0;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	color: #33302B;
}

.lb-site-nav a::after,
.lb-site-action-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 4px;
	height: 2px;
	border-radius: 999px;
	background: #2E67C5;
	transition: right 160ms ease;
}

.lb-site-nav a:hover,
.lb-site-action-link:hover { color: #1F4685; }
.lb-site-nav a:hover::after,
.lb-site-action-link:hover::after { right: 0; }

.lb-site-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-left: 17px;
	border-left: 1px solid #E9DDCD;
}

.lb-site-action-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #2E67C5;
	box-shadow: 0 8px 18px rgba(46, 103, 197, 0.18);
	font-family: Quicksand, sans-serif;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
	color: #FFFDF9;
	transition: transform 160ms ease, background 160ms ease;
}

.lb-site-action-primary:hover {
	transform: translateY(-1px);
	background: #1F4685;
	color: #FFFDF9;
}

.lb-mobile-menu { display: none; }

.lb-site-header a:focus-visible,
.lb-mobile-menu summary:focus-visible {
	outline: 3px solid #E3A857;
	outline-offset: 3px;
}

@media (max-width: 1120px) {
	.lb-site-nav,
	.lb-site-actions { display: none; }

	.lb-mobile-menu {
		margin-left: auto;
		display: block;
	}

	.lb-mobile-menu summary {
		width: 46px;
		height: 46px;
		border: 1px solid #E6D8C4;
		border-radius: 14px;
		background: #FFFDF9;
		box-shadow: 0 5px 16px rgba(31, 70, 133, 0.07);
		cursor: pointer;
		display: grid;
		place-items: center;
		list-style: none;
	}

	.lb-mobile-menu summary::-webkit-details-marker { display: none; }

	.lb-mobile-menu summary > span:first-child,
	.lb-mobile-menu summary > span:first-child::before,
	.lb-mobile-menu summary > span:first-child::after {
		width: 20px;
		height: 2px;
		border-radius: 999px;
		background: #1F4685;
	}

	.lb-mobile-menu summary > span:first-child {
		position: relative;
		display: block;
		transition: background 160ms ease;
	}

	.lb-mobile-menu summary > span:first-child::before,
	.lb-mobile-menu summary > span:first-child::after {
		content: "";
		position: absolute;
		left: 0;
		transition: transform 160ms ease, top 160ms ease;
	}

	.lb-mobile-menu summary > span:first-child::before { top: -6px; }
	.lb-mobile-menu summary > span:first-child::after { top: 6px; }
	.lb-mobile-menu[open] summary > span:first-child { background: transparent; }
	.lb-mobile-menu[open] summary > span:first-child::before { top: 0; transform: rotate(45deg); }
	.lb-mobile-menu[open] summary > span:first-child::after { top: 0; transform: rotate(-45deg); }

	.lb-mobile-menu nav {
		position: absolute;
		top: calc(100% + 1px);
		left: 0;
		right: 0;
		padding: 12px 22px 20px;
		border: 1px solid #EFE4D6;
		border-top: 0;
		border-radius: 0 0 22px 22px;
		background: rgba(255, 253, 249, 0.99);
		box-shadow: 0 22px 38px rgba(31, 70, 133, 0.15);
	}

	.lb-mobile-menu nav > a {
		display: block;
		padding: 11px 4px;
		border-bottom: 1px solid #F1E8DD;
		font-size: 16px;
		font-weight: 600;
		color: #33302B;
	}

	.lb-mobile-menu nav > a:hover { color: #1F4685; }

	.lb-mobile-menu nav > a.lb-mobile-demo,
	.lb-mobile-menu nav > a.lb-mobile-conversation {
		margin-top: 12px;
		padding: 12px 18px;
		border: 0;
		border-radius: 999px;
		text-align: center;
		font-family: Quicksand, sans-serif;
		font-weight: 700;
	}

	.lb-mobile-menu nav > a.lb-mobile-demo {
		border: 1px solid #9FBBEA;
		color: #1F4685;
	}

	.lb-mobile-menu nav > a.lb-mobile-conversation {
		background: #2E67C5;
		color: #FFFDF9;
	}
}

@media (max-width: 782px) {
	body.admin-bar .lb-site-header { top: 46px; }
}

@media (max-width: 560px) {
	.lb-site-header__shell {
		width: calc(100% - 28px);
		min-height: 68px;
	}

	.lb-site-brand { gap: 9px; }
	.lb-site-brand img { width: 40px; height: 40px; flex-basis: 40px; border-radius: 12px; }
	.lb-site-brand strong { font-size: 18px; }
	.lb-site-brand small { font-size: 9px; letter-spacing: 0.12em; }
	.lb-mobile-menu summary { width: 42px; height: 42px; border-radius: 12px; }
	.lb-mobile-menu nav { left: -2px; right: -2px; padding-inline: 17px; }
}

/* ------------------------------------------------------------------ *
 * 2. The main navigation stays on one line
 * ------------------------------------------------------------------ */

/*
 * The design's header sets `flex-wrap: wrap` on the nav, and the six links
 * plus the logo lockup and the button are about 80px wider than the 1240px
 * container. So "Support & Funding" wrapped onto a second line, and the
 * header stood 87px tall instead of 73px.
 *
 * Worse, the wrap point sat within a few pixels of a 1280px laptop, so the
 * nav flipped between two and three lines as the scrollbar appeared — a 33px
 * jolt through the whole page on every refresh.
 *
 * Fitting it on one line takes about 80px, taken in small amounts from
 * places nobody will notice: a slightly tighter gap between links, 15px
 * instead of 15.5px type, and less air either side of the nav. The button
 * and the logo are untouched.
 *
 * `!important` throughout, and not out of laziness: the design's header
 * carries all of its styling in `style` attributes, which no selector can
 * outrank.
 */
@media ( min-width: 861px ) {
	header .lb-bar {
		gap: 20px !important;
		/* 44px of logo plus 14px of padding either side. Fixing it means
		   nothing below the header can ever be pushed down. */
		min-height: 72px;
	}

	header .lb-desktop-nav {
		flex-wrap: nowrap !important;
		gap: 14px !important;
	}

	header .lb-desktop-nav a {
		font-size: 15px !important;
	}
}

/* ------------------------------------------------------------------ *
 * 3. The closing band is the same height on every page
 * ------------------------------------------------------------------ */

/*
 * The blue "talk to us" band closes thirteen pages, and the design gave it
 * three different vertical paddings — 88px on seven pages, 84px on five, 80px
 * on one. Nobody sees four pixels on a single page; what they see is that the
 * band does not feel like the same component when you click through the site,
 * which is exactly what a demo does.
 *
 * Only the padding is touched. The gradient, the glow, the type and the
 * buttons were already identical, and the words stay whatever each page says.
 */
[data-screen-label="CTA band"] > div[style*="position:relative"] {
	padding-top: 88px !important;
	padding-bottom: 88px !important;
}

/* ------------------------------------------------------------------ *
 * 4. Pictures that are taller than their frame
 * ------------------------------------------------------------------ */

/*
 * The design's picture frames are landscape (4:3, or a fixed height) and
 * crop to fill. That is right for photography and wrong for a phone
 * screenshot: a tall screen cropped to a wide frame shows only the status
 * bar and the first row of tiles, which is what "the phones aren't full"
 * describes.
 *
 * assets/js/lightbridge.js measures each picture once it has loaded and adds
 * this class when the picture is meaningfully taller than the frame holding
 * it. The frame's own size never changes, so switching the fit shifts
 * nothing — and it keeps working when the photography is replaced, with no
 * list of filenames to maintain.
 */
.lb-fit-whole {
	object-fit: contain !important;
	object-position: center !important;
}

/* ------------------------------------------------------------------ *
 * 5. Keep headings direct
 * ------------------------------------------------------------------ */

/*
 * Small uppercase eyebrow labels repeated information that the main heading
 * already communicates. Removing them across the site makes every page feel
 * calmer while preserving the real heading structure for visitors and search.
 */
.lb-eyebrow,
.lb-focus-eyebrow,
.lb-focus-kicker,
.lb-audience-kicker,
.lb-platform-proof-kicker {
	display: none !important;
}

/* ------------------------------------------------------------------ *
 * 6. Focused homepage
 * ------------------------------------------------------------------ */

/*
 * The homepage is intentionally shorter than the full For Nonprofits page.
 * It uses a small class system instead of inline style attributes so the
 * desktop and mobile compositions stay one component rather than two copies.
 */
#lb-main > .lb-focus-section {
	margin-block-start: 0 !important;
}

.lb-focus-section {
	--lb-harbor: #1F4685;
	--lb-river: #2E67C5;
	--lb-sky: #55B2FC;
	--lb-sun: #E3A857;
	--lb-ink: #33302B;
	--lb-muted: #6E675E;
	--lb-cream: #FAF6F0;
	--lb-paper: #FFFDF9;
	--lb-rule: #EFE4D6;
	box-sizing: border-box;
	color: var(--lb-ink);
	position: relative;
}

.lb-focus-section *,
.lb-focus-section *::before,
.lb-focus-section *::after {
	box-sizing: border-box;
}

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

.lb-focus-eyebrow,
.lb-focus-kicker {
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

.lb-focus-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--lb-river);
	font-size: 13.5px;
}

.lb-focus-eyebrow span {
	width: 28px;
	height: 3px;
	border-radius: 999px;
	background: var(--lb-sun);
}

.lb-focus-kicker {
	margin: 0 0 12px;
	color: var(--lb-river);
	font-size: 12.5px;
}

.lb-focus-hero {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255,253,249,0.98) 0%, rgba(234,243,253,0.95) 62%, rgba(216,235,252,0.92) 100%);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-focus-glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	pointer-events: none;
}

.lb-focus-glow-one {
	width: 440px;
	height: 440px;
	right: -180px;
	top: -210px;
	background: rgba(85,178,252,0.18);
}

.lb-focus-glow-two {
	width: 280px;
	height: 280px;
	left: -160px;
	bottom: -170px;
	background: rgba(227,168,87,0.14);
}

.lb-focus-hero-grid {
	min-height: 650px;
	padding: 72px 0 68px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
	gap: 70px;
	align-items: center;
}

.lb-focus-hero-copy {
	position: relative;
	z-index: 2;
}

.lb-focus-hero h1 {
	max-width: 12ch;
	margin: 0 0 22px;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	font-size: clamp(42px, 5.2vw, 70px);
	line-height: 1.04;
	letter-spacing: -0.035em;
	color: var(--lb-harbor);
}

.lb-focus-lead {
	max-width: 62ch;
	margin: 0 0 30px;
	font-size: clamp(18px, 1.7vw, 21px);
	line-height: 1.62;
	color: var(--lb-ink);
}

.lb-focus-actions {
	display: flex;
	align-items: center;
	gap: 13px;
	flex-wrap: wrap;
}

.lb-focus-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 26px;
	border-radius: 999px;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.lb-focus-button-primary {
	background: var(--lb-river);
	color: var(--lb-paper);
	box-shadow: 0 12px 26px rgba(46,103,197,0.24);
}

.lb-focus-button-primary:hover {
	background: var(--lb-harbor);
	color: var(--lb-paper);
	box-shadow: 0 14px 30px rgba(31,70,133,0.28);
}

.lb-focus-button-secondary {
	border: 1.5px solid rgba(46,103,197,0.52);
	background: rgba(255,253,249,0.72);
	color: var(--lb-harbor);
}

.lb-focus-button-secondary:hover {
	background: var(--lb-paper);
	color: var(--lb-harbor);
}

.lb-focus-relationship {
	max-width: 64ch;
	margin: 30px 0 0;
	padding: 18px 20px;
	border-left: 3px solid var(--lb-sun);
	background: rgba(255,253,249,0.64);
	font-size: 14.5px;
	line-height: 1.58;
	color: var(--lb-muted);
}

.lb-focus-relationship strong {
	color: var(--lb-harbor);
}

.lb-focus-visual {
	position: relative;
	min-height: 520px;
	padding: 30px 30px 26px;
	border: 1px solid rgba(31,70,133,0.12);
	border-radius: 34px;
	background: rgba(255,253,249,0.78);
	box-shadow: 0 32px 75px rgba(31,70,133,0.17);
	backdrop-filter: blur(14px);
}

.lb-focus-visual::before {
	content: "";
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(46,103,197,0.08);
	border-radius: 25px;
	pointer-events: none;
}

.lb-focus-visual-topline {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	gap: 16px;
	font-family: Quicksand, sans-serif;
	font-size: 9.5px;
	font-weight: 700;
	letter-spacing: 0.09em;
	color: var(--lb-muted);
}

.lb-focus-screen-stack {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 450px;
	height: 390px;
	margin: 24px auto 8px;
}

.lb-focus-screen {
	position: absolute;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(31,70,133,0.13);
	border-radius: 24px;
	background: #EEF4FB;
	box-shadow: 0 20px 44px rgba(31,70,133,0.18);
}

.lb-focus-screen img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.lb-focus-screen-home {
	z-index: 3;
	top: 0;
	left: 50%;
	width: 83%;
	transform: translateX(-50%);
	box-shadow: 0 28px 58px rgba(31,70,133,0.24);
}

.lb-focus-screen-checkin,
.lb-focus-screen-community {
	z-index: 2;
	top: 112px;
	width: 56%;
	opacity: 0.98;
}

.lb-focus-screen-checkin {
	left: -2px;
	transform: rotate(-5deg);
}

.lb-focus-screen-community {
	right: -2px;
	transform: rotate(5deg);
}

.lb-focus-visual-caption {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3px;
	text-align: center;
}

.lb-focus-visual-caption strong {
	font-family: Quicksand, sans-serif;
	font-size: 15px;
	color: var(--lb-harbor);
}

.lb-focus-visual-caption span {
	font-size: 12.5px;
	color: var(--lb-muted);
}

.lb-focus-purpose {
	padding: 86px 0 76px;
	background: var(--lb-paper);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-focus-purpose-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
	gap: 58px;
	align-items: center;
}

.lb-focus-purpose h2,
.lb-focus-section-heading h2,
.lb-focus-platform h2,
.lb-focus-demo h2,
.lb-focus-close h2 {
	margin: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	letter-spacing: -0.022em;
	line-height: 1.18;
}

.lb-focus-purpose h2 {
	font-size: clamp(30px, 3.6vw, 44px);
	color: var(--lb-harbor);
}

.lb-focus-purpose-copy p {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 1.68;
	color: var(--lb-ink);
}

.lb-focus-purpose-copy {
	margin-top: 24px;
}

.lb-focus-purpose-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--lb-rule);
	border-radius: 28px;
	background: var(--lb-cream);
	box-shadow: 0 18px 44px rgba(31,70,133,0.1);
}

.lb-focus-purpose-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.lb-focus-purpose-photo figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 16px 18px;
	border: 1px solid rgba(255,253,249,0.68);
	border-radius: 17px;
	background: rgba(23,57,105,0.9);
	box-shadow: 0 12px 28px rgba(10,25,48,0.2);
	backdrop-filter: blur(8px);
	color: var(--lb-paper);
}

.lb-focus-purpose-photo figcaption strong,
.lb-focus-purpose-photo figcaption span {
	display: block;
}

.lb-focus-purpose-photo figcaption strong {
	font-family: Quicksand, sans-serif;
	font-size: 15px;
}

.lb-focus-purpose-photo figcaption span {
	margin-top: 4px;
	font-size: 12.5px;
	line-height: 1.45;
	color: rgba(255,253,249,0.78);
}

.lb-focus-path {
	margin-top: 58px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid var(--lb-rule);
	border-radius: 24px;
	overflow: hidden;
	background: var(--lb-cream);
}

.lb-focus-path > div {
	position: relative;
	min-height: 150px;
	padding: 24px 22px;
	border-right: 1px solid var(--lb-rule);
	display: flex;
	flex-direction: column;
}

.lb-focus-path > div:last-child { border-right: 0; }

.lb-focus-path strong {
	font-family: Quicksand, sans-serif;
	font-size: 18px;
	color: var(--lb-harbor);
}

.lb-focus-path small {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.45;
	color: var(--lb-muted);
}

.lb-focus-directory {
	padding: 90px 0 96px;
	background: var(--lb-cream);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-focus-section-heading {
	max-width: 760px;
	margin-bottom: 42px;
}

.lb-focus-section-heading h2 {
	font-size: clamp(32px, 4vw, 46px);
	color: var(--lb-harbor);
}

.lb-focus-section-heading > p:last-child {
	max-width: 66ch;
	margin: 16px 0 0;
	font-size: 17.5px;
	line-height: 1.62;
	color: var(--lb-muted);
}

.lb-focus-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.lb-focus-card {
	min-height: 278px;
	padding: 28px 28px 24px;
	border: 1px solid var(--lb-rule);
	border-radius: 24px;
	background: var(--lb-paper);
	box-shadow: 0 10px 30px rgba(51,48,43,0.045);
	display: flex;
	flex-direction: column;
	color: var(--lb-ink);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.lb-focus-card:hover {
	transform: translateY(-4px);
	border-color: rgba(46,103,197,0.36);
	box-shadow: 0 18px 42px rgba(31,70,133,0.11);
	color: var(--lb-ink);
}

.lb-focus-card h3 {
	margin: 0 0 10px;
	font-family: Quicksand, sans-serif;
	font-size: 20px;
	line-height: 1.28;
	color: var(--lb-harbor);
}

.lb-focus-card p {
	margin: 0 0 22px;
	font-size: 15.5px;
	line-height: 1.58;
	color: var(--lb-muted);
}

.lb-focus-card > strong {
	margin-top: auto;
	font-family: Quicksand, sans-serif;
	font-size: 14px;
	color: var(--lb-river);
}

.lb-focus-card > strong span {
	display: inline-block;
	margin-left: 3px;
	transition: transform 180ms ease;
}

.lb-focus-card:hover > strong span { transform: translateX(4px); }

.lb-focus-platform {
	padding: 88px 0 94px;
	background:
		radial-gradient(circle at 88% 4%, rgba(85, 178, 252, 0.15), transparent 28%),
		var(--lb-paper);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-focus-platform-heading {
	margin-bottom: 38px;
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.lb-focus-platform-heading > div { max-width: 760px; }

.lb-focus-platform h2 {
	font-size: clamp(32px, 4vw, 46px);
	color: var(--lb-harbor);
}

.lb-focus-platform-heading p {
	max-width: 65ch;
	margin: 16px 0 0;
	font-size: 17.5px;
	line-height: 1.62;
	color: var(--lb-muted);
}

.lb-focus-platform-heading > a {
	padding: 10px 0;
	font-family: Quicksand, sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	white-space: nowrap;
	color: var(--lb-river);
}

.lb-focus-platform-heading > a span {
	display: inline-block;
	margin-left: 4px;
	transition: transform 180ms ease;
}

.lb-focus-platform-heading > a:hover span { transform: translateX(4px); }

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

.lb-focus-platform-grid figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--lb-rule);
	border-radius: 26px;
	background: var(--lb-cream);
	box-shadow: 0 14px 38px rgba(31, 70, 133, 0.085);
}

.lb-focus-platform-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 1.15 / 1;
	object-fit: cover;
	background: #F4F7FC;
}

.lb-focus-platform-grid figcaption {
	min-height: 108px;
	padding: 20px 22px 22px;
	background: var(--lb-paper);
}

.lb-focus-platform-grid figcaption strong,
.lb-focus-platform-grid figcaption span { display: block; }

.lb-focus-platform-grid figcaption strong {
	font-family: Quicksand, sans-serif;
	font-size: 17px;
	color: var(--lb-harbor);
}

.lb-focus-platform-grid figcaption span {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.48;
	color: var(--lb-muted);
}

.lb-focus-demo {
	padding: 92px 0;
	background: var(--lb-paper);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-focus-demo-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
	gap: 70px;
	align-items: start;
}

.lb-focus-demo h2 {
	font-size: clamp(31px, 3.7vw, 44px);
	color: var(--lb-harbor);
}

.lb-focus-demo-intro > p:last-child {
	margin: 18px 0 0;
	font-size: 17px;
	line-height: 1.62;
	color: var(--lb-muted);
}

.lb-focus-demo-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.lb-focus-demo-options article {
	min-height: 310px;
	padding: 30px;
	border-radius: 25px;
	background: var(--lb-harbor);
	color: var(--lb-paper);
	display: flex;
	flex-direction: column;
}

.lb-focus-demo-options article.lb-focus-demo-self {
	background: linear-gradient(155deg, var(--lb-river), #4299E6);
}

.lb-focus-demo-options h3 {
	margin: 0 0 12px;
	font-family: Quicksand, sans-serif;
	font-size: 22px;
	line-height: 1.25;
	color: var(--lb-paper);
}

.lb-focus-demo-options p {
	margin: 0 0 26px;
	font-size: 15px;
	line-height: 1.62;
	color: rgba(255,253,249,0.82);
}

.lb-focus-demo-options a {
	margin-top: auto;
	font-family: Quicksand, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--lb-paper);
}

.lb-focus-demo-options a span {
	display: inline-block;
	margin-left: 4px;
	transition: transform 180ms ease;
}

.lb-focus-demo-options a:hover { color: var(--lb-paper); }
.lb-focus-demo-options a:hover span { transform: translateX(4px); }

.lb-focus-close {
	padding: 82px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 10%, rgba(227,168,87,0.2), transparent 34%),
		linear-gradient(125deg, #173969 0%, var(--lb-harbor) 52%, var(--lb-river) 100%);
	color: var(--lb-paper);
}

.lb-focus-close-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 80px;
	align-items: center;
}

.lb-focus-close .lb-focus-kicker { color: #F0C47D; }

.lb-focus-close h2 {
	font-size: clamp(32px, 4vw, 48px);
	color: var(--lb-paper);
}

.lb-focus-close-inner > div:last-child > p {
	margin: 0 0 26px;
	font-size: 17.5px;
	line-height: 1.62;
	color: rgba(255,253,249,0.82);
}

.lb-focus-button-light {
	background: var(--lb-paper);
	color: var(--lb-harbor);
	box-shadow: 0 12px 28px rgba(10,25,48,0.24);
}

.lb-focus-button-light:hover {
	background: #F8F3EB;
	color: var(--lb-harbor);
}

.lb-focus-text-link {
	padding: 13px 4px;
	font-family: Quicksand, sans-serif;
	font-size: 14.5px;
	font-weight: 700;
	color: var(--lb-paper);
}

.lb-focus-text-link:hover { color: var(--lb-paper); }

.lb-focus-button:focus-visible,
.lb-focus-card:focus-visible,
.lb-focus-demo a:focus-visible,
.lb-focus-text-link:focus-visible {
	outline: 3px solid var(--lb-sun);
	outline-offset: 4px;
}

@media (max-width: 1020px) {
	.lb-focus-hero-grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.88fr);
		gap: 42px;
	}

	.lb-focus-hero h1 { font-size: clamp(40px, 5.6vw, 58px); }
	.lb-focus-visual { min-height: 480px; padding-inline: 22px; }
	.lb-focus-screen-stack { height: 350px; }
	.lb-focus-card-grid { grid-template-columns: repeat(2, 1fr); }
	.lb-focus-demo-grid { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 780px) {
	.lb-focus-shell { width: min(100% - 36px, 680px); }

	.lb-focus-hero-grid {
		min-height: 0;
		padding: 58px 0 62px;
		grid-template-columns: 1fr;
		gap: 46px;
	}

	.lb-focus-hero h1 { max-width: 13ch; font-size: clamp(39px, 11vw, 56px); }
	.lb-focus-visual { min-height: 0; }
	.lb-focus-screen-stack { max-width: 500px; height: 410px; }
	.lb-focus-visual-topline span:last-child { display: none; }

	.lb-focus-purpose,
	.lb-focus-directory,
	.lb-focus-platform,
	.lb-focus-demo { padding: 68px 0; }

	.lb-focus-purpose-grid,
	.lb-focus-close-inner { grid-template-columns: 1fr; gap: 30px; }

	.lb-focus-path { grid-template-columns: repeat(3, 1fr); }

	.lb-focus-demo-options { grid-template-columns: 1fr 1fr; }
	.lb-focus-platform-heading { align-items: start; }
	.lb-focus-close { padding: 68px 0; }
}

@media (max-width: 560px) {
	.lb-focus-shell { width: min(100% - 28px, 520px); }
	.lb-focus-actions { align-items: stretch; }
	.lb-focus-actions .lb-focus-button { width: 100%; }
	.lb-focus-relationship { padding: 16px; }
	.lb-focus-visual { padding: 22px 15px 20px; border-radius: 26px; }
	.lb-focus-screen-stack { max-width: 370px; height: 315px; margin-top: 18px; }
	.lb-focus-screen-home { width: 88%; }
	.lb-focus-screen-checkin,
	.lb-focus-screen-community { top: 84px; width: 58%; }
	.lb-focus-visual-caption span { max-width: 28ch; }
	.lb-focus-purpose-photo figcaption {
		position: static;
		margin: 0;
		border: 0;
		border-radius: 0;
		background: var(--lb-harbor);
	}

	.lb-focus-path,
	.lb-focus-card-grid,
	.lb-focus-demo-options { grid-template-columns: 1fr; }

	.lb-focus-platform-heading {
		margin-bottom: 28px;
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.lb-focus-platform-grid {
		width: calc(100% + 14px);
		padding: 2px 14px 18px 0;
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: min(82vw, 330px);
		grid-template-columns: none;
		gap: 14px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.lb-focus-platform-grid figure { scroll-snap-align: start; }
	.lb-focus-platform-grid figcaption { min-height: 116px; }

	.lb-focus-path > div,
	.lb-focus-path > div:nth-child(2) {
		min-height: 128px;
		border-right: 0;
		border-bottom: 1px solid var(--lb-rule);
	}

	.lb-focus-path > div:last-child { border-bottom: 0; }
	.lb-focus-card { min-height: 0; }
	.lb-focus-demo-options article { min-height: 280px; }
	.lb-focus-close .lb-focus-actions { align-items: flex-start; }
	.lb-focus-close .lb-focus-actions .lb-focus-button { width: 100%; }
	.lb-focus-text-link { padding-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.lb-focus-button,
	.lb-focus-card,
	.lb-focus-card > strong span,
	.lb-focus-demo-options a span {
		transition: none;
	}
}

/* ------------------------------------------------------------------ *
 * 6. Communities in Action / Who It Helps
 * ------------------------------------------------------------------ */

.lb-audience-hero,
.lb-audience-groups,
.lb-audience-platform,
.lb-audience-close {
	--lb-harbor: #1F4685;
	--lb-river: #2E67C5;
	--lb-sky: #55B2FC;
	--lb-sun: #E3A857;
	--lb-ink: #33302B;
	--lb-muted: #6E675E;
	--lb-cream: #FAF6F0;
	--lb-paper: #FFFDF9;
	--lb-rule: #EFE4D6;
	box-sizing: border-box;
	color: var(--lb-ink);
}

.lb-audience-hero *,
.lb-audience-groups *,
.lb-audience-platform *,
.lb-audience-close * {
	box-sizing: border-box;
}

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

.lb-audience-kicker {
	margin: 0 0 13px;
	font-family: Quicksand, sans-serif;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--lb-river);
}

.lb-audience-hero {
	padding: 76px 0 72px;
	overflow: hidden;
	background:
		radial-gradient(circle at 96% 4%, rgba(85,178,252,0.18), transparent 30%),
		linear-gradient(145deg, #FFFDF9 0%, #EDF6FD 100%);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-audience-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
	gap: 62px;
	align-items: center;
}

.lb-audience-hero h1,
.lb-audience-heading h2,
.lb-audience-platform h2,
.lb-audience-close h2 {
	margin: 0;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	letter-spacing: -0.028em;
	line-height: 1.12;
}

.lb-audience-hero h1 {
	max-width: 13ch;
	font-size: clamp(42px, 5.1vw, 64px);
	color: var(--lb-harbor);
}

.lb-audience-hero p:not(.lb-audience-kicker) {
	max-width: 60ch;
	margin: 24px 0 0;
	font-size: 19px;
	line-height: 1.63;
}

.lb-audience-actions {
	display: flex;
	gap: 13px;
	flex-wrap: wrap;
	margin-top: 28px;
}

.lb-audience-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 25px;
	border: 1.5px solid rgba(46,103,197,0.5);
	border-radius: 999px;
	font-family: Quicksand, sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--lb-harbor);
}

.lb-audience-actions a:first-child {
	border-color: var(--lb-river);
	background: var(--lb-river);
	box-shadow: 0 11px 24px rgba(46,103,197,0.23);
	color: var(--lb-paper);
}

.lb-audience-hero-photo {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(31,70,133,0.13);
	border-radius: 30px;
	background: var(--lb-paper);
	box-shadow: 0 28px 64px rgba(31,70,133,0.15);
}

.lb-audience-hero-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.lb-audience-hero-photo figcaption {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	padding: 14px 17px;
	border-radius: 15px;
	background: rgba(23,57,105,0.9);
	font-family: Quicksand, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
	color: var(--lb-paper);
	backdrop-filter: blur(8px);
}

.lb-audience-groups {
	padding: 88px 0 94px;
	background: var(--lb-cream);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-audience-heading {
	max-width: 820px;
	margin-bottom: 42px;
}

.lb-audience-heading h2,
.lb-audience-platform h2 {
	font-size: clamp(32px, 4vw, 46px);
	color: var(--lb-harbor);
}

.lb-audience-heading > p:last-child,
.lb-audience-platform-copy > p:last-of-type {
	margin: 18px 0 0;
	font-size: 17.5px;
	line-height: 1.65;
	color: var(--lb-muted);
}

.lb-audience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.lb-audience-card {
	overflow: hidden;
	border: 1px solid var(--lb-rule);
	border-radius: 24px;
	background: var(--lb-paper);
	box-shadow: 0 10px 28px rgba(51,48,43,0.05);
}

.lb-audience-card > img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
}

.lb-audience-card-screen > img {
	object-fit: contain;
	background: #EEF4FB;
}

/* Existing WordPress page content can retain the earlier app-screen card
 * class after the lifestyle refresh. Keep the replacement photographs in
 * the same crop system as the other audience scenes. */
.lb-audience-card-screen > img[src$="lifestyle-who-tbi-checkin.jpg"],
.lb-audience-card-screen > img[src$="lifestyle-who-wellness-walk.jpg"] {
	object-fit: cover;
	background: transparent;
}

.lb-audience-card > div {
	padding: 25px 26px 28px;
}

.lb-audience-card > div > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 28px;
	border-radius: 999px;
	background: #EAF3FD;
	font-family: Quicksand, sans-serif;
	font-size: 10.5px;
	font-weight: 700;
	color: var(--lb-river);
}

.lb-audience-card:nth-child(3n + 2) > div > span {
	background: #FFF2DD;
	color: #9A6418;
}

.lb-audience-card:nth-child(3n) > div > span {
	background: #E6F7F1;
	color: #2E765A;
}

.lb-audience-card h3 {
	margin: 18px 0 9px;
	font-family: Quicksand, sans-serif;
	font-size: 20px;
	line-height: 1.25;
	color: var(--lb-harbor);
}

.lb-audience-card p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.6;
	color: var(--lb-muted);
}

.lb-audience-platform {
	padding: 90px 0;
	background: var(--lb-paper);
	border-bottom: 1px solid var(--lb-rule);
}

.lb-audience-platform-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
	gap: 70px;
	align-items: center;
}

.lb-audience-platform-copy > a {
	display: inline-flex;
	margin-top: 25px;
	font-family: Quicksand, sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	color: var(--lb-river);
}

.lb-audience-platform-copy > a span {
	margin-left: 5px;
}

.lb-audience-screens {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	align-items: center;
}

.lb-audience-screens img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(31,70,133,0.12);
	border-radius: 19px;
	background: #EEF4FB;
	box-shadow: 0 16px 34px rgba(31,70,133,0.13);
}

.lb-audience-screens img:nth-child(2) {
	transform: translateY(-18px);
}

.lb-audience-close {
	padding: 78px 0;
	background:
		radial-gradient(circle at 12% 10%, rgba(227,168,87,0.18), transparent 32%),
		linear-gradient(120deg, #173969 0%, var(--lb-harbor) 58%, var(--lb-river) 100%);
	text-align: center;
	color: var(--lb-paper);
}

.lb-audience-close .lb-audience-kicker {
	color: #F0C47D;
}

.lb-audience-close h2 {
	max-width: 24ch;
	margin-inline: auto;
	font-size: clamp(31px, 4vw, 46px);
	color: var(--lb-paper);
}

.lb-audience-close .lb-audience-actions {
	justify-content: center;
}

.lb-audience-close .lb-audience-actions a {
	border-color: rgba(255,253,249,0.62);
	color: var(--lb-paper);
}

.lb-audience-close .lb-audience-actions a:first-child {
	border-color: var(--lb-paper);
	background: var(--lb-paper);
	color: var(--lb-harbor);
}

/* Real platform proof — shared by the nonprofit decision page. */
.lb-platform-proof {
	padding: 78px 0;
	background: #1f4685;
	color: #fffdf9;
	overflow: hidden;
}

.lb-platform-proof *,
.lb-platform-proof *::before,
.lb-platform-proof *::after {
	box-sizing: border-box;
}

.lb-platform-proof-shell {
	width: min(100% - 64px, 1180px);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(480px, 1.2fr);
	gap: clamp(42px, 6vw, 88px);
	align-items: center;
}

.lb-platform-proof-kicker {
	margin: 0 0 12px;
	font-family: Quicksand, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #f1c478;
}

.lb-platform-proof-copy h2 {
	max-width: 13ch;
	margin: 0 0 18px;
	font-family: Quicksand, sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.12;
	letter-spacing: -.025em;
	color: #fffdf9;
}

.lb-platform-proof-copy > p:not(.lb-platform-proof-kicker) {
	max-width: 52ch;
	margin: 0 0 24px;
	font-size: 17.5px;
	line-height: 1.65;
	color: rgba(255, 253, 249, .84);
}

.lb-platform-proof-copy > a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: Quicksand, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #fffdf9;
	text-decoration: none;
}

.lb-platform-proof-copy > a span { color: #f1c478; }

.lb-platform-proof-swipe { display: none; }

.lb-platform-proof-screens {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, .7fr);
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 15px;
	align-items: stretch;
}

.lb-platform-proof-screens figure {
	position: relative;
	margin: 0;
	min-width: 0;
	min-height: 220px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .26);
	border-radius: 22px;
	background: #EEF4FB;
	box-shadow: 0 24px 55px rgba(8, 28, 61, .34);
}

.lb-platform-proof-screens figure:first-child { grid-row: 1 / 3; }
.lb-platform-proof-screens figure:nth-child(2) { transform: none; }

.lb-platform-proof-screens img {
	display: block;
	width: 130%;
	max-width: none;
	height: 100%;
	min-height: 220px;
	margin-left: -15%;
	object-fit: cover;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.lb-platform-proof-screens figcaption {
	position: absolute;
	left: 14px;
	bottom: 14px;
	margin: 0;
	padding: 7px 12px;
	border: 1px solid rgba(255,255,255,.46);
	border-radius: 999px;
	background: rgba(31, 70, 133, .88);
	box-shadow: 0 5px 16px rgba(8,28,61,.2);
	font-family: Quicksand, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	color: #FFFDF9;
}

@media (max-width: 1000px) {
	.lb-audience-hero-grid,
	.lb-audience-platform-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.lb-audience-hero-photo { max-width: 760px; }
	.lb-audience-grid { grid-template-columns: repeat(2, 1fr); }
	.lb-audience-platform-copy { max-width: 760px; }
	.lb-platform-proof-shell { grid-template-columns: 1fr; }
	.lb-platform-proof-copy { max-width: 720px; }
}

@media (max-width: 680px) {
	.lb-audience-shell { width: min(100% - 28px, 540px); }
	.lb-audience-hero { padding: 58px 0 60px; }
	.lb-audience-hero h1 { font-size: clamp(38px, 11vw, 54px); }
	.lb-audience-hero p:not(.lb-audience-kicker) { font-size: 17.5px; }
	.lb-audience-actions { align-items: stretch; }
	.lb-audience-actions a { width: 100%; }
	.lb-audience-hero-photo figcaption { position: static; border-radius: 0; }
	.lb-audience-groups,
	.lb-audience-platform { padding: 66px 0; }
	.lb-audience-grid { grid-template-columns: 1fr; }
	.lb-audience-card > img { height: 220px; }
	.lb-audience-screens { gap: 7px; }
	.lb-audience-screens img { border-radius: 12px; }
	.lb-audience-close { padding: 64px 0; }
	.lb-platform-proof { padding: 64px 0 58px; }
	.lb-platform-proof-shell { width: min(100% - 28px, 540px); gap: 24px; }
	.lb-platform-proof-copy h2 { font-size: clamp(31px, 9vw, 42px); }
}

/* ------------------------------------------------------------------ *
 * 8. Reviewed supporting-page system
 * ------------------------------------------------------------------ */

#lb-main > .lb-core { margin-block-start: 0 !important; }

.lb-core {
	--lb-harbor: #1F4685;
	--lb-river: #2E67C5;
	--lb-sky: #55B2FC;
	--lb-sun: #E3A857;
	--lb-ink: #33302B;
	--lb-muted: #6E675E;
	--lb-cream: #FAF6F0;
	--lb-paper: #FFFDF9;
	--lb-rule: #EFE4D6;
	box-sizing: border-box;
	color: var(--lb-ink);
}

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

.lb-core-shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.lb-core-hero {
	padding: 74px 0 70px;
	overflow: hidden;
	border-bottom: 1px solid var(--lb-rule);
	background:
		radial-gradient(circle at 95% 0%, rgba(85,178,252,.18), transparent 29%),
		linear-gradient(145deg, #FFFDF9 0%, #EDF6FD 100%);
}

.lb-core-hero-grid,
.lb-core-split {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr);
	gap: 64px;
	align-items: center;
}

.lb-core-split-reverse > :first-child { order: 2; }
.lb-core-split-reverse > :last-child { order: 1; }

.lb-core h1,
.lb-core h2,
.lb-core h3 {
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	color: var(--lb-harbor);
}

.lb-core h1 {
	max-width: 13ch;
	margin: 0 0 22px;
	font-size: clamp(41px, 5.15vw, 66px);
	line-height: 1.055;
	letter-spacing: -.035em;
}

.lb-core-lead {
	max-width: 60ch;
	margin: 0 0 18px;
	font-size: clamp(18px, 1.7vw, 21px);
	line-height: 1.62;
}

.lb-core-note {
	max-width: 62ch;
	margin: 0 0 28px;
	padding-left: 16px;
	border-left: 3px solid var(--lb-sun);
	font-size: 14.5px;
	line-height: 1.58;
	color: var(--lb-muted);
}

.lb-core-actions {
	display: flex;
	gap: 13px;
	align-items: center;
	flex-wrap: wrap;
}

.lb-core-btn {
	display: inline-flex;
	min-height: 50px;
	padding: 12px 24px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-family: Quicksand, sans-serif;
	font-size: 15.5px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.lb-core-btn:hover { transform: translateY(-2px); }

.lb-core-btn-primary {
	background: var(--lb-river);
	box-shadow: 0 11px 24px rgba(46,103,197,.22);
	color: var(--lb-paper);
}

.lb-core-btn-primary:hover { background: var(--lb-harbor); color: var(--lb-paper); }

.lb-core-btn-secondary {
	border: 1.5px solid rgba(46,103,197,.48);
	background: rgba(255,253,249,.68);
	color: var(--lb-harbor);
}

.lb-core-btn-secondary:hover { background: var(--lb-paper); color: var(--lb-harbor); }

.lb-core-screen-pair {
	min-height: 480px;
	padding: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	align-items: center;
	border: 1px solid rgba(31,70,133,.12);
	border-radius: 32px;
	background: rgba(255,253,249,.72);
	box-shadow: 0 28px 68px rgba(31,70,133,.15);
}

.lb-core-screen-pair img,
.lb-core-screen-row img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(31,70,133,.12);
	border-radius: 20px;
	background: #EEF4FB;
	box-shadow: 0 18px 38px rgba(31,70,133,.15);
}

.lb-core-screen-pair img:first-child { transform: translateY(-18px); }
.lb-core-screen-pair img:last-child { transform: translateY(18px); }

/* ------------------------------------------------------------------ *
 * Page-purpose hero compositions
 * ------------------------------------------------------------------ */

/* For Nonprofits: a confident, dark platform introduction. */
.lb-core-hero.lb-hero-platform {
	padding-block: 86px;
	border-bottom: 0;
	background:
		radial-gradient(circle at 82% 16%, rgba(85,178,252,.32), transparent 28%),
		radial-gradient(circle at 8% 110%, rgba(227,168,87,.2), transparent 30%),
		linear-gradient(135deg, #173A70 0%, #1F4685 58%, #28569B 100%);
}

.lb-hero-platform .lb-core-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); }
.lb-hero-platform h1,
.lb-hero-platform .lb-core-lead { color: #FFFDF9; }
.lb-hero-platform .lb-core-note { border-left-color: #F2BC70; color: rgba(255,253,249,.76); }
.lb-hero-platform .lb-core-btn-primary { background: #FFFDF9; box-shadow: none; color: #1F4685; }
.lb-hero-platform .lb-core-btn-primary:hover { background: #EAF4FD; color: #173A70; }
.lb-hero-platform .lb-core-btn-secondary { border-color: rgba(255,253,249,.58); background: transparent; color: #FFFDF9; }
.lb-hero-platform .lb-core-btn-secondary:hover { background: rgba(255,253,249,.1); color: #FFFDF9; }
.lb-hero-platform .lb-core-screen-pair {
	min-height: 520px;
	border-color: rgba(255,255,255,.22);
	background: rgba(255,255,255,.1);
	box-shadow: 0 32px 70px rgba(9,28,60,.34);
	backdrop-filter: blur(8px);
}

/* How It Works: a centered statement with the product as a wide stage. */
.lb-core-hero.lb-hero-process {
	padding-block: 78px 62px;
	background:
		linear-gradient(90deg, rgba(227,168,87,.13) 1px, transparent 1px),
		linear-gradient(180deg, #FFFDF9 0%, #F8F1E8 100%);
	background-size: 72px 100%, auto;
}

.lb-hero-process .lb-core-hero-grid { grid-template-columns: 1fr; gap: 42px; text-align: center; }
.lb-hero-process .lb-core-copy { max-width: 880px; margin-inline: auto; }
.lb-hero-process h1 { max-width: 17ch; margin-inline: auto; }
.lb-hero-process .lb-core-lead,
.lb-hero-process .lb-core-note { margin-inline: auto; }
.lb-hero-process .lb-core-note { max-width: 72ch; padding: 13px 18px; border: 1px solid #E8D8C4; border-left: 1px solid #E8D8C4; border-radius: 14px; background: rgba(255,253,249,.74); }
.lb-hero-process .lb-core-actions { justify-content: center; }
.lb-hero-process .lb-core-screen-pair {
	width: min(900px, 100%);
	min-height: 0;
	margin-inline: auto;
	padding: 24px 70px;
	border-radius: 26px;
	background: #E9F3FD;
	box-shadow: 0 20px 44px rgba(31,70,133,.1);
}
.lb-hero-process .lb-core-screen-pair img { max-height: 300px; object-fit: contain; }
.lb-hero-process .lb-core-screen-pair img:first-child,
.lb-hero-process .lb-core-screen-pair img:last-child { transform: none; }

/* Explore the Demo: product first, copy second. */
.lb-core-hero.lb-hero-demo {
	padding-block: 82px;
	background:
		radial-gradient(circle at 14% 22%, rgba(85,178,252,.22), transparent 28%),
		linear-gradient(125deg, #EAF4FD 0%, #FFFDF9 72%);
}
.lb-hero-demo .lb-core-hero-grid { grid-template-columns: minmax(440px, 1.06fr) minmax(0, .94fr); }
.lb-hero-demo .lb-core-copy { order: 2; }
.lb-hero-demo .lb-core-screen-pair { order: 1; transform: rotate(-1.2deg); border-radius: 48px 20px 48px 20px; }
.lb-hero-demo h1 { max-width: 11ch; }

/* About: an editorial photo with a readable story card. */
.lb-core-hero.lb-hero-story { padding-block: 50px; background: #EAF3FB; }
.lb-hero-story .lb-core-hero-grid { position: relative; display: block; min-height: 610px; }
.lb-hero-story .lb-core-copy {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: min(610px, 55%);
	padding: clamp(30px, 4.5vw, 54px);
	border: 1px solid rgba(31,70,133,.12);
	border-radius: 12px 38px 12px 38px;
	background: rgba(255,253,249,.96);
	box-shadow: 0 28px 70px rgba(31,70,133,.18);
	transform: translateY(-50%);
	backdrop-filter: blur(8px);
}
.lb-hero-story h1 { max-width: 13ch; font-size: clamp(39px, 4.7vw, 62px); }
.lb-hero-story .lb-core-media { position: relative; width: 78%; margin-left: auto; border: 0; border-radius: 34px; box-shadow: 0 26px 64px rgba(31,70,133,.16); }
.lb-hero-story .lb-core-hero-media img { min-height: 610px; }
.lb-hero-story .lb-core-media figcaption { position: absolute; right: 18px; bottom: 18px; max-width: 42ch; border-radius: 12px; background: rgba(255,253,249,.9); }

/* Pricing & Funding: explanatory copy above a panoramic working session. */
.lb-core-hero.lb-hero-scope { padding-block: 72px 0; background: #FFFDF9; }
.lb-hero-scope .lb-core-hero-grid { grid-template-columns: 1fr; gap: 42px; }
.lb-hero-scope .lb-core-copy { width: min(930px, 100%); }
.lb-hero-scope h1 { max-width: 18ch; }
.lb-hero-scope .lb-core-hero-media { border-radius: 34px 34px 0 0; box-shadow: none; }
.lb-hero-scope .lb-core-hero-media img { min-height: 0; height: clamp(300px, 34vw, 430px); aspect-ratio: auto; object-position: center 43%; }

/* Donate: a warm, human invitation rather than a product pitch. */
.lb-core-hero.lb-hero-giving {
	padding-block: 78px;
	background:
		radial-gradient(circle at 8% 5%, rgba(227,168,87,.2), transparent 24%),
		linear-gradient(145deg, #FFF9F0 0%, #F5E7D2 100%);
}
.lb-hero-giving .lb-core-hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); }
.lb-hero-giving h1 { max-width: 12ch; }
.lb-hero-giving .lb-core-media { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.lb-hero-giving .lb-core-hero-media img {
	min-height: 520px;
	aspect-ratio: 4 / 5;
	border-radius: 240px 240px 30px 30px;
	box-shadow: 0 24px 52px rgba(91,65,35,.17);
}
.lb-hero-giving .lb-core-media figcaption { width: 86%; margin: -26px auto 0; position: relative; border-radius: 16px; background: #FFFDF9; box-shadow: 0 12px 28px rgba(91,65,35,.1); text-align: center; }

/* Mobile Environment: offset device cards on a soft product canvas. */
.lb-core-hero.lb-hero-mobile {
	padding-block: 80px;
	background:
		radial-gradient(circle at 82% 45%, rgba(85,178,252,.32), transparent 31%),
		linear-gradient(150deg, #FFFDF9 0%, #E6F3FD 100%);
}
.lb-hero-mobile .lb-core-hero-grid { grid-template-columns: minmax(0, .88fr) minmax(430px, 1.12fr); }
.lb-hero-mobile h1 { max-width: 10ch; }
.lb-hero-mobile .lb-core-screen-pair {
	min-height: 550px;
	padding: 50px 48px;
	border: 0;
	border-radius: 160px 38px 160px 38px;
	background: rgba(255,253,249,.62);
	box-shadow: inset 0 0 0 1px rgba(31,70,133,.1), 0 28px 60px rgba(31,70,133,.12);
}
.lb-hero-mobile .lb-core-screen-pair img:first-child { transform: translate(12px,-26px) rotate(-3deg); }
.lb-hero-mobile .lb-core-screen-pair img:last-child { transform: translate(-12px,26px) rotate(3deg); }

.lb-core-section {
	padding: 82px 0;
	border-bottom: 1px solid var(--lb-rule);
	background: var(--lb-paper);
}

.lb-core-cream { background: var(--lb-cream); }

.lb-core-heading {
	max-width: 760px;
	margin-bottom: 34px;
}

.lb-core-heading h2,
.lb-core-close h2 {
	margin: 0;
	font-size: clamp(30px, 3.7vw, 44px);
	line-height: 1.16;
	letter-spacing: -.025em;
}

.lb-core-heading > p {
	max-width: 66ch;
	margin: 15px 0 0;
	font-size: 17px;
	line-height: 1.62;
	color: var(--lb-muted);
}

.lb-core-body {
	margin: 0 0 17px;
	font-size: 17px;
	line-height: 1.68;
}

.lb-core-media {
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--lb-rule);
	border-radius: 27px;
	background: var(--lb-cream);
	box-shadow: 0 18px 44px rgba(31,70,133,.1);
}

.lb-core-media img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.lb-core-media figcaption {
	padding: 16px 19px;
	font-size: 13.5px;
	line-height: 1.5;
	color: var(--lb-muted);
}

.lb-core-hero-media img { min-height: 430px; }

.lb-core-image-cards,
.lb-core-feature-grid,
.lb-core-choice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.lb-core-image-cards article,
.lb-core-feature-grid article,
.lb-core-choice-grid article {
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--lb-rule);
	border-radius: 23px;
	background: var(--lb-paper);
	box-shadow: 0 10px 30px rgba(51,48,43,.045);
}

.lb-core-image-cards img {
	display: block;
	width: 100%;
	height: 245px;
	object-fit: cover;
	background: #EEF4FB;
}

.lb-core-image-card-screen img { object-fit: contain; }

.lb-core-image-cards article > div,
.lb-core-feature-grid article,
.lb-core-choice-grid article { padding: 25px 26px 27px; }

.lb-core-image-cards h3,
.lb-core-feature-grid h3,
.lb-core-choice-grid h3,
.lb-core-role-list h3 {
	margin: 0 0 9px;
	font-size: 19px;
	line-height: 1.28;
}

.lb-core-image-cards p,
.lb-core-feature-grid p,
.lb-core-choice-grid p,
.lb-core-role-list p {
	margin: 0;
	font-size: 15.5px;
	line-height: 1.58;
	color: var(--lb-muted);
}

.lb-core-feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lb-core-feature-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lb-core-feature-grid article { min-height: 178px; }

.lb-core-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.lb-core-choice-grid article { min-height: 250px; display: flex; flex-direction: column; }
.lb-core-choice-grid .lb-core-text-link { margin-top: auto; padding-top: 24px; }

.lb-core-role-list {
	display: grid;
	gap: 12px;
}

.lb-core-role-list > div {
	padding: 20px 22px;
	border: 1px solid var(--lb-rule);
	border-left: 4px solid #91BDF0;
	border-radius: 18px;
	background: var(--lb-paper);
}

.lb-core-role-list > div:nth-child(2) { border-left-color: var(--lb-sun); }
.lb-core-role-list > div:nth-child(3) { border-left-color: #77C6A7; }

.lb-core-screen-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	align-items: center;
}

.lb-core-screen-row img:first-child { transform: translateY(-12px); }
.lb-core-screen-row img:last-child { transform: translateY(12px); }

.lb-core-text-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-family: Quicksand, sans-serif;
	font-size: 15px;
	font-weight: 700;
	color: var(--lb-river);
	text-decoration: none !important;
}

.lb-core-text-link:hover { color: var(--lb-harbor); }
.lb-core-text-link span { transition: transform 160ms ease; }
.lb-core-text-link:hover span { transform: translateX(4px); }

.lb-core-close {
	padding: 52px 0;
	border-bottom: 1px solid #D9E7F5;
	background: #EEF5FC;
}

.lb-core-close-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 44px;
	align-items: center;
}

.lb-core-close h2 { max-width: 20ch; font-size: clamp(28px, 3vw, 36px); }
.lb-core-close p { margin: 10px 0 0; color: var(--lb-muted); font-size: 16px; }

.lb-core :focus-visible {
	outline: 3px solid var(--lb-sun);
	outline-offset: 4px;
}

/* ------------------------------------------------------------------ *
 * 9. Cleaner links and restrained closing calls to action
 * ------------------------------------------------------------------ */

.lb-site-header a,
.lb-mobile-menu a,
.lb-site-footer a,
.lb-audience-platform-copy > a,
.lb-audience-actions a,
.lb-focus-button,
.lb-focus-text-link,
[data-screen-label="CTA band"] a {
	text-decoration: none !important;
	box-shadow: none;
}

[data-screen-label="Donate band"] {
	border-top: 1px solid #D9E7F5 !important;
	border-bottom: 1px solid #D9E7F5 !important;
	background: #EEF5FC !important;
	color: #33302B !important;
}

[data-screen-label="Donate band"] > div[style*="position:absolute"] { display: none !important; }

[data-screen-label="Donate band"] > div[style*="position:relative"] {
	max-width: 920px !important;
	padding: 52px 32px !important;
}

[data-screen-label="Donate band"] h2 { color: #1F4685 !important; }
[data-screen-label="Donate band"] p { color: #6E675E !important; }
[data-screen-label="Donate band"] a { text-decoration: none !important; box-shadow: none !important; }
[data-screen-label="Donate band"] a:not(:first-child) { border-color: #2E67C5 !important; color: #1F4685 !important; }
[data-screen-label="Donate band"] a:first-child { background: #2E67C5 !important; color: #FFFDF9 !important; }

.lb-site-nav a,
.lb-site-action-link {
	padding: 9px 10px;
	border-radius: 10px;
	transition: color 160ms ease, background 160ms ease;
}

.lb-site-nav a::after,
.lb-site-action-link::after { display: none !important; }

.lb-site-nav a:hover,
.lb-site-action-link:hover { background: #EEF5FC; }

[data-screen-label="CTA band"] {
	border-top: 1px solid #D9E7F5 !important;
	border-bottom: 1px solid #D9E7F5 !important;
	background: #EEF5FC !important;
	color: #33302B !important;
}

[data-screen-label="CTA band"] > div[style*="position:absolute"] { display: none !important; }

[data-screen-label="CTA band"] > div[style*="position:relative"] {
	max-width: 920px !important;
	padding: 52px 32px !important;
}

[data-screen-label="CTA band"] h2 { color: #1F4685 !important; }
[data-screen-label="CTA band"] p { color: #6E675E !important; }

[data-screen-label="CTA band"] a {
	border-color: #2E67C5 !important;
	background: transparent !important;
	color: #1F4685 !important;
}

[data-screen-label="CTA band"] a:first-child {
	background: #2E67C5 !important;
	color: #FFFDF9 !important;
}

.lb-focus-close,
.lb-audience-close {
	padding: 52px 0;
	border-top: 1px solid #D9E7F5;
	border-bottom: 1px solid #D9E7F5;
	background: #EEF5FC;
	color: #33302B;
}

.lb-focus-close h2,
.lb-audience-close h2 { color: #1F4685; }

.lb-focus-close-inner > div:last-child > p { color: #6E675E; }
.lb-focus-close .lb-focus-button-light { background: #2E67C5; color: #FFFDF9; box-shadow: none; }
.lb-focus-close .lb-focus-text-link { color: #1F4685; }

.lb-audience-close .lb-audience-actions a,
.lb-audience-close .lb-audience-actions a:first-child {
	border-color: #2E67C5;
	background: transparent;
	color: #1F4685;
}

.lb-audience-close .lb-audience-actions a:first-child {
	background: #2E67C5;
	color: #FFFDF9;
}

/* ------------------------------------------------------------------ *
 * 10. Complete footer
 * ------------------------------------------------------------------ */

.lb-site-footer {
	box-sizing: border-box;
	padding: 42px 0 22px;
	background: #173A70;
	color: #FFFDF9;
}

.lb-site-footer * { box-sizing: border-box; }

.lb-site-footer__shell {
	width: min(1180px, calc(100% - 48px));
	margin-inline: auto;
}

.lb-site-footer .lb-newsletter input::placeholder { color: rgba(255,253,249,.64); }
.lb-site-footer .lb-newsletter button:hover { background: #EAF4FD !important; }

.lb-site-footer__grid {
	padding-bottom: 34px;
	display: grid;
	grid-template-columns: minmax(245px, 1.2fr) minmax(135px, .6fr) minmax(205px, .9fr) minmax(230px, 1fr);
	gap: clamp(28px, 4vw, 54px);
}

.lb-site-footer__brand > a {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #FFFDF9;
}

.lb-site-footer__brand > a > img {
	width: 48px;
	height: 48px;
	border-radius: 14px;
}

.lb-site-footer__brand span { display: flex; flex-direction: column; }
.lb-site-footer__brand strong { font: 700 20px/1.1 Quicksand, sans-serif; }
.lb-site-footer__brand small { margin-top: 4px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .72; }
.lb-site-footer__brand p { max-width: 37ch; margin: 18px 0 0; font-size: 14.5px; line-height: 1.62; color: rgba(255,253,249,.76); }

.lb-site-footer__socials { margin-top: 20px; display: flex; gap: 9px; }
.lb-site-footer__socials a {
	width: 34px;
	height: 34px;
	border: 1px solid rgba(255,253,249,.24);
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: rgba(255,253,249,.06);
	color: #FFFDF9;
}
.lb-site-footer__socials a:hover { border-color: rgba(255,253,249,.7); background: rgba(255,253,249,.14); }
.lb-site-footer__socials svg { width: 15px; height: 15px; fill: currentColor; }

.lb-site-footer__grid h2 { margin: 1px 0 15px; font: 700 15px/1.25 Quicksand, sans-serif; color: #FFFDF9; }
.lb-site-footer__grid nav,
.lb-site-footer__trust,
.lb-site-footer__connect { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.lb-site-footer__grid nav a,
.lb-site-footer__trust > a,
.lb-site-footer__connect > a:not(.lb-site-footer__sba) { font-size: 14px; line-height: 1.45; color: rgba(255,253,249,.78); }
.lb-site-footer__grid nav a:hover,
.lb-site-footer__trust > a:hover,
.lb-site-footer__connect > a:hover { color: #FFFDF9; }

.lb-site-footer__trust ul { margin: 0 0 5px; padding: 0; display: grid; gap: 9px; list-style: none; }
.lb-site-footer__trust li { position: relative; padding-left: 17px; font-size: 13.5px; line-height: 1.45; color: rgba(255,253,249,.76); }
.lb-site-footer__trust li::before { content: ""; position: absolute; top: .48em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #E3A857; }
.lb-site-footer__email { overflow-wrap: anywhere; }
.lb-site-footer__connect > p { margin: 8px 0 0; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: rgba(255,253,249,.62); }

.lb-site-footer__stores { display: flex; gap: 8px; flex-wrap: wrap; }
.lb-site-footer__stores a {
	min-width: 132px;
	min-height: 46px;
	padding: 7px 13px 7px 11px;
	border: 1px solid rgba(255,253,249,.3);
	border-radius: 9px;
	display: flex;
	align-items: center;
	gap: 9px;
	background: #080B10;
	color: #FFFDF9;
}
.lb-site-footer__stores a:hover { border-color: rgba(255,253,249,.72); background: #161B24; }
.lb-site-footer__stores a > span { display: flex; flex-direction: column; text-align: left; }
.lb-site-footer__store-icon { width: 20px; height: 20px; flex: 0 0 auto; fill: currentColor; }
.lb-site-footer__store-icon--play { width: 18px; height: 18px; }
.lb-site-footer__stores small { font-size: 8px; line-height: 1; opacity: .75; }
.lb-site-footer__stores strong { margin-top: 3px; font: 700 13px/1.1 Quicksand, sans-serif; }
.lb-site-footer__sba { margin-top: 8px; display: inline-block; }
.lb-site-footer__sba img { display: block; width: 68px; height: 68px; border: 3px solid #FFFDF9; border-radius: 7px; object-fit: cover; }

.lb-site-footer__tagline {
	margin: 0 0 22px;
	padding: 18px 0;
	border-top: 1px solid rgba(255,253,249,.16);
	border-bottom: 1px solid rgba(255,253,249,.16);
	font: 600 14px/1.4 Quicksand, sans-serif;
	text-align: center;
	color: rgba(255,253,249,.78);
}

.lb-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.lb-site-footer__bottom p { margin: 0; font-size: 12.5px; color: rgba(255,253,249,.62); }
.lb-site-footer__bottom nav { display: flex; gap: 18px; flex-wrap: wrap; }
.lb-site-footer__bottom a { font-size: 12.5px; color: rgba(255,253,249,.7); }

/* ------------------------------------------------------------------ *
 * 11. Donation preview
 * ------------------------------------------------------------------ */

#donation-preview { scroll-margin-top: 92px; }

.lb-donate-demo-grid {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(380px, 1.15fr);
	gap: clamp(40px, 7vw, 88px);
	align-items: center;
}

.lb-donate-panel {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid #D8E5F4;
	border-radius: 28px;
	background: #FFFDF9;
	box-shadow: 0 20px 55px rgba(31, 70, 133, .12);
}

.lb-donate-panel fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.lb-donate-panel legend { margin-bottom: 18px; font: 700 clamp(20px, 2.2vw, 25px)/1.25 Quicksand, sans-serif; color: #1F4685; }

.lb-donate-amounts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.lb-donate-amounts label { position: relative; cursor: pointer; }

.lb-donate-amounts input {
	position: absolute;
	inset: 0;
	opacity: 0;
	pointer-events: none;
}

.lb-donate-amounts span {
	min-height: 54px;
	padding: 12px 16px;
	border: 1.5px solid #CBDCF0;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font: 700 17px/1.2 Quicksand, sans-serif;
	color: #1F4685;
	background: #FFF;
	transition: border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.lb-donate-amounts input:checked + span {
	border-color: #2E67C5;
	background: #EAF3FD;
	box-shadow: 0 0 0 3px rgba(46, 103, 197, .12);
}

.lb-donate-amounts input:focus-visible + span { outline: 3px solid #E3A857; outline-offset: 3px; }

.lb-donate-demo-status {
	margin: 22px 0;
	padding: 15px 17px;
	border-left: 3px solid #E3A857;
	background: #FAF6F0;
	display: flex;
	flex-direction: column;
	gap: 3px;
	font-size: 15px;
	color: #6E675E;
}

.lb-donate-demo-status strong { color: #1F4685; }
.lb-donate-panel button { width: 100%; border: 0; cursor: pointer; }

.lb-legal-hero { padding-bottom: 64px; }
.lb-website-privacy { max-width: 840px; }
.lb-website-privacy h2 { margin: 42px 0 12px; font-size: clamp(24px, 3vw, 32px); color: #1F4685; }
.lb-website-privacy h2:first-child { margin-top: 0; }
.lb-website-privacy p { margin: 0 0 18px; font-size: 17px; line-height: 1.72; color: #33302B; }
.lb-website-privacy a { color: #1F4685; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }

/* ------------------------------------------------------------------ *
 * 12. Homepage imagery and responsive reading flow
 * ------------------------------------------------------------------ */

.lb-home-hero,
.lb-home-section,
.lb-home-final { box-sizing: border-box; }

.lb-home-hero *,
.lb-home-section *,
.lb-home-final * { box-sizing: border-box; }

.lb-home-media img,
.lb-home-hero-media img { transition: transform 420ms ease; }

.lb-home-media:hover img,
.lb-home-hero-media:hover img { transform: scale(1.018); }

.lb-home-actions a { text-decoration: none !important; }
.lb-home-section[id] { scroll-margin-top: 92px; }

.lb-home-hero-grid {
	grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr) !important;
}

.lb-home-hero-shell {
	padding-top: 58px !important;
	padding-bottom: 64px !important;
}

.lb-home-hero-mission {
	padding: 17px 20px;
	border-left: 3px solid #E3A857;
	border-radius: 0 16px 16px 0;
	background: rgba(255, 253, 249, .72);
}

.lb-home-hero-media { align-self: stretch; }

.lb-home-hero-media img {
	height: 100% !important;
	min-height: 390px;
}

.lb-home-explore {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 34px;
	align-items: center;
}

.lb-home-explore-copy { grid-column: 1; }

.lb-home-explore-copy p + p {
	padding-top: 10px;
	border-top: 1px solid #EFE4D6;
}

.lb-home-explore > a {
	grid-column: 2;
	grid-row: 1;
	align-self: center;
	white-space: nowrap;
}

.lb-home-explore-proof {
	grid-column: 1 / -1;
	margin-top: 12px;
}

.lb-platform-proof-shell {
	grid-template-columns: minmax(330px, .92fr) minmax(480px, 1.08fr);
	gap: clamp(44px, 5vw, 70px);
}

.lb-platform-proof-copy h2 {
	max-width: 18ch;
	font-size: clamp(32px, 3.5vw, 43px);
}

.lb-home-card {
	box-shadow: 0 10px 28px rgba(31, 70, 133, .055);
}

.lb-home-swipe-hint { display: none; }

.lb-home-key-thought {
	padding: 4px 0 4px 20px;
	border-left: 4px solid #E3A857;
	font-family: Quicksand, sans-serif;
	font-weight: 650;
	color: #1F4685 !important;
}

.lb-home-outcome {
	padding: 20px 22px;
	border: 1px solid #CBDCF0;
	border-radius: 18px;
	background: #EAF3FD;
}

.lb-home-card-grid-3 .lb-home-card {
	border-top: 4px solid #E3A857 !important;
}

.lb-home-card-grid-3 .lb-home-card:nth-child(2) { border-top-color: #2E67C5 !important; }
.lb-home-card-grid-3 .lb-home-card:nth-child(3) { border-top-color: #55B2FC !important; }

.lb-home-card-grid-3 .lb-home-card > span { display: none !important; }

.lb-home-card-grid-6 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.lb-home-story-pair {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	align-items: stretch;
	margin-top: 34px;
	overflow: hidden;
	border: 1px solid #E4D8C8;
	border-radius: 26px;
	background: #FFFDF9;
	box-shadow: 0 16px 38px rgba(51, 48, 43, .07);
}

.lb-home-story-photo { margin: 0; overflow: hidden; }

.lb-home-story-photo img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 310px;
	object-fit: cover;
}

.lb-home-story-pair > p {
	display: flex;
	align-items: center;
	margin: 0 !important;
	padding: 38px;
	font-family: Quicksand, sans-serif;
	font-size: clamp(19px, 2vw, 24px) !important;
	font-weight: 650;
	line-height: 1.48 !important;
	color: #1F4685 !important;
}

.lb-home-steps {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.lb-home-steps .lb-home-card {
	position: relative;
	padding-top: 32px !important;
}

.lb-home-steps .lb-home-card::before {
	content: "";
	display: block;
	width: 48px;
	height: 4px;
	margin-bottom: 17px;
	border-radius: 999px;
	background: #2E67C5;
}

.lb-home-steps .lb-home-card:nth-child(2)::before { background: #55B2FC; }
.lb-home-steps .lb-home-card:nth-child(3)::before { background: #E3A857; }
.lb-home-steps .lb-home-card:nth-child(4)::before { background: #DB796A; }

.lb-home-final-shell { max-width: 980px !important; }

.lb-home-final-copy {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 16px;
	text-align: left;
}

.lb-home-final-copy p {
	margin: 0 !important;
	padding: 21px 22px;
	border: 1px solid #EFE4D6;
	border-radius: 18px;
	background: #FAF6F0;
}

.lb-home-final-demo {
	max-width: 760px;
	margin: 24px auto 0;
	padding: 18px 20px;
	border-left: 3px solid #E3A857;
	border-radius: 0 16px 16px 0;
	background: #EAF3FD;
	text-align: left;
}

.lb-home-media {
	background: #EAF3FD;
	isolation: isolate;
}

.lb-home-why .lb-home-media { transform: rotate(1deg); }
.lb-home-support .lb-home-media { transform: rotate(-1deg); }

@media (max-width: 960px) {
	.lb-home-hero-grid { grid-template-columns: 1fr !important; }
	.lb-home-hero-media { max-width: 760px; }
	.lb-platform-proof-shell { grid-template-columns: 1fr; }
	.lb-home-explore { grid-template-columns: 1fr; }
	.lb-home-explore-copy,
	.lb-home-explore > a { grid-column: 1; }
	.lb-home-explore > a { grid-row: auto; justify-self: start; }
	.lb-home-split { grid-template-columns: 1fr !important; }
	.lb-home-card-grid-6 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.lb-home-story-pair { grid-template-columns: 1fr; }
	.lb-home-story-photo img { min-height: 340px; aspect-ratio: 16 / 9; }
	.lb-home-steps { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.lb-home-why .lb-home-media,
	.lb-home-support .lb-home-media {
		width: min(720px, 100%);
		transform: none;
	}
	.lb-home-why .lb-home-media { margin-left: auto !important; }
	.lb-home-support .lb-home-media { margin-right: auto !important; }
}

@media (max-width: 960px) {
	.lb-core-hero-grid,
	.lb-core-split { grid-template-columns: 1fr; gap: 42px; }
	.lb-hero-platform .lb-core-hero-grid,
	.lb-hero-demo .lb-core-hero-grid,
	.lb-hero-giving .lb-core-hero-grid,
	.lb-hero-mobile .lb-core-hero-grid { grid-template-columns: 1fr; }
	.lb-core-split-reverse > :first-child,
	.lb-core-split-reverse > :last-child { order: initial; }
	.lb-core-screen-pair { min-height: 0; max-width: 760px; }
	.lb-core-hero-media { max-width: 760px; }
	.lb-hero-platform .lb-core-copy { max-width: 760px; }
	.lb-hero-demo .lb-core-copy { order: 1; }
	.lb-hero-demo .lb-core-screen-pair { order: 2; width: min(720px, 100%); transform: none; }
	.lb-hero-story .lb-core-hero-grid { min-height: 0; }
	.lb-hero-story .lb-core-copy { position: relative; top: auto; left: auto; width: min(720px, 100%); transform: none; }
	.lb-hero-story .lb-core-media { width: min(760px, 100%); margin: -20px 0 0 auto; }
	.lb-hero-story .lb-core-hero-media img { min-height: 460px; }
	.lb-hero-giving .lb-core-copy { max-width: 760px; }
	.lb-hero-giving .lb-core-media { width: min(560px, 88%); margin-inline: auto; }
	.lb-hero-mobile .lb-core-screen-pair { width: min(720px, 100%); min-height: 0; }
	.lb-core-image-cards,
	.lb-core-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.lb-core-feature-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.lb-core-close-grid { grid-template-columns: 1fr; gap: 24px; }
	.lb-donate-demo-grid { grid-template-columns: 1fr; gap: 34px; }
	.lb-site-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px 52px; }
	.lb-site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
	.lb-home-shell { padding-inline: 20px !important; }
	.lb-home-hero-shell { padding-block: 28px 46px !important; }
	.lb-home-hero-grid { gap: 24px !important; }
	.lb-home-hero-copy > p:first-child {
		margin-bottom: 10px !important;
		font-size: 16px !important;
		line-height: 1.4 !important;
	}
	.lb-home-hero h1 {
		max-width: 19ch !important;
		margin-bottom: 20px !important;
		font-size: clamp(36px, 10.4vw, 43px) !important;
		line-height: 1.06 !important;
		letter-spacing: -.025em !important;
	}
	.lb-home-hero-copy > p:not(:first-child) {
		font-size: 18px !important;
		line-height: 1.62 !important;
	}
	.lb-home-hero-copy > p:nth-of-type(2) { margin-bottom: 16px !important; }
	.lb-home-hero-copy > p:nth-of-type(3) {
		margin-bottom: 24px !important;
		padding: 15px 17px !important;
		font-size: 17px !important;
		line-height: 1.55 !important;
	}
	.lb-home-hero-media { border-radius: 20px !important; }
	.lb-home-hero-media img { min-height: 0; aspect-ratio: 4 / 3 !important; }
	.lb-home-explore {
		margin-top: 8px !important;
		padding: 26px 22px !important;
		border-radius: 20px !important;
	}
	.lb-home-explore h2 { margin-bottom: 12px !important; font-size: 23px !important; line-height: 1.2 !important; }
	.lb-home-explore p { font-size: 17.5px !important; line-height: 1.62 !important; }
	.lb-home-actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 10px !important;
	}
	.lb-home-actions a,
	.lb-home-explore > a {
		width: 100%;
		min-height: 52px;
		padding: 15px 20px !important;
		font-size: 17px !important;
		line-height: 1.25 !important;
		text-align: center;
	}
	.lb-home-section { padding-block: 54px !important; }
	.lb-home-split { gap: 32px !important; }
	.lb-home-section h2 {
		margin-bottom: 18px !important;
		font-size: clamp(30px, 8.5vw, 35px) !important;
		line-height: 1.12 !important;
		letter-spacing: -.02em !important;
	}
	.lb-home-section p {
		font-size: 18px !important;
		line-height: 1.65 !important;
	}
	.lb-home-intro { margin-bottom: 32px !important; }
	.lb-home-card-grid { gap: 16px !important; }
	.lb-home-card-grid-6,
	.lb-home-steps { grid-template-columns: 1fr !important; }
	.lb-home-swipe-hint {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: -12px 0 18px !important;
		padding: 12px 0;
		border-top: 1px solid #E3D6C5;
		border-bottom: 1px solid #E3D6C5;
		font-family: Quicksand, sans-serif;
		font-size: 15.5px !important;
		font-weight: 700;
		line-height: 1.35 !important;
		color: #1F4685 !important;
	}
	.lb-home-swipe-hint span { flex: 0 0 auto; font-size: 22px; color: #D08B2E; }
	.lb-home-trifecta .lb-home-card-grid-3,
	.lb-home-build .lb-home-card-grid-6,
	.lb-home-process .lb-home-steps {
		display: flex !important;
		gap: 14px !important;
		margin-inline: -20px;
		padding: 3px 20px 18px;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 20px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.lb-home-trifecta .lb-home-card-grid-3::-webkit-scrollbar,
	.lb-home-build .lb-home-card-grid-6::-webkit-scrollbar,
	.lb-home-process .lb-home-steps::-webkit-scrollbar { display: none; }
	.lb-home-trifecta .lb-home-card,
	.lb-home-build .lb-home-card,
	.lb-home-process .lb-home-card {
		flex: 0 0 86%;
		scroll-snap-align: start;
	}
	.lb-home-card {
		padding: 26px 22px !important;
		border-radius: 18px !important;
	}
	.lb-home-card h3 { margin-bottom: 12px !important; font-size: 21px !important; line-height: 1.24 !important; }
	.lb-home-card p { font-size: 17.5px !important; line-height: 1.62 !important; }
	.lb-home-media { border-radius: 20px !important; }
	.lb-home-media img { aspect-ratio: 4 / 3 !important; }
	.lb-home-trifecta > .lb-home-shell > p,
	.lb-home-process > .lb-home-shell > p { margin-top: 22px !important; }
	.lb-home-story-pair {
		margin-top: 24px;
		border-radius: 20px;
	}
	.lb-home-story-photo img { min-height: 0; aspect-ratio: 4 / 3; }
	.lb-home-story-pair > p { padding: 26px 22px; font-size: 20px !important; line-height: 1.52 !important; }
	.lb-home-key-thought { padding: 3px 0 3px 17px !important; font-size: 19px !important; line-height: 1.5 !important; }
	.lb-home-outcome { padding: 18px !important; }
	.lb-home-content ul {
		padding: 26px 22px !important;
		border-radius: 18px !important;
		gap: 15px !important;
	}
	.lb-home-content li { font-size: 17px !important; line-height: 1.5 !important; }
	.lb-home-process h2 { margin-bottom: 26px !important; }
	.lb-home-steps .lb-home-card > div { margin-bottom: 10px !important; }
	.lb-home-final .lb-home-final-shell { padding: 56px 20px !important; }
	.lb-home-final h2 {
		font-size: 32px !important;
		line-height: 1.12 !important;
	}
	.lb-home-final p { font-size: 17.5px !important; line-height: 1.62 !important; }
	.lb-home-final-copy { grid-template-columns: 1fr; gap: 12px; }
	.lb-home-final-copy p { padding: 18px !important; }
	.lb-home-final-demo { margin-top: 20px; padding: 16px 17px; }
	.lb-home-final .lb-home-actions { margin-inline: auto; max-width: 380px; }
	.lb-platform-proof { padding: 52px 0 48px; }
	.lb-platform-proof-shell { gap: 22px; }
	.lb-platform-proof-copy h2 { margin-bottom: 18px; font-size: clamp(32px, 9vw, 38px); line-height: 1.08; }
	.lb-platform-proof-copy > p:not(.lb-platform-proof-kicker) { margin-bottom: 24px; font-size: 18px; line-height: 1.62; color: #fffdf9; }
	.lb-platform-proof-copy > a { min-height: 44px; font-size: 17px; line-height: 1.35; }
	.lb-platform-proof-swipe {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		margin: 8px 0 0;
		padding-top: 22px;
		border-top: 1px solid rgba(255, 253, 249, .24);
		font-family: Quicksand, sans-serif;
		font-size: 16px;
		font-weight: 700;
		line-height: 1.35;
		color: #F1C478;
	}
	.lb-platform-proof-swipe span { font-size: 24px; }
	.lb-platform-proof-screens {
		display: flex;
		gap: 16px;
		margin-inline: -14px;
		padding: 8px 14px 22px;
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		scroll-padding-inline: 14px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.lb-platform-proof-screens::-webkit-scrollbar { display: none; }
	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:nth-child(2) {
		flex: 0 0 92%;
		height: min(112vw, 430px);
		min-height: 0;
		transform: none;
		scroll-snap-align: start;
	}
	.lb-platform-proof-screens img {
		width: 136%;
		height: 100%;
		min-height: 0;
		margin-left: -18%;
		object-fit: cover;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.lb-platform-proof-screens figcaption { font-size: 15px; color: #fffdf9; }
	.lb-core-shell,
	.lb-site-footer__shell { width: min(100% - 28px, 540px); }
	.lb-core-hero { padding: 56px 0 58px; }
	.lb-core h1 { font-size: clamp(38px, 11vw, 52px); }
	.lb-core-section { padding: 62px 0; }
	.lb-core-actions { align-items: stretch; }
	.lb-core-actions .lb-core-btn { width: 100%; }
	.lb-core-screen-pair { padding: 16px; gap: 8px; border-radius: 24px; }
	.lb-core-screen-pair img,
	.lb-core-screen-row img { border-radius: 13px; }
	.lb-core-image-cards,
	.lb-core-feature-grid,
	.lb-core-feature-grid-3,
	.lb-core-choice-grid { grid-template-columns: 1fr; }
	.lb-core-image-cards img { height: 220px; }
	.lb-core-feature-grid article { min-height: 0; }
	.lb-core-choice-grid article { min-height: 0; }
	.lb-core-hero.lb-hero-platform,
	.lb-core-hero.lb-hero-demo,
	.lb-core-hero.lb-hero-giving,
	.lb-core-hero.lb-hero-mobile { padding-block: 58px; }
	.lb-hero-platform .lb-core-screen-pair { min-height: 0; padding: 18px; }
	.lb-core-hero.lb-hero-process { padding-block: 56px 48px; background-size: 48px 100%, auto; }
	.lb-hero-process .lb-core-hero-grid { gap: 30px; text-align: left; }
	.lb-hero-process .lb-core-copy,
	.lb-hero-process h1,
	.lb-hero-process .lb-core-lead,
	.lb-hero-process .lb-core-note { margin-inline: 0; }
	.lb-hero-process .lb-core-actions { justify-content: flex-start; }
	.lb-hero-process .lb-core-screen-pair { padding: 14px; }
	.lb-core-hero.lb-hero-story { padding-block: 32px 52px; }
	.lb-hero-story .lb-core-copy { padding: 28px 22px; border-radius: 10px 26px 10px 26px; }
	.lb-hero-story .lb-core-media { width: calc(100% - 18px); margin-top: -8px; }
	.lb-hero-story .lb-core-hero-media img { min-height: 360px; }
	.lb-hero-story .lb-core-media figcaption { position: static; max-width: none; border-radius: 0; background: transparent; }
	.lb-core-hero.lb-hero-scope { padding-block: 56px 0; }
	.lb-hero-scope .lb-core-hero-grid { gap: 32px; }
	.lb-hero-scope .lb-core-hero-media { border-radius: 24px 24px 0 0; }
	.lb-hero-scope .lb-core-hero-media img { height: 270px; }
	.lb-hero-giving .lb-core-media { width: min(440px, 94%); }
	.lb-hero-giving .lb-core-hero-media img { min-height: 0; }
	.lb-hero-mobile .lb-core-screen-pair { padding: 28px 20px; border-radius: 90px 24px 90px 24px; }
	.lb-hero-mobile .lb-core-screen-pair img:first-child { transform: translate(5px,-12px) rotate(-2deg); }
	.lb-hero-mobile .lb-core-screen-pair img:last-child { transform: translate(-5px,12px) rotate(2deg); }
	.lb-core-close { padding: 44px 0; }
	.lb-core-close .lb-core-actions { align-items: flex-start; }
	.lb-core-close .lb-core-text-link { padding: 8px 2px; }
	.lb-focus-close,
	.lb-audience-close { padding: 44px 0; }
	[data-screen-label="CTA band"] > div[style*="position:relative"] { padding: 44px 20px !important; }
	[data-screen-label="Donate band"] > div[style*="position:relative"] { padding: 44px 20px !important; }
	.lb-site-footer { padding-top: 36px; }
	.lb-site-footer__grid { gap: 34px 28px; }
	.lb-site-footer__bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
	.lb-donate-panel { padding: 24px 18px; border-radius: 22px; }
}

@media (max-width: 420px) {
	.lb-home-shell { padding-inline: 16px !important; }
	.lb-home-hero-shell { padding-block: 20px 40px !important; }
	.lb-home-hero h1 { font-size: 34px !important; }
	.lb-home-section { padding-block: 46px !important; }
	.lb-home-trifecta .lb-home-card-grid-3,
	.lb-home-build .lb-home-card-grid-6,
	.lb-home-process .lb-home-steps {
		margin-inline: -16px;
		padding-inline: 16px;
		scroll-padding-inline: 16px;
	}
	.lb-home-final .lb-home-final-shell { padding: 42px 16px !important; }
	.lb-site-footer__grid { grid-template-columns: 1fr; }
	.lb-site-footer__brand { grid-column: auto; }
	.lb-site-footer__stores { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
	.lb-core-btn,
	.lb-core-text-link span { transition: none; }
}

/* ------------------------------------------------------------------ *
 * 13. Homepage editorial reset — product first, details on demand
 * ------------------------------------------------------------------ */

.lb-home-hero {
	background: linear-gradient(145deg, #fffdf9 0%, #f4f8fd 58%, #eaf3fd 100%) !important;
}

.lb-home-hero-shell {
	padding-top: 38px !important;
	padding-bottom: 54px !important;
}

.lb-home-hero-grid {
	grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr) !important;
	gap: clamp(34px, 4.5vw, 62px) !important;
}

.lb-home-hero-media {
	position: relative;
	min-height: 520px;
	border: 0 !important;
	border-radius: 34px !important;
	background: #1f4685 !important;
	box-shadow: 0 26px 60px rgba(31, 70, 133, .2) !important;
	isolation: isolate;
}

.lb-home-hero-media::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(20, 50, 99, .03) 28%, rgba(20, 50, 99, .82) 78%);
	pointer-events: none;
}

.lb-home-hero-media > .lb-home-hero-photo {
	position: absolute;
	inset: 0 auto 0 0;
	width: 72% !important;
	height: 100% !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	object-fit: cover !important;
	object-position: 56% center;
}

.lb-home-hero-screen {
	position: absolute;
	right: 3.5%;
	bottom: 0;
	z-index: 2;
	width: 58%;
	height: 93%;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.72);
	border-radius: 26px 26px 0 0;
	background: #eef4fb;
	box-shadow: 0 24px 46px rgba(8, 28, 61, .36);
}

.lb-home-hero-screen > img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.lb-home-hero-screen > p {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,.66);
	border-radius: 14px;
	background: rgba(31,70,133,.93);
	box-shadow: 0 8px 20px rgba(8,28,61,.22);
	font-family: Quicksand, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #fffdf9;
}

.lb-home-hero-screen > p span {
	font-size: 11px;
	font-weight: 650;
	text-align: right;
	color: #f1c478;
}

.lb-home-hero-mission {
	border-left-width: 4px;
	background: #fffdf9;
	box-shadow: 0 9px 24px rgba(31,70,133,.06);
}

.lb-platform-proof {
	padding: 70px 0 !important;
	background: linear-gradient(180deg, #eaf3fd 0%, #f7fafe 48%, #fffdf9 100%) !important;
	color: #1f4685;
}

.lb-platform-proof-shell {
	grid-template-columns: minmax(300px, .72fr) minmax(520px, 1.28fr);
	gap: clamp(34px, 4.5vw, 58px);
}

.lb-platform-proof-copy h2 { color: #1f4685; }

.lb-platform-proof-copy > p:not(.lb-platform-proof-kicker) {
	color: #45413b;
}

.lb-platform-proof-copy > a { color: #1f4685; }

.lb-platform-proof-copy > a span { color: #c77b20; }

.lb-platform-proof-screens {
	gap: 12px;
}

.lb-platform-proof-screens figure {
	border: 8px solid #1f4685;
	border-radius: 28px;
	background: #eef4fb;
	box-shadow: 0 18px 42px rgba(31,70,133,.2);
}

.lb-platform-proof-screens figcaption {
	background: #fffdf9;
	color: #1f4685;
}

.lb-home-explore-proof {
	margin-top: 26px;
	border-color: #e4d3ba !important;
	background: #fbf1df !important;
	box-shadow: none !important;
}

.lb-home-explore-copy > p {
	max-width: 58ch;
	font-size: 17px !important;
}

.lb-home-explore-details,
.lb-home-final-demo {
	margin-top: 14px;
}

.lb-home-explore-details summary,
.lb-home-final-demo summary,
.lb-home-card summary {
	position: relative;
	cursor: pointer;
	list-style: none;
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	color: #1f4685;
}

.lb-home-explore-details summary::-webkit-details-marker,
.lb-home-final-demo summary::-webkit-details-marker,
.lb-home-card summary::-webkit-details-marker { display: none; }

.lb-home-explore-details summary,
.lb-home-final-demo summary {
	padding: 10px 34px 10px 0;
	border-top: 1px solid #e4d3ba;
	font-size: 15.5px;
}

.lb-home-explore-details summary::after,
.lb-home-final-demo summary::after,
.lb-home-card summary::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #eaf3fd;
	font-size: 21px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	color: #1f4685;
	transform: translateY(-50%);
}

.lb-home-explore-details[open] summary::after,
.lb-home-final-demo[open] summary::after,
.lb-home-card[open] summary::after { content: "−"; }

.lb-home-explore-details > p:first-of-type,
.lb-home-final-demo > p:first-of-type { padding-top: 10px; }

.lb-home-intro {
	max-width: 660px !important;
}

.lb-home-trifecta-intro > span {
	display: block;
	position: relative;
	margin-top: 9px;
	padding-left: 22px;
	color: #33302b;
}

.lb-home-trifecta-intro > span::before {
	content: "";
	position: absolute;
	left: 2px;
	top: .68em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e3a857;
}

.lb-home-intro-note {
	padding: 14px 16px;
	border-left: 4px solid #e3a857;
	background: #f4f8fd;
	font-family: Quicksand, sans-serif;
	font-weight: 650;
	color: #1f4685 !important;
}

.lb-home-card summary {
	padding-right: 40px;
}

.lb-home-card summary h3 {
	margin: 0 !important;
}

.lb-home-card summary::after {
	top: 2px;
	transform: none;
}

.lb-home-card > p {
	padding-top: 16px;
}

.lb-home-trifecta .lb-home-card-grid-3 {
	grid-template-columns: 1fr !important;
	max-width: 920px;
	gap: 12px !important;
}

.lb-home-trifecta .lb-home-card {
	padding: 22px 24px !important;
	border-top-width: 1px !important;
	border-left: 5px solid #e3a857 !important;
	border-radius: 16px !important;
	box-shadow: none;
}

.lb-home-trifecta .lb-home-card:nth-child(2) { border-left-color: #2e67c5 !important; }
.lb-home-trifecta .lb-home-card:nth-child(3) { border-left-color: #55b2fc !important; }

.lb-home-trifecta .lb-home-card summary h3 {
	font-size: 21px !important;
}

.lb-home-build .lb-home-card-grid-6 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
}

.lb-home-build .lb-home-card {
	padding: 22px 24px !important;
	border-radius: 16px !important;
	background: #fffdf9 !important;
	box-shadow: none;
}

.lb-home-build .lb-home-card[open] {
	border-color: #b8cfea !important;
	background: #f4f8fd !important;
}

.lb-home-story-pair {
	margin-top: 28px;
	border: 0;
	border-radius: 30px;
	background: #1f4685;
	box-shadow: none;
}

.lb-home-story-pair > p {
	color: #fffdf9 !important;
}

.lb-home-process .lb-home-steps {
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0 !important;
	border-top: 2px solid #cbdcf0;
}

.lb-home-process .lb-home-card {
	padding: 26px 24px 8px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none;
}

.lb-home-process .lb-home-card::before {
	width: 14px;
	height: 14px;
	margin-top: -34px;
	margin-bottom: 20px;
	border: 4px solid #faf6f0;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #2e67c5;
}

.lb-home-final {
	background: linear-gradient(145deg, #fffdf9, #f5f8fc) !important;
}

.lb-home-final-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
	gap: 24px 50px;
	max-width: 1120px !important;
	text-align: left !important;
}

.lb-home-final-shell > h2,
.lb-home-final-shell > .lb-home-final-copy,
.lb-home-final-shell > p {
	grid-column: 1;
}

.lb-home-final-copy {
	display: block;
	margin: 0;
}

.lb-home-final-copy p {
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.lb-home-final-shell > .lb-home-actions {
	grid-column: 2;
	grid-row: 1 / 4;
	display: flex !important;
	align-content: center;
	align-items: stretch;
	justify-content: center !important;
	flex-direction: column;
	padding: 28px;
	border: 1px solid #d7e3f2;
	border-radius: 24px;
	background: #fffdf9;
	box-shadow: 0 16px 38px rgba(31,70,133,.08);
}

.lb-home-final-shell > .lb-home-actions a {
	width: 100%;
	text-align: center;
}

.lb-home-final-shell > .lb-home-actions a:last-child {
	border: 0 !important;
	padding-block: 8px !important;
}

.lb-home-final-demo {
	grid-column: 2;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

@media (max-width: 960px) {
	.lb-home-hero-grid { grid-template-columns: 1fr !important; }
	.lb-home-hero-media { width: 100%; max-width: 760px; }
	.lb-platform-proof-shell { grid-template-columns: 1fr; }
	.lb-home-final-shell { grid-template-columns: 1fr; }
	.lb-home-final-shell > h2,
	.lb-home-final-shell > .lb-home-final-copy,
	.lb-home-final-shell > p,
	.lb-home-final-shell > .lb-home-actions,
	.lb-home-final-demo { grid-column: 1; grid-row: auto; }
}

@media (max-width: 680px) {
	.lb-home-hero-shell { padding-block: 14px 36px !important; }
	.lb-home-hero-copy { display: contents; }
	.lb-home-hero-copy > p:first-child { order: 1; }
	.lb-home-hero-copy > h1 { order: 2; }
	.lb-home-hero-copy > .lb-home-hero-lead { order: 3; }
	.lb-home-hero-media { order: 4; min-height: 390px; }
	.lb-home-hero-copy > .lb-home-hero-mission { order: 5; }
	.lb-home-hero-copy > .lb-home-actions { order: 6; }
	.lb-home-hero-grid { gap: 18px !important; }
	.lb-home-hero h1 { margin-bottom: 6px !important; }
	.lb-home-hero-media::after {
		background: linear-gradient(90deg, rgba(20,50,99,.04) 15%, rgba(20,50,99,.8) 82%);
	}
	.lb-home-hero-media > .lb-home-hero-photo { width: 72% !important; }
	.lb-home-hero-screen { right: 2%; width: 67%; height: 94%; }
	.lb-home-hero-screen > p { left: 10px; right: 10px; bottom: 10px; }
	.lb-home-hero-mission { margin: 2px 0 4px !important; }
	.lb-platform-proof { padding: 46px 0 44px !important; }
	.lb-platform-proof-copy > p:not(.lb-platform-proof-kicker) { color: #45413b !important; }
	.lb-platform-proof-copy > a { color: #1f4685; }
	.lb-platform-proof-swipe {
		color: #1f4685;
		border-top-color: #cbdcf0;
	}
	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:nth-child(2) {
		flex-basis: 88%;
		height: min(106vw, 410px);
		border-width: 6px;
	}
	.lb-platform-proof-screens figcaption { color: #1f4685; }
	.lb-home-explore {
		padding: 22px 20px !important;
	}
	.lb-home-explore > a { margin-top: 4px; }
	.lb-home-explore-details summary { font-size: 15.5px !important; }
	.lb-home-explore-details p { font-size: 16.5px !important; }
	.lb-home-trifecta .lb-home-card-grid-3,
	.lb-home-build .lb-home-card-grid-6,
	.lb-home-process .lb-home-steps {
		display: grid !important;
		margin-inline: 0;
		padding: 0;
		overflow: visible;
	}
	.lb-home-trifecta .lb-home-card,
	.lb-home-build .lb-home-card,
	.lb-home-process .lb-home-card {
		width: auto;
		min-width: 0;
	}
	.lb-home-trifecta .lb-home-card-grid-3,
	.lb-home-build .lb-home-card-grid-6 { grid-template-columns: 1fr !important; }
	.lb-home-trifecta .lb-home-card,
	.lb-home-build .lb-home-card { padding: 19px 18px !important; }
	.lb-home-card summary h3 { padding-right: 2px; font-size: 19px !important; line-height: 1.28 !important; }
	.lb-home-card > p { padding-top: 13px; font-size: 16.5px !important; line-height: 1.58 !important; }
	.lb-home-story-pair > p { font-size: 19px !important; }
	.lb-home-process .lb-home-steps {
		grid-template-columns: 1fr !important;
		gap: 0 !important;
		border-top: 0;
		border-left: 2px solid #cbdcf0;
	}
	.lb-home-process .lb-home-card {
		padding: 0 0 24px 26px !important;
	}
	.lb-home-process .lb-home-card::before {
		position: absolute;
		left: -8px;
		width: 14px;
		height: 14px;
		margin: 3px 0 0;
	}
	.lb-home-final .lb-home-final-shell {
		padding-block: 46px !important;
		gap: 18px;
	}
	.lb-home-final-shell > .lb-home-actions { padding: 20px; }
	.lb-home-final-demo { margin-top: 0; padding: 0; }
}

@media (max-width: 420px) {
	.lb-home-hero-media { min-height: 350px; border-radius: 24px !important; }
	.lb-home-hero-screen { width: 70%; }
	.lb-home-hero-screen > p span { display: none; }
	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:nth-child(2) { flex-basis: 92%; }
}

/* ------------------------------------------------------------------ *
 * 14. Client refinement — separated imagery and full-screen navigation
 * ------------------------------------------------------------------ */

/* Keep the human moment and the actual product screen visually connected,
 * but never stack one on top of the other. Each remains fully selectable and
 * readable as its own image. */
.lb-home-hero-media {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	gap: 12px;
	min-height: 520px;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.lb-home-hero-media::after { display: none; }

.lb-home-hero-media > .lb-home-hero-photo {
	position: static;
	inset: auto;
	width: 100% !important;
	height: 520px !important;
	min-height: 0 !important;
	aspect-ratio: auto !important;
	border-radius: 28px;
	object-fit: cover !important;
	object-position: 54% center;
	box-shadow: 0 14px 34px rgba(31, 70, 133, .12);
}

.lb-home-hero-screen {
	position: static;
	inset: auto;
	z-index: auto;
	width: auto;
	height: 520px;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	overflow: hidden;
	border: 1px solid #cbdcf0;
	border-radius: 28px;
	background: #eef4fb;
	box-shadow: 0 14px 34px rgba(31, 70, 133, .12);
}

.lb-home-hero-screen > img {
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: cover;
}

.lb-home-hero-screen > p {
	position: static;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0;
	padding: 12px 14px;
	border: 0;
	border-top: 1px solid #d8e3f1;
	border-radius: 0;
	background: #fffdf9;
	box-shadow: none;
	font-family: Quicksand, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #1f4685;
}

.lb-home-hero-screen > p span {
	font-size: 11px;
	font-weight: 650;
	text-align: right;
	color: #8b5a1f;
}

/* App screens should feel like product proof, not framed posters. */
.lb-platform-proof-screens figure,
.lb-platform-proof-screens figure:nth-child(2) {
	border: 1px solid #cbdcf0;
	border-radius: 22px;
	box-shadow: 0 12px 28px rgba(31, 70, 133, .13);
}

@keyframes lb-mobile-panel-in {
	from { transform: translateX(100%); }
	to { transform: translateX(0); }
}

@media (max-width: 1120px) {
	body.lb-mobile-menu-open { overflow: hidden; }

	.lb-mobile-menu { position: static; }

	.lb-mobile-menu summary {
		position: relative;
		z-index: 1002;
	}

	.lb-mobile-menu nav {
		position: fixed;
		inset: 0;
		z-index: 1001;
		width: 100vw;
		height: 100vh;
		height: 100dvh;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		overflow-y: auto;
		padding: calc(94px + env(safe-area-inset-top)) max(24px, calc((100vw - 720px) / 2)) calc(28px + env(safe-area-inset-bottom));
		border: 0;
		border-radius: 0;
		background: linear-gradient(150deg, #fffdf9 0%, #f5f9fe 62%, #eaf3fd 100%);
		box-shadow: none;
		animation: lb-mobile-panel-in 280ms cubic-bezier(.22, .76, .2, 1) both;
	}

	.lb-mobile-menu nav::before {
		display: none;
	}

	.lb-mobile-menu nav > a {
		display: block;
		padding: 12px 0;
		border: 0;
		border-bottom: 1px solid #dce6f2;
		font-family: Quicksand, sans-serif;
		font-size: clamp(20px, 5.5vw, 30px);
		font-weight: 700;
		line-height: 1.18;
		letter-spacing: -.01em;
		color: #1f4685;
	}

	.lb-mobile-menu nav > a.lb-mobile-demo,
	.lb-mobile-menu nav > a.lb-mobile-conversation {
		margin-top: 16px;
		padding: 14px 20px;
		border-radius: 999px;
		font-size: 17px;
		text-align: center;
	}

	.lb-mobile-menu nav > a.lb-mobile-demo {
		border: 1px solid #8eafe0;
		background: #fffdf9;
	}

	.lb-mobile-menu nav > a.lb-mobile-conversation {
		margin-top: 10px;
		border: 1px solid #2e67c5;
		background: #2e67c5;
		color: #fffdf9;
	}
}

@media (max-width: 680px) {
	.lb-home-hero-media {
		grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
		gap: 8px;
		height: 390px;
		min-height: 0;
		border-radius: 0 !important;
	}

	.lb-home-hero-media > .lb-home-hero-photo,
	.lb-home-hero-screen {
		width: 100% !important;
		height: 390px !important;
		border-radius: 20px;
	}

	.lb-home-hero-screen > p { padding: 10px; }

	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:nth-child(2) { border-width: 1px; }
}

@media (max-width: 420px) {
	.lb-home-hero-media { height: 350px; min-height: 0; border-radius: 0 !important; }
	.lb-home-hero-media > .lb-home-hero-photo,
	.lb-home-hero-screen { height: 350px !important; }
	.lb-home-hero-screen { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	.lb-mobile-menu nav { animation-duration: 1ms; }
}

/* ------------------------------------------------------------------ *
 * 15. Homepage composition reset — human first, product unmistakable
 * ------------------------------------------------------------------ */

.lb-home-hero {
	background: #fffdf9 !important;
	border-bottom: 0 !important;
}

.lb-home-hero-shell {
	max-width: 1240px !important;
	padding: 72px 32px 96px !important;
}

.lb-home-hero-grid {
	grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr) !important;
	gap: clamp(54px, 7vw, 100px) !important;
	align-items: center !important;
}

.lb-home-hero-copy > p:first-child {
	margin-bottom: 22px !important;
	font-size: 18px !important;
	line-height: 1.35 !important;
	color: #2e67c5 !important;
}

.lb-home-hero h1 {
	max-width: 15ch !important;
	margin-bottom: 24px !important;
	font-size: clamp(48px, 5.6vw, 72px) !important;
	line-height: 1.02 !important;
	letter-spacing: -.045em !important;
}

.lb-home-hero-lead {
	max-width: 54ch !important;
	font-size: 20px !important;
	line-height: 1.55 !important;
}

.lb-home-hero-mission {
	max-width: 54ch !important;
	margin: 24px 0 30px !important;
	padding: 23px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid #d9e3ef !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 17px !important;
	color: #58534c !important;
}

.lb-home-hero .lb-home-actions {
	display: flex !important;
	align-items: center;
	gap: 12px !important;
}

.lb-home-hero .lb-home-actions a {
	margin: 0 !important;
	box-shadow: none !important;
}

.lb-home-hero-media {
	display: block;
	min-height: 0;
	overflow: hidden !important;
	border: 0 !important;
	border-radius: 240px 240px 28px 28px !important;
	background: #eaf3fd !important;
	box-shadow: none !important;
}

.lb-home-hero-media > .lb-home-hero-photo {
	position: static;
	width: 100% !important;
	height: clamp(500px, 49vw, 640px) !important;
	min-height: 0 !important;
	border-radius: 0;
	object-fit: cover !important;
	object-position: 54% center;
	box-shadow: none;
}

/* The product is presented as one decisive stage instead of a collection of
 * small cards scattered through the page. */
.lb-platform-proof {
	padding: 100px 0 88px !important;
	background: #173d78 !important;
	color: #fffdf9 !important;
}

.lb-platform-proof-shell {
	width: min(100% - 64px, 1220px) !important;
	grid-template-columns: minmax(280px, .62fr) minmax(620px, 1.38fr) !important;
	gap: 44px 64px !important;
	align-items: center;
}

.lb-platform-proof-copy h2 {
	max-width: 11ch !important;
	font-size: clamp(42px, 4.6vw, 58px) !important;
	line-height: 1.04 !important;
	letter-spacing: -.035em !important;
	color: #fffdf9 !important;
}

.lb-platform-proof-copy > p:not(.lb-platform-proof-kicker) {
	font-size: 18px !important;
	line-height: 1.62 !important;
	color: rgba(255, 253, 249, .82) !important;
}

.lb-platform-proof-copy > a { color: #fffdf9 !important; }
.lb-platform-proof-copy > a span { color: #f1c478 !important; }

.lb-platform-proof-screens {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: none;
	gap: 14px;
	align-items: stretch;
}

.lb-platform-proof-screens figure,
.lb-platform-proof-screens figure:first-child,
.lb-platform-proof-screens figure:nth-child(2) {
	grid-row: auto;
	min-height: 520px;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	overflow: hidden;
	border: 0 !important;
	border-radius: 24px;
	background: #f1f5fb;
	box-shadow: 0 26px 55px rgba(7, 26, 55, .28);
	transform: none;
}

.lb-platform-proof-screens img {
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 0;
	margin: 0;
	object-fit: cover;
}

.lb-platform-proof-screens figcaption {
	position: static;
	margin: 0;
	padding: 13px 15px;
	border: 0;
	border-radius: 0;
	background: #fffdf9;
	box-shadow: none;
	font-size: 13px;
	letter-spacing: .02em;
	color: #1f4685;
}

.lb-home-explore-proof {
	grid-column: 1 / -1;
	margin: 12px 0 0 !important;
	padding: 34px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid rgba(255, 253, 249, .2) !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.lb-home-explore-copy h2,
.lb-home-explore-details summary { color: #fffdf9 !important; }

.lb-home-explore-copy > p,
.lb-home-explore-details p { color: rgba(255, 253, 249, .78) !important; }

.lb-home-explore-details summary { border-top-color: rgba(255, 253, 249, .2); }

.lb-home-explore-details summary::after {
	background: rgba(255, 253, 249, .12);
	color: #fffdf9;
}

.lb-home-explore-proof > a {
	background: #fffdf9 !important;
	color: #1f4685 !important;
}

/* Editorial chapters replace the previous stack of matching rounded boxes. */
.lb-home-section {
	border-bottom: 0 !important;
}

.lb-home-section .lb-home-shell {
	max-width: 1180px !important;
}

.lb-home-section h2 {
	font-size: clamp(40px, 4.6vw, 56px) !important;
	line-height: 1.08 !important;
	letter-spacing: -.035em !important;
}

.lb-home-why {
	padding: 112px 0 !important;
	background: #fffdf9 !important;
}

.lb-home-why .lb-home-split {
	grid-template-columns: minmax(0, .78fr) minmax(440px, 1.22fr) !important;
	gap: clamp(60px, 8vw, 108px) !important;
}

.lb-home-why .lb-home-media {
	border-radius: 18px 120px 18px 18px !important;
	box-shadow: none !important;
}

.lb-home-why .lb-home-media img { min-height: 520px; }

.lb-home-key-thought {
	margin: 30px 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 25px !important;
	line-height: 1.42 !important;
}

.lb-home-outcome {
	padding: 24px 0 0 !important;
	border: 0 !important;
	border-top: 1px solid #d9e3ef !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.lb-home-trifecta {
	padding: 104px 0 112px !important;
	background: #eef5fc !important;
}

.lb-home-trifecta .lb-home-intro {
	max-width: none !important;
	display: grid;
	grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 48px !important;
}

.lb-home-trifecta .lb-home-intro h2 { margin: 0 !important; }

.lb-home-trifecta-intro { font-size: 20px !important; }

.lb-home-trifecta-intro > span {
	display: inline;
	margin: 0;
	padding: 0;
	color: inherit;
}

.lb-home-trifecta-intro > span::before { display: none; }

.lb-home-trifecta .lb-home-card-grid-3 {
	max-width: none;
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 16px !important;
}

.lb-home-trifecta .lb-home-card {
	min-height: 270px;
	padding: 34px 32px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #fffdf9 !important;
	box-shadow: none !important;
}

.lb-home-trifecta .lb-home-card:nth-child(2) { background: #dceafb !important; }
.lb-home-trifecta .lb-home-card:nth-child(3) { background: #fbedd7 !important; }

.lb-home-trifecta .lb-home-card summary {
	pointer-events: none;
	cursor: default;
}

.lb-home-trifecta .lb-home-card summary::after { display: none; }

.lb-home-trifecta .lb-home-card:not([open]) > p { display: block !important; }

.lb-home-trifecta .lb-home-card > p {
	display: block !important;
	padding-top: 18px;
	font-size: 17px !important;
}

.lb-home-story-pair {
	margin-top: 60px;
	border-radius: 18px;
	background: #1f4685;
}

.lb-home-story-photo { min-height: 460px; }

.lb-home-story-pair > p {
	padding: clamp(38px, 5vw, 68px) !important;
	font-size: clamp(24px, 2.5vw, 32px) !important;
	line-height: 1.35 !important;
}

.lb-home-build {
	padding: 112px 0 120px !important;
	background: #fffdf9 !important;
}

.lb-home-build .lb-home-intro {
	max-width: 940px !important;
	display: grid;
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
	gap: 64px;
	margin-bottom: 52px !important;
}

.lb-home-build .lb-home-intro h2 { grid-row: 1 / 3; margin: 0 !important; }

.lb-home-intro-note {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 18px !important;
}

.lb-home-build .lb-home-card-grid-6 {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0 34px !important;
}

.lb-home-build .lb-home-card,
.lb-home-build .lb-home-card[open] {
	padding: 24px 0 !important;
	border: 0 !important;
	border-top: 1px solid #cedbe9 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.lb-home-build .lb-home-card summary h3 { font-size: 20px !important; }

.lb-home-support {
	padding: 0 0 64px !important;
	background: #fffdf9 !important;
}

.lb-home-support .lb-home-split {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: minmax(0, 56vw) minmax(390px, 1fr) !important;
	gap: 0 !important;
	padding: 0 !important;
	align-items: stretch !important;
}

.lb-home-support .lb-home-media {
	height: 100%;
	min-height: 540px;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.lb-home-support .lb-home-media img {
	height: 100% !important;
	min-height: 540px;
	object-position: center 38%;
}

.lb-home-support .lb-home-copy {
	position: relative;
	z-index: 2;
	min-height: 540px;
	margin-left: -88px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(48px, 5vw, 76px) clamp(44px, 6vw, 92px) clamp(48px, 5vw, 76px) clamp(54px, 6.5vw, 104px);
	border-radius: 24px 0 0 24px;
	background: #1f4685;
}

.lb-home-support .lb-home-copy h2,
.lb-home-support .lb-home-copy p { color: #fffdf9 !important; }

.lb-home-support .lb-home-copy h2 { font-size: clamp(34px, 3.6vw, 46px) !important; }

.lb-home-support .lb-home-actions a {
	align-self: flex-start;
	background: #fffdf9 !important;
	box-shadow: none !important;
	color: #1f4685 !important;
}

.lb-home-content {
	padding: 92px 0 104px !important;
	background: #14376f !important;
}

.lb-home-content h2,
.lb-home-content p,
.lb-home-content li { color: #fffdf9 !important; }

.lb-home-content ul {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.lb-home-content li {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 253, 249, .18);
	font-size: 18px !important;
}

.lb-home-process {
	padding: 112px 0 !important;
	background: #fffdf9 !important;
}

.lb-home-process .lb-home-steps {
	border-top-color: #9fb8d7;
}

.lb-home-process .lb-home-card {
	padding-right: 32px !important;
}

.lb-home-process .lb-home-card::before { border-color: #fffdf9; }

.lb-home-final {
	border: 0 !important;
	background: #f4f8fd !important;
}

.lb-home-final-shell {
	display: block;
	max-width: 1100px !important;
	padding: 104px 32px !important;
	text-align: center !important;
}

.lb-home-final-shell > h2 { font-size: clamp(42px, 4vw, 56px) !important; }

.lb-home-final-copy {
	display: flex !important;
	flex-direction: column;
	gap: 8px;
	max-width: 780px;
	margin: 24px auto 0 !important;
	text-align: center !important;
}

.lb-home-final-copy p {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
}

.lb-home-final-shell > p {
	max-width: 720px;
	margin: 28px auto 34px !important;
	text-align: center !important;
}

.lb-home-final-shell > .lb-home-actions {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: center !important;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.lb-home-final-shell > .lb-home-actions a { width: auto; }

.lb-home-final-demo {
	max-width: 660px;
	margin: 28px auto 0;
	text-align: center;
}

.lb-home-final-demo summary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 44px 10px 18px;
	border: 1px solid #d7e3f2;
	border-radius: 999px;
	background: #fffdf9;
	text-align: center;
}

.lb-home-final-demo summary::after { right: 9px; }

.lb-home-final-demo > p { margin-inline: auto !important; text-align: center; }

@media (max-width: 960px) {
	.lb-home-support { padding-bottom: 0 !important; }

	.lb-home-support .lb-home-split {
		grid-template-columns: 1fr !important;
	}

	.lb-home-support .lb-home-media {
		height: 360px;
		min-height: 0;
	}

	.lb-home-support .lb-home-media img {
		height: 360px !important;
		min-height: 0;
	}

	.lb-home-support .lb-home-copy {
		min-height: 0;
		margin-left: 0;
		padding: 48px clamp(24px, 7vw, 64px);
		border-radius: 0;
	}
}

@media (max-width: 1000px) {
	.lb-home-hero-grid,
	.lb-platform-proof-shell,
	.lb-home-why .lb-home-split { grid-template-columns: 1fr !important; }

	.lb-home-hero-media { max-width: none; }
	.lb-platform-proof-copy h2 { max-width: 16ch !important; }
	.lb-home-why .lb-home-copy { max-width: 720px; }
	.lb-home-why .lb-home-media img { min-height: 0; }
}

@media (max-width: 760px) {
	.lb-home-hero-shell { padding: 34px 18px 64px !important; }
	.lb-home-hero-grid { gap: 28px !important; }
	.lb-home-hero-copy { display: contents !important; }
	.lb-home-hero-copy > p:first-child { order: 1; }
	.lb-home-hero-copy > h1 { order: 2; }
	.lb-home-hero-copy > .lb-home-hero-lead { order: 3; }
	.lb-home-hero-media { order: 4; border-radius: 170px 170px 18px 18px !important; }
	.lb-home-hero-copy > .lb-home-hero-mission { order: 5; }
	.lb-home-hero-copy > .lb-home-actions { order: 6; }
	.lb-home-hero h1 { font-size: clamp(40px, 12vw, 54px) !important; }
	.lb-home-hero-media > .lb-home-hero-photo { height: 360px !important; }
	.lb-home-hero .lb-home-actions { align-items: stretch; flex-direction: column; }
	.lb-home-hero .lb-home-actions a { width: 100%; text-align: center; }

	.lb-platform-proof { padding: 72px 0 68px !important; }
	.lb-platform-proof-shell { width: min(100% - 36px, 620px) !important; gap: 34px !important; }
	.lb-platform-proof-copy h2 { font-size: clamp(38px, 11vw, 50px) !important; }
	.lb-platform-proof-swipe { display: block; margin: -6px 0 -16px; color: rgba(255,253,249,.72); }
	.lb-platform-proof-screens {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding: 16px 2px 24px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.lb-platform-proof-screens::-webkit-scrollbar { display: none; }
	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:first-child,
	.lb-platform-proof-screens figure:nth-child(2) {
		flex: 0 0 86%;
		height: 520px;
		min-height: 0;
		scroll-snap-align: center;
	}
	.lb-platform-proof-screens figcaption { color: #1f4685; }
	.lb-home-explore-proof { display: block !important; }
	.lb-home-explore-proof > a { width: 100%; margin-top: 22px; text-align: center; }

	.lb-home-section h2 { font-size: clamp(36px, 10.5vw, 48px) !important; }
	.lb-home-why,
	.lb-home-trifecta,
	.lb-home-build,
	.lb-home-content,
	.lb-home-process { padding: 76px 0 !important; }
	.lb-home-section .lb-home-shell { padding-inline: 18px !important; }
	.lb-home-why .lb-home-split { gap: 40px !important; }
	.lb-home-why .lb-home-media { border-radius: 14px 80px 14px 14px !important; }
	.lb-home-key-thought { font-size: 22px !important; }

	.lb-home-trifecta .lb-home-intro,
	.lb-home-build .lb-home-intro {
		display: block;
		margin-bottom: 38px !important;
	}
	.lb-home-trifecta .lb-home-intro h2,
	.lb-home-build .lb-home-intro h2 { margin-bottom: 20px !important; }
	.lb-home-trifecta .lb-home-card-grid-3 {
		display: flex !important;
		gap: 12px !important;
		overflow-x: auto;
		padding: 2px 0 20px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.lb-home-trifecta .lb-home-card-grid-3::-webkit-scrollbar { display: none; }
	.lb-home-trifecta .lb-home-card {
		flex: 0 0 86%;
		min-height: 310px;
		scroll-snap-align: center;
	}
	.lb-home-story-pair { margin-top: 36px; grid-template-columns: 1fr; }
	.lb-home-story-photo { min-height: 290px; }
	.lb-home-story-pair > p { padding: 30px 26px !important; }

	.lb-home-build .lb-home-card-grid-6 { grid-template-columns: 1fr !important; }
	.lb-home-support .lb-home-split { grid-template-columns: 1fr !important; padding-inline: 18px !important; }
	.lb-home-support .lb-home-media,
	.lb-home-support .lb-home-copy { min-height: 0; border-radius: 16px 16px 0 0 !important; }
	.lb-home-support .lb-home-media img { min-height: 300px; }
	.lb-home-support .lb-home-copy { padding: 40px 26px; border-radius: 0 0 16px 16px !important; }
	.lb-home-content .lb-home-split { grid-template-columns: 1fr !important; gap: 38px !important; }

	.lb-home-process .lb-home-steps {
		display: flex !important;
		gap: 12px !important;
		overflow-x: auto;
		padding: 4px 0 22px;
		border: 0;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}
	.lb-home-process .lb-home-steps::-webkit-scrollbar { display: none; }
	.lb-home-process .lb-home-card {
		flex: 0 0 82%;
		min-height: 210px;
		padding: 28px !important;
		border-radius: 10px !important;
		background: #eef5fc !important;
		scroll-snap-align: center;
	}
	.lb-home-process .lb-home-card::before { display: none; }

	.lb-home-final-shell { padding: 76px 18px !important; }
	.lb-home-final-shell > h2 { font-size: clamp(40px, 11vw, 52px) !important; }
	.lb-home-final-shell > .lb-home-actions { flex-direction: column; }
	.lb-home-final-shell > .lb-home-actions a { width: 100%; }

	.lb-mobile-menu nav::before { display: none; }
}

@media (max-width: 420px) {
	.lb-home-hero-media > .lb-home-hero-photo { height: 320px !important; }
	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:first-child,
	.lb-platform-proof-screens figure:nth-child(2) { height: 480px; }
}

/* 16. Mobile rhythm — less empty runway, stronger section handoffs. */
@media (max-width: 760px) {
	.lb-home-hero-shell {
		padding: 24px 18px 46px !important;
	}

	.lb-home-hero-grid {
		gap: 20px !important;
	}

	.lb-home-hero-copy > p:first-child {
		margin-bottom: 4px !important;
		font-size: 15px !important;
		line-height: 1.4 !important;
	}

	.lb-home-hero h1 {
		margin-bottom: 14px !important;
		font-size: clamp(38px, 10.7vw, 48px) !important;
		line-height: 1.05 !important;
	}

	.lb-home-hero-lead {
		margin-bottom: 0 !important;
		font-size: 18px !important;
		line-height: 1.52 !important;
	}

	.lb-home-hero-media {
		border-radius: 150px 150px 14px 14px !important;
	}

	.lb-home-hero-media > .lb-home-hero-photo {
		height: 300px !important;
	}

	.lb-home-hero-mission {
		margin-bottom: 18px !important;
		padding-top: 18px !important;
		font-size: 17px !important;
		line-height: 1.52 !important;
	}

	.lb-home-hero .lb-home-actions {
		gap: 10px !important;
	}

	.lb-home-hero .lb-home-actions a {
		padding-block: 13px !important;
	}

	.lb-platform-proof {
		padding: 54px 0 50px !important;
	}

	.lb-platform-proof-shell {
		gap: 24px !important;
	}

	.lb-platform-proof-copy h2 {
		font-size: clamp(34px, 9.8vw, 43px) !important;
		line-height: 1.06 !important;
	}

	.lb-platform-proof-copy p {
		margin-top: 18px !important;
		font-size: 17px !important;
		line-height: 1.52 !important;
	}

	.lb-platform-proof-swipe {
		margin: 0 0 -10px !important;
	}

	.lb-platform-proof-screens {
		padding: 10px 2px 14px !important;
	}

	.lb-platform-proof-screens figure,
	.lb-platform-proof-screens figure:first-child,
	.lb-platform-proof-screens figure:nth-child(2) {
		height: 460px !important;
	}

	.lb-home-explore-proof {
		margin-top: 2px !important;
		padding-top: 24px !important;
	}

	.lb-home-explore-proof > a {
		margin-top: 16px !important;
	}

	.lb-home-section h2 {
		font-size: clamp(33px, 9vw, 40px) !important;
		line-height: 1.08 !important;
	}

	.lb-home-why,
	.lb-home-trifecta,
	.lb-home-build,
	.lb-home-content,
	.lb-home-process {
		padding: 54px 0 !important;
	}

	.lb-home-section .lb-home-shell {
		padding-inline: 18px !important;
	}

	.lb-home-why .lb-home-split {
		gap: 28px !important;
	}

	.lb-home-why .lb-home-copy h2 {
		margin-bottom: 16px !important;
	}

	.lb-home-key-thought {
		margin: 20px 0 !important;
		font-size: 21px !important;
		line-height: 1.38 !important;
	}

	.lb-home-outcome {
		padding-top: 18px !important;
	}

	.lb-home-trifecta .lb-home-intro,
	.lb-home-build .lb-home-intro {
		margin-bottom: 28px !important;
	}

	.lb-home-trifecta .lb-home-intro h2,
	.lb-home-build .lb-home-intro h2 {
		margin-bottom: 14px !important;
	}

	.lb-home-trifecta-intro,
	.lb-home-build .lb-home-intro > p {
		font-size: 17px !important;
		line-height: 1.5 !important;
	}

	.lb-home-trifecta .lb-home-card {
		min-height: 300px;
		padding: 28px 24px !important;
	}

	.lb-home-trifecta .lb-home-card > p {
		padding-top: 12px !important;
		font-size: 16px !important;
		line-height: 1.5 !important;
	}

	.lb-home-story-pair {
		margin-top: 26px;
		border-radius: 14px;
	}

	.lb-home-story-photo {
		min-height: 220px;
	}

	.lb-home-story-photo img {
		height: 220px;
		object-fit: cover;
	}

	.lb-home-story-pair > p {
		padding: 24px 22px !important;
		font-size: 21px !important;
		line-height: 1.42 !important;
	}

	.lb-home-build .lb-home-card,
	.lb-home-build .lb-home-card[open] {
		padding: 17px 0 !important;
	}

	.lb-home-build .lb-home-card summary h3 {
		font-size: 18px !important;
	}

	/* This chapter becomes one full-width visual band, not another inset card. */
	.lb-home-support {
		background: #1f4685 !important;
	}

	.lb-home-support .lb-home-split {
		width: 100% !important;
		padding-inline: 0 !important;
	}

	.lb-home-support .lb-home-media {
		height: 235px;
		min-height: 0;
		border-radius: 0 !important;
	}

	.lb-home-support .lb-home-media img {
		height: 235px !important;
		min-height: 0 !important;
		object-position: center 38%;
	}

	.lb-home-support .lb-home-copy {
		min-height: 0;
		padding: 32px 22px 36px;
		border-radius: 0 !important;
	}

	.lb-home-support .lb-home-copy h2 {
		margin-bottom: 14px !important;
		font-size: 34px !important;
		line-height: 1.08 !important;
	}

	.lb-home-support .lb-home-copy p {
		margin-bottom: 22px !important;
		font-size: 17px !important;
		line-height: 1.52 !important;
	}

	.lb-home-support .lb-home-actions a {
		display: block !important;
		width: 100%;
		padding: 13px 18px !important;
		text-align: center;
	}

	.lb-home-content .lb-home-split {
		gap: 28px !important;
	}

	.lb-home-content li {
		padding: 12px 0;
		font-size: 16px !important;
	}

	.lb-home-process .lb-home-card {
		min-height: 190px;
		padding: 24px !important;
	}

	.lb-home-final-shell {
		padding: 56px 18px !important;
	}

	.lb-home-final-shell > h2 {
		font-size: clamp(34px, 9.5vw, 42px) !important;
	}

	.lb-home-final-shell > p {
		margin: 18px auto 24px !important;
	}

	.lb-home-final-demo {
		margin-top: 20px;
	}
}
