:root {
  --ink: #101820;
  --paper: #fffdf7;
  --line: #c9c0b1;
  --red: #d32222;
  --blue: #0019aa;
  --muted: #625f58;
  --shade: #f0ece3;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

a {
  color: var(--blue);
}

a:hover {
  color: var(--red);
}

.page {
  width: min(1180px, calc(100% - 24px));
  margin: 0 auto;
}

.masthead {
  padding: 16px 0 8px;
  border-bottom: 4px double var(--ink);
  text-align: center;
}

.masthead.compact {
  margin-bottom: 16px;
}

.logo {
  width: min(720px, 100%);
  height: auto;
}

.datebar {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 8px 0 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.notice {
  margin: 10px auto;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--shade);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px 0 16px;
  border-bottom: 2px solid var(--ink);
  text-align: center;
}

.lead-story {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  justify-items: center;
}

.lead-story img,
.side-card img,
.article-hero img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink);
}

.lead-story img {
  max-width: 420px;
}

.kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.lead-title {
  margin: 6px 0 8px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: .88;
  text-transform: uppercase;
}

.lead-title a,
.story-list a,
.side-card a,
.article-title a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dek {
  margin: 0 0 10px;
  color: #282521;
  font-size: 17px;
}

.meta {
  color: var(--muted);
  font-size: 13px;
}

.side-stack {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.side-card {
  width: min(330px, 100%);
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.side-card:first-child {
  border-top: 0;
  padding-top: 0;
}

.side-card h2 {
  margin: 6px 0 5px;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px 0 28px;
}

.column {
  border-right: 1px solid var(--line);
  padding-right: 18px;
}

.column:last-child {
  border-right: 0;
  padding-right: 0;
}

.column-head {
  margin: 0 0 10px;
  border-bottom: 2px solid var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.story-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.story-list h3 {
  margin: 3px 0 4px;
  font-size: 23px;
  line-height: 1.02;
  text-transform: uppercase;
}

.story-list p {
  margin: 0;
  color: #34302b;
  font-size: 13px;
}

.footer {
  border-top: 5px double var(--ink);
  padding: 16px 0 28px;
  color: var(--muted);
  font-size: 13px;
}

.article-wrap {
  width: min(860px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 34px;
}

.package-head {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 10px 0 6px;
  text-align: center;
}

.package-head h1 {
  margin: 4px 0 8px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: .95;
}

.package-head p {
  margin: 0 auto;
  max-width: 720px;
  color: var(--muted);
}

.backlink {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
}

.article-title {
  margin: 6px 0 8px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: .97;
}

.byline {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 8px 0;
  color: var(--muted);
  font-size: 14px;
}

.article-hero {
  margin: 18px 0;
}

.article-body p {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.source-box {
  margin-top: 24px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--shade);
  font-size: 14px;
}

.source-box p {
  margin: 0 0 8px;
}

@media (max-width: 860px) {
  .lead-grid,
  .lead-story,
  .columns {
    grid-template-columns: 1fr;
  }

  .column {
    border-right: 0;
    padding-right: 0;
  }

  .lead-story img {
    max-width: 360px;
  }

  .side-stack {
    display: grid;
  }
}
