.spacedk-novel-page {
	--novel-ink: #162228;
	--novel-muted: #647076;
	--novel-paper: #f7f1e7;
	--novel-cream: #fffaf0;
	--novel-green: #174f46;
	--novel-coral: #d7634f;
	--novel-gold: #cf9f43;
	--novel-night: #0e1b22;
	--novel-line: rgba(22, 34, 40, .14);
}

.spacedk-novel-page .entry-content,
.spacedk-novel-page .wp-block-post-content {
	max-width: none !important;
}

.spacedk-novel-page .entry-content > .spacedk-novel-shell,
.spacedk-novel-page .wp-block-post-content > .spacedk-novel-shell {
	margin-inline: calc(50% - 50vw) !important;
	margin-block: 0 !important;
	max-width: none !important;
	width: 100vw !important;
}

.spacedk-novel-page .wp-block-post-title {
	display: none !important;
}

.spacedk-novel-page main,
.spacedk-novel-page .entry-content,
.spacedk-novel-page .wp-block-post-content {
	margin-block-start: 0 !important;
}

.spacedk-novel-shell,
.spacedk-novel-shell * {
	box-sizing: border-box;
}

.spacedk-novel-shell {
	color: var(--novel-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-inline: calc(50% - 50vw);
	overflow: clip;
}

.spacedk-novel-shell a {
	color: inherit;
}

.spacedk-novel-eyebrow {
	color: var(--novel-coral);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .19em;
	line-height: 1.4;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.spacedk-novel-hero {
	align-items: center;
	background:
		radial-gradient(circle at 72% 24%, rgba(207, 159, 67, .19), transparent 25%),
		linear-gradient(135deg, #11242c 0%, #0a171d 64%, #1e3035 100%);
	color: #fff8e9;
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(300px, .82fr);
	min-height: 680px;
	padding: clamp(5.5rem, 10vw, 9rem) max(5vw, calc((100vw - 1180px) / 2));
	position: relative;
}

.spacedk-novel-hero::before,
.spacedk-novel-hero::after {
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
	position: absolute;
}

.spacedk-novel-hero::before {
	height: 440px;
	right: 8%;
	top: 12%;
	width: 440px;
}

.spacedk-novel-hero::after {
	height: 610px;
	right: -5%;
	top: -2%;
	width: 610px;
}

.spacedk-novel-hero-copy {
	max-width: 760px;
	position: relative;
	z-index: 2;
}

.spacedk-novel-hero h1 {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(3.2rem, 7vw, 6.8rem);
	font-weight: 600;
	letter-spacing: -.06em;
	line-height: .98;
	margin: 0;
	max-width: 900px;
}

.spacedk-novel-deck {
	color: rgba(255, 248, 233, .72);
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(1.08rem, 1.7vw, 1.35rem);
	line-height: 1.85;
	margin: 2rem 0 0;
	max-width: 690px;
}

.spacedk-novel-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75rem;
	margin-top: 2.4rem;
}

.spacedk-novel-hero-actions a {
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 999px;
	display: inline-flex;
	font-size: .92rem;
	font-weight: 750;
	padding: .88rem 1.3rem;
	text-decoration: none;
	transition: transform .2s ease, background .2s ease;
}

.spacedk-novel-hero-actions a:hover {
	transform: translateY(-2px);
}

.spacedk-novel-hero-actions .is-primary {
	background: #f1be58;
	border-color: #f1be58;
	color: #122129;
}

.spacedk-novel-orbit {
	height: 420px;
	position: relative;
	z-index: 2;
}

.spacedk-novel-orbit .planet {
	background: radial-gradient(circle at 34% 30%, #f6d78c 0, #c9604d 38%, #772e32 70%, #241d28 100%);
	border-radius: 50%;
	box-shadow: 0 45px 100px rgba(0,0,0,.45), inset -32px -26px 50px rgba(18,17,34,.5);
	height: 210px;
	position: absolute;
	right: 50px;
	top: 35px;
	width: 210px;
}

.spacedk-novel-orbit .planet::after {
	border: 12px solid rgba(234, 196, 113, .36);
	border-left-color: rgba(234, 196, 113, .08);
	border-radius: 50%;
	content: "";
	height: 62px;
	left: -48px;
	position: absolute;
	top: 67px;
	transform: rotate(-14deg);
	width: 290px;
}

.spacedk-novel-orbit .door {
	background: linear-gradient(110deg, #f6e7bd 0 7%, #23484c 7% 92%, #132e33 92%);
	bottom: 12px;
	box-shadow: 22px 24px 0 rgba(0,0,0,.15);
	height: 184px;
	left: 30px;
	position: absolute;
	transform: rotate(4deg);
	width: 112px;
}

.spacedk-novel-orbit .door::after {
	background: #f0bd5c;
	border-radius: 50%;
	content: "";
	height: 10px;
	position: absolute;
	right: 14px;
	top: 92px;
	width: 10px;
}

.spacedk-novel-orbit .ticket {
	background: #f5eee0;
	box-shadow: 0 20px 45px rgba(0,0,0,.28);
	color: #26343a;
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 1.1rem;
	font-weight: 800;
	letter-spacing: .12em;
	padding: 1.15rem 1.6rem;
	position: absolute;
	right: 0;
	top: 270px;
	transform: rotate(-8deg);
}

.spacedk-novel-promise {
	background: #f1bc56;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-inline: max(5vw, calc((100vw - 1180px) / 2));
}

.spacedk-novel-promise > div {
	border-right: 1px solid rgba(22,34,40,.18);
	display: flex;
	flex-direction: column;
	gap: .18rem;
	min-height: 128px;
	padding: 2rem 1.7rem;
}

.spacedk-novel-promise > div:first-child {
	border-left: 1px solid rgba(22,34,40,.18);
}

.spacedk-novel-promise strong {
	font-family: Georgia, serif;
	font-size: 2rem;
	font-weight: 500;
}

.spacedk-novel-promise span {
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .03em;
}

.spacedk-novel-manifesto,
.spacedk-novel-latest,
.spacedk-novel-archive,
.spacedk-novel-tip,
.spacedk-novel-comments,
.spacedk-novel-sources,
.spacedk-novel-chapter-nav {
	margin-inline: auto;
	max-width: 1180px;
}

.spacedk-novel-manifesto {
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(180px, .45fr) minmax(0, 1.55fr);
	padding: clamp(5rem, 9vw, 9rem) 1.5rem;
}

.spacedk-novel-manifesto h2,
.spacedk-novel-section-heading h2,
.spacedk-novel-tip h2,
.spacedk-novel-sources h2 {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(2.1rem, 4.4vw, 4.2rem);
	font-weight: 500;
	letter-spacing: -.045em;
	line-height: 1.12;
	margin: 0 0 1.4rem;
}

.spacedk-novel-manifesto > div > p {
	color: var(--novel-muted);
	font-size: 1.08rem;
	line-height: 1.9;
	max-width: 760px;
}

.spacedk-novel-latest {
	align-items: start;
	background: var(--novel-green);
	border-radius: 2px;
	color: #fff8e9;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 150px 1fr;
	margin-bottom: clamp(5rem, 9vw, 9rem);
	padding: clamp(2.5rem, 6vw, 5rem);
}

.spacedk-novel-latest-number {
	color: #efbc56;
	font-family: Georgia, serif;
	font-size: clamp(5rem, 11vw, 9rem);
	line-height: .8;
}

.spacedk-novel-latest h2 {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(2rem, 4vw, 4rem);
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 1rem;
}

.spacedk-novel-latest h2 a {
	text-decoration: none;
}

.spacedk-novel-latest h2 a:hover {
	text-decoration: underline;
	text-decoration-color: #efbc56;
	text-decoration-thickness: 2px;
	text-underline-offset: .16em;
}

.spacedk-novel-latest > div > p:not(.spacedk-novel-eyebrow) {
	color: rgba(255,248,233,.72);
	font-size: 1.05rem;
	line-height: 1.8;
	max-width: 720px;
}

.spacedk-novel-card-meta,
.spacedk-novel-article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: .6rem 1.4rem;
	margin-top: 1.5rem;
}

.spacedk-novel-card-meta span,
.spacedk-novel-article-meta span {
	font-size: .78rem;
	font-weight: 750;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.spacedk-novel-archive {
	padding: 0 1.5rem clamp(5rem, 10vw, 10rem);
}

.spacedk-novel-section-heading {
	margin-bottom: 2.5rem;
	max-width: 760px;
}

.spacedk-novel-section-heading > p:last-child {
	color: var(--novel-muted);
	font-size: 1.02rem;
	line-height: 1.7;
}

.spacedk-novel-chapter-grid {
	border-top: 1px solid var(--novel-line);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.spacedk-novel-chapter-grid article {
	border-bottom: 1px solid var(--novel-line);
}

.spacedk-novel-chapter-grid article:nth-child(odd) {
	border-right: 1px solid var(--novel-line);
}

.spacedk-novel-chapter-grid article a {
	display: block;
	height: 100%;
	padding: 2.2rem 2.2rem 2.2rem 0;
	text-decoration: none;
	transition: background .2s ease, padding .2s ease;
}

.spacedk-novel-chapter-grid article:nth-child(even) a {
	padding-left: 2.2rem;
}

.spacedk-novel-chapter-grid article a:hover {
	background: rgba(207,159,67,.08);
}

.spacedk-novel-chapter-no {
	color: var(--novel-coral);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .14em;
}

.spacedk-novel-chapter-grid h3 {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(1.35rem, 2.2vw, 2rem);
	font-weight: 600;
	line-height: 1.35;
	margin: .8rem 0;
}

.spacedk-novel-chapter-grid p {
	color: var(--novel-muted);
	line-height: 1.7;
	margin: 0 0 1.4rem;
}

.spacedk-novel-chapter-grid article a > div {
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.spacedk-novel-chapter-grid article a > div span {
	color: var(--novel-muted);
	font-size: .76rem;
}

/* Reader */
.spacedk-novel-reader {
	background: var(--novel-paper);
	min-height: 100vh;
	padding: 2.2rem 1.5rem 8rem;
}

.spacedk-novel-progress {
	background: rgba(14,27,34,.12);
	height: 4px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10000;
}

.spacedk-novel-progress span {
	background: var(--novel-coral);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.spacedk-novel-back {
	align-items: center;
	display: inline-flex;
	font-size: .82rem;
	font-weight: 750;
	gap: .4rem;
	margin: 0 max(0px, calc((100vw - 1180px) / 2));
	padding: .65rem 0;
	text-decoration: none;
}

.spacedk-novel-article {
	margin-inline: auto;
	max-width: 820px;
	padding: clamp(4rem, 9vw, 8rem) 0 4rem;
}

.spacedk-novel-article header {
	border-bottom: 1px solid var(--novel-line);
	margin-bottom: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.spacedk-novel-article h1 {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(2.7rem, 6vw, 5.2rem);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: 1.12;
	margin: 0 auto;
}

.spacedk-novel-article-meta {
	color: var(--novel-muted);
	justify-content: center;
}

.spacedk-novel-excerpt {
	color: #47575e;
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: 1.1rem;
	line-height: 1.9;
	margin: 2rem auto 0;
	max-width: 690px;
}

.spacedk-novel-disclosure {
	background: rgba(23,79,70,.07);
	border-left: 3px solid var(--novel-green);
	margin: 0 0 3.5rem;
	padding: 1.1rem 1.25rem;
}

.spacedk-novel-disclosure strong {
	color: var(--novel-green);
	font-size: .75rem;
	letter-spacing: .12em;
}

.spacedk-novel-disclosure p {
	color: #526168;
	font-size: .88rem;
	line-height: 1.65;
	margin: .45rem 0 0;
}

.spacedk-novel-prose {
	font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: clamp(1.08rem, 1.4vw, 1.22rem);
	line-height: 2.08;
}

.spacedk-novel-prose p {
	margin: 0 0 1.55em;
	text-indent: 2em;
}

.spacedk-novel-prose h2,
.spacedk-novel-prose h3 {
	color: var(--novel-ink);
	font-weight: 650;
	line-height: 1.4;
	margin: 4.2rem 0 1.6rem;
}

.spacedk-novel-prose h2 {
	font-size: clamp(1.7rem, 3vw, 2.45rem);
	padding-top: .5rem;
	text-align: center;
}

.spacedk-novel-prose h3 {
	font-size: 1.35rem;
}

.spacedk-novel-prose blockquote {
	border: 0;
	color: var(--novel-green);
	font-size: 1.28em;
	font-style: normal;
	line-height: 1.75;
	margin: 3.4rem 0;
	padding: 1.5rem 2.6rem;
	position: relative;
	text-align: center;
}

.spacedk-novel-prose blockquote::before,
.spacedk-novel-prose blockquote::after {
	background: var(--novel-gold);
	content: "";
	height: 1px;
	left: 35%;
	position: absolute;
	right: 35%;
}

.spacedk-novel-prose blockquote::before { top: 0; }
.spacedk-novel-prose blockquote::after { bottom: 0; }

.spacedk-novel-prose blockquote p {
	margin: 0;
	text-indent: 0;
}

.spacedk-novel-prose hr {
	border: 0;
	color: var(--novel-coral);
	margin: 4rem 0;
	text-align: center;
}

.spacedk-novel-prose hr::after {
	content: "✦　◌　✦";
	font-family: ui-sans-serif, system-ui, sans-serif;
	font-size: .8rem;
	letter-spacing: .2em;
}

.spacedk-novel-actions {
	border-bottom: 1px solid var(--novel-line);
	border-top: 1px solid var(--novel-line);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin: 1rem auto 0;
	max-width: 820px;
}

.spacedk-novel-actions button,
.spacedk-novel-actions a {
	align-items: center;
	background: transparent;
	border: 0;
	border-right: 1px solid var(--novel-line);
	color: var(--novel-ink);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: .83rem;
	gap: .45rem;
	justify-content: center;
	min-height: 64px;
	padding: .8rem;
	text-decoration: none;
}

.spacedk-novel-actions > :last-child {
	border-right: 0;
}

.spacedk-novel-actions button:hover,
.spacedk-novel-actions a:hover,
.spacedk-novel-actions button.is-liked {
	background: rgba(207,159,67,.12);
}

.spacedk-novel-actions .is-liked span[aria-hidden] {
	color: var(--novel-coral);
}

.spacedk-novel-action-status {
	color: var(--novel-muted);
	font-size: .8rem;
	min-height: 1.4em;
	text-align: center;
}

.spacedk-novel-sources {
	border-top: 1px solid var(--novel-line);
	margin-top: 6rem;
	padding: 4rem 0;
}

.spacedk-novel-sources h2,
.spacedk-novel-tip h2,
.spacedk-novel-comments h2 {
	font-size: clamp(2rem, 3.8vw, 3.4rem);
}

.spacedk-novel-sources > p:not(.spacedk-novel-eyebrow),
.spacedk-novel-tip > p,
.spacedk-novel-comments .spacedk-novel-section-heading > p:last-child {
	color: var(--novel-muted);
	line-height: 1.75;
	max-width: 780px;
}

.spacedk-novel-sources ol {
	border-top: 1px solid var(--novel-line);
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.spacedk-novel-sources li {
	align-items: baseline;
	border-bottom: 1px solid var(--novel-line);
	display: grid;
	gap: .4rem 1.4rem;
	grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr);
	padding: 1.05rem 0;
}

.spacedk-novel-sources li a {
	font-weight: 750;
	text-underline-offset: .16em;
}

.spacedk-novel-sources li span,
.spacedk-novel-sources li small {
	color: var(--novel-muted);
	font-size: .84rem;
}

.spacedk-novel-sources li small {
	grid-column: 2;
}

.spacedk-novel-chapter-nav {
	border-bottom: 1px solid var(--novel-line);
	border-top: 1px solid var(--novel-line);
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 2rem;
}

.spacedk-novel-chapter-nav > a,
.spacedk-novel-chapter-nav > div {
	display: flex;
	flex-direction: column;
	gap: .4rem;
	min-height: 120px;
	padding: 1.6rem 0;
	text-decoration: none;
}

.spacedk-novel-chapter-nav .is-next {
	border-left: 1px solid var(--novel-line);
	padding-left: 2rem;
	text-align: right;
}

.spacedk-novel-chapter-nav a:hover strong {
	color: var(--novel-coral);
}

.spacedk-novel-chapter-nav span {
	color: var(--novel-muted);
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.spacedk-novel-chapter-nav strong {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: 1.2rem;
	line-height: 1.5;
}

.spacedk-novel-chapter-nav .is-waiting strong {
	color: var(--novel-muted);
	font-weight: 500;
}

.spacedk-novel-tip {
	background: var(--novel-night);
	color: #fff8e9;
	margin-top: 5rem;
	padding: clamp(2.2rem, 5vw, 4.2rem);
}

.spacedk-novel-tip > p {
	color: rgba(255,248,233,.67);
}

.spacedk-novel-tip-grid {
	display: grid;
	gap: .8rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2rem;
}

.spacedk-novel-tip-grid > a,
.spacedk-novel-tip-grid > span {
	align-items: center;
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.16);
	display: flex;
	justify-content: space-between;
	min-height: 76px;
	padding: 1rem 1.2rem;
	text-decoration: none;
}

.spacedk-novel-tip-grid > a:hover {
	background: rgba(239,188,86,.16);
	border-color: #efbc56;
}

.spacedk-novel-tip-grid .is-disabled {
	cursor: not-allowed;
	opacity: .48;
}

.spacedk-novel-tip-grid strong {
	color: #efbc56;
}

.spacedk-novel-payment-note {
	border-top: 1px solid rgba(255,255,255,.12);
	font-size: .8rem;
	margin-bottom: 0;
	padding-top: 1.1rem;
}

.spacedk-novel-comments {
	padding: clamp(5rem, 8vw, 8rem) 0 2rem;
}

.spacedk-novel-comment-list {
	border-top: 1px solid var(--novel-line);
	list-style: none;
	margin: 2.5rem 0;
	padding: 0;
}

.spacedk-novel-comment-list li {
	border-bottom: 1px solid var(--novel-line);
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 180px 1fr;
	padding: 1.8rem 0;
}

.spacedk-novel-comment-meta {
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.spacedk-novel-comment-meta span {
	color: var(--novel-muted);
	font-size: .75rem;
}

.spacedk-novel-comment-list li p {
	line-height: 1.75;
	margin: 0 0 .7rem;
}

.spacedk-novel-no-comments {
	background: rgba(23,79,70,.06);
	color: var(--novel-muted);
	padding: 1.2rem;
}

.spacedk-novel-comments .comment-respond {
	background: var(--novel-cream);
	border: 1px solid var(--novel-line);
	margin-top: 2rem;
	padding: clamp(1.4rem, 4vw, 3rem);
}

.spacedk-novel-comments .comment-reply-title {
	font-family: "Noto Serif SC", "Songti SC", SimSun, Georgia, serif;
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
}

.spacedk-novel-comments label {
	display: block;
	font-size: .8rem;
	font-weight: 700;
	margin-bottom: .4rem;
}

.spacedk-novel-comments input[type="text"],
.spacedk-novel-comments input[type="email"],
.spacedk-novel-comments input[type="url"],
.spacedk-novel-comments textarea {
	background: #fff;
	border: 1px solid var(--novel-line);
	border-radius: 0;
	color: var(--novel-ink);
	font: inherit;
	padding: .85rem 1rem;
	width: 100%;
}

.spacedk-novel-comments textarea {
	min-height: 160px;
	resize: vertical;
}

.spacedk-novel-comments .form-submit input {
	background: var(--novel-green);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 750;
	padding: .85rem 1.4rem;
}

.spacedk-novel-hp {
	height: 1px !important;
	left: -10000px !important;
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
}

.spacedk-novel-shell a:focus-visible,
.spacedk-novel-shell button:focus-visible,
.spacedk-novel-shell input:focus-visible,
.spacedk-novel-shell textarea:focus-visible {
	outline: 3px solid #efbc56;
	outline-offset: 3px;
}

@media (max-width: 900px) {
	.spacedk-novel-hero {
		grid-template-columns: 1fr;
		padding-bottom: 4rem;
	}

	.spacedk-novel-orbit {
		height: 300px;
		margin-top: 2rem;
		max-width: 500px;
	}

	.spacedk-novel-orbit .planet {
		height: 150px;
		right: 65px;
		width: 150px;
	}

	.spacedk-novel-orbit .planet::after {
		left: -55px;
		top: 45px;
		width: 240px;
	}

	.spacedk-novel-orbit .door {
		height: 140px;
		width: 86px;
	}

	.spacedk-novel-orbit .ticket { top: 190px; }

	.spacedk-novel-promise { grid-template-columns: repeat(2, 1fr); }
	.spacedk-novel-promise > div:nth-child(3) { border-left: 1px solid rgba(22,34,40,.18); }
	.spacedk-novel-promise > div:nth-child(-n+2) { border-bottom: 1px solid rgba(22,34,40,.18); }

	.spacedk-novel-manifesto { grid-template-columns: 1fr; }
	.spacedk-novel-latest { margin-inline: 1.5rem; }
	.spacedk-novel-sources,
	.spacedk-novel-chapter-nav,
	.spacedk-novel-tip,
	.spacedk-novel-comments { max-width: 820px; }
}

@media (max-width: 640px) {
	.spacedk-novel-hero {
		min-height: auto;
		padding-inline: 1.25rem;
		padding-top: 4.5rem;
	}

	.spacedk-novel-hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
	.spacedk-novel-orbit { transform: scale(.86); transform-origin: left top; }
	.spacedk-novel-promise { padding-inline: 0; }
	.spacedk-novel-promise > div { min-height: 104px; padding: 1.3rem; }
	.spacedk-novel-promise strong { font-size: 1.55rem; }
	.spacedk-novel-manifesto { padding-inline: 1.25rem; }
	.spacedk-novel-latest { gap: 1.4rem; grid-template-columns: 1fr; padding: 2rem 1.25rem; }
	.spacedk-novel-latest-number { font-size: 5rem; }
	.spacedk-novel-archive { padding-inline: 1.25rem; }
	.spacedk-novel-chapter-grid { grid-template-columns: 1fr; }
	.spacedk-novel-chapter-grid article:nth-child(odd) { border-right: 0; }
	.spacedk-novel-chapter-grid article a,
	.spacedk-novel-chapter-grid article:nth-child(even) a { padding: 1.6rem 0; }
	.spacedk-novel-reader { padding-inline: 1.15rem; }
	.spacedk-novel-article { padding-top: 3.5rem; }
	.spacedk-novel-article header { margin-bottom: 2rem; padding-bottom: 2rem; }
	.spacedk-novel-prose { font-size: 1.06rem; line-height: 1.98; }
	.spacedk-novel-prose blockquote { padding-inline: .8rem; }
	.spacedk-novel-actions { grid-template-columns: repeat(2, 1fr); }
	.spacedk-novel-actions > :nth-child(2) { border-right: 0; }
	.spacedk-novel-actions > :nth-child(-n+2) { border-bottom: 1px solid var(--novel-line); }
	.spacedk-novel-sources { margin-top: 4rem; }
	.spacedk-novel-sources li { grid-template-columns: 1fr; }
	.spacedk-novel-sources li small { grid-column: 1; }
	.spacedk-novel-chapter-nav { grid-template-columns: 1fr; }
	.spacedk-novel-chapter-nav .is-next { border-left: 0; border-top: 1px solid var(--novel-line); padding-left: 0; }
	.spacedk-novel-tip-grid { grid-template-columns: 1fr; }
	.spacedk-novel-comment-list li { gap: .7rem; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	.spacedk-novel-shell *,
	.spacedk-novel-shell *::before,
	.spacedk-novel-shell *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
