:root {
	--ink: #1c1917;
	--muted: #5c5854;
	--rule: #e4e0da;
	--paper: #f7f5f2;
	--maroon: #6b1d2a;
	--sans: "Source Sans 3", "Segoe UI", sans-serif;
	--serif: "Source Serif 4", Georgia, serif;
	--wide: 68rem;
	--measure: 40rem;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	color: var(--ink);
	background: #fff;
	font-family: var(--sans);
	font-size: 1.05rem;
	line-height: 1.5;
}

img { max-width: 100%; height: auto; }

a { color: var(--maroon); }

a:hover { text-decoration-thickness: 1px; }

.skip-link {
	position: absolute;
	left: 1rem;
	top: -4rem;
	background: #fff;
	padding: 0.5rem 0.75rem;
	z-index: 30;
}

.skip-link:focus { top: 0.5rem; }

.screen-reader {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

.frame {
	width: min(var(--wide), calc(100% - 2.5rem));
	margin: 0 auto;
}

.narrow { width: min(var(--measure), calc(100% - 2.5rem)); }

.masthead {
	border-top: 6px solid var(--maroon);
	padding: 1.75rem 0 1.25rem;
}

.society {
	margin: 0 0 0.4rem;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.society a { color: inherit; text-decoration: none; }

.society a:hover { color: var(--maroon); }

.masthead-row {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
	align-items: flex-end;
}

.masthead-brand {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	color: var(--ink);
	text-decoration: none;
	max-width: 40rem;
}

.masthead-logo {
	width: 46px;
	height: 46px;
	object-fit: contain;
	flex: 0 0 auto;
}

.wordmark {
	display: block;
	font-family: var(--serif);
	font-weight: 600;
	font-size: clamp(2.6rem, 6vw, 3.6rem);
	letter-spacing: 0.22em;
	line-height: 0.9;
}

.journal-title {
	display: block;
	margin-top: 0.45rem;
	font-family: var(--serif);
	font-weight: 400;
	font-size: 1.05rem;
	line-height: 1.35;
	color: var(--muted);
}

.journal-aim {
	max-width: 40rem;
	margin: 1rem 0 0;
	color: var(--muted);
	font-size: 0.98rem;
}

.masthead-meta {
	margin: 0;
	text-align: right;
	color: var(--muted);
	font-size: 0.92rem;
}

.masthead-meta span { display: block; }

.site-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	background: #fff;
	border-top: 1px solid var(--rule);
	border-bottom: 1px solid var(--ink);
}

body.admin-bar .site-nav { top: 32px; }

.nav-inner {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	min-height: 3.1rem;
}

.nav-state {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.nav-toggle {
	display: none;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-size: 0.78rem;
	cursor: pointer;
}

.nav-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	width: 100%;
}

.nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem 1.15rem;
	list-style: none;
	margin: 0;
	padding: 0.7rem 0;
}

.nav-list a {
	color: var(--ink);
	text-decoration: none;
	font-size: 0.98rem;
}

.nav-list a:hover,
.nav-list .current-menu-item > a,
.nav-list .current_page_item > a {
	color: var(--maroon);
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.search-form { display: flex; gap: 0.4rem; }

.search-form input,
.search-form button,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="file"],
.wpcf7 textarea,
.wpcf7 select {
	font: inherit;
	border: 1px solid #c8c3bc;
	background: #fff;
	color: var(--ink);
	padding: 0.4rem 0.55rem;
}

.search-form button,
.text-button,
.wpcf7 input[type="submit"] {
	font: inherit;
	background: #fff;
	color: var(--ink);
	border: 1px solid var(--ink);
	padding: 0.4rem 0.7rem;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.text-button:hover,
.search-form button:hover,
.wpcf7 input[type="submit"]:hover { background: var(--ink); color: #fff; }

.lede {
	font-family: var(--serif);
	font-size: 1.15rem;
	line-height: 1.45;
	max-width: 40rem;
	margin: 1.5rem 0 0;
}

.kicker {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--maroon);
}

.kicker a { color: inherit; text-decoration: none; }

.issue-block { padding: 2.2rem 0 1rem; }

.issue-heading {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
	margin-bottom: 1.5rem;
}

.issue-cover {
	width: 140px;
	border: 1px solid var(--rule);
}

.issue-title {
	font-family: var(--serif);
	font-weight: 600;
	font-size: 1.45rem;
	line-height: 1.2;
	margin: 0;
}

.issue-title a { color: inherit; text-decoration: none; }

.issue-title a:hover { text-decoration: underline; }

.issue-season { margin: 0.35rem 0 0; color: var(--muted); }

.toc-group { margin: 0 0 1.6rem; }

.toc-group h3 {
	margin: 0;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid var(--ink);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--maroon);
}

.toc-list,
.result-list,
.past-issues ul,
.board-tease ul,
.related ul,
.footer-links,
.social-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.toc-list li,
.result-list li {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 15rem);
	column-gap: 1.5rem;
	align-items: baseline;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--rule);
}

.toc-list li::marker,
.result-list li::marker { content: ""; }

.toc-list a,
.result-list a {
	font-family: var(--serif);
	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.35;
	color: var(--ink);
	text-decoration: none;
}

.toc-list a:hover,
.result-list a:hover { text-decoration: underline; }

.toc-byline,
.toc-date { margin: 0; }

.toc-byline {
	font-style: normal;
	font-family: var(--sans);
	font-size: 0.92rem;
	text-align: right;
	color: var(--muted);
}

.toc-date,
.past-issues span,
.board-tease span { color: var(--muted); font-size: 0.92rem; }

.home-lower {
	display: grid;
	grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.4fr);
	gap: 2.5rem 3rem;
	margin-top: 0.5rem;
	padding: 2rem 0 3rem;
	border-top: 1px solid var(--ink);
}

.past-issues,
.board-tease,
.about { margin: 0; }

.past-issues h2,
.board-tease h2,
.about h2,
.related h2,
.abstract h2,
.author-notes h2,
.cite h2 {
	font-family: var(--serif);
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 0.6rem;
}

.past-issues li,
.board-tease li { margin: 0.45rem 0; }

.past-issues a,
.board-tease a,
.related a { color: var(--ink); }

.article { padding: 2rem 0 3rem; }

.article h1 {
	font-family: var(--serif);
	font-weight: 600;
	font-size: clamp(1.9rem, 4vw, 2.7rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	margin: 0 0 0.8rem;
}

.article-subtitle {
	font-family: var(--serif);
	font-size: 1.25rem;
	line-height: 1.4;
	margin: 0 0 1rem;
}

.board-note,
.companion {
	background: var(--paper);
	padding: 0.7rem 0.9rem;
	color: var(--muted);
	font-size: 0.95rem;
}

.companion { margin-top: 0.6rem; }

.author-list { list-style: none; margin: 1rem 0; padding: 0; }

.author-list li { margin: 0 0 0.85rem; }

.author-name { font-weight: 700; }

.corr-mark { color: var(--maroon); }

.author-aff,
.orcid {
	display: block;
	color: var(--muted);
	font-size: 0.95rem;
}

.article-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1rem;
	color: var(--muted);
	font-size: 0.95rem;
}

.article-actions { display: flex; gap: 0.5rem; margin: 1rem 0; }

.abstract {
	margin: 1.4rem 0 2rem;
	padding: 0.2rem 0 0.2rem 1rem;
	border-left: 3px solid var(--maroon);
}

.abstract h2,
.author-notes h2,
.cite h2,
.related h2 {
	font-family: var(--sans);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--maroon);
}

.abstract .prose {
	font-size: 1.02rem;
	line-height: 1.6;
	color: #3f3a36;
}

.article-body {
	border-top: 1px solid var(--ink);
	padding-top: 1.6rem;
}

.author-notes,
.cite,
.related { margin-top: 2.2rem; }

.keywords { font-size: 0.95rem; }

.prose,
.article-body {
	font-family: var(--serif);
	font-size: 1.125rem;
	line-height: 1.72;
}

.prose p,
.article-body p { margin: 0 0 1rem; }

.prose h2,
.prose h3,
.prose h4,
.article-body h2,
.article-body h3,
.article-body h4 {
	font-family: var(--serif);
	font-weight: 600;
	line-height: 1.25;
	margin: 2.1rem 0 0.7rem;
}

.prose h2,
.article-body h2 { font-size: 1.45rem; }

.prose h3,
.article-body h3 { font-size: 1.28rem; }

.prose h4,
.article-body h4 { font-size: 1.12rem; font-style: italic; }

.article-body em,
.prose em { font-style: italic; }

.article-body h2.references ~ p,
.article-body h3.references ~ p,
.article-body h4.references ~ p {
	margin: 0 0 0.55rem;
	padding-left: 1.6rem;
	text-indent: -1.6rem;
	font-size: 0.95rem;
	line-height: 1.45;
}

.prose ul,
.prose ol,
.article-body ul,
.article-body ol { padding-left: 1.3rem; }

.prose li,
.article-body li { margin: 0.3rem 0; }

.prose blockquote,
.article-body blockquote {
	margin: 1.2rem 0;
	padding-left: 1rem;
	border-left: 3px solid var(--maroon);
	color: var(--muted);
}

.article-body [style*="font-size"],
.prose [style*="font-size"] { font-size: inherit !important; }

.article-body table,
.prose table {
	width: 100%;
	border-collapse: collapse;
	font-family: var(--sans);
	font-size: 0.95rem;
}

.article-body th,
.article-body td,
.prose th,
.prose td {
	border-bottom: 1px solid var(--rule);
	text-align: left;
	padding: 0.4rem;
	vertical-align: top;
}

.cite {
	border-top: 1px solid var(--ink);
	padding-top: 0.8rem;
}

.cite p { font-family: var(--sans); font-size: 0.98rem; }

.rights { color: var(--muted); font-size: 0.92rem; }

.related { margin-top: 2.5rem; }

.related li { margin: 0.35rem 0; }

.edit-link { font-size: 0.85rem; }

.empty-note { color: var(--muted); }

.page-entry { padding: 2rem 0 3rem; }

.page-entry h1,
.frame > h1 {
	font-family: var(--serif);
	font-weight: 600;
	font-size: clamp(1.8rem, 3vw, 2.4rem);
	line-height: 1.2;
}

.wpcf7 { max-width: 38rem; }

.wpcf7 label { display: block; margin: 0.8rem 0 0.25rem; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea,
.wpcf7 select { width: 100%; }

.site-footer {
	margin-top: 1rem;
	padding: 2.2rem 0 1.4rem;
	background: #fff;
	color: var(--ink);
	border-top: 1px solid var(--ink);
	font-size: 0.95rem;
}

.site-footer a { color: var(--ink); }

.footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 2rem;
}

.footer-kicker {
	margin: 0;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.75rem;
	color: var(--muted);
}

.footer-publisher {
	font-family: var(--serif);
	font-size: 1.35rem;
	margin: 0.3rem 0 0.6rem;
}

.site-footer h2 {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.footer-links a,
.social-list a { text-decoration: none; }

.footer-links a:hover,
.social-list a:hover { text-decoration: underline; }

.footer-links li,
.social-list li { margin: 0.25rem 0; }

.social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.9rem;
	margin-top: 0.8rem;
}

.footer-bottom {
	margin-top: 1.8rem;
	color: var(--muted);
	font-size: 0.85rem;
}

.nav-links { display: flex; gap: 1rem; margin: 1.5rem 0; }

@media (max-width: 782px) {
	body.admin-bar .site-nav { top: 46px; }
}

@media (max-width: 760px) {
	.masthead-row { flex-direction: column; align-items: flex-start; gap: 0.6rem; }
	.masthead-meta { text-align: left; }
	.toc-list li,
	.result-list li,
	.home-lower { grid-template-columns: 1fr; }
	.toc-byline { text-align: left; margin-top: 0.2rem; }
	.nav-inner { align-items: stretch; padding: 0.6rem 0; }
	.nav-toggle { display: inline-block; padding: 0.35rem 0; }
	.nav-panel { display: none; flex-direction: column; align-items: flex-start; }
	.nav-state:checked ~ .nav-panel { display: flex; }
	.nav-list { flex-direction: column; gap: 0.45rem; }
	.footer-grid { grid-template-columns: 1fr; }
	.issue-cover { width: 96px; }
}

@media print {
	.site-nav,
	.hero,
	.rail,
	.notice-bar,
	.article-actions,
	.edit-link,
	.site-footer,
	.search-form,
	.submit-button { display: none !important; }
	body { font-size: 11pt; }
	.article-body, .prose { font-size: 11pt; }
}

.masthead { border-top: 0; padding: 0.85rem 0; position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--rule); }
body.admin-bar .masthead { top: 32px; }
.masthead-row { align-items: center; }
.wordmark { font-size: 1.55rem; letter-spacing: 0.24em; line-height: 1; }
.journal-title { font-size: 0.78rem; margin-top: 0.15rem; max-width: 22rem; }
.nav-panel { display: flex; align-items: center; gap: 1.25rem; margin-left: auto; }
.submit-button {
	display: inline-block;
	background: var(--maroon);
	color: #fff;
	text-decoration: none;
	padding: 0.45rem 0.9rem;
	font-size: 0.92rem;
	line-height: 1.2;
}
.submit-button:hover { background: #4c1018; color: #fff; }
.hero { background: #6b1d2a; color: #fff; }
.hero-inner {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	gap: 1.75rem;
	align-items: center;
	padding: 2rem 0 2.15rem;
}
.cover-plate {
	width: 148px;
	height: 196px;
	background: #4a1019;
	color: #fff;
	border: 1px solid rgba(255,255,255,.45);
	box-shadow: 0 12px 28px rgba(0,0,0,.18);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 0.15rem;
	padding: 0.85rem;
}
.cover-image { object-fit: cover; padding: 0; }
.cover-kicker { font-size: 0.72rem; letter-spacing: 0.22em; }
.cover-vol, .cover-no { font-family: var(--serif); font-size: 1.15rem; line-height: 1.15; }
.cover-season { font-size: 0.78rem; opacity: .85; }
.hero-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255,255,255,.75);
}
.hero h1 {
	margin: 0;
	font-family: var(--serif);
	font-weight: 600;
	font-size: clamp(2rem, 4vw, 3.1rem);
	line-height: 1.05;
	color: #fff;
}
.hero-season { margin: 0.35rem 0 0; font-size: 1.05rem; }
.hero-aim { max-width: 38rem; margin: 0.8rem 0 0; color: rgba(255,255,255,.9); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; margin: 0.9rem 0 0; font-size: 0.92rem; color: rgba(255,255,255,.8); }
.home-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 18.5rem;
	gap: 2.5rem;
	padding: 2rem 0 3rem;
}
.rail-card {
	border: 1px solid var(--rule);
	padding: 0.9rem 1rem 1rem;
	margin: 0 0 1rem;
}
.rail-card h2 {
	margin: 0 0 0.35rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid var(--rule);
	font-family: var(--sans);
	font-size: 1rem;
	font-weight: 600;
	color: var(--maroon);
}
.rail-card a {
	display: block;
	padding: 0.38rem 0;
	color: var(--ink);
	text-decoration: none;
}
.rail-card a:hover { color: var(--maroon); }
.rail-note { margin: 0.55rem 0; color: var(--muted); font-size: 0.88rem; }
.rail-more { font-weight: 600; }
.toc-list li,
.result-list li { grid-template-columns: 1fr; row-gap: 0.15rem; }
.toc-byline { text-align: left; margin-top: 0.15rem; }
.toc-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.7rem;
	margin: 0;
	color: var(--muted);
	font-size: 0.82rem;
}
.toc-meta span + span::before { content: "·"; margin-right: 0.7rem; }
.issue-heading { align-items: center; }
@media (max-width: 782px) {
	body.admin-bar .masthead { top: 46px; }
}
@media (max-width: 800px) {
	.hero-inner, .home-grid { grid-template-columns: 1fr; }
	.cover-plate { width: 112px; height: 150px; }
	.nav-panel { margin-left: 0; width: 100%; }
}
@media (max-width: 760px) {
	.nav-toggle { display: inline-block; }
	.nav-panel { display: none; }
	.nav-state:checked ~ .nav-panel { display: flex; flex-direction: column; align-items: flex-start; }
}
