:root {
  --paper: #f5f1e8;
  --paper-deep: #e9e1d2;
  --cream: #f5e9d2;
  --ink: #182536;
  --muted: #66717d;
  --line: #c8c0b2;
  --blue: #173f6b;
  --red: #8f352f;
  --gold: #b88932;
  --white: #fffdf8;
  --measure: 720px;
  --wide: 1120px;
}

/* Volume 3 homepage system ------------------------------------------------ */

body.homepage {
  padding: 18px;
  color: #102945;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.72), transparent 27%),
    radial-gradient(circle at 82% 68%, rgba(184, 137, 50, 0.08), transparent 24%),
    #d9d7d1;
  font-family: Charter, "Bitstream Charter", "Iowan Old Style", Georgia, serif;
  font-size: 16px;
  line-height: 1.42;
}

.homepage .publication-window {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #162333;
  background:
    repeating-linear-gradient(0deg, rgba(24, 37, 54, 0.018) 0, rgba(24, 37, 54, 0.018) 1px, transparent 1px, transparent 5px),
    #f6f0e2;
  box-shadow: 0 2px 0 #fff inset, 10px 12px 28px rgba(13, 25, 39, 0.18);
}

.homepage .window-titlebar {
  position: relative;
  min-height: 30px;
  padding: 5px 38px;
  border-bottom: 2px solid #26394d;
  color: #172333;
  background:
    repeating-linear-gradient(0deg, #b9bec1 0, #b9bec1 1px, #d9dddf 1px, #d9dddf 3px);
  font: 700 0.8rem/1.2 Arial, Helvetica, sans-serif;
  text-align: center;
}

.homepage .window-lights {
  position: absolute;
  left: 9px;
  top: 8px;
  display: flex;
  gap: 5px;
}

.homepage .window-lights i {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #27333f;
  border-radius: 50%;
  background: #9b3932;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.72);
}

.homepage .window-lights i:nth-child(2) {
  background: #c3973d;
}

.homepage .window-lights i:nth-child(3) {
  background: #6b8a63;
}

.homepage .window-box {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #27333f;
  background: #d7dbdd;
  font: 700 14px/17px "Courier New", monospace;
}

.homepage .home-masthead {
  position: relative;
  isolation: isolate;
  min-height: 292px;
  padding: 31px 30px 24px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) 150px;
  align-items: start;
  gap: 22px;
  overflow: hidden;
  border-bottom: 2px solid var(--blue);
}

.homepage .masthead-ornament {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -54px;
  width: min(76%, 760px);
  max-height: 220px;
  object-fit: contain;
  opacity: 0.22;
  transform: translateX(-50%);
  filter: grayscale(1) contrast(1.15) sepia(0.18);
}

.homepage .editorial-identity {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: var(--blue);
  text-decoration: none;
  font: 700 0.72rem/1.55 Georgia, serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.homepage .editorial-identity img {
  display: block;
  width: 138px;
  height: 92px;
  object-fit: contain;
}

.homepage .masthead-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.homepage .masthead-overline {
  margin: 0 0 0.42rem;
  color: var(--red);
  font: 700 0.7rem/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.homepage .masthead-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--blue);
  font: 700 clamp(3rem, 6.4vw, 5rem)/0.82 "ITC Bookman", "URW Bookman", "Bookman Old Style", Georgia, serif;
  letter-spacing: -0.055em;
}

.homepage .masthead-copy h1 em {
  color: var(--red);
  font-style: normal;
}

.homepage .masthead-deck {
  width: min(100%, 610px);
  margin: 19px auto 0;
  padding-top: 12px;
  border-top: 1px solid var(--blue);
  color: var(--blue);
  font-size: clamp(0.95rem, 2vw, 1.22rem);
  font-style: italic;
}

.homepage .masthead-motto {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  padding: 16px 12px;
  border: 1px solid var(--blue);
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 4px 4px 0 rgba(23, 63, 107, 0.16);
  color: var(--blue);
  font: 700 0.72rem/1.55 Georgia, serif;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.homepage .masthead-motto span {
  display: block;
}

.homepage .masthead-motto span + span {
  margin-top: 6px;
}

.homepage .edition-nav {
  min-height: 48px;
  padding: 0 26px;
  display: flex;
  align-items: stretch;
  gap: clamp(10px, 3vw, 34px);
  border-bottom: 4px double var(--blue);
  background: rgba(255, 253, 248, 0.76);
  font: 700 0.88rem/1.1 Georgia, serif;
}

.homepage .edition-nav a {
  display: grid;
  place-items: center;
  padding: 0.88rem 0.2rem 0.7rem;
  border-bottom: 3px solid transparent;
  color: var(--blue);
  text-decoration: none;
}

.homepage .edition-nav a:hover,
.homepage .edition-nav a:focus-visible,
.homepage .edition-nav a.active {
  color: var(--red);
  border-bottom-color: var(--red);
}

.homepage .edition-nav a:last-child {
  margin-left: auto;
}

.homepage .edition-board {
  padding: 14px 28px 6px;
}

.homepage .edition-line {
  padding: 2px 0 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--blue);
  font: 700 0.73rem/1.25 Georgia, serif;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.homepage .lead-module {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(250px, 0.9fr) minmax(165px, 0.48fr);
  gap: 0;
  border: 1.5px solid var(--blue);
  background: rgba(255, 253, 248, 0.48);
}

.homepage .lead-art {
  margin: 0;
  padding: 12px;
  border-right: 1px solid var(--blue);
}

.homepage .lead-art img {
  display: block;
  width: 100%;
  height: 350px;
  border: 1px solid #748090;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.04);
}

.homepage .lead-art figcaption {
  margin: 6px 0 0;
  padding: 0;
  border: 0;
  color: #4b5662;
  font: italic 0.7rem/1.25 Georgia, serif;
}

.homepage .lead-copy {
  padding: 15px 16px 14px;
  align-self: stretch;
}

.homepage .card-kicker {
  margin: 0 0 7px;
  color: var(--red);
  font: 700 0.68rem/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.homepage .lead-copy h2,
.homepage .story-card h2,
.homepage .contents-box h2 {
  font-family: "ITC Bookman", "URW Bookman", "Bookman Old Style", Georgia, serif;
}

.homepage .lead-copy h2 {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: clamp(1.95rem, 3.4vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.homepage .lead-subhead {
  color: var(--blue);
  font-size: 1.16rem;
  font-style: italic;
  line-height: 1.22;
}

.homepage .lead-copy > p:not(.card-kicker):not(.lead-subhead) {
  font-size: 0.94rem;
  line-height: 1.4;
}

.homepage .read-button {
  display: inline-block;
  margin-top: 3px;
  padding: 10px 14px;
  border: 2px outset #b54d41;
  color: #fffdf8;
  background: var(--red);
  font: 700 0.82rem/1 Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.homepage .read-button:hover,
.homepage .read-button:focus-visible {
  color: #fff;
  background: #722822;
}

.homepage .contents-box {
  padding: 13px 12px;
  border-left: 1px solid var(--blue);
  background: rgba(246, 240, 226, 0.82);
}

.homepage .contents-box h2 {
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 2px solid var(--blue);
  color: var(--blue);
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
}

.homepage .contents-box a {
  display: block;
  padding: 8px 2px;
  border-bottom: 1px solid var(--line);
  color: #0c4d91;
  font-size: 0.78rem;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.homepage .story-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage .story-card {
  min-width: 0;
  padding: 11px 11px 12px;
  border: 1.5px solid var(--blue);
  background: rgba(255, 253, 248, 0.52);
}

.homepage .story-card h2 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.homepage .story-card-body {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 10px;
  align-items: start;
}

.homepage .story-card img {
  display: block;
  width: 100%;
  height: 156px;
  border: 1px solid #697686;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.72) contrast(1.05);
}

.homepage .story-card img.focus-left {
  object-position: 22% center;
}

.homepage .story-card img.focus-right {
  object-position: 88% center;
}

.homepage .story-card p {
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.32;
}

.homepage .card-link {
  display: block;
  padding: 7px 8px;
  border: 1.5px solid #0c4d91;
  color: #0c4d91;
  background: #fffdf8;
  font: 700 0.72rem/1.15 Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.homepage .card-link:hover,
.homepage .card-link:focus-visible {
  color: #fff;
  background: #0c4d91;
}

.homepage .aside-card {
  border-color: var(--red);
  box-shadow: inset 0 4px 0 var(--gold);
}

.homepage .aside-card h2 {
  color: var(--red);
}

.homepage .archive-strip {
  margin-top: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1.5px solid var(--blue);
  background: var(--paper-deep);
}

.homepage .archive-strip > span {
  flex: 0 0 auto;
  color: var(--red);
  font: 700 0.68rem/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.homepage .archive-strip a {
  color: #0c4d91;
  font-weight: 700;
}

.homepage .return-banner {
  margin: 24px 0 15px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  color: var(--blue);
  text-align: center;
}

.homepage .return-banner p {
  margin: 0;
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 700;
}

.homepage .return-rule {
  height: 4px;
  border-top: 1px solid var(--blue);
  border-bottom: 1px solid var(--blue);
}

.homepage .home-footer {
  padding: 8px 28px 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 26px;
  border-top: 1px solid var(--blue);
}

.homepage .footer-links {
  padding-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: var(--blue);
  font-size: 0.74rem;
}

.homepage .footer-links a {
  color: #0c4d91;
}

.homepage .terminal-signoff {
  display: grid;
  grid-template-columns: 155px 88px;
  grid-template-rows: auto auto;
  align-items: end;
  gap: 3px 12px;
  color: var(--blue);
  text-align: right;
}

.homepage .terminal-signoff img {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: block;
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.homepage .terminal-signoff p {
  margin: 0;
  font-size: 0.72rem;
  font-style: italic;
  line-height: 1.3;
}

.homepage .terminal-status {
  font-family: "Courier New", monospace;
  font-size: 0.55rem !important;
  font-style: normal !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .homepage .home-masthead {
    grid-template-columns: 115px minmax(0, 1fr) 115px;
    gap: 12px;
  }

  .homepage .editorial-identity img {
    width: 78px;
    height: 78px;
  }

  .homepage .lead-module {
    grid-template-columns: minmax(0, 1.22fr) minmax(245px, 0.78fr);
  }

  .homepage .contents-box {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 12px;
    border-top: 1px solid var(--blue);
    border-left: 0;
  }

  .homepage .contents-box h2 {
    grid-column: 1 / -1;
  }

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

@media (max-width: 700px) {
  body.homepage {
    padding: 0;
  }

  .homepage .publication-window {
    border-width: 0;
    box-shadow: none;
  }

  .homepage .window-titlebar {
    min-height: 27px;
    padding-top: 4px;
  }

  .homepage .home-masthead {
    min-height: 260px;
    padding: 24px 16px 19px;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: start;
  }

  .homepage .editorial-identity {
    font-size: 0.55rem;
  }

  .homepage .editorial-identity img {
    width: 64px;
    height: 64px;
  }

  .homepage .masthead-copy h1 {
    font-size: clamp(2.45rem, 12vw, 3.7rem);
  }

  .homepage .masthead-deck {
    margin-top: 14px;
    font-size: 0.92rem;
  }

  .homepage .masthead-motto {
    display: none;
  }

  .homepage .masthead-ornament {
    bottom: -15px;
    width: 95%;
    max-height: 150px;
  }

  .homepage .edition-nav {
    padding: 0 13px;
    gap: 12px 19px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .homepage .edition-nav a {
    padding: 0.7rem 0.1rem 0.52rem;
    font-size: 0.78rem;
  }

  .homepage .edition-nav a:last-child {
    margin-left: 0;
  }

  .homepage .edition-board {
    padding: 12px 13px 4px;
  }

  .homepage .edition-line {
    display: block;
    font-size: 0.65rem;
  }

  .homepage .edition-line span {
    display: block;
  }

  .homepage .edition-line span + span {
    margin-top: 4px;
  }

  .homepage .lead-module {
    grid-template-columns: 1fr;
  }

  .homepage .lead-art {
    border-right: 0;
    border-bottom: 1px solid var(--blue);
  }

  .homepage .lead-art img {
    height: 245px;
  }

  .homepage .lead-copy {
    padding: 17px;
  }

  .homepage .lead-copy h2 {
    font-size: clamp(2.05rem, 10vw, 3rem);
  }

  .homepage .contents-box {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .homepage .contents-box h2 {
    grid-column: auto;
  }

  .homepage .story-grid {
    grid-template-columns: 1fr;
  }

  .homepage .story-card {
    padding: 13px;
  }

  .homepage .story-card-body {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .homepage .story-card img {
    height: 170px;
  }

  .homepage .story-card p {
    font-size: 0.9rem;
  }

  .homepage .archive-strip {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .homepage .return-banner {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .homepage .home-footer {
    padding: 12px 14px 18px;
    grid-template-columns: 1fr;
  }

  .homepage .footer-links {
    padding-bottom: 0;
  }

  .homepage .terminal-signoff {
    justify-self: end;
  }
}

@media (max-width: 440px) {
  .homepage .story-card-body {
    grid-template-columns: 1fr;
  }

  .homepage .story-card img {
    height: 190px;
  }

  .homepage .terminal-signoff {
    grid-template-columns: minmax(0, 1fr) 78px;
  }

  .homepage .terminal-signoff img {
    width: 78px;
    height: 78px;
  }
}

@media print {
  body.homepage {
    padding: 0;
    background: white;
  }

  .homepage .publication-window {
    width: 100%;
    border: 0;
    box-shadow: none;
  }

  .homepage .window-titlebar,
  .homepage .edition-nav {
    display: none;
  }

  .homepage .lead-module,
  .homepage .story-card,
  .homepage .archive-strip {
    break-inside: avoid;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(24, 32, 43, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 100% 28px;
  font-family: Charter, "Bitstream Charter", "Iowan Old Style", Georgia, serif;
  font-size: 18px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--blue);
  text-decoration-color: rgba(18, 58, 99, 0.4);
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: var(--red);
  text-decoration-color: currentColor;
}

a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  padding: 0.6rem 0.9rem;
  background: var(--ink);
  color: var(--white);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.site-header {
  border-top: 6px solid var(--blue);
  border-bottom: 1px solid var(--ink);
  background: rgba(244, 240, 232, 0.96);
  box-shadow: inset 0 2px 0 var(--red);
}

.header-inner {
  width: min(calc(100% - 36px), var(--wide));
  margin: 0 auto;
  padding: 1.15rem 0 1rem;
  display: grid;
  grid-template-columns: 126px 1fr auto;
  gap: 1rem;
  align-items: center;
}

.monogram {
  width: 118px;
  height: 64px;
  border: 2px solid var(--ink);
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5e9d2;
  text-decoration: none;
}

.monogram img {
  display: block;
  width: 108px;
  height: auto;
}

.brand {
  color: var(--ink);
  text-decoration: none;
}

.brand-name {
  display: block;
  font-size: clamp(1.25rem, 3vw, 1.8rem);
  line-height: 1;
  letter-spacing: -0.025em;
  font-weight: 700;
}

.brand-tagline {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  gap: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav a {
  color: var(--ink);
  text-decoration: none;
}

.issue-main,
.home-main {
  width: min(calc(100% - 36px), var(--wide));
  margin: 0 auto;
}

.issue-hero {
  padding: clamp(2.4rem, 5vw, 4.4rem) 0 clamp(2rem, 4vw, 3.2rem);
  border-bottom: 1px solid var(--ink);
}

.kicker,
.section-kicker,
.meta-line,
.label,
.status,
.source-label,
.home-eyebrow {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.kicker,
.home-eyebrow {
  margin: 0 0 1.1rem;
  color: var(--red);
  font-size: 0.74rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.brand-name {
  font-family: "ITC Bookman", "URW Bookman", "Bookman Old Style", Charter, Georgia, serif;
}

h1 {
  max-width: 930px;
  margin-bottom: 1.1rem;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 500;
}

.deck {
  max-width: 820px;
  margin-bottom: 1.7rem;
  color: #38424d;
  font-size: clamp(1.2rem, 2.5vw, 1.58rem);
  line-height: 1.42;
}

.meta-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  color: var(--muted);
  font-size: 0.68rem;
}

.meta-line span + span::before {
  content: "◆";
  margin-right: 1rem;
  color: var(--gold);
}

.welcome-grid,
.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(2rem, 5vw, 4rem);
  padding: clamp(2.2rem, 4vw, 3.5rem) 0;
  border-bottom: 1px solid var(--line);
}

.welcome-copy,
.feature-copy,
.closing-copy {
  max-width: var(--measure);
}

.welcome-copy > p:first-of-type::first-letter,
.opening-copy > p:first-of-type::first-letter {
  float: left;
  padding: 0.12em 0.12em 0 0;
  color: var(--red);
  font-size: 4.4rem;
  line-height: 0.76;
}

.sidebar-note {
  align-self: start;
  padding: 1.25rem 1.35rem;
  border-top: 4px solid var(--gold);
  background: var(--paper-deep);
  font-size: 0.95rem;
  line-height: 1.55;
}

.sidebar-note h2,
.sidebar-note h3 {
  margin-bottom: 0.55rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sidebar-note p:last-child {
  margin-bottom: 0;
}

.opening {
  padding: clamp(2.2rem, 4vw, 3.6rem) 0;
  border-bottom: 3px double var(--ink);
}

.section-kicker {
  margin-bottom: 0.75rem;
  color: var(--red);
  font-size: 0.72rem;
}

.opening h2,
.feature h2,
.closing h2,
.home-hero h1 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.opening-copy {
  max-width: 850px;
}

.opening-copy p:first-of-type {
  font-size: 1.18rem;
  line-height: 1.62;
}

.features {
  counter-reset: story;
}

.feature {
  counter-increment: story;
  position: relative;
}

.feature-grid {
  padding-top: clamp(2.3rem, 4vw, 3.6rem);
  padding-bottom: clamp(2.3rem, 4vw, 3.6rem);
}

.feature .section-kicker::before {
  content: counter(story, decimal-leading-zero) " / ";
  color: var(--ink);
}

.feature-copy > p {
  margin-bottom: 1.25rem;
}

.label {
  color: var(--ink);
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.status-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1.3rem 0 0;
}

.status {
  padding: 0.28rem 0.48rem;
  border: 1px solid var(--line);
  color: var(--muted);
  background: var(--white);
  font-size: 0.7rem;
  line-height: 1;
}

.source-box {
  align-self: start;
  border: 1px solid var(--ink);
  border-left: 0.35rem solid var(--red);
  padding: 1rem;
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  line-height: 1.4;
}

.source-label {
  margin-bottom: 0.75rem;
  color: var(--red);
  font-size: 0.72rem;
}

.source-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.source-box li + li {
  margin-top: 0.65rem;
}

.source-box a {
  display: block;
  padding: 0.62rem 0.72rem;
  border: 1px solid var(--blue);
  color: var(--blue);
  background: var(--white);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

.source-box a::after {
  content: "  READ SOURCE →";
  color: var(--red);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.source-box a:hover,
.source-box a:focus-visible {
  color: var(--white);
  background: var(--blue);
  text-decoration-color: currentColor;
}

.source-box .caveat {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-family: Charter, "Bitstream Charter", "Iowan Old Style", Georgia, serif;
  font-size: 0.82rem;
  font-style: italic;
}

.roundup {
  padding: clamp(2.3rem, 4vw, 3.6rem) 0;
  border-bottom: 1px solid var(--ink);
}

.roundup h2 {
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 500;
  line-height: 1.04;
}

.roundup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.roundup-item {
  padding: 1.5rem;
}

.roundup-item + .roundup-item {
  border-left: 1px solid var(--line);
}

.roundup-item h3 {
  font-size: 1.22rem;
  line-height: 1.25;
}

.roundup-item p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.roundup-item p:last-child {
  margin-bottom: 0;
}

.american-aside {
  display: grid;
  grid-template-columns: minmax(90px, 0.22fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  margin: clamp(2.3rem, 4vw, 3.8rem) 0 0;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  border: 1px solid var(--gold);
  background: linear-gradient(135deg, #fffaf0 0%, var(--paper-deep) 100%);
  box-shadow: 10px 10px 0 rgba(184, 137, 50, 0.16);
}

.aside-mark {
  color: var(--gold);
  font-size: clamp(4rem, 8vw, 5.8rem);
  font-style: italic;
  line-height: 0.78;
}

.aside-copy {
  max-width: 820px;
}

.aside-copy h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.aside-source {
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.closing {
  padding: clamp(2.3rem, 4vw, 3.8rem) 0;
}

.closing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 7vw, 6rem);
}

.keep-list {
  margin: 0;
  padding-left: 1.25rem;
}

.keep-list li + li {
  margin-top: 1.1rem;
}

.site-footer {
  background: var(--ink);
  color: #e9e2d6;
}

.footer-inner {
  width: min(calc(100% - 36px), var(--wide));
  margin: 0 auto;
  padding: 2.3rem 0;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  line-height: 1.5;
}

.site-footer a {
  color: #fff8eb;
}

.home-hero {
  min-height: 42vh;
  display: grid;
  align-content: center;
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  border-bottom: 1px solid var(--ink);
}

.home-hero h1 {
  max-width: 960px;
  font-size: clamp(2.4rem, 5vw, 4.25rem);
}

.home-intro {
  max-width: 760px;
  color: #3d4650;
  font-size: clamp(1.15rem, 2.4vw, 1.48rem);
}

.heritage-ornament {
  display: block;
  width: min(100%, 720px);
  height: auto;
  object-fit: contain;
  opacity: 0.72;
  filter: saturate(0.78) contrast(0.96);
}

.home-ornament {
  margin-top: clamp(1.8rem, 5vw, 3.4rem);
}

.issue-ornament {
  width: min(72%, 560px);
  margin-top: clamp(1.6rem, 4vw, 2.8rem);
}

.editorial-figure {
  margin: 1.5rem 0 0;
}

.editorial-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink);
  background: var(--cream);
  image-rendering: pixelated;
}

.editorial-figure figcaption {
  margin-top: 0.38rem;
  color: var(--red);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.editorial-figure-wide {
  max-width: 930px;
  margin-top: clamp(1.8rem, 4vw, 2.8rem);
}

.editorial-figure-column {
  max-width: 680px;
  margin-top: 1.8rem;
}

.field-note {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin: 0 0 clamp(2.4rem, 5vw, 4rem);
  border: 1px solid var(--ink);
  background: var(--blue);
  color: var(--white);
}

.field-note .editorial-figure {
  margin: 0;
  padding: 0;
  background: var(--cream);
}

.field-note .editorial-figure img {
  border: 0;
}

.field-note .editorial-figure figcaption {
  margin: 0;
  padding: 0.55rem 0.8rem 0.65rem;
  background: var(--cream);
}

.field-note > div {
  padding: clamp(1.4rem, 4vw, 2.8rem) clamp(1.4rem, 4vw, 3rem) clamp(1.4rem, 4vw, 2.8rem) 0;
}

.field-note blockquote {
  margin: 0 0 1.25rem;
  color: var(--cream);
  font-family: "ITC Bookman", "URW Bookman", "Bookman Old Style", Charter, Georgia, serif;
  font-size: clamp(1.55rem, 3.6vw, 2.7rem);
  font-weight: 700;
  line-height: 1.12;
}

.field-note p:last-child {
  margin-bottom: 0;
}

.tomorrow-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border: 1px solid var(--ink);
  background: var(--cream);
}

.tomorrow-copy {
  padding: clamp(1.4rem, 3vw, 2rem);
}

.terminal-heading,
.tomorrow-promise,
.terminal-status {
  font-family: "Courier New", Courier, monospace;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.terminal-heading {
  margin: calc(-1.4rem - 1px) calc(-1.4rem - 1px) 1.25rem;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.78rem;
}

.tomorrow-invite {
  color: var(--blue);
}

.tomorrow-promise {
  margin: 1.25rem -1.4rem -1.4rem;
  padding: 0.85rem 1.4rem;
  border-top: 1px solid var(--ink);
  color: var(--red);
  font-size: 0.72rem;
  line-height: 1.45;
}

.tomorrow-visuals {
  padding: 1rem 1rem 1.25rem 0;
  text-align: center;
}

.tomorrow-visuals .editorial-figure {
  margin: 0;
}

.contented-terminal {
  display: block;
  width: 74px;
  height: auto;
  margin: 1rem auto 0.35rem;
  image-rendering: pixelated;
}

.terminal-status {
  margin: 0;
  color: var(--red);
  font-size: 0.68rem;
  line-height: 1.4;
}

.latest {
  padding: clamp(3rem, 8vw, 6.5rem) 0;
}

.latest-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: clamp(1.6rem, 4vw, 3.2rem);
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 12px 12px 0 var(--paper-deep);
}

.issue-number {
  color: var(--red);
  font-size: clamp(3.5rem, 7vw, 5.5rem);
  line-height: 0.8;
  letter-spacing: -0.07em;
}

.latest-card h2 {
  margin-bottom: 0.7rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.05;
  font-weight: 500;
}

.latest-card p {
  max-width: 720px;
}

.button-link {
  display: inline-block;
  margin-top: 0.6rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--ink);
  color: var(--white);
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.button-link:hover,
.button-link:focus-visible {
  color: var(--white);
  background: var(--red);
}

.archive-link {
  margin: 1.25rem 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0 0 clamp(3rem, 8vw, 6rem);
}

.principle {
  border-top: 4px solid var(--gold);
  padding-top: 1rem;
}

.principle h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.principle p {
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 780px) {
  body {
    font-size: 18px;
  }

  .header-inner {
    grid-template-columns: 88px 1fr;
  }

  .monogram {
    width: 84px;
    height: 46px;
  }

  .monogram img {
    width: 78px;
  }

  .header-nav {
    grid-column: 1 / -1;
    justify-content: space-between;
    padding-top: 0.8rem;
    border-top: 1px solid var(--line);
  }

  .welcome-grid,
  .feature-grid,
  .closing-grid,
  .field-note,
  .tomorrow-panel,
  .latest-card {
    grid-template-columns: 1fr;
  }

  .field-note > div {
    padding: 1.4rem;
  }

  .tomorrow-visuals {
    padding: 0 1rem 1.25rem;
  }

  .source-box {
    margin-top: 0.5rem;
  }

  .roundup-grid,
  .american-aside,
  .principles {
    grid-template-columns: 1fr;
  }

  .roundup-item + .roundup-item {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .latest-card {
    box-shadow: 7px 7px 0 var(--paper-deep);
  }

  .issue-number {
    font-size: 4.5rem;
  }

  .footer-inner {
    flex-direction: column;
  }
}

@media print {
  @page {
    margin: 0.65in 0.7in;
  }

  body {
    background: white;
    color: black;
    font-size: 10.5pt;
    line-height: 1.45;
  }

  .site-header,
  .site-footer,
  .skip-link {
    display: none;
  }

  .issue-main {
    width: 100%;
  }

  h1 {
    max-width: none;
    margin-bottom: 8pt;
    font-size: 24pt;
    line-height: 1.05;
    letter-spacing: -0.02em;
  }

  .opening h2,
  .feature h2,
  .closing h2,
  .roundup h2,
  .aside-copy h2,
  .home-hero h1,
  .latest-card h2 {
    margin-bottom: 7pt;
    font-size: 15pt;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }

  h3,
  .roundup-item h3 {
    font-size: 12pt;
    line-height: 1.2;
  }

  .deck,
  .home-intro,
  .opening-copy p:first-of-type {
    margin-bottom: 10pt;
    font-size: 11.5pt;
    line-height: 1.4;
  }

  .issue-hero,
  .opening,
  .welcome-grid,
  .feature-grid,
  .roundup,
  .closing {
    padding: 12pt 0;
  }

  .welcome-grid,
  .feature-grid,
  .closing-grid,
  .roundup-grid,
  .american-aside {
    display: block;
  }

  .source-box,
  .sidebar-note {
    margin-top: 9pt;
    padding: 7pt 0 0;
    background: transparent;
    font-size: 8.5pt;
  }

  .american-aside {
    margin: 14pt 0 0;
    padding: 10pt 12pt;
    box-shadow: none;
  }

  .aside-mark,
  .heritage-ornament,
  .status-row {
    display: none;
  }

  .roundup-item {
    padding: 8pt 0;
  }

  .roundup-item + .roundup-item {
    border-left: 0;
    border-top: 1px solid #bbb;
  }

  h1,
  h2,
  h3,
  .section-kicker {
    break-after: avoid;
  }

  p,
  li {
    orphans: 3;
    widows: 3;
  }

  a {
    color: var(--blue);
    text-decoration: underline;
  }

  .feature-grid,
  .welcome-grid {
    break-inside: auto;
  }
}

/* Volume 3 issue edition -------------------------------------------------- */

body.issue-edition {
  padding: 18px;
  color: #102945;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.72), transparent 27%),
    radial-gradient(circle at 82% 68%, rgba(184, 137, 50, 0.08), transparent 24%),
    #d9d7d1;
}

.issue-edition .publication-window {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #162333;
  background:
    repeating-linear-gradient(0deg, rgba(24, 37, 54, 0.018) 0, rgba(24, 37, 54, 0.018) 1px, transparent 1px, transparent 5px),
    #f6f0e2;
  box-shadow: 0 2px 0 #fff inset, 10px 12px 28px rgba(13, 25, 39, 0.18);
}

.issue-edition .window-titlebar {
  position: relative;
  min-height: 30px;
  padding: 5px 38px;
  border-bottom: 2px solid #26394d;
  color: #172333;
  background:
    repeating-linear-gradient(0deg, #b9bec1 0, #b9bec1 1px, #d9dddf 1px, #d9dddf 3px);
  font: 700 0.8rem/1.2 Arial, Helvetica, sans-serif;
  text-align: center;
}

.issue-edition .window-lights {
  position: absolute;
  left: 9px;
  top: 8px;
  display: flex;
  gap: 5px;
}

.issue-edition .window-lights i {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #27333f;
  border-radius: 50%;
  background: #9b3932;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.72);
}

.issue-edition .window-lights i:nth-child(2) {
  background: #c3973d;
}

.issue-edition .window-lights i:nth-child(3) {
  background: #6b8a63;
}

.issue-edition .window-box {
  position: absolute;
  right: 8px;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #27333f;
  background: #d7dbdd;
  font: 700 14px/17px "Courier New", monospace;
}

.issue-edition .site-header {
  border-top: 0;
  border-bottom: 4px double var(--blue);
  box-shadow: none;
}

.issue-edition .header-inner {
  width: min(calc(100% - 56px), var(--wide));
}

.issue-edition .issue-hero {
  padding-top: clamp(2.2rem, 5vw, 4.1rem);
}

.issue-edition .issue-cover {
  max-width: none;
  margin: clamp(1.8rem, 4vw, 2.8rem) 0 0;
}

.issue-edition .issue-cover img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
}

.issue-directory {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 0.8fr 1.35fr 1.25fr 0.8fr;
  border: 1.5px solid var(--blue);
  background: rgba(255, 253, 248, 0.72);
}

.issue-directory > div {
  min-width: 0;
  padding: 0.9rem;
}

.issue-directory > div + div {
  border-left: 1px solid var(--line);
}

.issue-directory p {
  margin: 0 0 0.55rem;
  color: var(--red);
  font: 700 0.7rem/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.issue-directory a {
  display: block;
  padding: 0.34rem 0;
  color: #0c4d91;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.issue-directory .directory-aside {
  border-top: 4px solid var(--gold);
  background: var(--paper-deep);
}

.track-divider {
  margin-top: 2rem;
  padding: 0.75rem 0 0.9rem;
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 1rem;
  align-items: end;
  border-top: 7px double var(--blue);
  border-bottom: 1px solid var(--blue);
}

.track-divider > span {
  color: var(--red);
  font: 700 0.72rem/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.track-divider p {
  margin: 0 0 0.18rem;
  color: var(--red);
  font: 700 0.7rem/1.2 Arial, Helvetica, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.track-divider h2 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(1.35rem, 2.7vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.metric-row {
  margin: 1.35rem 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--blue);
  background: var(--cream);
}

.metric {
  min-width: 0;
  padding: 0.95rem;
}

.metric + .metric {
  border-left: 1px solid var(--blue);
}

.metric strong {
  display: block;
  color: var(--red);
  font: 700 clamp(1.3rem, 3vw, 1.95rem)/1 "Courier New", Courier, monospace;
  letter-spacing: -0.06em;
}

.metric span {
  display: block;
  margin-top: 0.45rem;
  color: var(--blue);
  font: 700 0.7rem/1.3 Arial, Helvetica, sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.hormuz-metrics .metric strong {
  font-size: clamp(1.08rem, 2.2vw, 1.55rem);
}

.issue-edition .editorial-figure-column {
  max-width: none;
}

.issue-edition .editorial-figure-column img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03);
}

.issue-edition .source-box a {
  color: #0c4d91;
  border-color: #0c4d91;
}

.issue-edition .source-box a:hover,
.issue-edition .source-box a:focus-visible {
  color: var(--white);
}

.issue-edition .source-box a:hover::after,
.issue-edition .source-box a:focus-visible::after {
  color: var(--white);
}

.issue-edition .american-aside {
  border-width: 2px;
}

.return-panel .return-dispatch {
  color: var(--blue);
  font-family: "ITC Bookman", "URW Bookman", "Bookman Old Style", Georgia, serif;
  font-size: clamp(1.2rem, 2.7vw, 1.65rem);
  font-weight: 700;
  line-height: 1.2;
}

.issue-edition .site-footer {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .issue-directory {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .issue-directory > div:nth-child(3) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .issue-directory > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  body.issue-edition {
    padding: 0;
  }

  .issue-edition .publication-window {
    border: 0;
    box-shadow: none;
  }

  .issue-edition .window-titlebar {
    min-height: 27px;
    padding-top: 4px;
  }

  .issue-edition .header-inner {
    width: min(calc(100% - 28px), var(--wide));
  }

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

  .issue-directory > div + div,
  .issue-directory > div:nth-child(4) {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .track-divider {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric + .metric {
    border-top: 1px solid var(--blue);
    border-left: 0;
  }
}

@media print {
  body.issue-edition {
    padding: 0;
    background: white;
  }

  .issue-edition .publication-window {
    width: 100%;
    border: 0;
    box-shadow: none;
  }

  .issue-edition .window-titlebar,
  .issue-directory {
    display: none;
  }

  .track-divider {
    margin-top: 12pt;
    padding: 5pt 0;
  }

  .metric-row {
    break-inside: avoid;
  }
}
