.newsletter-page {
  width: min(calc(100% - 2rem), 1200px);
  margin: 0 auto;
}

.newsletter-hero {
  padding-top: 3rem;
}

.newsletter-hero .section-heading h1 {
  max-width: 12ch;
}

.newsletter-hero-text {
  max-width: 42rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.reading-room {
  padding-top: 1rem;
}

.reader-shell,
.reader-stage-layout,
.reader-stage-panels,
.reader-stage-meta {
  display: grid;
  gap: 1.2rem;
}

.reader-shell {
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}

.reader-rail-wrap,
.reader-stage {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 249, 242, 0.84);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
}

.reader-rail-wrap {
  position: sticky;
  top: 6.5rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 251, 247, 0.92), rgba(244, 233, 220, 0.78));
  overflow: hidden;
}

.reader-rail-wrap::after {
  display: none;
}

.reader-rail-header {
  display: grid;
  gap: 0.35rem;
  margin-bottom: 0.9rem;
}

.reader-rail-header strong,
.reader-frame-header strong {
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
}

.reader-rail-header span,
.reader-frame-header span,
.reader-issue-volume,
.reader-issue-meta,
.reader-stage-lead {
  color: var(--muted);
  line-height: 1.6;
}

.reader-rail {
  display: grid;
  gap: 0.75rem;
}

.reader-issue-button {
  display: grid;
  gap: 0.3rem;
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(95, 45, 23, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.reader-issue-button:hover,
.reader-issue-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(95, 45, 23, 0.24);
}

.reader-issue-button.is-active {
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, var(--metal), var(--wood-dark) 54%, var(--signal));
  box-shadow: 0 18px 36px rgba(95, 45, 23, 0.2);
}

.reader-issue-button.is-active .reader-issue-label,
.reader-issue-button.is-active .reader-issue-volume,
.reader-issue-button.is-active .reader-issue-meta {
  color: #fff;
}

.reader-issue-label {
  font-family: "Fraunces", serif;
  font-size: 1.1rem;
}

.reader-stage {
  padding: 1.3rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.55), transparent 22%),
    linear-gradient(145deg, rgba(255, 251, 247, 0.88), rgba(243, 232, 220, 0.72));
  position: relative;
  overflow: hidden;
}

.reader-stage::after {
  display: none;
}

.reader-stage-header,
.reader-frame-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.reader-stage-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 1rem;
}

.reader-stage-copy {
  display: grid;
  gap: 1rem;
}

.reader-stage-lead {
  margin: 0;
  font-size: 1.02rem;
}

.reader-stage-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reader-stage-meta div {
  padding: 1rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 236, 224, 0.62));
}

.reader-stage-meta strong {
  display: block;
  margin-bottom: 0.35rem;
}

.reader-stage-panels {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reader-frame-card {
  display: grid;
  gap: 0.85rem;
  min-width: 0;
  padding: 1rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(247, 238, 228, 0.66));
}

.reader-frame {
  width: 100%;
  min-height: 920px;
  border: 0;
  border-radius: 18px;
  background: rgba(95, 45, 23, 0.08);
  box-shadow: inset 0 0 0 1px rgba(95, 45, 23, 0.08);
}

.archive-meta,
.archive-toolbar,
.archive-summary,
.issue-grid,
.issue-meta,
.issue-highlights,
.org-timeline,
.site-history-gallery {
  display: grid;
  gap: 1.2rem;
}

.archive-meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.archive-summary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.25rem;
}

.archive-summary-card {
  padding: 1.2rem 1.3rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(246, 236, 225, 0.82));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.archive-summary-card strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
}

.archive-summary-card span {
  display: block;
  margin-top: 0.35rem;
  color: var(--muted);
  line-height: 1.6;
}

.archive-toolbar {
  grid-template-columns: 1.2fr 1.4fr auto;
  align-items: end;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 251, 246, 0.94), rgba(244, 233, 220, 0.82));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
}

.archive-toolbar::after {
  display: none;
}

.archive-search,
.archive-filter-group {
  display: grid;
  gap: 0.65rem;
}

.archive-search span,
.archive-filter-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--metal);
}

.archive-search input {
  width: 100%;
  min-height: 52px;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(95, 45, 23, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  font: inherit;
}

.archive-search input:focus {
  outline: 2px solid rgba(143, 78, 47, 0.22);
  border-color: rgba(95, 45, 23, 0.28);
}

.archive-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.archive-chip-button,
.archive-reset {
  border: 1px solid rgba(95, 45, 23, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  font: inherit;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.archive-chip-button {
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  font-size: 0.92rem;
  cursor: pointer;
}

.archive-chip-button.is-active {
  color: #fff;
  background: linear-gradient(135deg, var(--metal), var(--wood-dark) 56%, var(--signal));
  border-color: transparent;
}

.archive-toolbar-meta {
  display: grid;
  justify-items: end;
  gap: 0.65rem;
}

.archive-results {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.archive-results-note {
  margin: 0;
  max-width: 22rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
  text-align: right;
}

.archive-reset {
  min-height: 40px;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
}

.archive-chip,
.issue-card,
.org-timeline-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 242, 0.82);
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(14px);
}

.archive-chip {
  padding: 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.94), rgba(246, 236, 224, 0.82));
}

.archive-chip strong,
.issue-card h3,
.org-timeline-card h3 {
  display: block;
  font-family: "Fraunces", serif;
}

.archive-chip span {
  display: block;
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.65;
}

.issue-grid {
  grid-template-columns: 1fr;
}

.issue-card {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.94), rgba(245, 235, 223, 0.82));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  overflow: hidden;
}

.issue-card:hover {
  transform: translateY(-4px);
  border-color: rgba(95, 45, 23, 0.2);
  box-shadow: var(--shadow-strong);
}

.issue-card::after {
  display: none;
}

.issue-card-main {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
}

.issue-card-body {
  display: grid;
  gap: 0.9rem;
}

.issue-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  background: rgba(95, 45, 23, 0.08);
}

.issue-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.issue-card:hover .issue-media img {
  transform: scale(1.04);
}

.issue-media.is-tall {
  aspect-ratio: 4 / 3;
}

.issue-card-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.issue-kicker,
.issue-badge,
.timeline-kicker {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.issue-badge {
  display: inline-flex;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(42, 36, 32, 0.08);
  color: var(--metal);
}

.issue-card p,
.issue-card li {
  color: var(--muted);
  line-height: 1.65;
}

.issue-meta div,
.timeline-panel {
  padding: 1rem;
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 236, 224, 0.62));
}

.issue-meta strong,
.timeline-panel strong {
  display: block;
  margin-bottom: 0.35rem;
}

.issue-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.issue-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.issue-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.issue-tag {
  display: inline-flex;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(42, 36, 32, 0.08);
  color: var(--metal);
  font-size: 0.82rem;
  font-weight: 700;
}

.archive-year-jumps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-bottom: 1.25rem;
}

.full-archive {
  display: grid;
  gap: 1rem;
}

.archive-year-section {
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 252, 247, 0.9), rgba(243, 232, 220, 0.72));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.archive-year-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem 1.3rem;
  cursor: pointer;
}

.archive-year-header h3 {
  font-size: 1.7rem;
}

.archive-year-count {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(95, 45, 23, 0.08);
  color: var(--wood-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.archive-year-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  padding: 0 1.3rem 1.3rem;
}

.archive-issue-link {
  display: grid;
  gap: 0.35rem;
  min-height: 108px;
  padding: 1rem;
  border: 1px solid rgba(95, 45, 23, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.archive-issue-link:hover {
  transform: translateY(-3px);
  border-color: rgba(95, 45, 23, 0.2);
  box-shadow: 0 14px 28px rgba(57, 28, 12, 0.1);
}

.archive-issue-link strong {
  font-family: "Fraunces", serif;
  font-size: 1.15rem;
}

.archive-issue-link span,
.archive-issue-link em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.55;
}

.timeline-panel {
  display: grid;
  gap: 0.9rem;
}

.archive-empty {
  padding: 2rem;
  border: 1px dashed rgba(95, 45, 23, 0.2);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 242, 0.66);
  color: var(--muted);
}

.org-timeline {
  gap: 1.4rem;
}

.org-timeline-entry {
  display: grid;
  grid-template-columns: minmax(118px, 140px) 28px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.org-timeline-date-block {
  display: grid;
  gap: 0.45rem;
  justify-items: end;
  padding-top: 0.35rem;
  text-align: right;
}

.org-timeline-source {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.org-timeline-marker {
  position: relative;
  min-height: 100%;
}

.org-timeline-marker::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.6rem;
  bottom: -1.6rem;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(170, 123, 88, 0.22), rgba(95, 45, 23, 0.45));
}

.org-timeline-entry:first-child .org-timeline-marker::before {
  top: 0.9rem;
}

.org-timeline-entry:last-child .org-timeline-marker::before {
  bottom: 0.9rem;
}

.org-timeline-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.55rem;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--wood-dark), var(--wood));
  box-shadow: 0 0 0 4px rgba(255, 241, 228, 0.96);
}

.org-timeline-card {
  padding: 1.5rem;
  display: grid;
  gap: 0.95rem;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.94), rgba(245, 235, 223, 0.82));
  overflow: hidden;
}

.org-timeline-header {
  display: block;
}

.org-timeline-header h3 {
  margin: 0;
}

.org-timeline-summary {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.org-timeline-date {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(95, 45, 23, 0.08);
  color: var(--wood-dark);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
  white-space: nowrap;
}

.org-timeline-points {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  display: grid;
  gap: 0.55rem;
  line-height: 1.55;
}

.site-history-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-history-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(244, 233, 220, 0.84));
  box-shadow:
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.site-history-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 1px solid rgba(95, 45, 23, 0.12);
  background: rgba(95, 45, 23, 0.08);
}

.site-history-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 350ms ease;
}

.site-history-card:hover .site-history-media img {
  transform: scale(1.02);
}

.site-history-body {
  display: grid;
  gap: 0.95rem;
  padding: 1.2rem;
}

.site-history-header {
  display: grid;
  gap: 0.8rem;
  align-items: start;
}

.site-history-header h3 {
  margin: 0.35rem 0 0;
  font-family: "Fraunces", serif;
  font-size: 1.25rem;
}

.site-history-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.issue-details {
  border-top: 1px solid rgba(95, 45, 23, 0.12);
  padding-top: 1rem;
}

.issue-details summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--wood-dark);
}

.issue-details[open] summary {
  margin-bottom: 0.9rem;
}

.issue-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .reader-shell,
  .archive-meta,
  .archive-toolbar,
  .archive-summary,
  .issue-grid {
    grid-template-columns: 1fr;
  }

  .issue-card-main {
    grid-template-columns: 1fr;
  }

  .reader-rail-wrap {
    position: static;
  }

  .reader-stage-layout,
  .reader-stage-panels,
  .reader-stage-meta {
    grid-template-columns: 1fr;
  }

  .archive-toolbar-meta {
    justify-items: start;
  }

  .archive-results-note {
    text-align: left;
  }

  .archive-year-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .org-timeline-entry {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .org-timeline-date-block {
    justify-items: start;
    text-align: left;
    padding-top: 0;
  }

  .org-timeline-marker {
    display: none;
  }

  .site-history-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .issue-meta,
  .issue-highlights,
  .archive-year-panel,
  .reader-stage-panels,
  .reader-stage-meta {
    grid-template-columns: 1fr;
  }

  .reader-stage {
    padding: 1rem;
  }

  .reader-frame {
    min-height: 620px;
  }
}
