/* All frontend rules are isolated beneath .falcon-single-post. */
.falcon-single-post {
	--falcon-single-deep: #061321;
	--falcon-single-brand: #2c57a0;
	--falcon-single-light-brand: #6fa8ff;
	--falcon-single-text: #20262e;
	--falcon-single-muted: #6e7884;
	--falcon-single-light: #f5f7f9;
	--falcon-single-line: #e8edf1;
	--falcon-single-hero-height: 350px;
	--falcon-single-hero-mobile-height: 260px;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	overflow-x: clip;
	color: var(--falcon-single-text);
	background: #fff;
	font-family: inherit;
}

.falcon-single-post *,
.falcon-single-post *::before,
.falcon-single-post *::after {
	box-sizing: inherit;
}

.falcon-single-post a {
	text-decoration: none;
}

.falcon-single-post a:focus-visible {
	outline: 2px solid var(--falcon-single-brand);
	outline-offset: 3px;
}

.falcon-single-post__main {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
}

.falcon-single-post__hero {
	display: flex;
	min-height: var(--falcon-single-hero-height);
	padding: 48px 32px;
	align-items: center;
	background: var(--falcon-single-deep);
}

.falcon-single-post__hero-inner {
	width: min(calc(100% - 0px), 1200px);
	margin-inline: auto;
}

.falcon-single-post__hero-inner > * {
	max-width: 900px;
}

.falcon-single-post__category {
	display: inline-flex;
	margin: 0 0 16px;
	color: var(--falcon-single-light-brand);
	font-size: 12px;
	font-weight: 650;
	line-height: 1.4;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}

.falcon-single-post__category:hover {
	opacity: 0.78;
}

.falcon-single-post__title {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(46px, 4.25vw, 56px);
	font-weight: 750;
	line-height: 1.12;
	letter-spacing: -0.03em;
	overflow-wrap: anywhere;
}

.falcon-single-post__date {
	display: block;
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.falcon-single-post__featured {
	width: min(calc(100% - 64px), 1100px);
	margin: 72px auto 0;
	padding: 0;
}

.falcon-single-post__featured-frame {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--falcon-single-light);
	border-radius: 2px;
}

.falcon-single-post__featured-image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.falcon-single-post__article {
	width: 100%;
	margin: 0;
	padding: 0 20px;
}

.falcon-single-post__content {
	width: min(100%, 860px);
	margin: 64px auto 0;
	color: var(--falcon-single-text);
	font-size: 18px;
	line-height: 1.8;
	overflow-wrap: anywhere;
}

.falcon-single-post__content > :first-child {
	margin-top: 0;
}

.falcon-single-post__content > :last-child {
	margin-bottom: 0;
}

.falcon-single-post__content p {
	margin: 0 0 1.45em;
}

.falcon-single-post__content h2 {
	margin: 1.65em 0 0.7em;
	color: var(--falcon-single-text);
	font-size: 32px;
	font-weight: 730;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.falcon-single-post__content h3 {
	margin: 1.55em 0 0.65em;
	color: var(--falcon-single-text);
	font-size: 25px;
	font-weight: 720;
	line-height: 1.3;
	letter-spacing: -0.015em;
}

.falcon-single-post__content h4,
.falcon-single-post__content h5,
.falcon-single-post__content h6 {
	margin: 1.45em 0 0.6em;
	color: var(--falcon-single-text);
	font-weight: 700;
	line-height: 1.35;
}

.falcon-single-post__content ul,
.falcon-single-post__content ol {
	margin: 0 0 1.55em;
	padding-left: 1.4em;
}

.falcon-single-post__content li {
	margin-bottom: 0.55em;
	padding-left: 0.15em;
}

.falcon-single-post__content a {
	color: var(--falcon-single-brand);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	transition: color 0.2s ease;
}

.falcon-single-post__content a:hover {
	color: color-mix(in srgb, var(--falcon-single-brand) 78%, #000);
}

.falcon-single-post__content figure,
.falcon-single-post__content .wp-block-image,
.falcon-single-post__content .wp-block-gallery {
	max-width: 100%;
	margin-top: 2em;
	margin-bottom: 2em;
}

.falcon-single-post__content img {
	max-width: 100%;
	height: auto;
}

.falcon-single-post__content iframe,
.falcon-single-post__content video {
	max-width: 100%;
}

.falcon-single-post__content figcaption {
	margin-top: 0.75em;
	color: var(--falcon-single-muted);
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.falcon-single-post__content blockquote {
	margin: 2em 0;
	padding: 0.25em 0 0.25em 1.35em;
	color: #3b4650;
	border-left: 4px solid var(--falcon-single-brand);
}

.falcon-single-post__content blockquote p:last-child {
	margin-bottom: 0;
}

.falcon-single-post__content table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 2em 0;
	overflow-x: auto;
	border-collapse: collapse;
}

.falcon-single-post__content th,
.falcon-single-post__content td {
	padding: 12px 14px;
	text-align: left;
	border: 1px solid var(--falcon-single-line);
}

.falcon-single-post__content pre {
	max-width: 100%;
	overflow-x: auto;
}

.falcon-single-post__content .alignwide,
.falcon-single-post__content .alignfull {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.falcon-single-post__page-links {
	display: flex;
	gap: 8px;
	align-items: center;
	margin-top: 36px;
}

.falcon-single-post__navigation {
	display: flex;
	width: min(calc(100% - 40px), 880px);
	margin: 72px auto 0;
	padding-top: 32px;
	gap: 40px;
	justify-content: space-between;
	border-top: 1px solid var(--falcon-single-line);
}

.falcon-single-post__navigation-link {
	display: flex;
	flex: 1 1 0;
	min-width: 0;
	max-width: 390px;
	color: var(--falcon-single-text);
	flex-direction: column;
	gap: 8px;
}

.falcon-single-post__navigation-link--next {
	margin-left: auto;
	text-align: right;
}

.falcon-single-post__navigation-label {
	color: var(--falcon-single-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.4;
	letter-spacing: 0.09em;
}

.falcon-single-post__navigation-title {
	display: -webkit-box;
	overflow: hidden;
	font-size: 17px;
	font-weight: 680;
	line-height: 1.4;
	transition: color 0.2s ease;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.falcon-single-post__navigation-link:hover .falcon-single-post__navigation-title {
	color: var(--falcon-single-brand);
}

.falcon-single-post__related {
	width: 100%;
	margin-top: 84px;
	padding: 88px 32px 96px;
	background: var(--falcon-single-light);
}

.falcon-single-post__related-inner {
	width: min(100%, 1200px);
	margin-inline: auto;
}

.falcon-single-post__section-title {
	margin: 0 0 34px;
	color: var(--falcon-single-text);
	font-size: 34px;
	font-weight: 730;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

.falcon-single-post__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.falcon-single-post-card {
	display: flex;
	min-width: 0;
	margin: 0;
	overflow: hidden;
	background: #fff;
	flex-direction: column;
	border: 1px solid #e9eef2;
	border-radius: 2px;
}

.falcon-single-post-card__media {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e8edf1;
}

.falcon-single-post-card__image,
.falcon-single-post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
}

.falcon-single-post-card__image {
	object-fit: cover;
	transition: transform 0.25s ease;
}

.falcon-single-post-card__media:hover .falcon-single-post-card__image {
	transform: scale(1.03);
}

.falcon-single-post-card__body {
	display: flex;
	padding: 24px 24px 27px;
	flex: 1 1 auto;
	flex-direction: column;
}

.falcon-single-post-card__meta {
	display: flex;
	margin-bottom: 13px;
	gap: 7px 10px;
	align-items: center;
	flex-wrap: wrap;
	color: var(--falcon-single-muted);
	font-size: 10px;
	font-weight: 620;
	line-height: 1.45;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.falcon-single-post-card__category {
	color: var(--falcon-single-brand);
}

.falcon-single-post-card__title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 20px;
	color: var(--falcon-single-text);
	font-size: 21px;
	font-weight: 710;
	line-height: 1.3;
	letter-spacing: -0.015em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.falcon-single-post-card__title a {
	color: inherit;
	transition: color 0.2s ease;
}

.falcon-single-post-card__title a:hover {
	color: var(--falcon-single-brand);
}

.falcon-single-post-card__read-more {
	display: inline-flex;
	margin-top: auto;
	align-items: center;
	gap: 6px;
	align-self: flex-start;
	color: var(--falcon-single-brand);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.falcon-single-post-card__read-more span {
	display: inline-block;
	transition: transform 0.2s ease;
}

.falcon-single-post-card__read-more:hover span {
	transform: translateX(4px);
}

.falcon-single-post__cta-wrap {
	width: 100%;
	padding: 84px 32px;
	background: #fff;
}

.falcon-single-post__cta {
	display: flex;
	width: min(100%, 1200px);
	margin-inline: auto;
	padding: clamp(42px, 5vw, 66px);
	gap: 48px;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	background: var(--falcon-single-deep);
	border-radius: 2px;
}

.falcon-single-post__cta-copy {
	max-width: 780px;
}

.falcon-single-post__cta-title {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 730;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

.falcon-single-post__cta-description {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17px;
	line-height: 1.65;
}

.falcon-single-post__cta-button {
	display: inline-flex;
	min-height: 48px;
	padding: 15px 22px;
	gap: 8px;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: var(--falcon-single-deep);
	background: #fff;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	letter-spacing: 0.06em;
	white-space: nowrap;
	border-radius: 2px;
	transition: color 0.2s ease, background-color 0.2s ease;
}

.falcon-single-post__cta-button:hover {
	color: #fff;
	background: var(--falcon-single-brand);
}

@media (max-width: 1024px) {
	.falcon-single-post__hero {
		min-height: 320px;
		padding-inline: 28px;
	}

	.falcon-single-post__title {
		font-size: 44px;
	}

	.falcon-single-post__featured {
		width: calc(100% - 56px);
		margin-top: 64px;
	}

	.falcon-single-post__related {
		padding: 76px 28px 84px;
	}

	.falcon-single-post__related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.falcon-single-post__cta-wrap {
		padding: 76px 28px;
	}
}

@media (max-width: 767px) {
	.falcon-single-post__hero {
		min-height: var(--falcon-single-hero-mobile-height);
		padding: 36px 20px;
	}

	.falcon-single-post__title {
		font-size: clamp(30px, 9vw, 36px);
		line-height: 1.17;
		letter-spacing: -0.018em;
	}

	.falcon-single-post__date {
		font-size: 12px;
	}

	.falcon-single-post__featured {
		width: calc(100% - 40px);
		margin-top: 48px;
	}

	.falcon-single-post__content {
		margin-top: 50px;
		font-size: 17px;
		line-height: 1.75;
	}

	.falcon-single-post__content h2 {
		font-size: 28px;
	}

	.falcon-single-post__content h3 {
		font-size: 23px;
	}

	.falcon-single-post__navigation {
		margin-top: 64px;
		gap: 28px;
		flex-direction: column;
	}

	.falcon-single-post__navigation-link,
	.falcon-single-post__navigation-link--next {
		width: 100%;
		max-width: none;
		margin-left: 0;
		text-align: left;
	}

	.falcon-single-post__related {
		margin-top: 72px;
		padding: 64px 20px 72px;
	}

	.falcon-single-post__section-title {
		margin-bottom: 28px;
		font-size: 28px;
	}

	.falcon-single-post__related-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.falcon-single-post-card__body {
		padding: 21px 21px 24px;
	}

	.falcon-single-post__cta-wrap {
		padding: 72px 20px;
	}

	.falcon-single-post__cta {
		padding: 38px 28px;
		gap: 28px;
		align-items: flex-start;
		flex-direction: column;
	}

	.falcon-single-post__cta-title {
		font-size: 28px;
	}

	.falcon-single-post__cta-description {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.falcon-single-post *,
	.falcon-single-post *::before,
	.falcon-single-post *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
