:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #626262;
  --rule: #d8d8d8;
  --paper: #ffffff;
  --soft: #f6f6f4;
  --accent: #b51f29;
  --accent-2: #176c8f;
  --gold: #d9a72e;
}

* {
  box-sizing: border-box;
}

html {
  font-family: Georgia, "Times New Roman", serif;
  background: var(--paper);
  color: var(--ink);
}

body {
  margin: 0;
}

button,
a {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header,
main,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.parody-strip {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 12px 0 0;
  padding: 8px 10px;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font: 700 0.78rem/1.2 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.utility-row {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 0 10px;
  border-bottom: 1px solid var(--rule);
  font: 700 0.84rem/1.2 Arial, sans-serif;
}

.icon-button,
.search-button,
.support-button {
  min-height: 34px;
  border: 1px solid var(--rule);
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
}

.icon-button {
  display: inline-grid;
  place-content: center;
  width: 38px;
  padding: 0;
  gap: 4px;
}

.icon-button span {
  width: 17px;
  height: 2px;
  background: var(--ink);
}

.search-button,
.support-button {
  padding: 0 12px;
  border-radius: 4px;
}

.support-button {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--paper);
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  font-family: Arial, sans-serif;
}

.search-panel input {
  min-width: 0;
  min-height: 38px;
  border: 1px solid var(--rule);
  padding: 0 12px;
  font: inherit;
}

.search-panel button {
  min-height: 38px;
  border: 1px solid var(--accent-2);
  border-radius: 4px;
  background: var(--accent-2);
  color: var(--paper);
  padding: 0 14px;
  cursor: pointer;
}

.search-status {
  color: var(--muted);
  font-size: 0.84rem;
  white-space: nowrap;
}

#today {
  justify-self: center;
  color: var(--muted);
  font-weight: 400;
}

.masthead {
  display: block;
  padding: 18px 0 14px;
  text-align: center;
  font-size: clamp(2.7rem, 9vw, 6.6rem);
  font-weight: 900;
  line-height: 0.92;
}

.section-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  overflow-x: auto;
  padding: 10px 0;
  border-top: 3px double var(--ink);
  border-bottom: 1px solid var(--ink);
  font: 700 0.86rem/1 Arial, sans-serif;
  white-space: nowrap;
}

.section-nav a {
  position: relative;
  padding: 4px 0;
}

.section-nav a:focus-visible,
.section-nav a:hover {
  color: var(--accent);
}

.lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.9fr);
  gap: 28px;
  padding: 26px 0 22px;
  border-bottom: 2px solid var(--ink);
}

.lead-story {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 0.62fr);
  gap: 22px;
  align-items: start;
}

.image-link {
  grid-row: span 4;
  background: var(--soft);
}

.lead-story img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.kicker {
  margin: 0 0 7px;
  color: var(--accent);
  font: 800 0.73rem/1.2 Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.dek {
  margin-bottom: 16px;
  color: #333333;
  font-size: 1.08rem;
  line-height: 1.45;
}

.byline {
  color: var(--muted);
  font: 700 0.78rem/1.4 Arial, sans-serif;
  text-transform: uppercase;
}

.right-rail {
  display: grid;
  gap: 18px;
  border-left: 1px solid var(--rule);
  padding-left: 24px;
}

.brief {
  border-bottom: 1px solid var(--rule);
  padding-bottom: 18px;
}

.brief:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.brief h2,
.feature-card h2,
.digest h2 {
  margin-bottom: 8px;
  font-size: 1.35rem;
  line-height: 1.08;
}

.brief p,
.feature-card p,
.digest,
.column-list h3 {
  color: #333333;
  line-height: 1.42;
}

.news-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--ink);
}

.feature-card {
  display: grid;
  gap: 13px;
  border-right: 1px solid var(--rule);
  padding-right: 22px;
}

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

.feature-card img,
.type-tile {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.type-tile {
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(181, 31, 41, 0.9), rgba(23, 108, 143, 0.92)),
    var(--accent-2);
  color: var(--paper);
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  font-weight: 900;
}

.below-fold {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 28px;
  padding: 24px 0 36px;
}

.column-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.column-list article {
  border-top: 3px solid var(--ink);
  padding-top: 12px;
}

.column-list h3 {
  margin-bottom: 0;
  font-size: 1.22rem;
}

.digest {
  border: 1px solid var(--ink);
  border-radius: 6px;
  padding: 18px;
  background: var(--soft);
  font-family: Arial, sans-serif;
}

.digest h2 {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.digest ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.site-footer {
  border-top: 3px double var(--ink);
  padding: 18px 0 28px;
  color: var(--muted);
  font: 0.82rem/1.45 Arial, sans-serif;
}

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

  .image-link {
    grid-row: auto;
  }

  .right-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 0;
    border-top: 1px solid var(--rule);
    padding: 20px 0 0;
  }
}

@media (max-width: 760px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 22px, 1180px);
  }

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

  .search-button {
    display: none;
  }

  #today {
    justify-self: start;
  }

  .section-nav {
    justify-content: start;
  }

  .right-rail,
  .news-band,
  .column-list {
    grid-template-columns: 1fr;
  }

  .feature-card {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    padding: 0 0 18px;
  }

  .feature-card:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 460px) {
  .parody-strip {
    gap: 6px;
    font-size: 0.68rem;
  }

  .support-button {
    max-width: 112px;
    padding: 0 8px;
  }

  .search-panel {
    grid-template-columns: 1fr auto;
  }

  .search-status {
    grid-column: 1 / -1;
    white-space: normal;
  }

  .lead-grid {
    padding-top: 18px;
  }

  h1 {
    font-size: 2.15rem;
  }
}
