body {
	font-family: 'Libre Baskerville', Georgia, serif;
	background: #f5f2ec;
	color: #1a1916;
	line-height: 1.6;
}

body #wrapper-navbar,
body #wrapper-footer {
	padding: 0 1rem;
}

.jk-site {
	padding: 0 1rem 3rem;
}

.jk-wrap {
	max-width: 860px;
	margin: 0 auto;
	background: #f5f2ec;
}

.jk-site-nav {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 1.75rem 2rem 1.4rem;
}

.jk-site-branding {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.3rem;
}

.jk-site-name {
	font-family: 'Libre Baskerville', Georgia, serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1a1916;
	text-decoration: none;
}

.jk-site-tagline {
	margin: 0;
	font-family: 'DM Mono', monospace;
	font-size: 0.65rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-nav-links {
	display: flex;
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jk-nav-links a,
.jk-site-footer p,
.jk-site-footer a {
	font-family: 'DM Mono', monospace;
	font-size: 0.68rem;
	font-weight: 300;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2f2c28;
	text-decoration: none;
}

.jk-nav-links a {
	font-weight: 500;
}

.jk-nav-links a:hover,
.jk-site-footer a:hover,
.jk-site-footer a:focus,
.jk-site-name:hover,
.jk-site-name:focus {
	color: #1a1916;
}

.jk-section {
	padding: 3.5rem 2rem;
	border-bottom: 1px solid #c5bfb3;
}

.jk-section:last-of-type {
	border-bottom: 0;
}

.jk-section-home {
	padding-top: 3rem;
}

.jk-section-label {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 2rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.62rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-section-label::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #c5bfb3;
}

.jk-hero,
.jk-about-grid,
.jk-book-grid {
	display: grid;
	align-items: start;
}

.jk-hero {
	grid-template-columns: 1fr 1fr;
	gap: 3.5rem;
}

.jk-cover-box,
.jk-book-cover,
.jk-photo-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #c5bfb3;
	background: #ddd8ce;
}

.jk-cover-box {
	width: 100%;
	aspect-ratio: 2 / 3;
	gap: 0.5rem;
}

.jk-cover-box span,
.jk-book-cover span,
.jk-photo-placeholder {
	font-family: 'DM Mono', monospace;
	font-size: 0.62rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-tagline,
.jk-role-tag,
.jk-book-sub,
.jk-book-meta,
.jk-pub-note p,
.jk-blurb-label,
.jk-comps-label,
.jk-creds h3,
.jk-writing-year,
.jk-writing-pub {
	font-family: 'DM Mono', monospace;
}

.jk-tagline {
	margin-bottom: 1.25rem;
	padding-left: 0.75rem;
	border-left: 2px solid #8a8479;
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	line-height: 1.9;
	color: #8a8479;
}

.jk-hero-copy h1 {
	margin-bottom: 0.2rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.05;
}

.jk-pub-line {
	margin-bottom: 1.5rem;
	font-size: 0.88rem;
	font-style: italic;
	color: #6a6560;
}

.jk-hero-copy p,
.jk-about-copy p,
.jk-about-content p,
.jk-book-details p {
	margin-bottom: 1rem;
	font-size: 0.88rem;
	line-height: 1.85;
	color: #2a2824;
}

.jk-pub-note {
	margin-top: 1.75rem;
	padding: 0.85rem 1rem;
	border: 1px solid #c5bfb3;
	background: #eeead3;
}

.jk-pub-note p {
	margin: 0;
	font-size: 0.65rem;
	letter-spacing: 0.06em;
	color: #5a5650;
}

.jk-about-grid {
	grid-template-columns: 180px 1fr;
	gap: 3rem;
}

.jk-photo-placeholder {
	width: 180px;
	height: 216px;
	font-size: 0.6rem;
	letter-spacing: 0.08em;
}

.jk-about-copy h2,
.jk-about-content h2 {
	margin-bottom: 0.2rem;
	font-size: 1.5rem;
	font-weight: 700;
}

.jk-role-tag {
	margin-bottom: 1.25rem;
	font-size: 0.65rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-about-content > :last-child {
	margin-bottom: 0;
}

.jk-creds {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid #c5bfb3;
}

.jk-creds h3 {
	margin-bottom: 0.6rem;
	font-size: 0.6rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-creds ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.jk-creds li {
	padding: 0.25rem 0;
	border-bottom: 1px solid #ddd8ce;
	font-size: 0.8rem;
	font-style: italic;
	color: #3a3834;
}

.jk-creds li:last-child {
	border-bottom: 0;
}

.jk-book-grid {
	grid-template-columns: 160px 1fr;
	gap: 2.5rem;
}

.jk-book-single {
	align-items: start;
}

.jk-book-aside {
	display: block;
}

.jk-book-cover {
	width: 160px;
	aspect-ratio: 2 / 3;
	gap: 0.4rem;
}

.jk-book-cover-image {
	overflow: hidden;
	padding: 0;
	background: transparent;
}

.jk-book-cover-asset {
	display: block;
	width: 100%;
	height: auto;
}

.jk-book-meta {
	margin-top: 0.75rem;
	font-size: 0.6rem;
	line-height: 1.9;
	letter-spacing: 0.06em;
	color: #8a8479;
}

.jk-book-buylinks {
	margin-top: 1.25rem;
	padding-top: 1.1rem;
	border-top: 1px solid #c5bfb3;
}

.jk-book-buylinks-content {
	font-size: 0.8rem;
	line-height: 1.8;
	color: #2a2824;
}

.jk-book-buylinks-content p:last-child {
	margin-bottom: 0;
}

.jk-book-buylinks-content a {
	color: #1a1916;
	text-decoration: none;
	border-bottom: 1px solid #c5bfb3;
}

.jk-book-buylinks-content a:hover,
.jk-book-buylinks-content a:focus {
	color: #5a5650;
	border-bottom-color: #8a8479;
}

.jk-book-details h2 {
	margin-bottom: 0.2rem;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 700;
}

.jk-book-details h1 {
	margin-bottom: 0.2rem;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 700;
	line-height: 1.08;
}

.jk-book-sub {
	margin-bottom: 1.25rem;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	color: #6a6560;
}

.jk-blurb-area {
	margin-bottom: 1.25rem;
	padding: 1rem 1.1rem;
	border-left: 3px solid #8a8479;
	background: #eeead3;
}

.jk-blurb-label,
.jk-comps-label {
	margin-bottom: 0.4rem;
	font-size: 0.58rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-blurb-area p {
	margin: 0;
	font-size: 0.82rem;
	font-style: italic;
	line-height: 1.7;
	color: #6a6560;
}

.jk-book-praise-list {
	display: grid;
	gap: 0.9rem;
}

.jk-book-praise-item + .jk-book-praise-item {
	padding-top: 0.9rem;
	border-top: 1px solid #d9d3c7;
}

.jk-book-praise-attribution {
	margin-top: 0.45rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.58rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-book-note {
	margin-bottom: 1.25rem;
}

.jk-book-note-body p:last-child {
	margin-bottom: 0;
}

.jk-book-body > :first-child {
	margin-top: 0;
}

.jk-book-body p,
.jk-book-body li {
	font-size: 0.85rem;
	line-height: 1.85;
	color: #2a2824;
}

.jk-book-body a {
	color: #1a1916;
	text-decoration: none;
	border-bottom: 1px solid #c5bfb3;
}

.jk-book-body a:hover,
.jk-book-body a:focus {
	color: #5a5650;
	border-bottom-color: #8a8479;
}

.jk-comps {
	margin-top: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid #c5bfb3;
}

.jk-comps p {
	font-size: 0.8rem;
	font-style: italic;
	line-height: 2.1;
	color: #4a4843;
}

.jk-writing-list {
	display: block;
}

.jk-writing-item {
	display: grid;
	grid-template-columns: 90px 1fr auto;
	gap: 0 1.5rem;
	align-items: baseline;
	padding: 0.65rem 0.4rem;
	border-bottom: 1px solid #ddd8ce;
	color: inherit;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease;
}

.jk-writing-item:first-child {
	border-top: 1px solid #ddd8ce;
}

.jk-writing-item:hover,
.jk-writing-item:focus {
	background: #eceade;
	color: inherit;
}

.jk-writing-item-static {
	cursor: default;
}

.jk-writing-item-static:hover,
.jk-writing-item-static:focus {
	background: transparent;
}

.jk-writing-item[aria-disabled='true'] {
	cursor: default;
}

.jk-writing-year {
	font-size: 0.68rem;
	color: #8a8479;
}

.jk-writing-title {
	font-size: 0.85rem;
	font-style: italic;
	color: #1a1916;
}

.jk-writing-pub {
	font-size: 0.62rem;
	text-align: right;
	color: #8a8479;
}

.jk-site-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 2rem;
	border-top: 1px solid #1a1916;
}

.jk-site-footer p {
	margin: 0;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	color: #8a8479;
}

.jk-site-footer a {
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	color: #4a4843;
	border-bottom: 1px solid #c5bfb3;
}

.jk-page-section {
	padding-top: 2.5rem;
}

.jk-front-page-section {
	padding-top: 3rem;
}

.jk-front-page-content > .wp-block-group {
	margin-bottom: 0;
}

.jk-home-book-teaser,
.jk-home-author-intro {
	margin-bottom: 0;
	padding-bottom: 3.5rem;
}

.jk-home-book-teaser {
	border-bottom: 1px solid #c5bfb3;
}

.jk-home-book-teaser .wp-block-columns,
.jk-home-author-intro .wp-block-columns {
	margin: 0;
}

.jk-home-book-teaser .wp-block-columns {
	gap: 3.5rem;
}

.jk-home-author-intro .wp-block-columns {
	gap: 3rem;
}

.jk-home-book-teaser .wp-block-image img,
.jk-home-author-intro .wp-block-image img {
	width: 100%;
	margin: 0;
}

.jk-home-book-teaser .wp-block-column:first-child .wp-block-image {
	margin-bottom: 0;
}

.jk-home-book-teaser .wp-block-heading,
.jk-home-author-intro .wp-block-heading {
	margin-top: 0;
}

.jk-home-book-teaser .wp-block-heading {
	margin-bottom: 0.15rem;
	font-size: 2.55rem;
	font-weight: 700;
	line-height: 1.05;
}

.jk-home-author-intro .wp-block-heading {
	margin-bottom: 0.2rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1;
}

.jk-front-page .jk-home-kicker,
.jk-front-page .jk-home-author-tagline {
	margin-bottom: 0.85rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.65rem !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-front-page .jk-home-publine {
	margin-bottom: 1.25rem;
	font-size: 0.88rem !important;
	font-style: italic;
	line-height: 1.7;
	color: #6a6560;
}

.jk-front-page .jk-home-summary {
	max-width: 34rem;
}

.jk-front-page .jk-home-summary p,
.jk-front-page .jk-home-summary {
	font-size: 0.88rem;
	line-height: 1.85;
	color: #2a2824;
}

.jk-front-page .jk-home-book-teaser .has-small-font-size,
.jk-front-page .jk-home-author-intro .has-small-font-size {
	font-size: 0.72rem !important;
}

.jk-front-page .jk-home-book-teaser .has-medium-font-size,
.jk-front-page .jk-home-author-intro .has-medium-font-size {
	font-size: 0.88rem !important;
	line-height: 1.85;
}

.jk-front-page .jk-home-book-teaser .has-large-font-size,
.jk-front-page .jk-home-author-intro .has-large-font-size {
	font-size: 1.05rem !important;
	line-height: 1.65;
}

.jk-front-page .jk-home-book-teaser .has-x-large-font-size,
.jk-front-page .jk-home-author-intro .has-x-large-font-size {
	font-size: 1.15rem !important;
	line-height: 1.55;
}

.jk-front-page .jk-home-book-teaser .wp-block-heading.has-large-font-size {
	font-size: 2.4rem !important;
	line-height: 1.05;
}

.jk-front-page .jk-home-book-teaser .wp-block-heading.has-x-large-font-size {
	font-size: 2.6rem !important;
	line-height: 1.02;
}

.jk-front-page .jk-home-author-intro .wp-block-heading.has-large-font-size {
	font-size: 1.65rem !important;
	line-height: 1.08;
}

.jk-front-page .jk-home-author-intro .wp-block-heading.has-x-large-font-size {
	font-size: 1.85rem !important;
	line-height: 1.05;
}

.jk-front-page .jk-home-cta {
	margin-top: 1.6rem;
	margin-bottom: 0;
}

.jk-home-author-intro {
	padding-top: 3.5rem;
}

.jk-home-author-intro .wp-block-column:first-child {
	align-self: start;
}

.jk-home-author-intro .wp-block-column:first-child .wp-block-image img {
	max-width: 180px;
}

.jk-home-author-credentials,
.jk-home-author-credentials ul {
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
}

.jk-home-author-credentials li {
	padding: 0.25rem 0;
	border-bottom: 1px solid #ddd8ce;
	font-size: 0.8rem !important;
	font-style: italic;
	line-height: 1.7;
	color: #3a3834;
}

.jk-home-author-credentials li:last-child {
	border-bottom: 0;
}

.jk-author-page-layout {
	display: grid;
	grid-template-columns: minmax(180px, 0.9fr) minmax(0, 2.1fr);
	gap: 2.5rem;
	align-items: start;
}

.jk-author-page-media {
	align-self: start;
}

.jk-author-page-image {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
	border: 1px solid #c5bfb3;
}

.jk-author-page-body {
	max-width: 42rem;
}

.jk-author-page-body .entry-header {
	margin-bottom: 0.35rem;
}

.jk-author-page-body .entry-title {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.05;
}

.jk-author-page-body .entry-title.has-x-large-font-size {
	font-size: 1.85rem !important;
}

.jk-author-page-body .jk-author-page-tagline {
	margin: 0 0 1.1rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.65rem !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-author-page-intro p:first-child {
	margin-top: 0;
}

.jk-author-page-rule {
	margin: 1.9rem 0 1rem;
	border: 0;
	border-top: 1px solid #c5bfb3;
}

.jk-author-page-section-label {
	margin-bottom: 0.8rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a8479;
}

.jk-author-page-credentials {
	margin: 0;
	padding: 0;
	margin-left: 0 !important;
	list-style: none;
}

.jk-author-page-credentials li {
	padding: 0.3rem 0;
	border-bottom: 1px solid #ddd8ce;
	font-size: 0.8rem;
	font-style: italic;
	line-height: 1.7;
	color: #3a3834;
}

.jk-author-page-credentials li:last-child {
	border-bottom: 0;
}

.jk-author-page-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem 1.2rem;
	margin-top: 1.5rem;
	font-family: 'DM Mono', monospace;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jk-author-page-socials a {
	border-bottom: 1px solid #c5bfb3;
}

@media (max-width: 767px) {
	body #wrapper-navbar,
	body #wrapper-footer,
	.jk-site {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.jk-site-nav,
	.jk-section,
	.jk-site-footer {
		padding-right: 1.25rem;
		padding-left: 1.25rem;
	}

	.jk-site-nav,
	.jk-site-footer,
	.jk-hero,
	.jk-about-grid,
	.jk-book-grid,
	.jk-writing-item {
		grid-template-columns: 1fr;
	}

	.jk-home-book-teaser .wp-block-columns,
	.jk-home-author-intro .wp-block-columns {
		gap: 2rem;
	}

	.jk-home-book-teaser .wp-block-heading {
		font-size: 2rem;
	}

	.jk-author-page-layout {
		grid-template-columns: 1fr;
		gap: 1.75rem;
	}

	.jk-author-page-image {
		max-width: 220px;
	}

	.jk-site-nav,
	.jk-site-footer {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.jk-site-branding {
		gap: 0.75rem;
	}

	.jk-nav-links {
		gap: 1rem;
		flex-wrap: wrap;
	}

	.jk-hero,
	.jk-about-grid,
	.jk-book-grid {
		gap: 2rem;
	}

	.jk-photo-placeholder,
	.jk-book-cover {
		width: 100%;
		max-width: 180px;
	}

	.jk-writing-item {
		gap: 0.35rem;
	}

	.jk-writing-pub {
		text-align: left;
	}
}
