:root {
  --paper: #f3ead8;
  --paper-2: #e7dcc4;
  --ink: #1f1814;
  --muted: #5e5348;
  --line: #cbbba0;
  --rust: #9c2f22;
  --rust-dark: #7a241a;
  --cream: #fff8eb;
  --coal: #231c18;
  --max: 1080px;
  --sans: "Barlow Condensed", "Arial Narrow", "Segoe UI", sans-serif;
  --body: "Merriweather", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background:
    repeating-linear-gradient(0deg, transparent, transparent 27px, rgba(31,24,20,0.03) 28px),
    linear-gradient(180deg, #efe4cc 0%, var(--paper) 30%, var(--paper-2) 100%);
  line-height: 1.75;
}

a { color: var(--rust-dark); }
a:hover { color: var(--ink); }

.inner { width: min(var(--max), calc(100% - 2.2rem)); margin-inline: auto; }

.masthead {
  background: var(--cream);
  border-bottom: 4px solid var(--coal);
  padding: 0.85rem 0 0.7rem;
}
.masthead-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.mark {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: var(--coal);
}
.mark img {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  background: #f4ead8;
}
.mark-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.mark-copy b {
  font-family: var(--sans);
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mark-copy em {
  font-style: normal;
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--rust);
  margin-top: 0.28rem;
  font-weight: 600;
}
.issue {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--muted);
  text-align: right;
  font-weight: 600;
}

.bar {
  background: var(--coal);
  position: sticky;
  top: 0;
  z-index: 20;
}
.bar-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.1rem;
}
.menu-btn {
  display: none;
  background: transparent;
  color: #f3ead8;
  border: 1px solid rgba(243,234,216,0.35);
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.7rem;
}
#main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 1.35rem;
  padding: 0.55rem 0;
}
#main-nav a {
  font-family: var(--sans);
  color: #efe4cc;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
  font-weight: 600;
}
#main-nav a:hover,
#main-nav a[aria-current="page"] { color: #fff; border-bottom: 2px solid var(--rust); }

.cover {
  position: relative;
  min-height: 32rem;
  color: #fff8eb;
  display: grid;
  align-items: end;
  background: #231c18;
  overflow: hidden;
}
.cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(35,28,24,0.15) 0%, rgba(35,28,24,0.82) 100%);
}
.cover-copy {
  position: relative;
  z-index: 1;
  padding: 5.5rem 0 2.8rem;
  max-width: 38rem;
}
.kicker {
  font-family: var(--sans);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #e8b3a8;
  font-weight: 700;
  font-size: 0.8rem;
  margin: 0 0 0.6rem;
}
.cover h1 {
  font-family: var(--sans);
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 0.8rem;
  font-weight: 700;
}
.cover p { margin: 0; max-width: 42ch; color: #f0e2cc; }
.credit {
  font-size: 0.78rem;
  color: var(--muted);
  margin: 0.45rem 0 0;
}

.block { padding: 3.2rem 0; }
.block h2 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  margin: 0 0 0.7rem;
}
.standfirst {
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 62ch;
  margin: 0 0 1.5rem;
}

.spread {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
}
.story {
  background: var(--cream);
  border: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.story img {
  width: 100%;
  height: 13rem;
  object-fit: cover;
  display: block;
  background: var(--coal);
}
.story-body { padding: 1.1rem 1.15rem 1.25rem; }
.story h3 {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  color: var(--coal);
}
.story p { margin: 0; color: var(--muted); font-size: 0.95rem; }
.story:hover { outline: 2px solid var(--rust); }
.stack { display: grid; gap: 0.85rem; }

.strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.rule-box {
  background: var(--cream);
  border-top: 5px solid var(--rust);
  border: 1px solid var(--line);
  border-top-width: 5px;
  border-top-color: var(--rust);
  padding: 1.4rem 1.5rem;
}
.rule-box h2 { margin-top: 0; }

.folio { padding: 2.2rem 0 1.4rem; background: var(--coal); color: #efe4cc; }
.folio h1 {
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  margin: 0 0 0.5rem;
  letter-spacing: 0.03em;
}
.folio p { margin: 0; max-width: 58ch; color: #cfc3b0; }

.essay { max-width: 70ch; }
.essay h1 {
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: clamp(2rem, 4vw, 2.9rem);
  line-height: 1.05;
  margin: 0 0 0.45rem;
}
.essay .byline {
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  margin: 0 0 1.3rem;
}
.crumbs { font-family: var(--sans); font-size: 0.88rem; color: var(--muted); margin-bottom: 0.7rem; }
.crumbs a { color: var(--muted); text-decoration: none; }
.crumbs a:hover { color: var(--rust); }
.essay h2 {
  font-family: var(--sans);
  text-transform: uppercase;
  margin-top: 2rem;
  font-size: 1.35rem;
}
.essay figure { margin: 1.3rem 0 1.45rem; }
.essay figure img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--line);
  background: var(--coal);
}
.essay figcaption { font-size: 0.8rem; color: var(--muted); margin-top: 0.35rem; }
.facts {
  width: 100%;
  border-collapse: collapse;
  margin: 1.1rem 0 1.5rem;
  font-size: 0.94rem;
}
.facts th, .facts td {
  text-align: left;
  vertical-align: top;
  padding: 0.5rem 0.6rem;
  border-bottom: 1px solid var(--line);
}
.facts th { width: 36%; font-family: var(--sans); text-transform: uppercase; letter-spacing: 0.06em; color: var(--coal); }
.aside {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  background: #efe0c8;
  border-left: 4px solid var(--rust);
  font-size: 0.95rem;
}
.more { margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.more h2 { margin-top: 0; }

.colophon {
  background: var(--coal);
  color: #b7aa9a;
  padding: 2.2rem 0;
  font-size: 0.9rem;
  margin-top: 1.5rem;
}
.colophon a { color: #e8b3a8; }
.colophon strong {
  color: #fff8eb;
  font-family: var(--sans);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 1.2rem;
}
.fine { max-width: 86ch; font-size: 0.8rem; color: #8e8274; margin: 0; }

@media (max-width: 860px) {
  .spread, .strip, .cols { grid-template-columns: 1fr; }
  .menu-btn { display: inline-flex; }
  #main-nav { display: none; flex-direction: column; width: 100%; padding-bottom: 0.9rem; }
  #main-nav.open { display: flex; }
  .bar-row { flex-wrap: wrap; }
  .cover { min-height: 26rem; }
  .issue { display: none; }
  .mark img { width: 52px; height: 52px; }
}
