/**
 * Four Likes top-page trace layer.
 *
 * The base theme is shared by subpages.  This file is intentionally scoped to
 * the Jonathan-structure top page so that the traced composition and motion do
 * not depend on the historical override chain in four-likes.css.
 */

.fl-jonathan-trace {
	--fl-trace-ink: #171c61;
	--fl-trace-blue: #245986;
	--fl-trace-line: rgba(23, 28, 97, 0.42);
	color: var(--fl-trace-ink);
}

/* ==== v19 (2026-08-20): client-directed FV, moving bird band, WHY and footer ==== */

/* FV: begin on pure white.  The cloud video is not visible until site.js has
 * finished the bird cycle and confirmed playback. */
.fl-jonathan-trace .jl-hero {
	background: #fff;
	color: var(--fl-trace-ink);
}

.fl-jonathan-trace .jl-hero-movie {
	display: block !important;
	z-index: 0;
	background: #fff;
	opacity: 0;
	transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.fl-jonathan-trace .jl-hero-movie video {
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	object-fit: cover;
	filter: saturate(0.88) brightness(1.08);
}

.fl-jonathan-trace .jl-hero[data-fl-hero-state="video"] .jl-hero-movie {
	opacity: 1;
}

/* A localized white veil keeps both language lines readable over every cloud
 * frame without flattening the entire video. */
.fl-jonathan-trace .jl-hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: radial-gradient(ellipse at 50% 52%, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 30%, rgba(255, 255, 255, 0.25) 60%, rgba(255, 255, 255, 0.06) 100%);
	content: "";
	opacity: 1;
	animation: none;
	pointer-events: none;
}

.fl-jonathan-trace .jl-hero-inner,
.fl-jonathan-trace .jl-hero .jl-scroll {
	z-index: 2;
}

.fl-jonathan-trace .jl-hero-logo,
.fl-jonathan-trace .jl-hero h1,
.fl-jonathan-trace .jl-hero .jl-scroll {
	color: var(--fl-trace-ink);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.92), 0 3px 20px rgba(255, 255, 255, 0.75);
}

.fl-jonathan-trace .jl-hero-logo span {
	color: var(--fl-trace-blue);
	font-size: max(0.3em, 12px);
}

.fl-jonathan-trace .jl-hero .jl-scroll i {
	background: var(--fl-trace-ink);
}

.fl-jonathan-trace .jl-hero .jl-hero-bird {
	opacity: 1;
	animation: none !important;
	transition: opacity 0.55s ease;
}

.fl-jonathan-trace .jl-hero[data-fl-hero-state="bird-exit"] .jl-hero-bird,
.fl-jonathan-trace .jl-hero[data-fl-hero-state="video"] .jl-hero-bird,
.fl-jonathan-trace .jl-hero[data-fl-hero-state="fallback"] .jl-hero-bird {
	opacity: 0;
}

/* WHY: the reference bird enters from the lower-right late in the reveal and
 * remains on screen.  The transient sweep plates are not the final bird. */
.fl-jonathan-trace .jl-reasons > .jl-wing {
	display: none;
}

.fl-jonathan-trace .jl-reasons-photo {
	opacity: 0;
	translate: 24% 38%;
}

.fl-jonathan-trace .jl-reasons-photo::after {
	display: none;
}

.fl-jonathan-trace .jl-reasons-photo__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.92) brightness(1.06);
}

.fl-jonathan-trace .jl-reasons-photo > img {
	position: relative;
	z-index: 1;
}

.fl-jonathan-trace .jl-reasons.on .jl-reasons-photo {
	animation: flTraceReasonBirdIn 1.7s cubic-bezier(0.18, 0.78, 0.22, 1) 4s both;
}

@keyframes flTraceReasonBirdIn {
	from { opacity: 0; translate: 24% 38%; }
	to { opacity: 1; translate: 0 0; }
}

/* Bird band: retain the source white masks, but move real sky behind the
 * transparent bird silhouettes instead of a static photograph. */
.fl-jonathan-trace .jl-birdband::before {
	z-index: 0;
	background: url("../images/jl_top_serbg02.jpg") 12% 6% / 260% auto no-repeat;
}

.fl-jonathan-trace .jl-birdband__video {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 44%;
	filter: saturate(0.92) brightness(1.06);
	opacity: 0;
	transition: opacity 0.45s ease;
}

.fl-jonathan-trace .jl-birdband.on .jl-birdband__video {
	opacity: 1;
}

.fl-jonathan-trace .jl-birdband .jl-birdband__l1 { z-index: 2; }
.fl-jonathan-trace .jl-birdband .jl-birdband__l2 { z-index: 3; }
.fl-jonathan-trace .jl-birdband .jl-birdband__l3 { z-index: 4; }

/* Jonathan-shaped footer using confirmed Four Likes facts. */
.site-footer {
	position: relative;
	padding: 0;
	background: #1c3e63;
	color: #fff;
}

.fl-footer-stage {
	width: min(1200px, 90%);
	margin: 0 auto;
	padding: 185px 0 58px;
}

.fl-footer-contact {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(250px, 1fr);
	gap: 54px;
	align-items: center;
}

.fl-footer-map {
	height: 400px;
	background: rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.fl-footer-map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.fl-footer-company {
	font-family: var(--jl-serif);
	font-size: 16px;
	line-height: 2;
}

.fl-footer-company__name {
	margin: 0 0 4px;
	font-size: 18px;
}

.fl-footer-company address {
	font-style: normal;
}

.fl-footer-company a {
	display: inline-flex;
	gap: 11px;
	align-items: center;
	margin-top: 20px;
	color: #00b4ce;
	font-family: var(--jl-en);
	font-size: 17px;
	letter-spacing: 0.04em;
}

.fl-footer-company a span {
	font-size: 22px;
}

.fl-footer-nav {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	width: calc((100% - 54px) * 0.75);
	margin-top: 18px;
}

.fl-footer-nav a {
	padding: 12px 4px;
	font-family: var(--jl-en);
	font-size: 15px;
	letter-spacing: 0.04em;
}

.fl-footer-keywords {
	margin: 58px auto 0;
	font-family: var(--jl-serif);
	font-size: 14px;
	line-height: 1.9;
	letter-spacing: 0.03em;
	text-align: center;
}

.fl-footer-keywords p {
	margin: 0;
}

.fl-footer-bottom {
	display: flex;
	margin-top: 78px;
	padding-top: 22px;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	font-size: 12px;
	letter-spacing: 0.04em;
}

@media (max-width: 900px) {
	.fl-jonathan-trace .jl-hero::before {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.78) 58%, rgba(255, 255, 255, 0.34) 100%);
	}

	.fl-jonathan-trace .jl-reasons-photo {
		translate: 20% 24%;
	}

	@keyframes flTraceReasonBirdIn {
		from { opacity: 0; translate: 20% 24%; }
		to { opacity: 1; translate: 0 0; }
	}

	.fl-jonathan-trace .jl-birdband__video {
		object-position: center;
	}

	.fl-footer-stage {
		width: min(100% - 40px, 680px);
		padding-top: 88px;
	}

	.fl-footer-contact {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.fl-footer-map {
		height: clamp(260px, 68vw, 380px);
	}

	.fl-footer-nav {
		grid-template-columns: repeat(3, 1fr);
		width: 100%;
		margin-top: 42px;
		border-top: 1px solid rgba(255, 255, 255, 0.18);
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.fl-footer-nav a {
		padding: 15px 4px;
		text-align: center;
	}

	.fl-footer-keywords {
		margin-top: 42px;
		font-size: 12px;
		text-align: left;
	}

	.fl-footer-bottom {
		gap: 8px;
		margin-top: 46px;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fl-jonathan-trace .jl-hero-movie,
	.fl-jonathan-trace .jl-hero .jl-hero-bird,
	.fl-jonathan-trace .jl-birdband__video {
		display: none !important;
	}

	.fl-jonathan-trace .jl-hero {
		background: #fff;
	}

	.fl-jonathan-trace .jl-reasons-photo {
		opacity: 1;
		translate: 0 0;
		animation: none !important;
	}
}

.fl-jonathan-trace .jl-section,
.fl-jonathan-trace .jl-values,
.fl-jonathan-trace .jl-combinations {
	width: 100%;
	max-width: none;
}

.fl-jonathan-trace .jl-heading {
	color: var(--fl-trace-ink);
}

/* Standard source-site reveal: opacity only, no vertical slide. */
.fl-jonathan-trace .ani {
	opacity: 0.1;
	transform: none;
	transition: opacity 0.7s ease;
}

.fl-jonathan-trace .ani.on,
.fl-jonathan-trace .ani.is-visible {
	opacity: 1;
}

/* COMPANY and DIFFERENCE use their own staged reveal and must not fade as a
 * whole section.  Their base illustration remains visible while the two wing
 * masks sweep across it. */
.fl-jonathan-trace .jl-about.ani,
.fl-jonathan-trace .jl-reasons.ani,
.fl-jonathan-trace .jl-problem.ani,
.fl-jonathan-trace .jl-birdband.ani {
	opacity: 1;
}

/* 01 COMPANY */
.fl-jonathan-trace .jl-about {
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	width: 100%;
	min-height: 1053px;
	padding: 80px 0 160px;
	background: #fff;
	overflow: hidden;
}

.fl-jonathan-trace .jl-about-photo {
	position: relative;
	left: auto;
	top: auto;
	grid-column: 1;
	width: 100%;
	margin: 0;
	transform: none;
	overflow: hidden;
}

.fl-jonathan-trace .jl-about-photo img {
	display: block;
	width: 100%;
	height: auto;
}

.fl-jonathan-trace .jl-about-photo::after,
.fl-jonathan-trace .jl-reasons-photo::after {
	position: absolute;
	inset: 0;
	z-index: 2;
	background: #fff;
	content: "";
	opacity: 1;
	pointer-events: none;
}

.fl-jonathan-trace .jl-about-copy {
	position: relative;
	z-index: 3;
	grid-column: 2;
	width: min(580px, calc(100% - 80px));
	margin: 0 auto;
	padding: 0 40px;
	background: transparent;
	opacity: 0;
}

.fl-jonathan-trace .jl-about.on .jl-about-photo::after {
	animation: flTraceCoverOut 1.5s ease-in 2s both;
}

.fl-jonathan-trace .jl-about.on .jl-about-copy {
	animation: flTraceFadeIn 1.5s ease-in 2s both;
}

/* The two source wing plates. */
.fl-jonathan-trace .jl-wing {
	z-index: 5;
	opacity: 0;
}

.fl-jonathan-trace .jl-wing--a1 {
	left: 55%;
	top: 23.6%;
	width: 40%;
}

.fl-jonathan-trace .jl-wing--a2 {
	left: 30%;
	top: 40.8%;
	width: 40%;
}

.fl-jonathan-trace .jl-about.on .jl-wing--a1,
.fl-jonathan-trace .jl-reasons.on .jl-wing--a1 {
	animation: flTraceWing 2s ease-in 1s both;
}

.fl-jonathan-trace .jl-about.on .jl-wing--a2,
.fl-jonathan-trace .jl-reasons.on .jl-wing--a2 {
	animation: flTraceWing 2s ease-in 1.5s both;
}

/* Problem scene: the source uses fadeinzoom on the illustration and copy. */
.fl-jonathan-trace .jl-problem {
	display: flex;
	min-height: 1012px;
	padding: 0 36px;
	flex-direction: column;
	justify-content: flex-start;
	background: url("../images/jl_top_worbg02.jpg") center/cover fixed no-repeat;
	color: var(--fl-trace-ink);
}

.fl-jonathan-trace .jl-problem::after {
	display: none;
}

.fl-jonathan-trace .jl-problem-art {
	width: min(1368px, calc(100vw - 72px));
	max-width: none;
	margin: 247px auto 0;
}

.fl-jonathan-trace .jl-problem-art,
.fl-jonathan-trace .jl-problem > div {
	opacity: 0.1;
	transform: scale3d(0.98, 0.98, 0.98);
	transition: opacity 1s linear, transform 0.5s linear 0.1s;
}

.fl-jonathan-trace .jl-problem.on .jl-problem-art,
.fl-jonathan-trace .jl-problem.on > div {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* 02 SERVICE: full-bleed fixed photograph plus the original 3x3 checker. */
.fl-jonathan-trace .jl-services {
	width: 100%;
	padding: 80px max(0px, calc((100vw - 1200px) / 2)) 160px;
	background: url("../images/jl_top_serbg02.jpg") center/cover fixed no-repeat;
	color: #fff;
}

.fl-jonathan-trace .jl-services::after {
	display: none;
}

.fl-jonathan-trace .jl-services > * {
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.fl-jonathan-trace .jl-services > .jl-heading {
	padding-left: 0;
	text-align: center;
}

.fl-jonathan-trace .jl-services > .jl-button--center {
	display: flex;
	width: 200px;
	max-width: calc(100% - 32px);
}

.fl-jonathan-trace .jl-services > .jl-heading::before {
	display: none;
}

.fl-jonathan-trace .jl-services .jl-en,
.fl-jonathan-trace .jl-services .jl-heading h2,
.fl-jonathan-trace .jl-services .jl-heading > span {
	color: #fff;
}

.fl-jonathan-trace .jl-service-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	border: 1px solid #fff;
	background: transparent;
}

.fl-jonathan-trace .jl-service-card {
	min-height: 240px;
	padding: 30px;
	justify-content: center;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	text-align: center;
}

.fl-jonathan-trace .jl-service-card:nth-child(1),
.fl-jonathan-trace .jl-service-card:nth-child(4),
.fl-jonathan-trace .jl-service-card:nth-child(5),
.fl-jonathan-trace .jl-service-card:nth-child(8),
.fl-jonathan-trace .jl-service-card:nth-child(9) {
	background: url("../images/jl_top_ser_listbg01.jpg") center/cover no-repeat;
}

.fl-jonathan-trace .jl-service-card::before,
.fl-jonathan-trace .jl-service-card::after {
	display: none;
}

.fl-jonathan-trace .jl-service-card small,
.fl-jonathan-trace .jl-service-card p {
	display: none;
}

.fl-jonathan-trace .jl-service-card h3,
.fl-jonathan-trace .jl-service-number,
.fl-jonathan-trace .jl-service-card b {
	position: relative;
	z-index: 1;
	color: #fff;
}

.fl-jonathan-trace .jl-service-card h3 {
	margin: 34px 0 26px;
	font-size: 20px;
}

.fl-jonathan-trace .jl-service-card b {
	display: inline-flex;
	min-width: 164px;
	min-height: 45px;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: lowercase;
}

.fl-jonathan-trace .jl-service-card:hover,
.fl-jonathan-trace .jl-service-card:focus-visible {
	background-color: rgba(15, 38, 74, 0.35);
	transform: none;
}

/* 03 WORKS: the source artwork already contains both the left photograph and
 * right network field.  Do not create a second photo plate. */
.fl-jonathan-trace .jl-works {
	position: relative;
	width: 100%;
	min-height: 1031px;
	padding: 0;
	background: url("../images/jl_top_workbg.jpg") center/cover no-repeat;
	color: var(--fl-trace-ink);
	overflow: hidden;
}

.fl-jonathan-trace .jl-works::after,
.fl-jonathan-trace .jl-works-photo {
	display: none;
}

.fl-jonathan-trace .jl-works-body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 60px;
	align-items: center;
	width: min(1200px, 90%);
	min-height: 1031px;
	margin: 0 auto;
	padding: 110px 0;
}

.fl-jonathan-trace .jl-works .jl-heading {
	grid-column: 1;
	padding-left: 0;
	color: #fff;
}

.fl-jonathan-trace .jl-works .jl-heading::before {
	display: none;
}

.fl-jonathan-trace .jl-works .jl-heading h2,
.fl-jonathan-trace .jl-works .jl-heading .jl-en,
.fl-jonathan-trace .jl-works .jl-heading > span {
	color: #fff;
}

.fl-jonathan-trace .jl-works-list {
	grid-column: 2;
	grid-row: 1;
	border-top: 0;
}

.fl-jonathan-trace .jl-works-item {
	grid-template-columns: 64px 1fr;
	padding: 20px 4px;
	border-bottom: 1px solid var(--fl-trace-line);
}

.fl-jonathan-trace .jl-works-item dt,
.fl-jonathan-trace .jl-works-item dd {
	color: var(--fl-trace-ink);
}

/* 04 DIFFERENCE */
.fl-jonathan-trace .jl-reasons {
	position: relative;
	display: block;
	width: min(1200px, 90%);
	min-height: 1601px;
	margin: 0 auto;
	padding: 140px 0 180px;
	background: #fff;
	overflow: hidden;
}

.fl-jonathan-trace .jl-reasons-photo {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 0;
	width: 60%;
	margin: 0;
	transform: translateY(-50%);
	overflow: hidden;
}

.fl-jonathan-trace .jl-reasons > .jl-heading,
.fl-jonathan-trace .jl-reasons > .jl-reason-list {
	position: relative;
	z-index: 3;
	width: min(655px, 100%);
	margin-right: auto;
	margin-left: 0;
	opacity: 0;
}

.fl-jonathan-trace .jl-reasons > .jl-heading {
	width: 100%;
	margin-bottom: 120px;
	text-align: center;
}

.fl-jonathan-trace .jl-reasons.on .jl-reasons-photo::after {
	animation: flTraceCoverOut 1.5s ease-in 2s both;
}

.fl-jonathan-trace .jl-reasons.on > .jl-heading,
.fl-jonathan-trace .jl-reasons.on > .jl-reason-list {
	animation: flTraceFadeIn 1.5s ease-in 3.3s both;
}

.fl-jonathan-trace .jl-reason-list li {
	grid-template-columns: 78px 1fr;
	align-items: center;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid var(--fl-trace-line);
}

.fl-jonathan-trace .jl-reason-list > li > span {
	font-size: 36px;
}

/* Values: the source is a clean three-column editorial row, not boxed cards
 * on a grey band. */
.fl-jonathan-trace .jl-values {
	padding: 105px max(5%, calc((100vw - 1200px) / 2)) 150px;
	background: #fff;
}

.fl-jonathan-trace .jl-value-grid {
	gap: 0;
}

.fl-jonathan-trace .jl-value-grid article {
	min-height: 0;
	padding: 0 28px 28px;
	border-top: 0;
	border-left: 1px solid rgba(23, 28, 97, 0.2);
	background: #fff;
}

.fl-jonathan-trace .jl-value-grid article:first-child {
	border-left: 0;
}

.fl-jonathan-trace .jl-value-grid h3 {
	margin: 18px 0 14px;
	font-size: 22px;
}

/* Bird band: three white masks occupy the exact same rectangle.  The third
 * fades after .5s, then the second after 1.5s, revealing 1 -> 3 -> 7 birds. */
.fl-jonathan-trace .jl-birdband {
	position: relative;
	width: 100%;
	height: 247px;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.fl-jonathan-trace .jl-birdband::before {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url("../images/jl_top_serbg02.jpg") 12% 6% / 260% auto no-repeat fixed;
	content: "";
}

.fl-jonathan-trace .jl-birdband img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: auto;
	opacity: 1;
	animation: none;
	transform: none;
}

.fl-jonathan-trace .jl-birdband__l1 {
	z-index: 1;
}

.fl-jonathan-trace .jl-birdband__l2 {
	z-index: 2;
	transition: opacity 1.5s ease 1.5s;
}

.fl-jonathan-trace .jl-birdband__l3 {
	z-index: 3;
	transition: opacity 1.5s ease 0.5s;
}

.fl-jonathan-trace .jl-birdband.on .jl-birdband__l2,
.fl-jonathan-trace .jl-birdband.on .jl-birdband__l3 {
	opacity: 0;
}

/* FLOW and FAQ use the same sweeping blue background as the source. */
.fl-jonathan-trace .jl-flow {
	width: 100%;
	padding: 110px max(5%, calc((100vw - 1200px) / 2)) 130px;
	background: #fff url("../images/jl_top_flowbg.png") center bottom/cover no-repeat;
}

.fl-jonathan-trace .jl-flow > ol {
	display: block;
}

.fl-jonathan-trace .jl-flow li {
	display: grid;
	grid-template-columns: 340px auto 1fr;
	grid-template-rows: auto auto;
	min-height: 0;
	margin: 0 0 62px;
	padding: 38px 46px 38px 24px;
	align-items: center;
	column-gap: 0;
	border: 2px solid var(--fl-trace-blue);
	background: rgba(255, 255, 255, 0.83);
}

.fl-jonathan-trace .jl-flow .jl-flow-photo {
	grid-area: 1 / 1 / 3 / 2;
	margin: 0;
}

.fl-jonathan-trace .jl-flow li span {
	grid-area: 1 / 2 / 2 / 3;
	align-self: end;
	padding-left: 40px;
	font-size: 28px;
}

.fl-jonathan-trace .jl-flow li h3 {
	grid-area: 1 / 3 / 2 / 4;
	align-self: end;
	margin: 0 0 0 14px;
}

.fl-jonathan-trace .jl-flow li p {
	grid-area: 2 / 2 / 3 / 4;
	margin: 24px 0 0;
	padding-left: 40px;
}

.fl-jonathan-trace .jl-faq {
	width: 100%;
	padding: 60px max(5%, calc((100vw - 1200px) / 2)) 160px;
	background: #fff url("../images/jl_top_flowbg.png") center bottom/cover no-repeat;
}

.fl-jonathan-trace .jl-faq details {
	background: rgba(255, 255, 255, 0.78);
}

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

@keyframes flTraceCoverOut {
	from { opacity: 1; }
	to { opacity: 0; visibility: hidden; }
}

@keyframes flTraceWing {
	0% { opacity: 0; }
	40% { opacity: 1; }
	80%, 100% { opacity: 0; }
}

@media (max-width: 900px) {
	.fl-jonathan-trace .jl-about,
	.fl-jonathan-trace .jl-reasons {
		display: block;
		min-height: 0;
		padding: 64px 0 96px;
	}

	.fl-jonathan-trace .jl-about-photo,
	.fl-jonathan-trace .jl-reasons-photo {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		margin-bottom: 30px;
		transform: none;
	}

	.fl-jonathan-trace .jl-about-copy,
	.fl-jonathan-trace .jl-reasons > .jl-heading,
	.fl-jonathan-trace .jl-reasons > .jl-reason-list {
		width: auto;
		max-width: none;
		margin-right: 20px;
		margin-left: 20px;
		padding: 0;
	}

	.fl-jonathan-trace .jl-wing--a1 {
		left: 55.1%;
		top: 42.5%;
		width: 40%;
	}

	.fl-jonathan-trace .jl-wing--a2 {
		left: 30%;
		top: 47.4%;
		width: 40%;
	}

	.fl-jonathan-trace .jl-problem,
	.fl-jonathan-trace .jl-services,
	.fl-jonathan-trace .jl-birdband::before {
		background-attachment: scroll;
	}

	.fl-jonathan-trace .jl-problem {
		min-height: 0;
		padding: 56px 7% 72px;
	}

	.fl-jonathan-trace .jl-problem-art {
		width: 100%;
		margin-top: 0;
	}

	.fl-jonathan-trace .jl-services {
		padding-right: 7%;
		padding-left: 7%;
	}

	.fl-jonathan-trace .jl-service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fl-jonathan-trace .jl-works {
		min-height: 0;
		background-position: right center;
		background-size: auto 100%;
	}

	.fl-jonathan-trace .jl-works-body {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 70px 0;
	}

	.fl-jonathan-trace .jl-works .jl-heading,
	.fl-jonathan-trace .jl-works-list {
		grid-column: 1;
		grid-row: auto;
	}

	.fl-jonathan-trace .jl-works-list {
		padding: 20px;
		background: rgba(255, 255, 255, 0.9);
	}

	.fl-jonathan-trace .jl-reasons > .jl-heading {
		margin-bottom: 60px;
	}

	.fl-jonathan-trace .jl-value-grid {
		grid-template-columns: 1fr;
	}

	.fl-jonathan-trace .jl-value-grid article,
	.fl-jonathan-trace .jl-value-grid article:first-child {
		padding: 28px 0;
		border-top: 1px solid rgba(23, 28, 97, 0.2);
		border-left: 0;
	}

	.fl-jonathan-trace .jl-birdband {
		height: 120px;
	}

	.fl-jonathan-trace .jl-flow,
	.fl-jonathan-trace .jl-faq {
		padding-right: 7%;
		padding-left: 7%;
	}

	.fl-jonathan-trace .jl-flow li {
		grid-template-columns: auto 1fr;
		grid-template-rows: auto auto auto;
		padding: 28px 22px;
	}

	.fl-jonathan-trace .jl-flow .jl-flow-photo {
		grid-area: 1 / 1 / 2 / 3;
		margin-bottom: 18px;
	}

	.fl-jonathan-trace .jl-flow li span {
		grid-area: 2 / 1 / 3 / 2;
		padding-left: 0;
	}

	.fl-jonathan-trace .jl-flow li h3 {
		grid-area: 2 / 2 / 3 / 3;
	}

	.fl-jonathan-trace .jl-flow li p {
		grid-area: 3 / 1 / 4 / 3;
		padding-left: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fl-jonathan-trace .ani,
	.fl-jonathan-trace .jl-about-copy,
	.fl-jonathan-trace .jl-reasons > .jl-heading,
	.fl-jonathan-trace .jl-reasons > .jl-reason-list,
	.fl-jonathan-trace .jl-problem-art,
	.fl-jonathan-trace .jl-problem > div {
		opacity: 1;
		transform: none;
		transition: none;
		animation: none !important;
	}

	.fl-jonathan-trace .jl-about-photo::after,
	.fl-jonathan-trace .jl-reasons-photo::after,
	.fl-jonathan-trace .jl-wing {
		display: none;
	}

	.fl-jonathan-trace .jl-birdband__l2,
	.fl-jonathan-trace .jl-birdband__l3 {
		opacity: 0;
		transition: none;
	}
}

/* ==== v18 (2026-08-20): final source-reference closure ==== */

/* The source index is a quiet six-link row with one continuous rule. */
.fl-jonathan-trace .jl-index-nav {
	position: relative;
	width: min(720px, 90%);
	border-bottom: 0;
}

.fl-jonathan-trace .jl-index-nav::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100vw;
	height: 1px;
	background: rgba(23, 28, 97, 0.34);
	content: "";
	transform: translateX(-50%);
}

.fl-jonathan-trace .jl-index-nav a,
.fl-jonathan-trace .jl-index-nav a:last-child {
	z-index: 1;
	padding: 27px 12px 29px;
	border-right: 0;
}

/* The PNG is a white plate with a transparent bird silhouette.  The cloud
 * photograph must sit directly behind it; without this layer only the small
 * blue wing printed on the plate is visible. */
.fl-jonathan-trace .jl-about-photo {
	background: #dcebf8 url("../images/jl_top_serbg02.jpg") 9% 29% / 175% auto no-repeat;
}

/* Bring the nine-card checker back to the source section height. */
.fl-jonathan-trace .jl-services {
	padding-top: 70px;
	padding-bottom: 90px;
}

.fl-jonathan-trace .jl-service-card {
	min-height: 185px;
	padding: 24px 26px;
}

.fl-jonathan-trace .jl-service-card h3 {
	margin: 23px 0 19px;
}

/* Nine confirmed support areas now fill the source-height WORKS list without
 * presenting placeholders as real client achievements. */
.fl-jonathan-trace .jl-works-item {
	padding-top: 14px;
	padding-bottom: 14px;
}

.fl-jonathan-trace .jl-works .jl-button--center {
	grid-column: 2;
	justify-self: start;
	margin-top: 26px;
}

/* The source has one generous three-card editorial band before the birds.
 * The former second three-card band was removed from the markup. */
.fl-jonathan-trace .jl-values {
	padding-top: 170px;
	padding-bottom: 250px;
}

.fl-jonathan-trace .jl-value-photo img {
	height: 300px;
}

/* Give each opening in the three source masks its own sky density. */
.fl-jonathan-trace .jl-birdband::before {
	background-color: #dcebf8;
	background-image:
		linear-gradient(100deg, rgba(11, 58, 109, 0.2) 0%, rgba(197, 225, 243, 0.26) 21%, rgba(18, 78, 132, 0.24) 43%, rgba(226, 240, 249, 0.54) 82%, rgba(255, 255, 255, 0.84) 100%),
		url("../images/jl_top_serbg02.jpg");
	background-position: center, 8% 18%;
	background-size: 100% 100%, 155% auto;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-blend-mode: multiply;
}

/* The source wave begins at the bird/FLOW boundary and continues behind the
 * FLOW heading instead of appearing as a detached lower-left decoration. */
.fl-jonathan-trace .jl-flow {
	background-position: center top;
	background-size: 100% auto;
}

.fl-jonathan-trace .jl-faq {
	padding-bottom: 84px;
	background-position: center top;
	background-size: 100% auto;
}

@media (max-width: 900px) {
	.fl-jonathan-trace .jl-index-nav {
		width: 100%;
	}

	.fl-jonathan-trace .jl-index-nav a,
	.fl-jonathan-trace .jl-index-nav a:last-child {
		padding: 18px 6px;
	}

	.fl-jonathan-trace .jl-about-photo {
		background-position: 9% 29%;
		background-size: 175% auto;
	}

	.fl-jonathan-trace .jl-services {
		padding-top: 64px;
		padding-right: 0;
		padding-bottom: 80px;
		padding-left: 0;
	}

	.fl-jonathan-trace .jl-service-card {
		min-height: 172px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.fl-jonathan-trace .jl-service-card h3 {
		font-size: clamp(14px, 4vw, 17px);
	}

	.fl-jonathan-trace .jl-services > .jl-heading {
		width: 86%;
	}

	.fl-jonathan-trace .jl-works .jl-button--center {
		display: inline-flex;
		grid-column: 1;
		max-width: 100%;
	}

	.fl-jonathan-trace .jl-works-body {
		display: block;
		width: 90%;
	}

	.fl-jonathan-trace .jl-works .jl-heading {
		margin-bottom: 48px;
		color: var(--fl-trace-ink);
		text-align: center;
	}

	.fl-jonathan-trace .jl-works .jl-heading h2,
	.fl-jonathan-trace .jl-works .jl-heading .jl-en,
	.fl-jonathan-trace .jl-works .jl-heading > span {
		color: var(--fl-trace-ink);
	}

	.fl-jonathan-trace .jl-works-list {
		width: 100%;
	}

	.fl-jonathan-trace .jl-values {
		padding-top: 82px;
		padding-bottom: 100px;
	}

	.fl-jonathan-trace .jl-value-photo img {
		height: 240px;
	}

	.fl-jonathan-trace .jl-flow,
	.fl-jonathan-trace .jl-faq {
		background-size: auto 100%;
	}
}

/* v19 cascade closure: these values intentionally follow the earlier trace
 * history so the bird apertures always show moving video in the final build. */
.fl-jonathan-trace .jl-birdband::before {
	z-index: 0;
	background: url("../images/jl_top_serbg02.jpg") 12% 6% / 260% auto no-repeat;
}

.fl-jonathan-trace .jl-birdband .jl-birdband__l1 { z-index: 2; }
.fl-jonathan-trace .jl-birdband .jl-birdband__l2 { z-index: 3; }
.fl-jonathan-trace .jl-birdband .jl-birdband__l3 { z-index: 4; }

/* ==== v20 (2026-08-24): Four Likes flightpath rebuild ==== */

/* The approved FV above remains untouched. This begins at the first section
 * after the introduction and uses static HTML plus optional moving media. */
.fl-jonathan-trace .jl-problem--flight {
	position: relative;
	display: block;
	min-height: 820px;
	padding: 112px 36px 92px;
	background: #173a61;
	color: #fff;
	isolation: isolate;
	overflow: hidden;
}

.fl-jonathan-trace .jl-problem--flight::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: block;
	background: linear-gradient(180deg, rgba(10, 36, 67, 0.82) 0%, rgba(13, 44, 78, 0.56) 46%, rgba(10, 31, 58, 0.88) 100%);
	content: "";
}

.fl-jonathan-trace .fl-problem-motion {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* The legacy problem reveal leaves every direct div at 10% opacity and
 * scale(.98). This rebuilt section is readable from the first paint. */
.fl-jonathan-trace .jl-problem--flight > .fl-problem-motion,
.fl-jonathan-trace .jl-problem--flight > .fl-problem-layout {
	opacity: 1;
	transform: none;
}

.fl-jonathan-trace .fl-problem-motion__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	filter: saturate(0.8) brightness(0.86) contrast(1.06);
}

.fl-jonathan-trace .fl-problem-layout {
	position: relative;
	z-index: 2;
	display: grid;
	width: min(1368px, 100%);
	max-width: none;
	margin: 0 auto;
	padding: 0;
	justify-items: center;
}

.fl-jonathan-trace .fl-problem-copy {
	width: min(780px, 100%);
	max-width: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.fl-jonathan-trace .jl-problem--flight .jl-en,
.fl-jonathan-trace .jl-problem--flight h2,
.fl-jonathan-trace .jl-problem--flight p {
	color: #fff;
}

.fl-jonathan-trace .jl-problem--flight .jl-en {
	color: #8fe8ef;
}

.fl-jonathan-trace .fl-problem-copy > p:last-child {
	max-width: 650px;
	margin: 24px auto 0;
}

.fl-jonathan-trace .fl-problem-visual {
	width: min(1320px, 100%);
	max-width: none;
	margin: 54px auto 0;
	padding: 0;
}

.fl-jonathan-trace .fl-problem-visual img {
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(0 20px 36px rgba(3, 27, 53, 0.22));
}

/* WHY is readable at time zero. Only its bird visual receives optional motion. */
.fl-jonathan-trace .jl-reasons,
.fl-jonathan-trace .jl-reasons > .jl-heading,
.fl-jonathan-trace .jl-reasons > .jl-reason-list,
.fl-jonathan-trace .jl-reasons .jl-reasons-photo {
	opacity: 1 !important;
	translate: 0 0;
	transform: none;
	animation: none !important;
}

/* The right-facing bird is already staged at its left-hand origin before the
 * observer fires, preventing a visible 0 -> left jump before it moves right. */
.fl-jonathan-trace .jl-reasons .jl-reasons-photo[data-fl-flight-direction="right"] {
	transform: translateX(-18%);
}

/* The final chapter uses real moving sky and a Four Likes-specific gull
 * formation. Lower pages do not render this guarded markup. */
.fl-footer-flight {
	position: relative;
	height: clamp(250px, 27vw, 390px);
	background: #173a61 url("../images/jl_top_serbg02.jpg") center 44% / cover no-repeat;
	isolation: isolate;
	overflow: hidden;
}

.fl-footer-flight::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(13, 43, 76, 0.1) 0%, rgba(19, 57, 94, 0.42) 58%, #1c3e63 100%);
	content: "";
}

.fl-footer-flight__video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
	filter: saturate(0.82) brightness(0.82);
}

.fl-footer-flight__gulls {
	position: absolute;
	left: 50%;
	bottom: clamp(5px, 2vw, 24px);
	z-index: 2;
	display: block;
	width: min(1500px, 94vw);
	height: auto;
	transform: translateX(-50%);
	filter: drop-shadow(0 14px 24px rgba(6, 29, 54, 0.2));
}

@media (max-width: 900px) {
	.fl-jonathan-trace .jl-problem--flight {
		min-height: 0;
		padding: 72px 20px 64px;
	}

	.fl-jonathan-trace .fl-problem-visual {
		width: 100%;
		margin-top: 42px;
		transform: none;
	}

	.fl-jonathan-trace .fl-problem-layout {
		width: calc(100vw - 40px);
		max-width: calc(100vw - 40px);
	}

	.fl-jonathan-trace .fl-problem-copy,
	.fl-jonathan-trace .fl-problem-copy > * {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		white-space: normal;
		word-break: normal;
		line-break: strict;
		overflow-wrap: break-word;
	}

	.fl-jonathan-trace .jl-problem--flight .jl-en {
		font-size: 13px;
		letter-spacing: 0.09em;
	}

	.fl-jonathan-trace .jl-problem--flight h2 {
		font-size: clamp(22px, 6vw, 26px);
		letter-spacing: 0.02em;
	}

	.fl-jonathan-trace .jl-problem--flight .fl-problem-copy > p:last-child {
		font-size: 14px;
	}

	.fl-footer-flight {
		height: clamp(185px, 53vw, 250px);
	}

	.fl-footer-flight__gulls {
		width: 132vw;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fl-jonathan-trace .fl-problem-motion__video,
	.fl-footer-flight__video {
		display: none;
	}

	.fl-jonathan-trace .jl-reasons .jl-reasons-photo {
		transform: none !important;
	}
}

/* 2026-08-25 footer-only source closure. No TOP section rules below this line. */
.site-footer { padding: 0; background: #1a385a; }
.fl-footer-stage {
	display: grid;
	grid-template-columns: 70% 30%;
	grid-template-areas: "map company" "nav company" "keywords keywords";
	column-gap: 0;
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	padding: 160px 0 24px;
}
.fl-footer-map { grid-area: map; height: 400px; aspect-ratio: auto; }
.fl-footer-company { grid-area: company; align-self: stretch; margin-top: 0; padding: 0 0 48px 16.6667%; }
.fl-footer-nav { grid-area: nav; width: auto; margin-top: 16px; }
.fl-footer-keywords { grid-area: keywords; margin-top: 58px; }

@media (max-width: 900px) {
	.fl-footer-stage {
		grid-template-columns: 1fr;
		grid-template-areas: "map" "nav" "company" "keywords";
		width: 1200px;
		max-width: 90%;
		padding: 160px 0 15px;
	}
	.fl-footer-map { height: 300px; aspect-ratio: auto; }
	.fl-footer-nav { width: auto; margin-top: 16px; }
	.fl-footer-company { margin-top: 0; padding: 32px 5% 0; }
	.fl-footer-keywords { margin-top: 20px; }
}
