body.single-post {
	background: #070711;
	color: #fffaf4;
}

body.blog,
body.archive,
body.search {
	background: #070711;
	color: #fffaf4;
}

.jo26-blog-index {
	background:
		radial-gradient(circle at 16% 8%, rgba(38, 224, 210, 0.18), transparent 32rem),
		radial-gradient(circle at 84% 16%, rgba(236, 53, 148, 0.2), transparent 30rem),
		#070711;
	color: #fffaf4;
	min-height: 100vh;
}

.jo26-blog-hero {
	background:
		linear-gradient(90deg, rgba(7, 7, 17, 0.94), rgba(7, 7, 17, 0.62)),
		url("../../../../uploads/2026/07/grafix-landscape-space-only.png") center / cover no-repeat;
	border-bottom: 1px solid rgba(255, 250, 244, 0.12);
}

.jo26-blog-hero__inner,
.jo26-blog-listing__inner {
	margin: 0 auto;
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
}

.jo26-blog-hero__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	padding-bottom: 72px;
	padding-top: 72px;
}

.jo26-blog-kicker {
	color: #26e0d2;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.14em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.jo26-blog-title {
	color: #fffaf4;
	font-size: clamp(2.35rem, 5vw, 5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
	margin: 0;
	max-width: 820px;
}

.jo26-blog-title .vcard,
.jo26-blog-title .url {
	color: inherit;
	text-decoration: none;
}

.jo26-blog-lede {
	color: rgba(255, 250, 244, 0.82);
	font-size: 1.08rem;
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 680px;
}

.jo26-blog-listing__inner {
	padding-bottom: 84px;
	padding-top: 54px;
}

.jo26-post-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jo26-post-card {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.jo26-post-card:hover {
	background: rgba(255, 250, 244, 0.1);
	border-color: rgba(38, 224, 210, 0.48);
	transform: translateY(-3px);
}

.jo26-post-card__image {
	aspect-ratio: 16 / 10;
	background: rgba(255, 250, 244, 0.06);
	display: block;
	overflow: hidden;
	position: relative;
}

.jo26-post-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jo26-post-card__placeholder {
	background:
		radial-gradient(circle at 30% 20%, rgba(38, 224, 210, 0.28), transparent 12rem),
		radial-gradient(circle at 72% 34%, rgba(236, 53, 148, 0.24), transparent 13rem),
		linear-gradient(135deg, rgba(255, 250, 244, 0.08), rgba(255, 250, 244, 0.02));
	display: block;
	height: 100%;
	width: 100%;
}

.jo26-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.jo26-post-card__categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

.jo26-post-card__categories a {
	background: rgba(38, 224, 210, 0.12);
	border: 1px solid rgba(38, 224, 210, 0.28);
	border-radius: 999px;
	color: #26e0d2;
	font-size: 0.7rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.jo26-post-card__title {
	font-size: 1.32rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 12px;
}

.jo26-post-card__title a {
	color: #fffaf4;
	text-decoration: none;
}

.jo26-post-card__meta {
	color: rgba(255, 250, 244, 0.62);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.84rem;
	font-weight: 700;
	gap: 10px;
	margin-bottom: 14px;
}

.jo26-post-card__excerpt {
	color: rgba(255, 250, 244, 0.76);
	font-size: 0.98rem;
	line-height: 1.65;
}

.jo26-post-card__excerpt p {
	margin: 0;
}

.jo26-post-card__read {
	color: #26e0d2;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-top: auto;
	padding-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.jo26-blog-pagination {
	margin-top: 42px;
}

.jo26-blog-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.jo26-blog-pagination .page-numbers {
	background: rgba(255, 250, 244, 0.08);
	border: 1px solid rgba(255, 250, 244, 0.12);
	border-radius: 999px;
	color: #fffaf4;
	font-weight: 850;
	min-width: 42px;
	padding: 11px 14px;
	text-align: center;
	text-decoration: none;
}

.jo26-blog-pagination .page-numbers.current {
	background: rgba(38, 224, 210, 0.18);
	border-color: rgba(38, 224, 210, 0.5);
}

.jo26-blog-empty {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	color: rgba(255, 250, 244, 0.78);
	padding: 32px;
}

.jo26-blog-empty h2 {
	color: #fffaf4;
	font-size: 1.8rem;
	margin: 0 0 10px;
}

.jo26-single-post {
	background:
		radial-gradient(circle at 16% 8%, rgba(38, 224, 210, 0.18), transparent 32rem),
		radial-gradient(circle at 84% 16%, rgba(236, 53, 148, 0.2), transparent 30rem),
		#070711;
	color: #fffaf4;
	min-height: 100vh;
}

.jo26-post-hero {
	background:
		linear-gradient(90deg, rgba(7, 7, 17, 0.94), rgba(7, 7, 17, 0.62)),
		url("../../../../uploads/2026/07/grafix-landscape-space-only.png") center / cover no-repeat;
	border-bottom: 1px solid rgba(255, 250, 244, 0.12);
}

.jo26-post-hero__inner,
.jo26-post-body,
.jo26-comments {
	margin: 0 auto;
	max-width: 1120px;
	padding-left: 24px;
	padding-right: 24px;
}

.jo26-post-hero__inner {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	min-height: 440px;
	padding-bottom: 72px;
	padding-top: 72px;
	place-items: center;
}

.jo26-post-hero__copy {
	width: 100%;
}

.jo26-post-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.jo26-post-categories a,
.jo26-post-tags a {
	background: rgba(38, 224, 210, 0.12);
	border: 1px solid rgba(38, 224, 210, 0.28);
	border-radius: 999px;
	color: #26e0d2;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 8px 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.jo26-post-title {
	color: #fffaf4;
	font-size: clamp(2.25rem, 5vw, 5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.98;
	margin: 0;
	max-width: 780px;
}

.jo26-post-meta {
	align-items: center;
	color: rgba(255, 250, 244, 0.78);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.98rem;
	gap: 12px;
	margin-top: 22px;
}

.jo26-post-meta a {
	color: #fffaf4;
	font-weight: 800;
	text-decoration: none;
}

.jo26-post-meta__dot {
	background: #ec3594;
	border-radius: 999px;
	display: inline-block;
	height: 7px;
	width: 7px;
}

.jo26-post-featured {
	background: rgba(255, 250, 244, 0.08);
	border: 1px solid rgba(255, 250, 244, 0.14);
	border-radius: 8px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
	margin: 0;
	overflow: hidden;
	width: 100%;
}

.jo26-post-featured img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.jo26-post-body {
	padding-bottom: 78px;
	padding-top: 54px;
}

.jo26-post-content {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	color: rgba(255, 250, 244, 0.86);
	font-size: 1.08rem;
	line-height: 1.8;
	padding: clamp(24px, 5vw, 56px);
}

.jo26-post-content > *:first-child {
	margin-top: 0;
}

.jo26-post-content > *:last-child {
	margin-bottom: 0;
}

.jo26-post-content h2,
.jo26-post-content h3,
.jo26-post-content h4 {
	color: #fffaf4;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 1.6em 0 0.6em;
}

.jo26-post-content h2 {
	font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.jo26-post-content h3 {
	font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.jo26-post-content a {
	color: #26e0d2;
	font-weight: 800;
	text-decoration-color: rgba(38, 224, 210, 0.45);
}

.jo26-post-content img,
.jo26-post-content figure {
	border-radius: 8px;
	max-width: 100%;
}

.jo26-post-content blockquote {
	border-left: 4px solid #ec3594;
	color: #fffaf4;
	font-size: 1.2rem;
	font-weight: 700;
	margin-left: 0;
	padding-left: 22px;
}

.jo26-post-pages {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.jo26-post-footer {
	margin-top: 24px;
}

.jo26-post-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.jo26-post-tags span {
	color: rgba(255, 250, 244, 0.7);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.jo26-post-nav {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jo26-post-nav__item {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	min-height: 96px;
	padding: 20px;
}

.jo26-post-nav__item--next {
	text-align: right;
}

.jo26-post-nav__item span {
	color: rgba(255, 250, 244, 0.62);
	display: block;
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.jo26-post-nav__item a {
	color: #fffaf4;
	font-size: 1.05rem;
	font-weight: 850;
	line-height: 1.3;
	text-decoration: none;
}

.jo26-comments {
	padding-bottom: 84px;
}

.jo26-comments .comments-area,
.jo26-comments #respond,
.jo26-comments .comment-list {
	background: rgba(255, 250, 244, 0.07);
	border: 1px solid rgba(255, 250, 244, 0.13);
	border-radius: 8px;
	color: rgba(255, 250, 244, 0.86);
	padding: 24px;
}

.jo26-comments a {
	color: #26e0d2;
}

.jo26-comments input,
.jo26-comments textarea {
	background: rgba(255, 250, 244, 0.08);
	border: 1px solid rgba(255, 250, 244, 0.18);
	border-radius: 8px;
	color: #fffaf4;
}

.jo26-comments input[type="submit"] {
	background: linear-gradient(135deg, #ec3594, #26e0d2);
	border: 0;
	border-radius: 999px;
	color: #070711;
	font-weight: 900;
	padding: 14px 18px;
}

@media (max-width: 820px) {
	.jo26-blog-hero__inner,
	.jo26-blog-listing__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.jo26-blog-hero__inner {
		min-height: 300px;
		padding-bottom: 48px;
		padding-top: 54px;
	}

	.jo26-blog-listing__inner {
		padding-bottom: 58px;
		padding-top: 34px;
	}

	.jo26-post-grid {
		grid-template-columns: 1fr;
	}

	.jo26-post-hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
		padding-bottom: 42px;
		padding-top: 54px;
	}

	.jo26-post-featured {
		order: -1;
	}

	.jo26-post-body,
	.jo26-comments,
	.jo26-post-hero__inner {
		padding-left: 18px;
		padding-right: 18px;
	}

	.jo26-post-body {
		padding-top: 34px;
	}

	.jo26-post-nav {
		grid-template-columns: 1fr;
	}

	.jo26-post-nav__item--next {
		text-align: left;
	}
}
