
.issue-masthead {
  text-align: center;
  padding: 3.5rem 2.5rem 2.5rem;
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(201,168,76,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  border-bottom: 1px solid var(--border);
  animation: fadeUp 0.7s cubic-bezier(0.22,1,0.36,1) both;
  transition: background-color 0.3s;
}

.issue-meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.4rem;
}

.issue-meta .meta-sep {
  color: var(--border);
}

.audience-badge {
  display: inline-block;
  font-family: var(--sans);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--near-black);
  background-color: var(--gold);
  padding: 0.18rem 0.6rem;
}

.issue-masthead h1 {
  font-family: var(--display);
  font-size: clamp(2rem, 4.4vw, 3.1rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--text);
  line-height: 1.1;
  margin-bottom: 0.5rem;
  text-align: center;
}

.issue-dek {
  font-family: var(--body-font);
  font-size: calc(var(--base-size) * 0.95);
  font-style: italic;
  color: var(--text-muted);
  max-width: 520px;
  margin: 1.2rem auto 0;
}

[data-font="sans"] .issue-dek,
[data-font="sans"] .colophon,
[data-font="sans"] .archive-dek { font-style: normal; }



.issue-contents {
  max-width: 34rem;
  margin: 3rem auto 0;
  padding: 1.6rem 1.5rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.issue-contents h2 {
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 1.1rem;
}

.issue-contents ol {
  list-style: none;
  font-family: var(--body-font);
  font-size: calc(var(--base-size) * 0.9);
  line-height: 1.6;
}

.issue-contents li + li { margin-top: 0.5rem; }

.issue-contents a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
  transition: color 0.2s, border-color 0.2s;
}

.issue-contents a:hover {
  color: var(--red-ink);
  border-bottom-color: var(--red-ink);
}

.issue-contents .gloss { color: var(--text-muted); }



.issue-body {
  max-width: 34rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 0;
  font-family: var(--body-font);
  font-size: var(--base-size);
  line-height: 1.8;
  animation: fadeUp 0.7s 0.15s cubic-bezier(0.22,1,0.36,1) both;
}

.issue-body > * + * { margin-top: 1.3em; }

.issue-body h2 {
  font-family: var(--display);
  font-size: calc(var(--base-size) * 1.45);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--text);
  text-align: center;
  line-height: 1.2;
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.issue-body h3 {
  font-family: var(--display);
  font-size: calc(var(--base-size) * 1.15);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
}

.issue-body a {
  color: var(--red-ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(178,34,52,0.3);
  transition: border-color 0.2s;
}

.issue-body a:hover { border-bottom-color: var(--red-ink); }



.issue-body hr {
  border: 0;
  border-top: 1px solid var(--border);
  width: 56px;
  margin: 2.6rem auto;
}

.issue-body blockquote {
  padding-left: 1.4rem;
  border-left: 2px solid var(--gold);
  color: var(--text-muted);
}

.issue-body blockquote > * + * { margin-top: 1em; }

.issue-body ul,
.issue-body ol { padding-left: 1.5rem; }

.issue-body li + li { margin-top: 0.4em; }

.issue-body strong { font-weight: 600; }

.issue-body figure { margin: 2.6rem 0; }

.issue-body figure img { display: block; width: 100%; height: auto; }

.issue-body figcaption {
  margin-top: 0.7rem;
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  color: var(--text-muted);
  text-align: center;
}

.issue-body code {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 0.85em;
  background-color: var(--surface);
  padding: 0.1em 0.35em;
}



.issue-body sup.fn-ref {
  line-height: 0;
  font-size: 0.7em;
}

.issue-body sup.fn-ref a {
  border-bottom: 0;
  padding: 0 0.1em;
}

.footnotes {
  max-width: 34rem;
  margin: 3.5rem auto 0;
  padding: 1.6rem 1.5rem 0;
  border-top: 1px solid var(--border);
  font-family: var(--body-font);
  font-size: calc(var(--base-size) * 0.85);
  line-height: 1.7;
  color: var(--text-muted);
}

.footnotes ol { padding-left: 1.5rem; }

.footnotes li {
  scroll-margin-top: calc(var(--header-height) + 1rem);
}

.footnotes li + li { margin-top: 0.6em; }

.footnotes a { color: var(--red-ink); }

.fn-back {
  margin-left: 0.4em;
  text-decoration: none;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 2px;
  padding: 0 0.32em;
  line-height: 1.45;
  transition: background-color 0.2s, color 0.2s;
}

.fn-back:hover,
.fn-back:focus-visible { background-color: var(--red-ink); color: var(--bg); }



.colophon {
  max-width: 34rem;
  margin: 3.5rem auto 0;
  padding: 1.6rem 1.5rem 0;
  border-top: 1px solid var(--border);
  font-family: var(--body-font);
  font-size: calc(var(--base-size) * 0.85);
  font-style: italic;
  line-height: 1.7;
  color: var(--text-muted);
}

.colophon a { color: var(--red-ink); }

.issue-nav {
  max-width: 34rem;
  margin: 3.5rem auto 0;
  padding: 2rem 1.5rem 0;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.issue-nav a {
  max-width: 46%;
  font-family: var(--body-font);
  font-size: calc(var(--base-size) * 0.9);
  line-height: 1.4;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}

.issue-nav a:last-child { text-align: right; }

.issue-nav a:hover { color: var(--red-ink); }

.issue-nav .nav-label {
  display: block;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.3rem;
}



.archive-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 2.5rem 1.5rem;
  border-bottom: 1px solid var(--border);
  animation: fadeUp 0.7s 0.1s cubic-bezier(0.22,1,0.36,1) both;
}

.archive-filter {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.archive-filter-label {
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.archive-filter select {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--text);
  background-color: var(--bg);
  border: 1px solid var(--border);
  padding: 0.4rem 0.7rem;
  cursor: pointer;
}

.archive-filter select:focus { border-color: var(--gold); outline: none; }

.archive-list {
  list-style: none;
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  animation: fadeUp 0.7s 0.15s cubic-bezier(0.22,1,0.36,1) both;
}

.archive-item {
  padding: 2.4rem 0;
  border-bottom: 1px solid var(--border);
}

.archive-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
  font-family: var(--sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.7rem;
}

.archive-meta .meta-sep { color: var(--border); }

.archive-item h2 {
  font-family: var(--display);
  font-size: calc(var(--base-size) * 1.35);
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 0.5rem;
}

.archive-item h2 a {
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}

.archive-item h2 a:hover { color: var(--red-ink); }

.archive-dek {
  font-family: var(--body-font);
  font-size: calc(var(--base-size) * 0.88);
  font-style: italic;
  color: var(--text-muted);
  line-height: 1.7;
}



@media print {
  .issue-contents,
  .issue-nav,
  .archive-controls { display: none; }

  .issue-body,
  .footnotes,
  .colophon { max-width: none; }

  .issue-masthead { background-image: none; }
}

@media (max-width: 640px) {
  .issue-masthead { padding: 2.5rem 1.25rem 2rem; }
  .issue-body { padding-left: 1.25rem; padding-right: 1.25rem; }
  .issue-contents { padding-left: 1.25rem; padding-right: 1.25rem; }
  .footnotes,
  .colophon,
  .issue-nav { padding-left: 1.25rem; padding-right: 1.25rem; }
  .archive-list { padding: 0 1.25rem; }
  .archive-controls { padding: 2rem 1.25rem 1.25rem; }

  .issue-nav {
    flex-direction: column;
    gap: 1.5rem;
  }

  .issue-nav a,
  .issue-nav a:last-child {
    max-width: none;
    text-align: left;
  }
}
