.obv-loft-child-care-feature-page {
	--loftf-navy: #062f43;
	--loftf-deep: #031f2d;
	--loftf-blue: #35a9ca;
	--loftf-red: #d13b33;
	--loftf-paper: #f3f3ef;
	--loftf-ink: #182226;
	--loftf-muted: #617076;
	--loftf-line: #d8dddc;
	--loftf-white: #ffffff;
}

.obv-loft-child-care-feature-page .loftf-feature-main {
	background: var(--loftf-white);
	overflow: hidden;
}

.loftf-reading-progress {
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	pointer-events: none;
}

.loftf-reading-progress span {
	display: block;
	width: 100%;
	height: 100%;
	background: var(--loftf-red);
	transform: scaleX(0);
	transform-origin: left center;
	will-change: transform;
}

.loftf-feature-article {
	color: var(--loftf-ink);
}

.loftf-hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(650px, 78vh, 850px);
	background: var(--loftf-deep);
	overflow: hidden;
}

.loftf-hero-image,
.loftf-hero-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.loftf-hero-image {
	object-fit: cover;
	object-position: center 46%;
	transform: scale(1.003);
}

.loftf-hero-shade {
	background:
		linear-gradient(90deg, rgba(3, 31, 45, .9) 0%, rgba(3, 31, 45, .7) 46%, rgba(3, 31, 45, .18) 78%),
		linear-gradient(0deg, rgba(3, 31, 45, .88) 0%, rgba(3, 31, 45, .04) 55%);
}

.loftf-hero-inner {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 88px 0 102px;
	color: var(--loftf-white);
}

.loftf-hero-kicker {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-bottom: 22px;
	font-family: var(--sans, Arial, sans-serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.loftf-hero-kicker span {
	display: inline-flex;
	align-items: center;
	gap: 13px;
}

.loftf-hero-kicker span::after {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--loftf-red);
}

.loftf-hero-kicker a {
	color: #c9edf4;
}

.loftf-hero-kicker a:hover {
	color: var(--loftf-white);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.loftf-hero h1 {
	max-width: 940px;
	margin: 0;
	color: var(--loftf-white);
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(52px, 7vw, 92px);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: .93;
	text-wrap: balance;
	text-shadow: 0 2px 28px rgba(0, 0, 0, .22);
}

.loftf-hero-deck {
	max-width: 830px;
	margin: 27px 0 0;
	color: #e8f1f2;
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(20px, 2.2vw, 27px);
	line-height: 1.35;
	text-shadow: 0 1px 18px rgba(0, 0, 0, .28);
}

.loftf-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin-top: 28px;
	color: #c4d7dc;
	font-family: var(--sans, Arial, sans-serif);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.loftf-scroll-cue {
	display: inline-flex;
	align-items: center;
	gap: 13px;
	margin-top: 34px;
	color: var(--loftf-white);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.loftf-scroll-cue i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 50%;
	font-style: normal;
	transition: background-color .2s ease, color .2s ease;
}

.loftf-scroll-cue:hover {
	color: var(--loftf-white);
}

.loftf-scroll-cue:hover i {
	background: var(--loftf-white);
	color: var(--loftf-deep);
}

.loftf-story-canvas {
	position: relative;
	background: var(--loftf-white);
}

.loftf-opening {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding-bottom: 96px;
}

.loftf-stat-grid {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: min(900px, 88%);
	margin: -58px 0 0 auto;
	box-shadow: 0 22px 58px rgba(3, 31, 45, .14);
}

.loftf-stat {
	display: flex;
	min-height: 148px;
	flex-direction: column;
	justify-content: center;
	padding: 28px 38px;
	background: var(--loftf-white);
	border-top: 5px solid var(--loftf-red);
}

.loftf-stat + .loftf-stat {
	border-left: 1px solid var(--loftf-line);
	border-top-color: var(--loftf-blue);
}

.loftf-stat strong {
	color: var(--loftf-navy);
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(38px, 4vw, 55px);
	font-weight: 500;
	letter-spacing: -.035em;
	line-height: 1;
}

.loftf-stat span {
	max-width: 290px;
	margin-top: 10px;
	color: var(--loftf-muted);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.4;
}

.loftf-reading-layout {
	display: grid;
	grid-template-columns: minmax(0, 745px) minmax(260px, 315px);
	gap: clamp(54px, 7vw, 100px);
	align-items: start;
	justify-content: center;
	padding-top: 90px;
}

.loftf-prose {
	min-width: 0;
	font-family: var(--serif, Georgia, serif);
	font-size: 19px;
	line-height: 1.72;
}

.loftf-prose p {
	margin: 0 0 1.25em;
}

.loftf-prose .loftf-lede {
	margin-bottom: 1.15em;
	color: var(--loftf-navy);
	font-size: 27px;
	font-weight: 500;
	letter-spacing: -.018em;
	line-height: 1.45;
}

.loftf-prose .loftf-lede::first-letter {
	float: left;
	margin: .08em .12em 0 0;
	color: var(--loftf-red);
	font-family: var(--serif, Georgia, serif);
	font-size: 3.45em;
	font-weight: 500;
	line-height: .78;
}

.loftf-prose h2 {
	margin: 1.75em 0 .55em;
	color: var(--loftf-navy);
	font-family: var(--serif, Georgia, serif);
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 600;
	letter-spacing: -.03em;
	line-height: 1.08;
	text-wrap: balance;
}

.loftf-prose a {
	color: var(--loftf-navy);
	text-decoration: underline;
	text-decoration-color: var(--loftf-blue);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.loftf-prose a:hover {
	color: var(--loftf-red);
}

.loftf-inline-photo {
	margin: 48px 0 52px;
}

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

.loftf-inline-photo figcaption {
	margin-top: 9px;
	color: var(--loftf-muted);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 11px;
	line-height: 1.45;
}

.loftf-finding-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 33px 0 42px;
	background: var(--loftf-line);
	border: 1px solid var(--loftf-line);
}

.loftf-finding-grid section {
	min-height: 238px;
	padding: 26px 28px 28px;
	background: var(--loftf-paper);
}

.loftf-finding-grid span {
	color: var(--loftf-red);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}

.loftf-finding-grid h3 {
	margin: 8px 0 10px;
	color: var(--loftf-navy);
	font-family: var(--serif, Georgia, serif);
	font-size: 26px;
	font-weight: 600;
	line-height: 1.1;
}

.loftf-finding-grid p {
	margin: 0;
	color: #4e5e63;
	font-family: var(--sans, Arial, sans-serif);
	font-size: 14px;
	line-height: 1.58;
}

.loft-feature-inline-ad {
	margin: 46px 0;
}

.loftf-sidebar {
	position: sticky;
	top: 28px;
}

.loftf-sidebar-card {
	padding: 30px 29px 32px;
	background: var(--loftf-paper);
	border-top: 6px solid var(--loftf-blue);
	box-shadow: 0 18px 45px rgba(3, 31, 45, .08);
}

.loftf-sidebar-kicker {
	display: block;
	color: var(--loftf-red);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.loftf-sidebar-card h2 {
	margin: 9px 0 20px;
	color: var(--loftf-navy);
	font-family: var(--serif, Georgia, serif);
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -.025em;
	line-height: 1.04;
}

.loftf-sidebar-card p,
.loftf-sidebar-card li {
	color: #4e5e63;
	font-family: var(--sans, Arial, sans-serif);
	font-size: 13px;
	line-height: 1.58;
}

.loftf-sidebar-card p {
	margin: 0 0 14px;
}

.loftf-sidebar-card ul {
	margin: 21px 0;
	padding: 18px 0 18px 20px;
	border-top: 1px solid var(--loftf-line);
	border-bottom: 1px solid var(--loftf-line);
}

.loftf-sidebar-card li + li {
	margin-top: 7px;
}

.loftf-sidebar-card .loftf-sidebar-detail {
	font-size: 12px;
}

.loftf-sidebar-card > a {
	display: inline-flex;
	gap: 8px;
	margin-top: 8px;
	color: var(--loftf-navy);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.loftf-sidebar-card > a:hover {
	color: var(--loftf-red);
}

.loftf-story-footer {
	padding: 52px 24px;
	background: var(--loftf-deep);
	color: var(--loftf-white);
}

.loftf-footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 760px) auto;
	gap: 70px;
	align-items: start;
	justify-content: space-between;
	width: min(1060px, 100%);
	margin: 0 auto;
}

.loftf-source-notes > span,
.loftf-share > span {
	display: block;
	margin-bottom: 9px;
	color: #82d6e8;
	font-family: var(--sans, Arial, sans-serif);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.loftf-source-notes p {
	margin: 0;
	color: #bed0d6;
	font-family: var(--sans, Arial, sans-serif);
	font-size: 12px;
	line-height: 1.65;
}

.loftf-source-notes a {
	color: var(--loftf-white);
	text-decoration: underline;
	text-decoration-color: #6abed0;
	text-underline-offset: 3px;
}

.loftf-share {
	display: flex;
	min-width: 118px;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.loftf-share a,
.loftf-share button {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--loftf-white);
	font-family: var(--sans, Arial, sans-serif);
	font-size: 12px;
	cursor: pointer;
}

.loftf-share a:hover,
.loftf-share button:hover {
	color: #82d6e8;
}

.loftf-related {
	padding-top: 72px;
}

.loftf-newsletter {
	margin-top: 64px;
}

@media (max-width: 980px) {
	.loftf-reading-layout {
		grid-template-columns: minmax(0, 720px);
	}

	.loftf-sidebar {
		position: static;
		grid-row: 1;
	}

	.loftf-sidebar-card {
		display: grid;
		grid-template-columns: minmax(210px, .7fr) minmax(0, 1.3fr);
		column-gap: 34px;
	}

	.loftf-sidebar-kicker,
	.loftf-sidebar-card h2 {
		grid-column: 1;
	}

	.loftf-sidebar-card > p,
	.loftf-sidebar-card > ul,
	.loftf-sidebar-card > a {
		grid-column: 2;
	}

	.loftf-sidebar-card > p:first-of-type {
		grid-row: 1 / span 2;
	}
}

@media (max-width: 720px) {
	.loftf-reading-progress {
		height: 3px;
	}

	.loftf-hero {
		min-height: 650px;
	}

	.loftf-hero-image {
		object-position: 56% center;
	}

	.loftf-hero-shade {
		background:
			linear-gradient(90deg, rgba(3, 31, 45, .82), rgba(3, 31, 45, .28)),
			linear-gradient(0deg, rgba(3, 31, 45, .97) 0%, rgba(3, 31, 45, .3) 70%);
	}

	.loftf-hero-inner {
		width: calc(100% - 32px);
		padding: 75px 0 54px;
	}

	.loftf-hero h1 {
		font-size: clamp(43px, 13vw, 61px);
		line-height: .96;
	}

	.loftf-hero-deck {
		font-size: 19px;
		line-height: 1.42;
	}

	.loftf-scroll-cue {
		margin-top: 26px;
	}

	.loftf-opening {
		width: calc(100% - 30px);
		padding-bottom: 70px;
	}

	.loftf-stat-grid {
		grid-template-columns: 1fr;
		width: calc(100% - 20px);
		margin: -26px auto 0;
	}

	.loftf-stat {
		min-height: 124px;
		padding: 24px 25px;
	}

	.loftf-stat + .loftf-stat {
		border-left: 0;
		border-top-width: 1px;
	}

	.loftf-stat strong {
		font-size: 42px;
	}

	.loftf-reading-layout {
		gap: 52px;
		padding-top: 58px;
	}

	.loftf-prose {
		font-size: 18px;
		line-height: 1.7;
	}

	.loftf-prose .loftf-lede {
		font-size: 23px;
	}

	.loftf-prose h2 {
		font-size: 34px;
	}

	.loftf-finding-grid {
		grid-template-columns: 1fr;
	}

	.loftf-finding-grid section {
		min-height: 0;
	}

	.loftf-sidebar-card {
		display: block;
		padding: 27px 24px 29px;
	}

	.loftf-sidebar-card h2 {
		font-size: 29px;
	}

	.loftf-footer-inner {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.loftf-share {
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.loftf-scroll-cue i {
		transition: none;
	}
}
