.single-post .site-main {
	background: #111;
}

.jc-post-single {
	margin: 0;
	overflow: hidden;
}

.jc-post-single__article {
	margin: 0;
}

.jc-post-hero {
	background-color: #111;
	isolation: isolate;
	margin: -1px auto 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(86px, 8vw, 124px) var(--jc-site-gutter, 80px) clamp(92px, 8vw, 128px);
	position: relative;
	width: 100vw;
}

.jc-post-hero::before {
	content: none;
}

.jc-post-hero__background-picture {
	inset: 0;
	mix-blend-mode: screen;
	opacity: 0.88;
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.jc-post-hero__background {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.jc-post-hero__background-picture source {
	display: none;
}

.jc-post-hero__background-picture img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.jc-post-hero::after {
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.16) 0%, rgba(17, 17, 17, 0.72) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.jc-post-hero__inner {
	display: grid;
	gap: clamp(48px, 6vw, 96px);
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	margin: 0 auto;
	min-height: 430px;
	position: relative;
	width: min(var(--jc-wide-width, 9999px), calc(100vw - (var(--jc-site-gutter, 80px) * 2)));
}

.jc-post-hero__inner::before {
	background: var(--secondary-light-color);
	box-shadow: 0 0 22px rgba(0, 241, 169, 0.3);
	content: "";
	height: 100%;
	left: calc(45% + (clamp(48px, 6vw, 96px) / 2));
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 3px;
}

.jc-post-hero__content {
	align-self: center;
	min-width: 0;
	padding-right: clamp(18px, 2vw, 38px);
}

.jc-post-hero__kicker,
.jc-post-single__footer-label,
.jc-post-hero__meta,
.jc-post-single .nav-subtitle {
	color: #aeb3b1;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: uppercase;
}

.jc-post-hero__kicker {
	margin: 0 0 18px;
}

.jc-post-hero__title {
	color: var(--font-light-color);
	font-size: clamp(42px, 4.2vw, 58px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	max-width: 680px;
}

.jc-post-hero__description {
	color: rgba(242, 240, 235, 0.76);
	font-size: 18px;
	line-height: 28px;
	margin-top: 30px;
	max-width: 610px;
}

.jc-post-hero__description p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.jc-post-hero__meta {
	align-items: center;
	border-top: 1px solid rgba(242, 240, 235, 0.2);
	display: flex;
	flex-wrap: wrap;
	gap: 12px 16px;
	margin-top: 40px;
	padding-top: 32px;
}

.jc-post-hero__meta span,
.jc-post-hero__meta time {
	align-items: center;
	color: #c7cbc8;
	display: inline-flex;
	gap: 12px;
}

.jc-post-hero__meta span::before {
	background: var(--secondary-light-color);
	border-radius: 999px;
	content: "";
	display: inline-block;
	height: 6px;
	width: 6px;
}

.jc-post-hero__terms,
.jc-post-single__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 34px 0 0;
	padding: 0;
}

.jc-post-hero__terms li,
.jc-post-single__tags li {
	margin: 0;
}

.jc-post-hero__terms a,
.jc-post-single__tags a {
	background: transparent;
	border: 1px solid rgba(242, 240, 235, 0.18);
	color: var(--font-light-color);
	display: inline-block;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	line-height: normal;
	padding: 10px 14px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jc-post-hero__terms a:hover,
.jc-post-hero__terms a:focus,
.jc-post-single__tags a:hover,
.jc-post-single__tags a:focus {
	background: rgba(0, 241, 169, 0.1);
	border-color: rgba(0, 241, 169, 0.72);
	box-shadow: 0 0 16px rgba(0, 241, 169, 0.14);
	color: var(--secondary-light-color);
	outline: none;
	transform: translateY(-1px);
}

.jc-post-hero__media {
	align-items: center;
	background: transparent;
	display: flex;
	height: clamp(440px, 32vw, 560px);
	min-height: 440px;
	min-width: 0;
	overflow: hidden;
	position: relative;
}

.jc-post-hero__figure {
	height: 100%;
	margin: 0;
	min-height: inherit;
	position: relative;
	width: 100%;
}

.jc-post-hero__figure picture {
	display: contents;
}

.jc-post-hero__figure::after {
	content: none;
}

.jc-post-hero__image,
.jc-post-hero__placeholder {
	display: block;
	height: 100%;
	min-height: inherit;
	object-fit: contain;
	width: 100%;
}

.jc-post-hero__placeholder {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(0, 241, 169, 0.16), transparent 42%),
		#151515;
	display: flex;
	justify-content: center;
}

.jc-post-hero__placeholder span {
	border: 1px solid rgba(242, 240, 235, 0.22);
	color: rgba(242, 240, 235, 0.72);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: clamp(42px, 7vw, 92px);
	line-height: 1;
	padding: 24px 28px;
}

.jc-post-single__body {
	background: #111;
	margin: -1px auto 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: clamp(36px, 4vw, 56px) var(--jc-site-gutter, 80px) clamp(40px, 5vw, 64px);
	width: 100vw;
}

.jc-post-single__body-inner {
	align-items: start;
	display: grid;
	gap: clamp(20px, 2.8vw, 40px);
	grid-template-columns: minmax(0, 7fr) minmax(220px, 3fr);
	margin: 0 auto;
	width: min(80vw, calc(100vw - (var(--jc-site-gutter, 80px) * 2)));
}

.jc-post-single__content {
	background: #f2f0eb;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
	color: rgba(0, 27, 19, 0.78);
	font-size: 18px;
	line-height: 1.72;
	margin: 0;
	max-width: none;
	padding: clamp(42px, 6vw, 78px) clamp(24px, 5vw, 72px);
	width: 100%;
}

.jc-post-single__content-main > * {
	margin-left: 0;
	margin-right: 0;
	max-width: none;
}

.jc-post-single__content-main > :first-child {
	margin-top: 0;
}

.jc-post-single__content-main > :last-child {
	margin-bottom: 0;
}

.jc-post-single__content-layout {
	display: flow-root;
}

.jc-post-single__content-main {
	min-width: 0;
}

.jc-post-single__content p,
.jc-post-single__content li {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

.jc-post-single__content p {
	margin-bottom: 28px;
}

.jc-post-single__content h2,
.jc-post-single__content h3,
.jc-post-single__content h4 {
	color: var(--font-dark-color);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15;
	margin: clamp(48px, 6vw, 72px) auto 20px;
	scroll-margin-top: 96px;
}

.jc-post-single__content h2 {
	font-size: clamp(30px, 3vw, 42px);
}

.jc-post-single__content h3 {
	font-size: clamp(24px, 2.4vw, 32px);
}

.jc-post-single__content h4 {
	font-size: clamp(20px, 2vw, 26px);
}

.jc-post-single__content a {
	color: var(--primary-light-color);
	text-decoration-color: rgba(0, 168, 118, 0.45);
	text-underline-offset: 4px;
}

.jc-post-single__content a:hover,
.jc-post-single__content a:focus {
	color: var(--font-dark-color);
	text-decoration-color: var(--font-dark-color);
}

.jc-post-single__content ul,
.jc-post-single__content ol {
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: auto;
	padding-left: 28px;
}

.jc-post-single__content li + li {
	margin-top: 10px;
}

.jc-post-single__content blockquote {
	border-left: 3px solid var(--secondary-light-color);
	color: var(--font-dark-color);
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.35;
	margin: clamp(44px, 6vw, 72px) auto;
	padding: 8px 0 8px clamp(24px, 4vw, 42px);
}

.jc-post-single__content blockquote p {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.jc-post-single__content img,
.jc-post-single__content .wp-block-image img {
	background: #e4f1eb;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: min(100%, 760px);
	width: auto;
}

.jc-post-single__content figure {
	margin-bottom: clamp(36px, 5vw, 64px);
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(36px, 5vw, 64px);
	max-width: min(100%, 760px);
}

.jc-post-single__content figcaption {
	color: rgba(0, 27, 19, 0.54);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 13px;
	line-height: 1.45;
	margin-top: 12px;
	text-align: left;
}

.jc-post-single__content pre,
.jc-post-single__content code {
	background: #101613;
	color: var(--font-light-color);
}

.jc-post-single__content pre {
	border: 1px solid rgba(0, 27, 19, 0.12);
	margin: 36px auto;
	padding: 22px;
}

.jc-post-single__sidebar {
	display: flex;
	flex-direction: column;
	gap: 18px;
	position: sticky;
	top: calc(var(--jc-header-top-space, 38px) + 20px);
}

.jc-post-sidebar-card {
	background: rgba(242, 240, 235, 0.08);
	border: 1px solid rgba(242, 240, 235, 0.14);
	padding: 20px;
}

.jc-post-sidebar-newsletter {
	background:
		linear-gradient(135deg, rgba(0, 241, 169, 0.16) 0%, rgba(242, 240, 235, 0.08) 42%, rgba(0, 27, 19, 0.34) 100%),
		#171b19;
	border-color: rgba(0, 241, 169, 0.54);
	box-shadow: 0 18px 46px rgba(0, 241, 169, 0.1), inset 0 1px 0 rgba(242, 240, 235, 0.08);
	padding: 24px;
	position: relative;
}

.jc-post-sidebar-card__title {
	color: #aeb3b1;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	text-transform: uppercase;
}

.jc-post-sidebar-widgets {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.jc-post-sidebar-newsletter .jc-post-sidebar-card__title {
	color: var(--secondary-light-color);
}

.jc-post-sidebar-search {
	background: rgba(242, 240, 235, 0.08);
}

.jc-post-sidebar-search__form {
	align-items: stretch;
	display: flex;
	gap: 8px;
	margin-top: 18px;
}

.jc-post-sidebar-search__form input {
	appearance: none;
	background: rgba(7, 13, 11, 0.42);
	border: 1px solid rgba(242, 240, 235, 0.16);
	color: var(--font-light-color);
	flex: 1 1 auto;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 13px;
	line-height: 1.3;
	min-width: 0;
	min-height: 44px;
	padding: 11px 12px;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.jc-post-sidebar-search__form input::placeholder {
	color: rgba(242, 240, 235, 0.42);
}

.jc-post-sidebar-search__form input:focus {
	background: rgba(7, 13, 11, 0.72);
	border-color: rgba(0, 241, 169, 0.74);
	box-shadow: 0 0 0 2px rgba(0, 241, 169, 0.14);
	outline: none;
}

.jc-post-sidebar-search__form button {
	background: transparent;
	border: 1px solid rgba(242, 240, 235, 0.16);
	color: var(--font-light-color);
	cursor: pointer;
	flex: 0 0 auto;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	min-height: 44px;
	padding: 11px 12px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.jc-post-sidebar-search__form button:hover,
.jc-post-sidebar-search__form button:focus {
	background: rgba(0, 241, 169, 0.1);
	border-color: rgba(0, 241, 169, 0.76);
	box-shadow: 0 0 18px rgba(0, 241, 169, 0.16);
	color: var(--secondary-light-color);
	outline: none;
	transform: translateY(-1px);
}

.jc-post-single__tags,
.jc-post-single__share {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
}

.jc-post-single__tags li,
.jc-post-single__share li {
	margin: 0;
}

.jc-post-single__share a {
	align-items: center;
	border: 1px solid rgba(242, 240, 235, 0.16);
	color: var(--font-light-color);
	display: flex;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	justify-content: space-between;
	line-height: normal;
	padding: 11px 12px;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.jc-post-single__share a::after {
	color: var(--secondary-light-color);
	content: "->";
	font-size: 12px;
}

.jc-post-single__share a:hover,
.jc-post-single__share a:focus {
	background: rgba(0, 241, 169, 0.1);
	border-color: rgba(0, 241, 169, 0.72);
	box-shadow: 0 0 16px rgba(0, 241, 169, 0.14);
	color: var(--secondary-light-color);
	outline: none;
	transform: translateY(-1px);
}

.jc-post-author__media {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 18px;
}

.jc-post-author__header {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
}

.jc-post-author__avatar {
	border: 1px solid rgba(242, 240, 235, 0.2);
	border-radius: 999px;
	flex: 0 0 auto;
	height: 72px;
	width: 72px;
}

.jc-post-author__copy {
	min-width: 0;
}

.jc-post-author__name {
	color: var(--font-light-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
	margin: 0;
	min-width: 0;
	overflow-wrap: anywhere;
}

.jc-post-author__bio {
	color: rgba(242, 240, 235, 0.7);
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
}

.jc-post-author__social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 16px 0 0;
	padding: 0;
}

.jc-post-author__social li {
	margin: 0;
}

.jc-post-author__social-link {
	align-items: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	border: 1px solid rgba(242, 240, 235, 0.18);
	color: var(--font-light-color);
	display: inline-flex;
	height: 40px;
	justify-content: center;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 40px;
}

.jc-post-author__social-link--linkedin {
	background-image: url(../img/linkedin.svg);
}

.jc-post-author__social-link--x {
	background-image: url(../img/x.svg);
}

.jc-post-author__social-link--github {
	background-image: url(../img/github.svg);
}

.jc-post-author__social-link--web::before {
	content: "W";
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.jc-post-author__social-link:hover,
.jc-post-author__social-link:focus {
	background-color: rgba(0, 241, 169, 0.1);
	border-color: rgba(0, 241, 169, 0.72);
	box-shadow: 0 0 16px rgba(0, 241, 169, 0.14);
	color: var(--secondary-light-color);
	outline: none;
	transform: translateY(-1px);
}

.jc-post-single__tags {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
}

.jc-post-single__tags a {
	font-size: 12px;
	padding: 8px 10px;
}

.jc-post-content-toc {
	--jc-post-toc-row-gap: 8px;

	background: #e6e3dc;
	border-left: 3px solid var(--primary-light-color);
	margin: 0 0 clamp(26px, 4vw, 42px);
	padding: clamp(18px, 2.4vw, 24px) clamp(22px, 3vw, 32px);
	transition: background-color 0.2s ease, border-color 0.2s ease, padding 0.2s ease;
	width: 100%;
}

.jc-post-content-toc.is-collapsed {
	background: rgba(0, 27, 19, 0.08);
	border-left-color: rgba(0, 27, 19, 0.28);
	padding-bottom: 14px;
}

.jc-post-content-toc__header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin: 0 0 14px;
}

.jc-post-content-toc.is-collapsed .jc-post-content-toc__header {
	margin-bottom: 0;
}

.jc-post-content-toc__title {
	color: rgba(0, 27, 19, 0.54);
	display: flex;
	align-items: center;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 20px;
	text-transform: uppercase;
}

.jc-post-content-toc__toggle {
	background: transparent;
	border: 1px solid rgba(0, 27, 19, 0.18);
	color: rgba(0, 27, 19, 0.72);
	cursor: pointer;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 11px;
	line-height: 1.2;
	padding: 8px 10px;
	text-transform: uppercase;
	transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.jc-post-content-toc__toggle:hover,
.jc-post-content-toc__toggle:focus {
	border-color: var(--primary-light-color);
	color: var(--primary-light-color);
	outline: none;
	transform: translateY(-1px);
}

.jc-post-content-toc__list {
	counter-reset: toc;
	display: flex;
	flex-direction: column;
	gap: var(--jc-post-toc-row-gap);
	list-style: none;
	margin: 0;
	padding: 0;
}

.jc-post-content-toc.is-collapsed .jc-post-content-toc__list {
	display: none;
}

.jc-post-content-toc li + li {
	margin-top: 0;
}

.jc-post-content-toc__item {
	counter-increment: toc;
	margin: 0;
}

.jc-post-content-toc__group {
	display: flex;
	flex-direction: column;
	margin: 0;
}

.jc-post-content-toc__item > a,
.jc-post-content-toc__group > summary > span {
	align-items: flex-start;
	color: rgba(0, 27, 19, 0.72);
	display: grid;
	font-size: 13px;
	gap: 10px;
	grid-template-columns: 28px minmax(0, 1fr);
	line-height: 1.3;
	min-height: 34px;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.jc-post-content-toc__item > a::before,
.jc-post-content-toc__group > summary > span::before {
	color: var(--primary-light-color);
	content: counter(toc, decimal-leading-zero);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 12px;
	line-height: 1.5;
}

.jc-post-content-toc__group > summary {
	align-items: center;
	cursor: pointer;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) 14px;
	list-style: none;
	min-height: 28px;
}

.jc-post-content-toc__group > summary::-webkit-details-marker {
	display: none;
}

.jc-post-content-toc__group > summary::after {
	color: var(--primary-light-color);
	content: "+";
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	line-height: 1.35;
	text-align: right;
}

.jc-post-content-toc__group[open] > summary::after {
	content: "-";
}

.jc-post-content-toc__sublist {
	counter-reset: toc-sub;
	display: flex;
	flex-direction: column;
	gap: var(--jc-post-toc-row-gap);
	list-style: none;
	margin: 0;
	margin-bottom: 0;
	padding: 0 0 0 54px;
}

.jc-post-content-toc__subitem {
	counter-increment: toc-sub;
	margin: 0;
}

.jc-post-content-toc__subitem--level-4 {
	padding-left: 8px;
}

.jc-post-content-toc__subitem a {
	align-items: center;
	color: rgba(0, 27, 19, 0.62);
	display: grid;
	font-size: 12px;
	gap: 6px;
	grid-template-columns: 36px minmax(0, 1fr);
	line-height: 1.3;
	min-height: 28px;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.jc-post-content-toc__subitem a::before {
	color: rgba(0, 168, 118, 0.84);
	content: counter(toc) "." counter(toc-sub);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 11px;
	line-height: 1.45;
}

.jc-post-content-toc a:hover,
.jc-post-content-toc a:focus {
	color: var(--primary-light-color);
	outline: none;
	transform: translateX(2px);
}

.jc-post-sidebar-newsletter__title {
	color: var(--font-light-color);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.14;
	margin: 18px 0 0;
}

.jc-post-sidebar-newsletter__text {
	color: rgba(242, 240, 235, 0.7);
	font-size: 14px;
	line-height: 1.55;
	margin: 10px 0 0;
}

.jc-post-sidebar-newsletter__form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 18px;
}

.jc-post-sidebar-newsletter__form input {
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(0, 241, 169, 0.32);
	color: var(--font-light-color);
	-webkit-text-fill-color: var(--font-light-color);
	font-size: 14px;
	height: 46px;
	line-height: 20px;
	min-width: 0;
	padding: 10px 12px;
	width: 100%;
}

.jc-post-sidebar-newsletter__form input::placeholder {
	color: #aeb3b1;
	opacity: 1;
}

.jc-post-sidebar-newsletter__form input:focus {
	border-color: rgba(0, 241, 169, 0.58);
	box-shadow: 0 0 0 3px rgba(0, 241, 169, 0.08);
	color: #fff;
	-webkit-text-fill-color: #fff;
	outline: none;
}

.jc-post-sidebar-newsletter__form input:-webkit-autofill,
.jc-post-sidebar-newsletter__form input:-webkit-autofill:hover,
.jc-post-sidebar-newsletter__form input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #101412 inset;
	-webkit-text-fill-color: #fff;
	border-color: rgba(0, 241, 169, 0.58);
	caret-color: #fff;
	transition: background-color 9999s ease-in-out 0s;
}

.jc-post-sidebar-newsletter__form button {
	background: var(--secondary-light-color);
	border: 0;
	color: #000c08 !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	height: 46px;
	line-height: 20px;
	padding: 10px 12px;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.jc-post-sidebar-newsletter__form button:hover,
.jc-post-sidebar-newsletter__form button:focus {
	background: #f2f0eb;
	box-shadow: 0 0 24px rgba(0, 241, 169, 0.32);
	color: #000c08 !important;
	outline: none;
	transform: translateY(-1px);
}

.jc-post-sidebar-newsletter__form button:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.jc-post-sidebar-newsletter__consent {
	align-items: flex-start;
	color: rgba(242, 240, 235, 0.64);
	cursor: pointer;
	display: flex;
	font-size: 12px;
	gap: 8px;
	line-height: 1.45;
	margin: 0;
}

.jc-post-sidebar-newsletter__consent input {
	appearance: none;
	background: rgba(0, 0, 0, 0.28);
	border: 1px solid rgba(0, 241, 169, 0.28);
	border-radius: 4px;
	color: #000c08;
	flex: 0 0 auto;
	padding: 0;
	position: relative;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
	height: 16px;
	margin-top: 1px;
	width: 16px;
}

.jc-post-sidebar-newsletter__consent input::after {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 8px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 2px;
	transform: rotate(45deg) scale(0.7);
	transition: opacity 0.16s ease, transform 0.16s ease;
	width: 5px;
}

.jc-post-sidebar-newsletter__consent input:checked {
	background: var(--secondary-light-color);
	border-color: var(--secondary-light-color);
}

.jc-post-sidebar-newsletter__consent input:checked::after {
	opacity: 1;
	transform: rotate(45deg) scale(1);
}

.jc-post-sidebar-newsletter__consent input:focus-visible {
	border-color: rgba(0, 241, 169, 0.72);
	box-shadow: 0 0 0 3px rgba(0, 241, 169, 0.14);
	outline: none;
}

.jc-post-sidebar-newsletter__consent span {
	color: inherit;
}

.jc-post-sidebar-newsletter__meta {
	color: rgba(174, 179, 177, 0.58);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 11px;
	line-height: 1.45;
	margin: 2px 0 0;
	text-transform: uppercase;
}

.jc-post-sidebar-newsletter__meta span {
	color: var(--secondary-light-color);
}

.jc-post-sidebar-newsletter__status {
	color: #aeb3b1;
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
	min-height: 18px;
}

.jc-post-sidebar-newsletter__status.is-success {
	color: var(--secondary-light-color);
}

.jc-post-sidebar-newsletter__status.is-error {
	color: #ff6b6b;
}

.jc-post-single .comments-area {
	margin: -1px auto 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: var(--jc-site-gutter, 80px);
	padding-right: var(--jc-site-gutter, 80px);
	width: 100vw;
}

.jc-related-posts {
	background: #111;
	margin: -1px auto 0;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(64px, 7vw, 96px) var(--jc-site-gutter, 80px);
	width: 100vw;
}

.jc-related-posts__inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 0 auto;
	width: min(var(--jc-wide-width, 1280px), calc(100vw - (var(--jc-site-gutter, 80px) * 2)));
}

.jc-related-posts__header {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.jc-related-posts__heading {
	display: flex;
	flex-direction: column;
	gap: 16px;
	max-width: 620px;
}

.jc-related-posts__kicker {
	color: #aeb3b1;
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
}

.jc-related-posts__title {
	color: var(--font-light-color);
	font-size: clamp(32px, 3.4vw, 42px);
	font-weight: 600;
	line-height: 1.15;
	margin: 0;
}

.jc-related-posts__controls {
	align-items: center;
	display: flex;
	gap: 16px;
}

.jc-related-posts__control {
	background: transparent;
	border: 0;
	color: var(--font-light-color);
	cursor: pointer;
	height: 20px;
	opacity: 0.9;
	padding: 0;
	position: relative;
	transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
	width: 20px;
}

.jc-related-posts__control--prev {
	color: rgba(242, 240, 235, 0.32);
}

.jc-related-posts__control::before {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 8px;
	left: 5px;
	position: absolute;
	top: 5px;
	transform: rotate(45deg);
	width: 8px;
}

.jc-related-posts__control--prev::before {
	left: 7px;
	transform: rotate(225deg);
}

.jc-related-posts__control:hover,
.jc-related-posts__control:focus {
	color: var(--secondary-light-color);
	opacity: 1;
	outline: none;
	transform: translateX(2px);
}

.jc-related-posts__control--prev:hover,
.jc-related-posts__control--prev:focus {
	transform: translateX(-2px);
}

.jc-related-posts__card {
	display: flex;
	flex-direction: column;
	gap: 32px;
	min-width: 0;
	transition: transform 0.2s ease;
}

.jc-related-posts__card:hover,
.jc-related-posts__card:focus-within {
	transform: translateY(-2px);
}

.jc-related-posts__card-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	gap: 32px;
	height: 100%;
	text-decoration: none;
}

.jc-related-posts__media {
	background: #171717;
	border-radius: 4px;
	display: block;
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.jc-related-posts__image,
.jc-related-posts__placeholder {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transition: opacity 0.28s ease, transform 0.28s ease;
	width: 100%;
}

.jc-related-posts__card:hover .jc-related-posts__image,
.jc-related-posts__card:focus-within .jc-related-posts__image {
	opacity: 0.88;
	transform: scale(1.025);
}

.jc-related-posts__placeholder {
	background:
		linear-gradient(90deg, rgba(0, 241, 169, 0.16), transparent 42%),
		#151515;
}

.jc-related-posts__copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
	min-height: 164px;
}

.jc-related-posts__eyebrow {
	color: rgba(174, 179, 177, 0.78);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.jc-related-posts__card-title {
	color: var(--font-light-color);
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

.jc-related-posts__card:hover .jc-related-posts__card-title,
.jc-related-posts__card:focus-within .jc-related-posts__card-title {
	color: var(--secondary-light-color);
	text-shadow: 0 0 18px rgba(0, 241, 169, 0.22);
}

.jc-related-posts__excerpt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: rgba(242, 240, 235, 0.5);
	display: -webkit-box;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
}

.jc-related-posts__tags {
	display: flex;
	flex-wrap: nowrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	min-height: 34px;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.jc-related-posts__tags li {
	background: transparent;
	border: 1px solid rgba(242, 240, 235, 0.16);
	color: var(--font-light-color);
	font-family: "JetBrains Mono", Monaco, Consolas, "Andale Mono", monospace;
	font-size: 14px;
	line-height: normal;
	margin: 0;
	padding: 8px 10px;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
	white-space: nowrap;
}

.jc-related-posts__card:hover .jc-related-posts__tags li,
.jc-related-posts__card:focus-within .jc-related-posts__tags li {
	border-color: rgba(0, 241, 169, 0.32);
}

.jc-related-posts__link {
	align-items: center;
	color: var(--font-light-color);
	display: inline-flex;
	font-size: 16px;
	font-weight: 600;
	gap: 8px;
	line-height: 24px;
	margin-top: auto;
	position: relative;
	transition: color 0.2s ease, transform 0.2s ease;
}

.jc-related-posts__link::after {
	background: currentColor;
	bottom: -4px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.2s ease;
	width: calc(100% - 22px);
}

.jc-related-posts__card:hover .jc-related-posts__link,
.jc-related-posts__card:focus-within .jc-related-posts__link {
	color: var(--secondary-light-color);
	transform: translateX(3px);
}

.jc-related-posts__card:hover .jc-related-posts__link::after,
.jc-related-posts__card:focus-within .jc-related-posts__link::after {
	transform: scaleX(1);
}

.jc-related-posts__link-icon {
	height: 14px;
	position: relative;
	transition: transform 0.2s ease;
	width: 14px;
}

.jc-related-posts__link-icon::before {
	border-right: 2px solid currentColor;
	border-top: 2px solid currentColor;
	content: "";
	height: 7px;
	left: 2px;
	position: absolute;
	top: 3px;
	transform: rotate(45deg);
	width: 7px;
}

.jc-related-posts__card:hover .jc-related-posts__link-icon,
.jc-related-posts__card:focus-within .jc-related-posts__link-icon {
	transform: translateX(3px);
}

.jc-related-posts__rule {
	background: rgba(242, 240, 235, 0.14);
	height: 1px;
	margin-top: 36px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.jc-related-posts__rule span {
	background: var(--secondary-light-color);
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	transform: translateX(0);
	transition: transform 0.25s ease, width 0.25s ease;
	width: 100px;
}

.jc-related-posts__viewport {
	margin-top: 44px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.jc-related-posts__viewport::after {
	background: linear-gradient(270deg, #111 0%, rgba(17, 17, 17, 0) 100%);
	content: "";
	height: 100%;
	pointer-events: none;
	position: absolute;
	right: -80px;
	top: 0;
	width: 180px;
}

.jc-related-posts__track {
	display: flex;
	gap: clamp(28px, 4vw, 72px);
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}

.jc-related-posts__track::-webkit-scrollbar {
	display: none;
}

.jc-related-posts__track .jc-related-posts__card {
	flex: 0 0 calc((100% - (clamp(28px, 4vw, 72px) * 2)) / 3);
	scroll-snap-align: start;
	width: calc((100% - (clamp(28px, 4vw, 72px) * 2)) / 3);
}

.jc-post-single .comments-area {
	background: #0d0d0d;
	padding-bottom: clamp(72px, 7vw, 104px);
	padding-top: clamp(72px, 7vw, 104px);
}

.jc-post-single .comments-area > * {
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
}

@media screen and (max-width: 960px) {

	.jc-post-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.jc-post-hero__inner::before {
		display: none;
	}

	.jc-post-hero__content {
		padding-right: 0;
	}

	.jc-post-hero__media,
	.jc-post-hero__figure,
	.jc-post-hero__image,
	.jc-post-hero__placeholder {
		height: clamp(300px, 54vw, 480px);
		min-height: clamp(300px, 54vw, 480px);
	}

	.jc-post-single__body-inner {
		grid-template-columns: 1fr;
		width: min(80vw, calc(100vw - (var(--jc-site-gutter, 80px) * 2)));
	}

	.jc-post-single__sidebar {
		position: static;
	}

	.jc-post-content-toc {
		margin: 0 0 32px;
		width: 100%;
	}

}

@media screen and (max-width: 719px) {

	.jc-post-hero {
		padding-top: 54px;
	}

	.jc-post-hero__title {
		font-size: clamp(36px, 12vw, 48px);
	}

	.jc-post-hero__description,
	.jc-post-single__content {
		font-size: 16px;
		line-height: 1.68;
	}

	.jc-post-single__content,
	.jc-post-single__body-inner {
		width: calc(100vw - (var(--jc-site-gutter, 20px) * 2));
	}

	.jc-post-hero__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	.jc-related-posts {
		padding-left: var(--jc-site-gutter, 20px);
		padding-right: var(--jc-site-gutter, 20px);
	}

	.jc-related-posts__header {
		align-items: flex-start;
		gap: 24px;
	}

	.jc-related-posts__track .jc-related-posts__card {
		flex-basis: 280px;
		width: 280px;
	}
}
