/*
Theme Name: Midnight Xerox
Theme URI: https://example.com/midnight-xerox
Author: Codex
Description: A distressed editorial WordPress theme inspired by underground print zines.
Version: 2.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: newssite
*/

:root {
  --paper: #ebe5d6;
  --paper-dark: #d4cdbc;
  --ink: #111111;
  --ink-soft: #2b2b2b;
  --line: rgba(17, 17, 17, 0.24);
  --accent: #8b1e18;
  --frame: #f5f1e7;
  --shadow: rgba(0, 0, 0, 0.22);
  --max-width: 1120px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.32), transparent 18%),
    radial-gradient(circle at 80% 15%, rgba(0, 0, 0, 0.08), transparent 20%),
    radial-gradient(circle at 50% 80%, rgba(0, 0, 0, 0.07), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.05)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0, rgba(0, 0, 0, 0.03) 2px, transparent 2px, transparent 5px),
    var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.28) 0 1px, transparent 1px 100%),
    radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.45) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03), transparent 22%, rgba(0, 0, 0, 0.04) 78%, transparent);
  background-size: 5px 5px, 9px 9px, 100% 100%;
  mix-blend-mode: multiply;
}

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

img {
  max-width: 100%;
  display: block;
}

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

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-header {
  position: relative;
  border-bottom: 3px solid rgba(0, 0, 0, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08)),
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.18), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(0, 0, 0, 0.08), transparent 18%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.035) 0 2px, transparent 2px 5px),
    var(--paper);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-header::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 6%, transparent 94%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.58), transparent 9%, transparent 92%, rgba(0, 0, 0, 0.58));
  opacity: 0.48;
}

.site-header::after {
  inset: auto 0 0;
  height: 10px;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18)),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.12) 0 2px, transparent 2px 6px);
  opacity: 0.85;
}

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.site-header__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0 0.95rem;
}

.site-branding {
  min-width: 0;
}

.brand-logo,
.brand-mark {
  display: inline-block;
}

.brand-logo img {
  display: block;
  max-width: min(100%, 28rem);
  max-height: 5.25rem;
  height: auto;
  filter:
    drop-shadow(-1px -1px 0 rgba(0, 0, 0, 0.9))
    drop-shadow(1px -1px 0 rgba(0, 0, 0, 0.9))
    drop-shadow(-1px 1px 0 rgba(0, 0, 0, 0.9))
    drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.9));
}

.brand-mark {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.25rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 0.9;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.82),
    1px -1px 0 rgba(0, 0, 0, 0.82),
    -1px 1px 0 rgba(0, 0, 0, 0.82),
    1px 1px 0 rgba(0, 0, 0, 0.82),
    0 1px 0 rgba(255, 255, 255, 0.18);
}

.brand-subtitle {
  margin-top: 0.42rem;
  max-width: 40rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.72),
    1px -1px 0 rgba(0, 0, 0, 0.72),
    -1px 1px 0 rgba(0, 0, 0, 0.72),
    1px 1px 0 rgba(0, 0, 0, 0.72);
}

.main-navigation {
  margin-left: auto;
  min-width: 0;
  flex: 0 1 auto;
}

.main-navigation ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation a {
  display: inline-block;
  padding: 0.62rem 0.74rem;
  border: 2px solid rgba(17, 17, 17, 0.88);
  background: rgba(17, 17, 17, 0.06);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  transition: background 120ms ease, color 120ms ease, transform 120ms ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--frame);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid var(--ink);
  padding: 0.62rem 0.95rem;
  background: rgba(17, 17, 17, 0.08);
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-main {
  padding: 2rem 0 4rem;
}

.hero {
  position: relative;
  padding: clamp(2.5rem, 8vw, 5rem) clamp(1.2rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
  color: var(--frame);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.88)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 30%),
    #121212;
  border: 3px solid #0c0c0c;
  box-shadow: 0 18px 36px var(--shadow);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.14), transparent 16%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.08), transparent 18%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 5px);
  mix-blend-mode: screen;
  opacity: 0.55;
}

.hero::after {
  border: 1px solid rgba(255, 255, 255, 0.08);
  inset: 0.65rem;
}

.hero__eyebrow,
.section-heading__eyebrow,
.page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero__title,
.page-hero__title {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 11vw, 6.3rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__dek,
.page-hero__dek {
  max-width: 48rem;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 2vw, 1.3rem);
  line-height: 1.5;
}

.hero__intro {
  max-width: 52rem;
  margin: 1.3rem 0 0;
  font-size: 1rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.button,
button,
input[type="submit"] {
  appearance: none;
  border: 2px solid var(--ink);
  padding: 0.8rem 1.3rem;
  background: var(--ink);
  color: var(--frame);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 120ms ease, background 120ms ease, color 120ms ease;
}

.button--ghost {
  background: transparent;
  color: var(--frame);
  border-color: rgba(255, 255, 255, 0.4);
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
}

.panel,
.section-band,
.feature-strip,
.archive-grid,
.contact-layout,
.subscribe-strip {
  margin-top: 2rem;
}

.section-band,
.feature-strip,
.archive-grid,
.contact-layout,
.subscribe-strip,
.content-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  background: rgba(245, 241, 231, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.section-heading {
  margin: 0 0 1.25rem;
  text-align: center;
}

.section-heading__title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
}

.section-heading__title::before,
.section-heading__title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}

.section-heading__text {
  max-width: 42rem;
  margin: 0.7rem auto 0;
  color: var(--ink-soft);
}

.issue-grid,
.fragment-grid,
.archive-grid__items,
.page-grid {
  display: grid;
  gap: 1rem;
}

.issue-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.fragment-grid,
.page-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.archive-grid__items {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.card,
.mini-card,
.archive-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.card__image,
.mini-card__image,
.archive-card__image,
.placeholder-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 4px solid var(--frame);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent),
    linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)),
    #222;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.card__image img,
.mini-card__image img,
.archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mini-card__image {
  aspect-ratio: 16 / 9;
}

.archive-card__image {
  aspect-ratio: 1 / 1;
}

.placeholder-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 30%),
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 20%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 3px);
  mix-blend-mode: screen;
  opacity: 0.45;
}

.placeholder-frame::after {
  content: attr(data-label);
  position: absolute;
  inset: auto 0 0;
  padding: 0.55rem 0.75rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--frame);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}

.card__title,
.mini-card__title,
.archive-card__title,
.content-panel h2,
.content-panel h3 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
}

.card__title {
  font-size: 1.35rem;
}

.mini-card__title,
.archive-card__title {
  font-size: 1.1rem;
}

.card__meta,
.archive-card__meta,
.stat-chip,
.meta-line {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-soft);
}

.feature-strip {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.5rem;
  align-items: center;
}

.feature-strip__text h2,
.page-hero__title-small {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.feature-strip__stats {
  display: grid;
  gap: 0.8rem;
}

.feature-strip__copy > *:first-child {
  margin-top: 0;
}

.feature-strip__copy > *:last-child {
  margin-bottom: 0;
}

.stat-chip {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.05);
}

.page-hero,
.content-panel {
  margin-bottom: 1.5rem;
}

.page-hero {
  padding: clamp(2rem, 5vw, 3.2rem);
  border: 2px solid var(--ink);
  background:
    linear-gradient(180deg, rgba(17, 17, 17, 0.86), rgba(17, 17, 17, 0.75)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent),
    #1a1a1a;
  color: var(--frame);
}

.page-hero__eyebrow {
  border-color: rgba(255, 255, 255, 0.24);
}

.content-panel p:last-child {
  margin-bottom: 0;
}

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

.split-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.subscribe-strip {
  display: grid;
  gap: 1rem;
  align-items: center;
}

.subscribe-form,
.contact-form {
  display: grid;
  gap: 0.8rem;
}

.contact-form__field {
  display: grid;
  gap: 0.35rem;
}

.contact-form__label {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form__note {
  max-width: 40rem;
}

.contact-form__status {
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.04);
}

.subscribe-form__row,
.contact-form__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  border: 2px solid var(--ink);
  background: rgba(255, 255, 255, 0.45);
  color: var(--ink);
  font: inherit;
}

textarea {
  min-height: 11rem;
  resize: vertical;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}

.contact-form button {
  justify-self: start;
}

.entry-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.entry-meta-strip a {
  color: inherit;
  text-decoration: none;
}

.single-entry__media {
  padding: 0;
  overflow: hidden;
}

.single-entry__artwork {
  margin: 0;
}

.single-entry__media img {
  width: 100%;
  height: auto;
}

.single-entry__artwork figcaption,
.entry-body .wp-block-image figcaption {
  margin: 0;
  padding: 0.85rem 1rem;
  border-top: 1px solid var(--line);
  background: rgba(17, 17, 17, 0.04);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.entry-body {
  font-size: 1.05rem;
}

.entry-body > *:first-child {
  margin-top: 0;
}

.entry-body p {
  max-width: 48rem;
}

.entry-body .wp-block-image,
.entry-body figure {
  margin: 0 0 1.5rem;
}

.entry-body .wp-block-image img {
  width: 100%;
  height: auto;
}

.archive-card--empty {
  justify-content: center;
  min-height: 15rem;
  border: 1px solid var(--line);
  padding: 1rem;
  background: rgba(17, 17, 17, 0.03);
}

.ad-section {
  margin-top: 2rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  background: rgba(245, 241, 231, 0.72);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
}

.ad-card {
  background: rgba(17, 17, 17, 0.03);
  padding: 0.75rem;
  border: 1px solid var(--line);
}

.footer-links,
.footer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.site-footer {
  padding: 1.6rem 0 2.3rem;
  border-top: 1px solid var(--line);
}

.site-footer__inner {
  display: block;
  text-align: center;
}

.footer-links {
  margin-bottom: 0.8rem;
}

.site-footer a,
.footer-meta {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

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

.footer-meta {
  justify-content: center;
}

.sitemap-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.sitemap-socials a {
  color: inherit;
}

.zine-sheet {
  position: relative;
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 1rem clamp(1rem, 3vw, 2rem) 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08)),
    radial-gradient(circle at 14% 12%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 82% 22%, rgba(0, 0, 0, 0.08), transparent 20%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.035) 0 2px, transparent 2px 6px),
    var(--paper);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 0 34px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.zine-sheet::before,
.zine-sheet::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.zine-sheet::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), transparent 6%, transparent 94%, rgba(0, 0, 0, 0.74)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 7%, transparent 94%, rgba(0, 0, 0, 0.6));
  opacity: 0.44;
}

.zine-sheet::after {
  background:
    radial-gradient(circle at 20% 14%, rgba(255, 255, 255, 0.12), transparent 14%),
    radial-gradient(circle at 72% 34%, rgba(0, 0, 0, 0.08), transparent 18%),
    radial-gradient(circle at 85% 78%, rgba(255, 255, 255, 0.08), transparent 16%);
  mix-blend-mode: multiply;
  opacity: 0.58;
}

.zine-sheet > * {
  position: relative;
  z-index: 1;
}

.zine-sheet__return {
  margin: 0 0 0.7rem;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zine-sheet__return a {
  display: inline-block;
  padding: 0.18rem 0.4rem;
  border: 1px solid rgba(0, 0, 0, 0.36);
  background: rgba(17, 17, 17, 0.06);
}

.zine-sheet .page-hero {
  margin: 0;
  padding: 0.35rem 0 1.15rem;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--ink);
  text-align: center;
}

.zine-sheet .page-hero__eyebrow {
  margin-bottom: 0.7rem;
  border: 2px solid #111;
  background: #111;
  color: var(--frame);
  letter-spacing: 0.08em;
}

.zine-sheet .page-hero__title-small {
  margin: 0;
  font-size: clamp(2.35rem, 6vw, 4.4rem);
  letter-spacing: 0.04em;
}

.zine-sheet .page-hero__dek {
  max-width: 42rem;
  margin: 0.75rem auto 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(0.98rem, 2vw, 1.16rem);
  line-height: 1.3;
}

.zine-sheet .entry-meta-strip {
  justify-content: center;
  margin: 0 0 1rem;
}

.zine-sheet .stat-chip {
  border: 1px solid rgba(0, 0, 0, 0.36);
  padding: 0.5rem 0.75rem;
  background: rgba(17, 17, 17, 0.07);
  color: var(--ink);
}

.zine-sheet .content-panel {
  max-width: 44rem;
  margin: 0 auto 1.3rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.zine-sheet__lede {
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.08rem;
  line-height: 1.35;
}

.zine-sheet__copy {
  max-width: 46rem;
}

.zine-sheet__copy p {
  max-width: 100%;
}

.zine-sheet .archive-grid,
.zine-sheet .contact-layout,
.zine-sheet .ad-section {
  margin-top: 1.3rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.zine-sheet__section {
  margin-top: 1.4rem;
}

.zine-sheet .section-heading {
  margin: 0 0 0.9rem;
}

.zine-sheet .section-heading__title {
  justify-content: center;
  gap: 0.7rem;
  font-size: clamp(1.6rem, 4vw, 2.3rem);
}

.zine-sheet .section-heading__title::before,
.zine-sheet .section-heading__title::after {
  max-width: 12rem;
  flex: 1;
}

.zine-sheet .section-heading__text {
  max-width: 38rem;
  margin-top: 0.45rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.98rem;
  line-height: 1.3;
}

.zine-sheet .archive-grid__items {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.zine-sheet .archive-card {
  text-align: center;
  gap: 0.6rem;
}

.zine-sheet .archive-card__image {
  aspect-ratio: 4 / 5;
  border: 4px solid #f4f0e6;
  outline: 1px solid rgba(0, 0, 0, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28)),
    #202020;
}

.zine-sheet .archive-card__image img {
  filter: contrast(1.05) saturate(0.88);
}

.zine-sheet .archive-card__meta {
  font-size: 0.78rem;
  letter-spacing: 0.07em;
}

.zine-sheet .archive-card__title {
  font-size: 1.08rem;
}

.zine-sheet .archive-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.3;
}

.zine-sheet .archive-card--empty {
  min-height: 13rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: rgba(17, 17, 17, 0.04);
}

.zine-sheet .contact-layout .content-panel {
  max-width: 40rem;
  padding: 1rem 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  text-align: left;
}

.zine-sheet .contact-layout h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.6rem, 4vw, 2.1rem);
}

.zine-sheet .contact-form__note {
  max-width: none;
  font-size: 0.98rem;
}

.zine-sheet .contact-form__status {
  margin: 0.8rem 0 0;
}

.zine-sheet .single-entry__media {
  max-width: 48rem;
  margin-top: 1rem;
  padding: 0;
  border: 0;
  background: none;
}

.zine-sheet .single-entry__artwork {
  border: 4px solid #f4f0e6;
  outline: 1px solid rgba(0, 0, 0, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28)),
    #202020;
  overflow: hidden;
}

.zine-sheet .single-entry__artwork img {
  width: 100%;
  height: auto;
  filter: contrast(1.04) saturate(0.9);
}

.zine-sheet .entry-body {
  font-size: 1.03rem;
}

.zine-sheet .entry-body p {
  max-width: 100%;
}

.zine-sheet .entry-body .wp-block-image,
.zine-sheet .entry-body figure {
  border: 4px solid #f4f0e6;
  outline: 1px solid rgba(0, 0, 0, 0.78);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.28)),
    #202020;
  overflow: hidden;
}

body.home {
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 0% 30%, rgba(255, 255, 255, 0.03), transparent 30%),
    radial-gradient(circle at 100% 60%, rgba(255, 255, 255, 0.03), transparent 30%),
    linear-gradient(180deg, #171717, #080808 55%, #151515);
  color: var(--ink);
}

body.home::before {
  opacity: 0.24;
  mix-blend-mode: screen;
}

body.home .site-header,
body.home .site-footer {
  display: none;
}

body.home .site-main {
  width: min(100%, 820px);
  padding: 0 0 2.8rem;
}

.home-zine {
  position: relative;
  min-height: 100vh;
  padding: 1.1rem clamp(1rem, 3vw, 2rem) 2rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.08)),
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 85% 12%, rgba(0, 0, 0, 0.08), transparent 16%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.035) 0 2px, transparent 2px 6px),
    var(--paper);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 0 42px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.home-zine::before,
.home-zine::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-zine::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), transparent 7%, transparent 93%, rgba(0, 0, 0, 0.82)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 5%, transparent 95%, rgba(0, 0, 0, 0.76));
  opacity: 0.72;
}

.home-zine::after {
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, 0.14), transparent 14%),
    radial-gradient(circle at 68% 35%, rgba(0, 0, 0, 0.08), transparent 20%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.08), transparent 18%);
  opacity: 0.65;
  mix-blend-mode: multiply;
}

.home-zine > * {
  position: relative;
  z-index: 1;
}

.home-zine__hero,
.home-zine__section,
.home-zine__subscribe,
.home-zine__footer-nav,
.home-zine__copyright {
  text-align: center;
}

.home-zine__hero {
  padding: 0.95rem 0 1.35rem;
}

.home-zine__masthead {
  margin: 0;
  color: #f3efe5;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.5rem, 12vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.92);
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.95),
    1px -1px 0 rgba(0, 0, 0, 0.95),
    -1px 1px 0 rgba(0, 0, 0, 0.95),
    1px 1px 0 rgba(0, 0, 0, 0.95),
    0 2px 0 rgba(0, 0, 0, 0.65),
    0 0 10px rgba(255, 255, 255, 0.03);
}

.home-zine__tagline {
  max-width: 38rem;
  margin: 0.9rem auto 0;
  color: #f1ebdd;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  letter-spacing: 0.03em;
  line-height: 1.25;
  -webkit-text-stroke: 0.8px rgba(0, 0, 0, 0.88);
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.88),
    1px -1px 0 rgba(0, 0, 0, 0.88),
    -1px 1px 0 rgba(0, 0, 0, 0.88),
    1px 1px 0 rgba(0, 0, 0, 0.88);
}

.home-zine__intro {
  max-width: 42rem;
  margin: 1.25rem auto 0;
  color: #181615;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(0.98rem, 2vw, 1.16rem);
  line-height: 1.35;
}

.home-zine__actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.45rem;
}

.home-zine__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 14rem;
  padding: 0.82rem 1.35rem;
  border: 2px solid #111;
  background: #111;
  color: #f2ece0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.home-zine__button:hover {
  background: #1d1d1d;
}

.home-zine__section {
  padding: 1.2rem 0 0.4rem;
}

.home-zine__section-header {
  margin-bottom: 0.9rem;
}

.home-zine__section-title,
.home-zine__subscribe-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0;
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  line-height: 1;
  letter-spacing: 0.02em;
}

.home-zine__section-title::before,
.home-zine__section-title::after,
.home-zine__subscribe-title::before,
.home-zine__subscribe-title::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 12rem;
  background: rgba(0, 0, 0, 0.4);
}

.home-zine__section-subtitle {
  margin: 0.45rem 0 0;
  color: #1f1d1a;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.home-zine__issue-grid,
.home-zine__fragment-grid {
  display: grid;
  gap: 1rem;
}

.home-zine__issue-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-zine__fragment-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
}

.home-zine__issue-card,
.home-zine__fragment-card {
  text-align: center;
}

.home-zine__issue-media,
.home-zine__fragment-media {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border: 4px solid #f4f0e6;
  outline: 1px solid rgba(0, 0, 0, 0.75);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.26)),
    #202020;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.55);
}

.home-zine__issue-media {
  aspect-ratio: 4 / 5;
}

.home-zine__fragment-media {
  aspect-ratio: 16 / 9;
}

.home-zine__issue-media img,
.home-zine__fragment-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.05) saturate(0.88);
}

.home-zine__issue-media.placeholder-frame::after,
.home-zine__fragment-media.placeholder-frame::after {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.home-zine__card-title,
.home-zine__fragment-title {
  margin: 0.6rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.03rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-zine__section--about {
  padding-top: 1.45rem;
}

.home-zine__about-copy {
  max-width: 40rem;
  margin: 0.85rem auto 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.12rem;
  line-height: 1.35;
}

.home-zine__about-copy p {
  margin: 0.5rem 0;
}

.home-zine__about-notes {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
  color: #1a1816;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-zine__about-notes span {
  padding: 0.2rem 0;
}

.home-zine__subscribe {
  padding: 1.5rem 0 0.9rem;
}

.home-zine__subscribe-status {
  margin: 0.75rem 0 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.03em;
}

.home-zine__subscribe-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  max-width: 34rem;
  margin: 0.95rem auto 0;
}

.home-zine__subscribe-form input[type="email"] {
  padding: 0.88rem 1rem;
  border: 2px solid #111;
  background: rgba(255, 255, 255, 0.62);
  font-family: Arial, Helvetica, sans-serif;
}

.home-zine__subscribe-form button {
  min-width: 8.8rem;
}

.home-zine__footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.55rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  color: #f1eadc;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.7px rgba(0, 0, 0, 0.9);
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.9),
    1px -1px 0 rgba(0, 0, 0, 0.9),
    -1px 1px 0 rgba(0, 0, 0, 0.9),
    1px 1px 0 rgba(0, 0, 0, 0.9);
}

.home-zine__footer-nav a,
.home-zine__footer-nav span {
  color: inherit;
}

.home-zine__footer-nav a:hover {
  text-decoration: underline;
}

.home-zine__copyright {
  margin-top: 0.75rem;
  color: rgba(241, 234, 220, 0.7);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-text-stroke: 0.6px rgba(0, 0, 0, 0.9);
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.9),
    1px -1px 0 rgba(0, 0, 0, 0.9),
    -1px 1px 0 rgba(0, 0, 0, 0.9),
    1px 1px 0 rgba(0, 0, 0, 0.9);
}

/* Newspaper Reskin */
body,
body.home {
  color: #111;
  background:
    linear-gradient(180deg, #c9c3b8, #d7d0c4 12%, #c5beb2 88%, #bbb4a9),
    #d7d0c4;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

body::before,
body.home::before {
  opacity: 0.08;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.14) 0 1px, transparent 1px 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.02), transparent 30%, rgba(0, 0, 0, 0.025) 70%, transparent);
  background-size: 6px 6px, 100% 100%;
  mix-blend-mode: multiply;
}

.site-header {
  border-top: 1px solid rgba(0, 0, 0, 0.72);
  border-bottom: 3px double rgba(0, 0, 0, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(0, 0, 0, 0.03)),
    #f4efe2;
  box-shadow: none;
}

.site-header::before,
.site-header::after,
.home-zine::before,
.home-zine::after,
.zine-sheet::before,
.zine-sheet::after {
  display: none;
}

.site-main {
  padding-top: 1.5rem;
}

.brand-logo img {
  filter: grayscale(1) contrast(1.1);
}

.brand-mark {
  color: #111;
  font-family: "Baskerville Old Face", "Times New Roman", Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 0.95;
  text-shadow: none;
}

.brand-subtitle {
  color: #1e1b18;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.88rem;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: none;
}

.main-navigation a,
.nav-toggle {
  border: 1px solid rgba(0, 0, 0, 0.78);
  background: rgba(255, 255, 255, 0.42);
  color: #111;
  box-shadow: none;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
  border-color: #111;
  background: #111;
  color: #f7f2e7;
  transform: none;
}

.button,
button,
input[type="submit"],
.home-zine__button {
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: #111;
  color: #f8f3e8;
  box-shadow: none;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.button--ghost {
  background: transparent;
  color: #111;
  border-color: rgba(0, 0, 0, 0.7);
}

.site-footer {
  border-top: 3px double rgba(0, 0, 0, 0.88);
  background: #f4efe2;
}

.site-footer a,
.footer-meta {
  color: #111;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.home-zine,
.zine-sheet {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.03)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0 1px, transparent 1px 5px),
    #f4efe2;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.55),
    0 10px 22px rgba(0, 0, 0, 0.1);
}

body.home .site-main {
  width: min(100%, 900px);
}

.home-zine__hero {
  padding-top: 0.45rem;
  border-top: 4px double rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.home-zine__masthead {
  color: #111;
  font-family: "Baskerville Old Face", "Times New Roman", Georgia, serif;
  font-size: clamp(3.3rem, 10vw, 6.2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 0.9;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.home-zine__tagline,
.home-zine__intro,
.home-zine__section-subtitle,
.zine-sheet__lede,
.zine-sheet .page-hero__dek,
.zine-sheet .section-heading__text {
  color: #1a1714;
  font-family: "Times New Roman", Georgia, serif;
  font-style: italic;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.home-zine__tagline {
  max-width: 42rem;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.home-zine__intro {
  max-width: 44rem;
  font-size: 1.05rem;
  line-height: 1.45;
}

.home-zine__section,
.home-zine__subscribe,
.zine-sheet__section {
  padding-top: 1rem;
}

.home-zine__section-title,
.home-zine__subscribe-title,
.zine-sheet .page-hero__title-small,
.zine-sheet .section-heading__title,
.zine-sheet .contact-layout h2,
.card__title,
.mini-card__title,
.archive-card__title,
.content-panel h2,
.content-panel h3 {
  color: #111;
  font-family: "Baskerville Old Face", "Times New Roman", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-zine__section-title::before,
.home-zine__section-title::after,
.home-zine__subscribe-title::before,
.home-zine__subscribe-title::after,
.zine-sheet .section-heading__title::before,
.zine-sheet .section-heading__title::after {
  height: 2px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.42));
}

.home-zine__card-title,
.home-zine__fragment-title,
.zine-sheet .archive-card__title {
  font-family: "Baskerville Old Face", "Times New Roman", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.home-zine__issue-media,
.home-zine__fragment-media,
.zine-sheet .archive-card__image,
.zine-sheet .single-entry__artwork,
.zine-sheet .entry-body .wp-block-image,
.zine-sheet .entry-body figure {
  border: 1px solid rgba(0, 0, 0, 0.88);
  outline: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.08)),
    #ece6d9;
  box-shadow: none;
}

.home-zine__issue-media img,
.home-zine__fragment-media img,
.zine-sheet .archive-card__image img,
.zine-sheet .single-entry__artwork img {
  filter: grayscale(1) contrast(1.12);
}

.placeholder-frame::after {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.8rem;
  font-weight: 700;
}

.home-zine__about-copy,
.zine-sheet .entry-body,
.zine-sheet .archive-card p,
.content-panel,
.contact-form__note {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.home-zine__about-notes {
  gap: 0.55rem;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.86rem;
  font-style: italic;
  letter-spacing: 0.02em;
  text-transform: none;
}

.home-zine__about-notes span::after {
  content: " \2022";
  margin-left: 0.55rem;
}

.home-zine__about-notes span:last-child::after {
  content: "";
  margin: 0;
}

.home-zine__subscribe-form input[type="email"],
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: rgba(255, 255, 255, 0.58);
}

.home-zine__footer-nav,
.home-zine__copyright {
  color: #111;
  font-family: "Times New Roman", Georgia, serif;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.zine-sheet .page-hero__eyebrow {
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: transparent;
  color: #111;
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 700;
}

.zine-sheet .stat-chip,
.card__meta,
.archive-card__meta,
.stat-chip,
.meta-line {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.zine-sheet .contact-layout .content-panel {
  border: 1px solid rgba(0, 0, 0, 0.22);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.home-zine__subscribe-note,
.contact-form__note--email {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 0.95rem;
}

.home-zine__subscribe-note a,
.contact-form__note--email a {
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

/* Inside-page header cleanup */
body:not(.home) .site-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.78);
}

body:not(.home) .site-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.65rem;
  padding: 0.95rem 0 0.8rem;
}

body:not(.home) .site-branding {
  text-align: center;
}

body:not(.home) .brand-logo img {
  margin: 0 auto;
  max-width: min(100%, 24rem);
}

body:not(.home) .brand-mark {
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
}

body:not(.home) .brand-subtitle {
  margin: 0.2rem auto 0;
  max-width: 34rem;
  font-size: 0.95rem;
}

body:not(.home) .nav-toggle {
  margin: 0;
  justify-self: center;
}

body:not(.home) .main-navigation {
  width: 100%;
  margin: 0;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(0, 0, 0, 0.34);
}

body:not(.home) .main-navigation ul {
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
}

body:not(.home) .main-navigation li {
  position: relative;
}

body:not(.home) .main-navigation a {
  padding: 0.08rem 0;
  border: 0;
  background: none;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-decoration: none;
}

body:not(.home) .main-navigation a:hover,
body:not(.home) .main-navigation .current-menu-item a {
  border: 0;
  background: none;
  color: #111;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

/* Reference-inspired homepage + shared masthead */
body.home .site-main {
  width: min(100%, 820px);
  padding: 0 0 2rem;
}

.home-ledger {
  min-height: 100vh;
  padding: 0.8rem clamp(0.9rem, 2.6vw, 1.6rem) 1.6rem;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.2), transparent 18%),
    radial-gradient(circle at 82% 18%, rgba(0, 0, 0, 0.08), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.04)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0 1px, transparent 1px 5px),
    var(--paper);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.44);
}

.home-ledger__masthead {
  padding-bottom: 0.72rem;
  text-align: center;
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
}

.home-ledger__title {
  margin: 0;
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 10vw, 5rem);
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-transform: uppercase;
}

.home-ledger__tagline,
.home-ledger__intro {
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.home-ledger__tagline {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: var(--accent);
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  font-weight: 700;
}

.home-ledger__intro {
  display: none;
}

.home-ledger__nav {
  margin-top: 0.85rem;
  padding: 0.58rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
}

.home-ledger__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-ledger__nav li {
  position: relative;
}

.home-ledger__nav li + li::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -0.72rem;
  color: rgba(0, 0, 0, 0.58);
  transform: translateY(-50%);
}

.home-ledger__nav a {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(0.92rem, 1.6vw, 1.04rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-ledger__nav li:last-child a {
  color: var(--accent);
}

.home-ledger__feature,
.home-ledger__row,
.home-ledger__footer {
  padding-top: 1.15rem;
}

.home-ledger__feature {
  display: grid;
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 1.15rem;
  align-items: start;
  padding-bottom: 1.15rem;
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
}

.home-ledger__cover {
  display: block;
}

.home-ledger__cover-media {
  border: 1px solid rgba(0, 0, 0, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.12)),
    var(--paper-dark);
  overflow: hidden;
}

.home-ledger__cover-media img {
  width: 100%;
  aspect-ratio: 3 / 4.3;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.home-ledger__cover-placeholder {
  display: grid;
  align-content: end;
  gap: 0.7rem;
  width: 100%;
  min-height: 100%;
  aspect-ratio: 4 / 5;
  padding: 1rem;
  color: #111;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.18)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0 1px, transparent 1px 4px),
    var(--paper-dark);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-transform: uppercase;
}

.home-ledger__cover-placeholder span {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.home-ledger__cover-placeholder strong {
  font-size: clamp(2rem, 5vw, 3.35rem);
  line-height: 0.92;
}

.home-ledger__cover-copy {
  display: none;
}

.home-ledger__eyebrow,
.home-ledger__archive-label,
.home-ledger__feature-copy p,
.home-ledger__compact-copy p,
.home-ledger__review-meta {
  color: #2a2724;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-ledger__eyebrow {
  color: var(--accent);
  text-transform: uppercase;
}

.home-ledger__cover-title,
.home-ledger__section-heading,
.home-ledger__panel-title,
.home-ledger__feature-copy h3,
.home-ledger__compact-copy h3,
.home-ledger__review-card h3 {
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-ledger__cover-title {
  margin: 0.3rem 0 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.95;
}

.home-ledger__cover-dek {
  max-width: 24rem;
  margin: 0.55rem 0 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

.home-ledger__cover-link,
.home-ledger__read-link,
.home-ledger__panel-link {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-ledger__cover-link {
  display: inline-block;
  margin-top: 0.85rem;
}

.home-ledger__section-heading,
.home-ledger__panel-title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 0.72rem;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.home-ledger__section-heading::after,
.home-ledger__panel-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.8);
}

.home-ledger__feature-items {
  border-top: 0;
}

.home-ledger__feature-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.9rem;
  align-items: center;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.home-ledger__feature-copy h3,
.home-ledger__compact-copy h3,
.home-ledger__review-card h3 {
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1;
}

.home-ledger__feature-copy p,
.home-ledger__compact-copy p,
.home-ledger__review-meta {
  margin: 0.25rem 0 0;
}

.home-ledger__read-link {
  white-space: nowrap;
}

.home-ledger__panel-link {
  display: inline-block;
  margin-top: 0.72rem;
}

.home-ledger__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  padding: 1.05rem 0 1.1rem;
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
}

.home-ledger__panel-copy,
.home-ledger__panel-empty,
.home-ledger__review-excerpt,
.home-ledger__archive-links {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

.home-ledger__panel-copy p {
  margin: 0 0 0.45rem;
  line-height: 1.38;
}

.home-ledger__compact-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.home-ledger__compact-media {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: var(--paper-dark);
  overflow: hidden;
}

.home-ledger__compact-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}

.home-ledger__compact-media .placeholder-frame {
  display: block;
  aspect-ratio: 1 / 1;
}

.home-ledger__archive-years {
  display: grid;
  gap: 0.8rem;
}

.home-ledger__archive-year {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  gap: 0.6rem;
  align-items: start;
}

.home-ledger__archive-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
}

.home-ledger__archive-links a,
.home-ledger__panel-link {
  color: var(--accent);
}

.home-ledger__feature-copy h3 a,
.home-ledger__compact-copy h3 a {
  text-decoration: none;
}

.home-ledger__submit-email {
  margin: 0.4rem 0 0;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.home-ledger__submit-email a {
  color: var(--accent);
}

body:not(.home) .site-header {
  border-bottom: 3px double rgba(0, 0, 0, 0.86);
}

body:not(.home) .site-header__inner {
  gap: 0.55rem;
  padding: 0.9rem 0 0.78rem;
}

body:not(.home) .brand-mark {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.9rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body:not(.home) .brand-subtitle {
  color: var(--accent);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-style: normal;
  letter-spacing: 0.01em;
}

body:not(.home) .main-navigation {
  border-top: 3px double rgba(0, 0, 0, 0.86);
}

body:not(.home) .main-navigation ul {
  gap: 0.42rem 1.05rem;
}

body:not(.home) .main-navigation li + li::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -0.7rem;
  color: rgba(0, 0, 0, 0.52);
  transform: translateY(-50%);
}

body:not(.home) .main-navigation a {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 0.93rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body:not(.home) .main-navigation a:hover,
body:not(.home) .main-navigation .current-menu-item a {
  color: var(--accent);
  text-decoration: none;
}

@media (max-width: 960px) {
  .issue-grid,
  .fragment-grid,
  .page-grid,
  .archive-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-strip,
  .contact-layout,
  .split-columns {
    grid-template-columns: 1fr;
  }

  .zine-sheet .archive-grid__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-ledger__feature,
  .home-ledger__row {
    grid-template-columns: 1fr;
  }

  .home-ledger__feature {
    gap: 1.25rem;
  }

  .home-ledger__archive-year {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .home-zine__issue-grid,
  .home-zine__fragment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .site-header__inner {
    flex-wrap: wrap;
    align-items: center;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .main-navigation {
    display: none;
    width: 100%;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0.9rem;
  }

  .main-navigation a {
    width: 100%;
  }

  body:not(.home) .site-header__inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  body:not(.home) .nav-toggle {
    margin-left: 0;
  }

  body:not(.home) .main-navigation {
    border-top: 1px solid rgba(0, 0, 0, 0.34);
  }

  body:not(.home) .main-navigation ul {
    gap: 0.45rem;
    margin-top: 0.75rem;
  }

  body:not(.home) .main-navigation li + li::before {
    display: none;
  }

  body:not(.home) .main-navigation a {
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.36);
    text-align: center;
  }

  body:not(.home) .main-navigation a:hover,
  body:not(.home) .main-navigation .current-menu-item a {
    border-color: #111;
    background: #111;
    color: #f7f2e7;
    text-decoration: none;
  }
}

@media (max-width: 720px) {
  .site-header__inner {
    gap: 0.9rem;
    padding-top: 0.9rem;
  }

  .brand-mark {
    font-size: clamp(1.9rem, 10vw, 2.8rem);
  }

  .brand-subtitle {
    font-size: 0.82rem;
  }

  .hero__actions,
  .subscribe-form__row,
  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .issue-grid,
  .fragment-grid,
  .page-grid,
  .archive-grid__items {
    grid-template-columns: 1fr;
  }

  .zine-sheet {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }

  .zine-sheet .archive-grid__items {
    grid-template-columns: 1fr;
  }

  .zine-sheet .section-heading__title::before,
  .zine-sheet .section-heading__title::after {
    max-width: 3rem;
  }

  body.home .site-main {
    padding-bottom: 1.8rem;
  }

  .home-zine {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .home-zine__actions,
  .home-zine__subscribe-form {
    grid-template-columns: 1fr;
  }

  .home-zine__button {
    width: 100%;
    min-width: 0;
  }

  .home-zine__section-title,
  .home-zine__subscribe-title {
    gap: 0.45rem;
    font-size: 1.45rem;
  }

  .home-zine__section-title::before,
  .home-zine__section-title::after,
  .home-zine__subscribe-title::before,
  .home-zine__subscribe-title::after {
    max-width: 3rem;
  }

  .home-zine__issue-grid,
  .home-zine__fragment-grid {
    grid-template-columns: 1fr;
  }

  .home-zine__footer-nav {
    font-size: 0.92rem;
  }

  .home-ledger {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }

  .home-ledger__title {
    font-size: clamp(2.65rem, 14vw, 4.1rem);
  }

  .home-ledger__tagline,
  .home-ledger__intro {
    font-size: 0.95rem;
  }

  .home-ledger__nav li + li::before {
    display: none;
  }

  .home-ledger__feature-item,
  .home-ledger__compact-card,
  .home-ledger__subscribe-form {
    grid-template-columns: 1fr;
  }

  .home-ledger__read-link {
    justify-self: start;
  }

  .home-ledger__subscribe-form button {
    width: 100%;
  }

  .home-ledger__footer-nav {
    font-size: 0.88rem;
  }

  body:not(.home) .brand-mark {
    font-size: clamp(1.75rem, 9vw, 2.45rem);
  }

  body:not(.home) .brand-subtitle {
    font-size: 0.8rem;
  }

  body:not(.home) .main-navigation {
    padding-top: 0.6rem;
  }
}

/* Full Reference Redesign */
body.home .site-header,
body.home .site-footer {
  display: block;
}

.site-header {
  border-top: 0;
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.04)),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0 1px, transparent 1px 5px),
    var(--paper);
  box-shadow: none;
}

.site-header::before,
.site-header::after,
.zine-sheet::before,
.zine-sheet::after {
  display: none;
}

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(calc(100% - 2rem), 820px);
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.65rem;
  padding: 0.8rem 0 0.72rem;
}

.site-branding {
  text-align: center;
}

.brand-logo img {
  margin: 0 auto;
  max-width: min(100%, 26rem);
  max-height: none;
}

.brand-mark {
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 10vw, 5rem);
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.brand-subtitle {
  margin-top: 0.45rem;
  max-width: 34rem;
  color: var(--accent);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.nav-toggle {
  display: none;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.78);
  background: rgba(255, 255, 255, 0.4);
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-navigation {
  width: 100%;
  margin: 0;
  padding: 0.58rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
}

.main-navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 1.05rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation li + li::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -0.72rem;
  color: rgba(0, 0, 0, 0.58);
  transform: translateY(-50%);
}

.main-navigation a {
  display: inline-block;
  padding: 0;
  border: 0;
  background: none;
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(0.92rem, 1.6vw, 1.04rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: none;
}

.main-navigation .menu-item--contact a,
.main-navigation li:last-child a {
  color: var(--accent);
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
  background: none;
  color: var(--accent);
  text-decoration: none;
  transform: none;
}

.site-main {
  padding-top: 1.05rem;
}

.home-ledger,
.zine-sheet {
  padding-left: 0;
  padding-right: 0;
  background: none;
  box-shadow: none;
}

.home-ledger {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 1.35rem;
}

.home-ledger__feature {
  grid-template-columns: 185px minmax(0, 1fr);
  gap: 1.15rem;
  padding-top: 0;
}

.home-ledger__cover-media {
  border-width: 1px;
}

.home-ledger__section-heading,
.home-ledger__panel-title,
.section-heading__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin: 0 0 0.72rem;
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-ledger__section-heading::before,
.home-ledger__panel-title::before,
.section-heading__title::before {
  display: none;
}

.home-ledger__section-heading::after,
.home-ledger__panel-title::after,
.section-heading__title::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: none;
  background: rgba(0, 0, 0, 0.8);
}

.zine-sheet {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 1.4rem;
}

.page-hero,
.zine-sheet .page-hero {
  margin: 0;
  padding: 0 0 0.9rem;
  border: 0;
  background: none;
  box-shadow: none;
  color: var(--ink);
  text-align: left;
}

.page-hero__eyebrow,
.zine-sheet .page-hero__eyebrow {
  display: inline-block;
  margin: 0 0 0.35rem;
  padding: 0;
  border: 0;
  background: none;
  color: var(--accent);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-hero__title-small,
.zine-sheet .page-hero__title-small {
  margin: 0;
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 6vw, 3.25rem);
  letter-spacing: 0.03em;
  line-height: 0.95;
  text-transform: uppercase;
}

.page-hero__dek,
.zine-sheet .page-hero__dek,
.zine-sheet__lede,
.zine-sheet .section-heading__text {
  max-width: 40rem;
  margin: 0.38rem 0 0;
  color: #222;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.45;
  text-align: left;
}

.content-panel,
.zine-sheet .content-panel,
.zine-sheet .contact-layout,
.zine-sheet .archive-grid,
.zine-sheet .ad-section {
  max-width: none;
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-align: left;
}

.entry-meta-strip,
.zine-sheet .entry-meta-strip {
  justify-content: flex-start;
  gap: 0.6rem;
  margin: 0 0 0.9rem;
}

.stat-chip,
.zine-sheet .stat-chip,
.archive-card__meta,
.meta-line {
  padding: 0;
  border: 0;
  background: none;
  color: #2a2724;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.zine-sheet__section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 4px double rgba(0, 0, 0, 0.86);
}

.archive-grid__items,
.zine-sheet .archive-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.archive-card,
.zine-sheet .archive-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  text-align: left;
}

.archive-card--empty,
.zine-sheet .archive-card--empty {
  grid-template-columns: 1fr;
  min-height: 0;
  padding: 0 0 0.85rem;
  border-bottom: 0;
}

.archive-card__image,
.zine-sheet .archive-card__image {
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(0, 0, 0, 0.88);
  outline: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.08)),
    var(--paper-dark);
  box-shadow: none;
  overflow: hidden;
}

.archive-card__image img,
.zine-sheet .archive-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
}

.archive-card__title,
.zine-sheet .archive-card__title {
  margin: 0.1rem 0 0;
  color: #111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.archive-card p,
.zine-sheet .archive-card p,
.entry-body,
.zine-sheet .entry-body {
  margin: 0.28rem 0 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1rem;
  line-height: 1.48;
}

.zine-sheet__return {
  margin: 0 0 0.75rem;
  text-align: left;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zine-sheet__return a,
.stat-chip a,
.archive-card__title a,
.home-ledger__panel-link,
.home-ledger__read-link {
  color: inherit;
}

.single-entry__media,
.zine-sheet .single-entry__media {
  max-width: 230px;
  margin: 0 0 1rem;
}

.single-entry__artwork,
.zine-sheet .single-entry__artwork,
.zine-sheet .entry-body .wp-block-image,
.zine-sheet .entry-body figure {
  border: 1px solid rgba(0, 0, 0, 0.88);
  outline: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.08)),
    var(--paper-dark);
  box-shadow: none;
}

.single-entry__artwork img,
.zine-sheet .single-entry__artwork img {
  filter: grayscale(1) contrast(1.1);
}

.zine-sheet .contact-layout .content-panel {
  max-width: 38rem;
}

.contact-form {
  display: grid;
  gap: 0.75rem;
  max-width: 38rem;
}

.contact-form__label,
.contact-form__note,
.home-ledger__submit-email {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.site-footer {
  border-top: 4px double rgba(0, 0, 0, 0.86);
  background: none;
}

.site-footer__inner {
  padding: 0.95rem 0 1.3rem;
  text-align: center;
}

.footer-links,
.footer-meta {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 0.55rem 1rem;
  flex-wrap: wrap;
}

.footer-meta {
  margin-top: 0.55rem;
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: inline-flex;
  }

  .main-navigation {
    display: none;
    width: 100%;
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    margin-top: 0.75rem;
  }

  .main-navigation li + li::before {
    display: none;
  }

  .main-navigation a {
    width: 100%;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 0.34);
    text-align: center;
  }

  .home-ledger__feature,
  .home-ledger__row,
  .archive-card,
  .zine-sheet .archive-card {
    grid-template-columns: 1fr;
  }

  .archive-card__image,
  .zine-sheet .archive-card__image,
  .single-entry__media,
  .zine-sheet .single-entry__media {
    max-width: 240px;
  }
}

@media (max-width: 720px) {
  .site-header__inner,
  .site-main,
  .site-footer__inner {
    width: min(calc(100% - 1.5rem), 820px);
  }

  .brand-mark {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }

  .brand-subtitle {
    font-size: 0.9rem;
  }

  .home-ledger__feature {
    grid-template-columns: 1fr;
  }

  .home-ledger__nav li + li::before {
    display: none;
  }
}

/* Editorial Redesign v2 */

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(calc(100% - 2rem), 780px);
}

.site-header {
  padding-top: 1.5rem;
  background: none;
}

.site-header__inner {
  border-bottom: 4px double rgba(0, 0, 0, 0.86);
}

.site-branding {
  width: 100%;
  text-align: center;
}

.brand-mark {
  display: inline-block;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3rem, 8vw, 4.9rem);
  letter-spacing: 0.03em;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.brand-subtitle {
  max-width: none;
  margin: 0.5rem auto 0;
  color: var(--accent);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-transform: none;
}

.main-navigation {
  margin-top: 0.95rem;
  padding: 0.85rem 0 0;
  border-top: 4px double rgba(0, 0, 0, 0.86);
}

.main-navigation ul {
  justify-content: center;
  gap: 0;
}

.main-navigation li {
  display: inline-flex;
  align-items: center;
}

.main-navigation li + li::before {
  content: "/";
  margin: 0 0.75rem;
  color: rgba(17, 17, 17, 0.9);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.main-navigation a {
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: var(--accent);
}

.site-main {
  padding-top: 0.95rem;
  padding-bottom: 2rem;
}

.zine-sheet,
.home-ledger {
  width: 100%;
  margin: 0 auto;
}

.zine-section {
  margin-top: 1.5rem;
  padding-top: 1.1rem;
  border-top: 4px double rgba(0, 0, 0, 0.86);
}

.editorial-home__hero {
  padding: 0.1rem 0 0.35rem;
}

.editorial-home__intro {
  margin: 0;
  color: #2a2724;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.12rem;
  line-height: 1.45;
}

.editorial-home__latest {
  display: grid;
  grid-template-columns: 165px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.editorial-home__lead-link,
.visual-grid__media {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: rgba(255, 255, 255, 0.22);
  overflow: hidden;
}

.editorial-home__lead-link img,
.visual-grid__media img,
.editorial-visual-preview__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.06);
}

.editorial-home__lead-link {
  aspect-ratio: 4 / 5;
}

.editorial-home__lead-link--placeholder {
  display: grid;
  place-items: center;
  padding: 1rem;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.7rem;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
}

.editorial-section-heading,
.editorial-section-heading--compact {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  align-items: center;
  margin: 0 0 0.8rem;
}

.editorial-section-heading h2,
.editorial-section-heading--compact h2,
.archive-year-list__heading {
  margin: 0;
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.9rem);
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-section-heading::after,
.editorial-section-heading--compact::after {
  content: "";
  grid-column: 2;
  height: 1px;
  background: rgba(0, 0, 0, 0.75);
}

.editorial-section-heading p,
.editorial-section-heading--compact p,
.editorial-page__subdek {
  grid-column: 1 / -1;
  margin: 0.18rem 0 0;
  color: #2b2722;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
}

.editorial-list {
  display: grid;
  gap: 0;
}

.editorial-list--stacked {
  gap: 0;
}

.editorial-list__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.editorial-list__item:first-child {
  padding-top: 0;
}

.editorial-list__copy h2,
.editorial-list__copy h3,
.visual-grid__copy h2,
.editorial-visual-preview__copy h3 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  letter-spacing: 0.02em;
  line-height: 1.03;
  text-transform: uppercase;
}

.editorial-list__meta {
  margin: 0.18rem 0 0;
  color: #2b2722;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  line-height: 1.35;
}

.editorial-list__copy p:last-child,
.visual-grid__copy p:last-child,
.editorial-visual-preview__caption,
.editorial-home__archive-callout p,
.editorial-home__manifesto-copy p,
.content-panel p,
.entry-body p {
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1rem;
  line-height: 1.55;
}

.editorial-list__copy p:last-child,
.visual-grid__copy p:last-child,
.editorial-visual-preview__caption {
  margin: 0.35rem 0 0;
}

.editorial-list__action,
.editorial-home__panel-link,
.editorial-home__archive-button,
.archive-filter-bar__link {
  color: var(--ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.editorial-list__action {
  align-self: center;
  white-space: nowrap;
}

.editorial-home__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 1.5rem;
}

.editorial-home__panel-link {
  display: inline-block;
  margin-top: 0.9rem;
  color: var(--accent);
}

.editorial-visual-preview {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.editorial-visual-preview__media {
  display: block;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.88);
  overflow: hidden;
}

.editorial-home__archive-callout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.editorial-home__archive-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: #151515;
  color: #f2ede1;
}

.editorial-page__hero {
  padding-bottom: 0.3rem;
}

.archive-filter-bar {
  display: flex;
  gap: 0.65rem 1rem;
  flex-wrap: wrap;
  margin: 0.8rem 0 0;
}

.archive-filter-bar__link {
  color: #2b2722;
}

.archive-filter-bar__link.is-active,
.archive-filter-bar__link:hover,
.editorial-list__action:hover,
.editorial-home__panel-link:hover {
  color: var(--accent);
}

.archive-year-list__group + .archive-year-list__group {
  margin-top: 1.4rem;
}

.archive-year-list__heading {
  margin-bottom: 0.65rem;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.visual-grid__item {
  display: grid;
  gap: 0.75rem;
}

.visual-grid__media {
  aspect-ratio: 4 / 5;
}

.content-panel,
.contact-layout,
.archive-grid,
.ad-section {
  max-width: none;
}

.content-panel {
  margin: 0 0 1rem;
}

.content-panel p:first-child {
  margin-top: 0;
}

.editorial-page__empty {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1rem;
  line-height: 1.5;
}

.contact-layout .content-panel {
  max-width: 36rem;
}

.contact-form {
  margin-top: 1rem;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(0, 0, 0, 0.7);
  background: rgba(255, 255, 255, 0.28);
}

.contact-form button {
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: #151515;
  color: #f2ede1;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-entry .page-hero__title-small {
  font-size: clamp(2.3rem, 5vw, 3.5rem);
}

.single-entry__media {
  max-width: 320px;
}

.site-footer {
  margin-top: 0;
  border-top: 4px double rgba(0, 0, 0, 0.86);
}

.site-footer__inner {
  width: min(calc(100% - 2rem), 780px);
  padding: 1rem 0 1.4rem;
}

.footer-links {
  justify-content: center;
}

.footer-links a,
.footer-meta {
  color: #2b2722;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .main-navigation ul {
    gap: 0.45rem;
  }

  .main-navigation li + li::before {
    display: none;
  }

  .main-navigation a {
    border: 1px solid rgba(0, 0, 0, 0.55);
    background: rgba(255, 255, 255, 0.34);
    padding: 0.55rem 0.7rem;
    text-align: center;
  }
}

@media (max-width: 760px) {
  .editorial-home__latest,
  .editorial-home__columns,
  .editorial-visual-preview,
  .visual-grid,
  .editorial-list__item {
    grid-template-columns: 1fr;
  }

  .editorial-list__action {
    justify-self: start;
  }

  .site-header__inner,
  .site-main,
  .site-footer__inner {
    width: min(calc(100% - 1.5rem), 780px);
  }
}

/* Reference Page Pass */

.brand-intro {
  margin: 0.35rem auto 0;
  color: #2a2724;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.06rem;
  line-height: 1.42;
}

.site-main {
  padding-top: 0.7rem;
}

.zine-sheet--home.editorial-home {
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
}

.zine-sheet--home .zine-section {
  margin-top: 1.15rem;
  padding-top: 1rem;
}

.zine-sheet--home .editorial-home__latest {
  display: block;
}

.zine-sheet--home .editorial-list--home {
  margin-top: 0.15rem;
}

.zine-sheet--home .editorial-list__item--home {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 0.7rem 0 0.55rem;
}

.zine-sheet--home .editorial-list__item--home .editorial-list__copy h3 {
  font-size: clamp(1.3rem, 2.4vw, 1.72rem);
}

.zine-sheet--home .editorial-list__item--home .editorial-list__meta {
  font-size: 1rem;
}

.editorial-list__date {
  align-self: start;
  color: var(--accent);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-align: right;
  white-space: nowrap;
}

.editorial-home__lower {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(240px, 0.92fr);
  gap: 1.5rem;
}

.editorial-home__column--left {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.editorial-home__panel {
  min-width: 0;
}

.editorial-home__panel--manifesto .editorial-home__manifesto-copy {
  max-width: 26rem;
}

.editorial-home__panel--manifesto .editorial-home__manifesto-copy p,
.editorial-home__panel--archive p {
  margin: 0;
}

.editorial-home__panel--manifesto .editorial-home__manifesto-copy p + p {
  margin-top: 0.55rem;
}

.editorial-home__panel-link--archive {
  margin-top: 0.75rem;
}

.editorial-home__visual-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.editorial-home__visual-item {
  display: grid;
  gap: 0.35rem;
}

.editorial-home__visual-link {
  display: block;
  aspect-ratio: 1;
  border: 1px solid rgba(0, 0, 0, 0.88);
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.editorial-home__visual-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.editorial-home__visual-item h3 {
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(0.96rem, 1.7vw, 1.12rem);
  letter-spacing: 0.02em;
  line-height: 1.02;
  text-transform: uppercase;
}

.editorial-home__visual-item h3 a {
  color: inherit;
}

.site-footer {
  margin-top: 0.7rem;
}

.site-footer__inner {
  padding-top: 0.9rem;
}

body.home .footer-meta {
  margin-top: 0;
  text-align: center;
}

body.home .footer-meta span {
  color: #2a2724;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 760px) {
  .brand-intro {
    font-size: 1rem;
  }

  .zine-sheet--home .editorial-list__item--home,
  .editorial-home__lower {
    grid-template-columns: 1fr;
  }

  .editorial-list__date {
    text-align: left;
  }

  .editorial-home__visual-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .editorial-home__visual-strip {
    grid-template-columns: 1fr;
  }
}

/* Header / Footer Polish */

.site-header {
  padding-top: 1.05rem;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0.7rem;
  border-bottom: 0;
}

.site-branding {
  display: grid;
  justify-items: center;
  gap: 0;
}

.brand-logo,
.brand-mark {
  justify-self: center;
  width: auto;
}

.brand-mark {
  padding: 0 0 0.22rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0.86);
}

.brand-subtitle {
  max-width: 38rem;
  margin-top: 0.58rem;
}

.brand-intro {
  max-width: 38rem;
  margin-top: 0.32rem;
}

.main-navigation {
  width: 100%;
  margin-top: 0.9rem;
  padding: 0.55rem 0 0.15rem;
  border-top: 4px double rgba(0, 0, 0, 0.86);
  border-bottom: 0;
}

.main-navigation ul {
  justify-content: center;
  gap: 0.2rem 1rem;
}

.main-navigation li + li::before {
  margin: 0 0.7rem;
  color: rgba(0, 0, 0, 0.72);
  font-size: 1.15rem;
}

.main-navigation a {
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  letter-spacing: 0.03em;
}

.site-footer {
  margin-top: 1rem;
  padding: 0;
  border-top: 4px double rgba(0, 0, 0, 0.86);
}

.site-footer__inner {
  display: grid;
  justify-items: center;
  gap: 0.4rem;
  padding: 0.8rem 0 1rem;
}

.footer-links {
  display: inline-flex;
  justify-content: center;
  gap: 0.25rem 0.9rem;
  margin: 0;
}

.footer-links a {
  position: relative;
  color: #2a2724;
  text-decoration: none;
}

.footer-links a + a::before {
  content: "/";
  position: absolute;
  left: -0.6rem;
  color: rgba(0, 0, 0, 0.6);
}

.footer-links a:hover {
  color: var(--accent);
  text-decoration: none;
}

.footer-meta {
  margin-top: 0;
  justify-content: center;
}

.footer-meta span {
  color: #2a2724;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

body.home .site-footer {
  margin-top: 0.8rem;
}

@media (max-width: 760px) {
  .site-header {
    padding-top: 0.8rem;
  }

  .brand-mark {
    padding-bottom: 0.16rem;
  }

  .brand-subtitle,
  .brand-intro {
    max-width: 100%;
  }

  .main-navigation {
    padding: 0.55rem 0;
  }

  .main-navigation ul {
    margin-top: 0;
  }

  .main-navigation a {
    width: 100%;
    padding: 0.45rem 0.65rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.28);
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .footer-links a + a::before {
    display: none;
  }
}

/* Exact Reference Lock */

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(calc(100% - 2rem), 710px);
}

.site-header {
  padding-top: 1rem;
}

.brand-mark {
  padding: 0 0 0.16rem;
  border-bottom-width: 2px;
  font-size: clamp(3rem, 9vw, 4.65rem);
  letter-spacing: 0.025em;
}

.brand-subtitle,
.brand-intro {
  max-width: 40rem;
  text-align: left;
  justify-self: start;
}

.brand-subtitle {
  margin-top: 0.48rem;
  font-size: 1rem;
  line-height: 1.3;
}

.brand-intro {
  margin-top: 0.18rem;
  font-size: 1.03rem;
  line-height: 1.34;
}

.main-navigation {
  margin-top: 0.8rem;
  padding: 0.45rem 0 0.35rem;
  border-top-width: 3px;
}

.main-navigation a {
  font-size: clamp(1rem, 1.6vw, 1.12rem);
}

.site-main {
  padding-top: 0.35rem;
  padding-bottom: 1.4rem;
}

.zine-sheet--home .zine-section,
.editorial-page .zine-section,
.single-entry .zine-sheet__section {
  margin-top: 1.15rem;
  padding-top: 0.95rem;
  border-top: 3px double rgba(0, 0, 0, 0.86);
}

.editorial-section-heading,
.editorial-section-heading--compact {
  margin-bottom: 0.55rem;
}

.editorial-section-heading h2,
.editorial-section-heading--compact h2,
.archive-year-list__heading {
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
}

.editorial-section-heading p,
.editorial-section-heading--compact p,
.page-hero__dek,
.editorial-page__subdek,
.editorial-list__meta,
.brand-subtitle,
.brand-intro {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.page-hero__eyebrow {
  display: none;
}

.page-hero__title-small {
  font-size: clamp(1.9rem, 4vw, 2.65rem);
  letter-spacing: 0.025em;
}

.page-hero__dek,
.editorial-page__subdek {
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.4;
}

.editorial-list__item,
.zine-sheet--home .editorial-list__item--home {
  padding: 0.65rem 0 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.editorial-list__copy h2,
.editorial-list__copy h3 {
  font-size: clamp(1.22rem, 2vw, 1.62rem);
}

.editorial-list__meta {
  font-size: 0.95rem;
  line-height: 1.3;
}

.editorial-list__copy p:last-child,
.visual-grid__copy p:last-child,
.editorial-home__manifesto-copy p,
.content-panel p,
.entry-body p {
  font-size: 0.98rem;
  line-height: 1.48;
}

.editorial-list__date {
  min-width: 7.5rem;
  padding-top: 0.1rem;
  font-size: 0.95rem;
  color: #7b241d;
}

.editorial-home__lower {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.88fr);
  gap: 1.1rem;
}

.editorial-home__column--left {
  gap: 0.85rem;
}

.editorial-home__visual-strip {
  gap: 0.55rem;
}

.editorial-home__visual-item h3 {
  font-size: 0.98rem;
}

.archive-filter-bar {
  gap: 0.2rem 0.95rem;
  margin-top: 0.45rem;
}

.archive-filter-bar__link {
  position: relative;
  font-size: 0.95rem;
  color: var(--ink);
}

.archive-filter-bar__link + .archive-filter-bar__link::before {
  content: "/";
  position: absolute;
  left: -0.62rem;
  color: rgba(0, 0, 0, 0.58);
}

.archive-filter-bar__link.is-active,
.archive-filter-bar__link:hover {
  color: var(--accent);
}

.visual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.visual-grid__item {
  gap: 0.5rem;
}

.visual-grid__copy h2 {
  font-size: 1rem;
}

.single-entry .page-hero__title-small {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.site-footer {
  margin-top: 0.8rem;
}

.site-footer__inner {
  width: min(calc(100% - 2rem), 710px);
  padding: 0.75rem 0 1rem;
}

.footer-meta span {
  font-size: 1.02rem;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .site-header__inner,
  .site-main,
  .site-footer__inner {
    width: min(calc(100% - 1.5rem), 710px);
  }

  .brand-subtitle,
  .brand-intro {
    justify-self: center;
    text-align: center;
  }

  .editorial-home__lower,
  .zine-sheet--home .editorial-list__item--home,
  .editorial-list__item,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .editorial-list__date {
    min-width: 0;
    text-align: left;
  }

  .archive-filter-bar__link + .archive-filter-bar__link::before {
    display: none;
  }
}

/* SEO / Responsive / Speed pass */
html {
  text-size-adjust: 100%;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

iframe {
  width: 100%;
}

.site-main,
.content-panel,
.entry-body,
.editorial-list__copy,
.visual-grid__copy,
.page-hero__title-small,
.brand-mark {
  overflow-wrap: anywhere;
}

.contact-form input,
.contact-form textarea,
.contact-form button,
.contact-form select {
  width: 100%;
  max-width: 100%;
}

.editorial-home__lower {
  align-items: start;
}

.editorial-list__item,
.zine-sheet--home .editorial-list__item--home {
  align-items: start;
}

.zine-section,
.content-panel,
.visual-grid__item,
.archive-year-list__group,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 700px;
}

@media (max-width: 980px) {
  .editorial-home__lower {
    grid-template-columns: 1fr;
  }

  .editorial-list__item,
  .zine-sheet--home .editorial-list__item--home {
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }

  .editorial-list__date {
    text-align: left;
  }
}

/* About dropdown menu */
.main-navigation .menu-item--has-children {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: -0.5rem;
}

.main-navigation .menu-item--has-children > a::after {
  content: " \25BE";
  font-size: 0.72em;
  vertical-align: 0.08em;
}

.main-navigation .sub-menu {
  display: none;
  position: absolute;
  top: calc(100% - 0.02rem);
  left: 50%;
  z-index: 30;
  min-width: 11rem;
  margin: 0;
  padding: 0.55rem 0.75rem;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.72);
  background: rgba(239, 233, 220, 0.98);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.08);
  transform: translateX(-50%);
}

.main-navigation .menu-item--has-children:hover > .sub-menu,
.main-navigation .menu-item--has-children:focus-within > .sub-menu {
  display: block;
}

.main-navigation .sub-menu li {
  display: block;
}

.main-navigation .sub-menu li + li {
  margin-top: 0.38rem;
}

.main-navigation .sub-menu li + li::before,
.main-navigation .sub-menu .menu-item::before {
  display: none !important;
  content: none !important;
}

.main-navigation .sub-menu a {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu .current-menu-item a {
  color: var(--accent);
}

@media (max-width: 760px) {
  .main-navigation .menu-item--has-children {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .main-navigation .menu-item--has-children > a::after {
    content: "";
  }

  .main-navigation .sub-menu {
    display: block;
    position: static;
    top: auto;
    left: auto;
    min-width: 0;
    margin-top: 0.45rem;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    transform: none;
  }

  .main-navigation .sub-menu li + li {
    margin-top: 0.3rem;
  }

  .main-navigation .sub-menu a {
    padding: 0.42rem 0.55rem;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
  }
}

/* Inside-page centered masthead */
body:not(.home) .site-header__inner {
  justify-items: center;
}

body:not(.home) .site-branding {
  justify-items: center;
  text-align: center;
}

body:not(.home) .brand-logo,
body:not(.home) .brand-mark,
body:not(.home) .brand-subtitle,
body:not(.home) .brand-intro {
  justify-self: center;
  text-align: center;
}

body:not(.home) .brand-subtitle,
body:not(.home) .brand-intro {
  max-width: 40rem;
}

/* Final Header Lock */

.site-header {
  padding-top: 0.85rem;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 0.68rem;
}

.site-branding {
  width: 100%;
  display: grid;
  justify-items: start;
  text-align: left;
}

.brand-logo,
.brand-mark {
  justify-self: start;
}

.brand-mark {
  padding: 0 0 0.12rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
  font-size: clamp(3rem, 8.6vw, 4.55rem);
  letter-spacing: 0.02em;
}

.brand-subtitle,
.brand-intro {
  max-width: 38rem;
  justify-self: start;
  text-align: left;
}

.brand-subtitle {
  margin-top: 0.42rem;
  font-size: 1rem;
  line-height: 1.28;
}

.brand-intro {
  margin-top: 0.16rem;
  font-size: 1rem;
  line-height: 1.3;
}

.main-navigation {
  width: 100%;
  margin-top: 0.72rem;
  padding: 0.42rem 0 0.36rem;
  border-top: 3px double rgba(0, 0, 0, 0.86);
  border-bottom: 3px double rgba(0, 0, 0, 0.86);
}

.main-navigation ul {
  justify-content: center;
  gap: 0.12rem 1rem;
}

.main-navigation li {
  display: inline-flex;
  align-items: center;
}

.main-navigation li + li::before {
  margin: 0 0.68rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.05rem;
}

.main-navigation a {
  font-size: clamp(1rem, 1.55vw, 1.1rem);
  letter-spacing: 0.03em;
}

@media (max-width: 760px) {
  .site-branding {
    justify-items: center;
    text-align: center;
  }

  .brand-logo,
  .brand-mark,
  .brand-subtitle,
  .brand-intro {
    justify-self: center;
    text-align: center;
  }

  .main-navigation {
    padding: 0.5rem 0;
  }
}

/* Raw Zine Homepage Pass */

body.home {
  color: #141312;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.34), transparent 16%),
    radial-gradient(circle at 82% 18%, rgba(0, 0, 0, 0.08), transparent 18%),
    radial-gradient(circle at 52% 78%, rgba(0, 0, 0, 0.06), transparent 22%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.02) 0 1px, transparent 1px 4px),
    #efe9dc;
}

body.home .site-header__inner,
body.home .site-main,
body.home .site-footer__inner {
  width: min(calc(100% - 2rem), 690px);
}

body.home .site-header {
  padding-top: 0.9rem;
}

body.home .brand-mark {
  border-bottom: 2px solid rgba(0, 0, 0, 0.92);
  font-size: clamp(3.6rem, 10vw, 5.8rem);
  letter-spacing: 0.035em;
  line-height: 0.88;
  text-shadow:
    -1px 0 0 rgba(0, 0, 0, 0.18),
    1px 0 0 rgba(0, 0, 0, 0.18),
    0 1px 0 rgba(0, 0, 0, 0.08);
}

body.home .brand-subtitle,
body.home .brand-intro {
  max-width: 34rem;
  color: #171615;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1.01rem;
  font-weight: 600;
  line-height: 1.28;
}

body.home .brand-subtitle {
  margin-top: 0.46rem;
}

body.home .brand-intro {
  margin-top: 0.12rem;
}

body.home .main-navigation {
  margin-top: 0.72rem;
  padding: 0.36rem 0 0.32rem;
  border-top: 2px solid rgba(0, 0, 0, 0.88);
  border-bottom: 2px solid rgba(0, 0, 0, 0.88);
}

body.home .main-navigation ul {
  gap: 0.1rem 0.95rem;
}

body.home .main-navigation li + li::before {
  margin: 0 0.62rem;
  color: rgba(0, 0, 0, 0.72);
}

body.home .main-navigation a {
  color: #121111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.home .main-navigation a:hover,
body.home .main-navigation .current-menu-item a,
body.home .main-navigation .current_page_item a {
  color: #7b241d;
}

body.home .site-main {
  padding-top: 0.3rem;
  padding-bottom: 1rem;
}

body.home .zine-sheet--home {
  padding-top: 0.1rem;
  padding-bottom: 0;
}

body.home .zine-sheet--home .zine-section {
  margin-top: 1.02rem;
  padding-top: 0.88rem;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

body.home .editorial-section-heading,
body.home .editorial-section-heading--compact {
  margin-bottom: 0.45rem;
}

body.home .editorial-section-heading h2,
body.home .editorial-section-heading--compact h2 {
  color: #121111;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: 0.025em;
  line-height: 1;
}

body.home .editorial-section-heading::after,
body.home .editorial-section-heading--compact::after {
  height: 1px;
  background: rgba(0, 0, 0, 0.68);
}

body.home .editorial-section-heading p,
body.home .editorial-section-heading--compact p {
  color: #2b2724;
  font-size: 0.94rem;
  line-height: 1.28;
}

body.home .editorial-list__item--home {
  padding: 0.45rem 0 0.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

body.home .editorial-list__item--home .editorial-list__copy h3 {
  color: #111;
  font-size: clamp(1.35rem, 2.3vw, 1.78rem);
  letter-spacing: 0.02em;
}

body.home .editorial-list__item--home .editorial-list__meta {
  margin-top: 0.08rem;
  color: #2a2724;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

body.home .editorial-list__date {
  min-width: 7rem;
  color: #7e2b22;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.22;
}

body.home .editorial-home__lower {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.88fr);
  gap: 1rem;
}

body.home .editorial-home__column--left {
  gap: 0.7rem;
}

body.home .editorial-home__manifesto-copy p,
body.home .editorial-home__panel--archive p {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.42;
}

body.home .editorial-home__panel--manifesto .editorial-home__manifesto-copy p + p {
  margin-top: 0.4rem;
}

body.home .editorial-home__panel-link {
  margin-top: 0.58rem;
  color: #7b241d;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.12em;
}

body.home .editorial-home__visual-strip {
  gap: 0.5rem;
}

body.home .editorial-home__visual-link {
  border: 1px solid rgba(0, 0, 0, 0.84);
  background: rgba(255, 255, 255, 0.16);
}

body.home .editorial-home__visual-link img {
  filter: grayscale(1) contrast(1.12);
}

body.home .editorial-home__visual-item h3 {
  color: #111;
  font-size: 0.92rem;
  letter-spacing: 0.015em;
  line-height: 1.02;
}

body.home .site-footer {
  margin-top: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.72);
}

body.home .site-footer__inner {
  padding: 0.9rem 0 0.95rem;
}

body.home .footer-meta span {
  color: #24211f;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.02rem;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 760px) {
  body.home .site-header__inner,
  body.home .site-main,
  body.home .site-footer__inner {
    width: min(calc(100% - 1.5rem), 690px);
  }

  body.home .site-branding {
    justify-items: center;
    text-align: center;
  }

  body.home .brand-logo,
  body.home .brand-mark,
  body.home .brand-subtitle,
  body.home .brand-intro {
    justify-self: center;
    text-align: center;
  }

  body.home .main-navigation {
    padding: 0.48rem 0;
  }

  body.home .main-navigation a {
    width: 100%;
    padding: 0.42rem 0.55rem;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.22);
  }

  body.home .editorial-home__lower,
  body.home .editorial-list__item--home {
    grid-template-columns: 1fr;
  }

  body.home .editorial-list__date {
    min-width: 0;
    text-align: left;
  }
}

/* Remove stray full-width header rule */

.site-header {
  border-bottom: 0 !important;
}

/* Sitewide Editorial Consistency */

:root {
  --paper: #efe9dc;
  --paper-dark: #ddd3c3;
  --ink: #121111;
  --ink-soft: #2b2724;
  --accent: #7a261d;
  --line: rgba(18, 17, 17, 0.18);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.28), transparent 17%),
    radial-gradient(circle at 84% 18%, rgba(0, 0, 0, 0.07), transparent 19%),
    radial-gradient(circle at 52% 82%, rgba(0, 0, 0, 0.05), transparent 22%),
    repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.018) 0 1px, transparent 1px 4px),
    var(--paper);
}

.site-header__inner,
.site-main,
.site-footer__inner {
  width: min(calc(100% - 2rem), 700px);
}

.site-header {
  padding-top: 0.9rem;
  background: none;
}

.site-header__inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: stretch;
  gap: 0.64rem;
}

.site-branding {
  width: 100%;
  display: grid;
  justify-items: start;
  text-align: left;
}

.brand-logo,
.brand-mark {
  justify-self: start;
}

.brand-mark {
  color: var(--ink);
  padding: 0 0 0.14rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.9);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(3.4rem, 8.8vw, 5.3rem);
  letter-spacing: 0.03em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow:
    -1px 0 0 rgba(0, 0, 0, 0.12),
    1px 0 0 rgba(0, 0, 0, 0.12);
}

.brand-subtitle,
.brand-intro {
  max-width: 38rem;
  justify-self: start;
  color: #1a1816;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.28;
  text-align: left;
}

.brand-subtitle {
  margin-top: 0.42rem;
}

.brand-intro {
  margin-top: 0.14rem;
}

.main-navigation {
  width: 100%;
  margin-top: 0.72rem;
  padding: 0.38rem 0 0.34rem;
  border-top: 2px solid rgba(0, 0, 0, 0.84);
  border-bottom: 2px solid rgba(0, 0, 0, 0.84);
}

.main-navigation ul {
  justify-content: center;
  gap: 0.1rem 0.95rem;
}

.main-navigation li {
  display: inline-flex;
  align-items: center;
}

.main-navigation li + li::before {
  margin: 0 0.62rem;
  color: rgba(0, 0, 0, 0.68);
  font-size: 1.04rem;
}

.main-navigation a {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1rem, 1.55vw, 1.08rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: var(--accent);
}

.site-main {
  padding-top: 0.35rem;
  padding-bottom: 1.2rem;
}

.zine-sheet,
.editorial-page,
.single-entry {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.1rem;
  padding-bottom: 0;
  background: none;
  box-shadow: none;
}

.zine-section,
.editorial-page .zine-section,
.single-entry .zine-sheet__section,
.content-panel {
  margin-top: 1rem;
}

.zine-sheet--home .zine-section,
.editorial-page .zine-section,
.single-entry .zine-sheet__section {
  padding-top: 0.82rem;
  border-top: 1px solid rgba(0, 0, 0, 0.72);
}

.page-hero {
  padding: 0 0 0.3rem;
}

.page-hero__eyebrow {
  display: none;
}

.page-hero__title-small {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(2rem, 4vw, 2.85rem);
  letter-spacing: 0.025em;
  line-height: 0.94;
  text-transform: uppercase;
}

.page-hero__dek,
.editorial-page__subdek,
.editorial-section-heading p,
.editorial-section-heading--compact p,
.editorial-list__meta,
.contact-form__note,
.stat-chip {
  color: var(--ink-soft);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  line-height: 1.3;
}

.editorial-section-heading,
.editorial-section-heading--compact {
  margin-bottom: 0.45rem;
}

.editorial-section-heading h2,
.editorial-section-heading--compact h2,
.archive-year-list__heading {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.45rem, 2.35vw, 1.95rem);
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.editorial-section-heading::after,
.editorial-section-heading--compact::after {
  height: 1px;
  background: rgba(0, 0, 0, 0.66);
}

.editorial-list__item,
.zine-sheet--home .editorial-list__item--home {
  padding: 0.48rem 0 0.42rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.editorial-list__copy h2,
.editorial-list__copy h3,
.visual-grid__copy h2 {
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(1.28rem, 2vw, 1.68rem);
  letter-spacing: 0.02em;
  line-height: 1.02;
  text-transform: uppercase;
}

.editorial-list__meta {
  margin-top: 0.08rem;
  font-weight: 600;
}

.editorial-list__copy p:last-child,
.visual-grid__copy p:last-child,
.editorial-home__manifesto-copy p,
.editorial-home__panel--archive p,
.content-panel p,
.entry-body p {
  color: #1d1b19;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.45;
}

.editorial-list__date,
.archive-filter-bar__link.is-active,
.archive-filter-bar__link:hover,
.editorial-home__panel-link,
.main-navigation a:hover,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item a {
  color: var(--accent);
}

.editorial-list__date {
  min-width: 7rem;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.22;
}

.editorial-home__lower {
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.88fr);
  gap: 0.95rem;
}

.editorial-home__column--left {
  gap: 0.72rem;
}

.editorial-home__visual-strip,
.visual-grid {
  gap: 0.6rem;
}

.editorial-home__visual-link,
.visual-grid__media,
.single-entry__artwork {
  border: 1px solid rgba(0, 0, 0, 0.84);
  background: rgba(255, 255, 255, 0.16);
}

.editorial-home__visual-link img,
.visual-grid__media img,
.single-entry__artwork img {
  filter: grayscale(1) contrast(1.1);
}

.archive-filter-bar {
  gap: 0.16rem 0.95rem;
  margin-top: 0.42rem;
}

.archive-filter-bar__link {
  position: relative;
  color: var(--ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
}

.archive-filter-bar__link + .archive-filter-bar__link::before {
  content: "/";
  position: absolute;
  left: -0.62rem;
  color: rgba(0, 0, 0, 0.58);
}

.site-footer {
  margin-top: 0.85rem;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.72);
}

.site-footer__inner {
  padding: 0.85rem 0 0.95rem;
}

.footer-meta {
  display: grid;
  gap: 0.12rem;
  justify-items: center;
  text-align: center;
}

.footer-meta span {
  color: #24211f;
  font-family: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.footer-meta__primary {
  font-weight: 700;
}

@media (max-width: 760px) {
  .site-header__inner,
  .site-main,
  .site-footer__inner {
    width: min(calc(100% - 1.5rem), 700px);
  }

  .site-branding {
    justify-items: center;
    text-align: center;
  }

  .brand-logo,
  .brand-mark,
  .brand-subtitle,
  .brand-intro {
    justify-self: center;
    text-align: center;
  }

  .main-navigation {
    padding: 0.48rem 0;
  }

  .main-navigation a {
    width: 100%;
    padding: 0.42rem 0.55rem;
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: rgba(255, 255, 255, 0.22);
    text-align: center;
  }

  .editorial-home__lower,
  .editorial-list__item,
  .zine-sheet--home .editorial-list__item--home,
  .visual-grid {
    grid-template-columns: 1fr;
  }

  .editorial-list__date {
    min-width: 0;
    text-align: left;
  }

  .archive-filter-bar__link + .archive-filter-bar__link::before {
    display: none;
  }
}
