:root {
  --ink: #171714;
  --muted-ink: #5e5b53;
  --paper: #f4f0e6;
  --paper-deep: #e7e0d1;
  --rule: #282720;
  --fine-rule: #aaa391;
  --accent: #8a1c13;
  --paper-wash: rgba(255, 255, 255, 0.13);
  --serif: Georgia, "Times New Roman", Times, serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color-scheme: light dark;
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #ddd7cc;
    --muted-ink: #aaa397;
    --paper: #1b1a17;
    --paper-deep: #11110f;
    --rule: #d7d0c2;
    --fine-rule: #736e64;
    --accent: #ef8170;
    --paper-wash: rgba(255, 255, 255, 0.025);
    color-scheme: dark;
  }
}

* {
  box-sizing: border-box;
}

html {
  background: var(--paper-deep);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
}

body {
  background:
    linear-gradient(var(--paper-wash), var(--paper-wash)),
    var(--paper);
  margin: 0 auto;
  min-height: 100vh;
  max-width: 1600px;
}

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

a {
  color: inherit;
  text-decoration-color: var(--fine-rule);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--accent);
  text-decoration-color: currentColor;
}

.skip-link {
  background: var(--ink);
  color: var(--paper);
  left: 1rem;
  padding: 0.55rem 0.8rem;
  position: fixed;
  top: -5rem;
  z-index: 10;
}

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

.site-header,
.newspaper,
.section-page,
.article-page,
.about-page,
.site-footer {
  margin-inline: auto;
  max-width: 1320px;
  width: calc(100% - 3rem);
}

.site-header {
  border-bottom: 4px double var(--rule);
  padding: 1.1rem 0 0.85rem;
  text-align: center;
}

.utility-rule {
  border-bottom: 1px solid var(--rule);
  display: flex;
  font-family: var(--sans);
  font-size: 0.63rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.11em;
  margin-bottom: 1rem;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
}

.masthead {
  display: block;
  font-size: clamp(2.7rem, 7.7vw, 6.7rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.86;
  text-decoration: none;
}

.masthead:hover {
  color: var(--ink);
}

.site-description {
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  margin: 0.85rem 0 0;
  text-transform: uppercase;
}

.section-nav {
  border-top: 1px solid var(--fine-rule);
  margin-top: 0.75rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.section-nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  min-width: 100%;
  padding: 0.55rem 0 0;
  width: max-content;
}

.section-nav li + li {
  border-left: 1px solid var(--fine-rule);
}

.section-nav a {
  display: block;
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-inline: 0.9rem;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.section-nav a[aria-current="page"] {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.3em;
}

.newspaper {
  padding-block: 1.2rem 4rem;
}

.lead-grid {
  border-bottom: 2px solid var(--rule);
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 2.1fr) minmax(260px, 0.9fr);
  padding-bottom: 1.2rem;
}

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

.lead-story {
  display: block;
  padding-right: 1.2rem;
}

.lead-story--with-image {
  border-right: 1px solid var(--fine-rule);
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
  grid-template-rows: auto auto auto 1fr;
  min-width: 0;
}

.lead-story--with-image .story-section,
.lead-story--with-image h1,
.lead-story--with-image .lead-subheadline,
.lead-story--with-image .story-byline {
  grid-column: 1;
  min-width: 0;
  padding-right: 1.1rem;
}

.lead-story h1 {
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  letter-spacing: -0.045em;
  line-height: 0.93;
  margin: 0.3rem 0 0.8rem;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.lead-story h1 a,
.story-card h2 a {
  text-decoration: none;
}

.lead-subheadline {
  color: var(--muted-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 0;
}

.lead-image-link {
  align-self: stretch;
  grid-column: 2;
  grid-row: 1 / -1;
}

.lead-image-link img {
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  width: 100%;
}

.story-section {
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.story-byline {
  align-self: end;
  color: var(--muted-ink);
  font-family: var(--sans);
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 1rem 0 0;
  text-transform: uppercase;
}

.side-stories {
  display: grid;
  gap: 1.2rem;
}

.side-stories .story-card + .story-card {
  border-top: 1px solid var(--fine-rule);
  padding-top: 1.2rem;
}

.side-stories .story-image-link {
  float: right;
  margin: 0 0 0.5rem 0.8rem;
  width: 42%;
}

.side-stories .story-image-link img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.story-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  letter-spacing: -0.025em;
  line-height: 1.03;
  margin: 0.35rem 0 0.45rem;
}

.story-subheadline {
  color: var(--muted-ink);
  font-size: 0.88rem;
  line-height: 1.35;
  margin: 0;
}

.story-module {
  border-bottom: 2px solid var(--rule);
  display: grid;
  gap: 1.2rem;
  padding-block: 1.2rem;
}

.story-module--trio {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-module--trio .story-card:not(:last-child) {
  border-right: 1px solid var(--fine-rule);
  padding-right: 1.2rem;
}

.story-module .story-image-link {
  display: block;
  margin-bottom: 0.8rem;
}

.story-module .story-image-link img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.story-module--feature {
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr) minmax(220px, 1fr);
}

.story-module--feature .story-card {
  border-right: 1px solid var(--fine-rule);
  padding-right: 1.2rem;
}

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

.story-module--feature .story-card:first-child.story-card--with-image {
  display: grid;
  column-gap: 1.2rem;
  grid-template-columns: 1.25fr 1fr;
}

.story-module--feature .story-card:first-child.story-card--with-image .story-image-link {
  grid-row: 1 / 6;
  margin: 0;
}

.story-module--feature .story-card:first-child.story-card--with-image .story-image-link img {
  height: 100%;
  min-height: 310px;
}

.empty-edition {
  margin: 7rem auto;
  max-width: 680px;
  text-align: center;
}

.empty-edition h1 {
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  letter-spacing: -0.045em;
  line-height: 0.95;
  margin: 0.6rem 0 1rem;
}

.section-page {
  padding-block: 2.5rem 5rem;
}

.section-page-header {
  border-bottom: 4px double var(--rule);
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.section-page-header h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  letter-spacing: -0.052em;
  line-height: 0.93;
  margin: 0.35rem 0 0;
}

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

.section-story-list > li {
  border-bottom: 1px solid var(--fine-rule);
  padding-block: 1.4rem;
}

.section-story {
  display: block;
}

.section-story--with-image {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 2fr);
}

.section-story-image img {
  aspect-ratio: 16 / 10;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section-story-copy {
  align-self: center;
}

.section-story-copy h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  letter-spacing: -0.035em;
  line-height: 1;
  margin: 0.35rem 0 0.55rem;
}

.section-story-copy h2 a {
  text-decoration: none;
}

.section-story-copy .story-byline:first-child {
  margin-top: 0;
}

.article-page {
  padding-block: 3.2rem 5rem;
}

.article-header {
  margin: 0 auto 2rem;
  max-width: 1040px;
  text-align: center;
}

.article-header h1 {
  font-size: clamp(2.7rem, 7vw, 6.4rem);
  letter-spacing: -0.052em;
  line-height: 0.93;
  margin: 0.6rem 0 1.2rem;
}

.article-subheadline {
  color: var(--muted-ink);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.4;
  margin: 0 auto;
  max-width: 790px;
}

.article-dateline {
  border-bottom: 1px solid var(--fine-rule);
  border-top: 1px solid var(--fine-rule);
  display: flex;
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  justify-content: center;
  gap: 1.5rem;
  letter-spacing: 0.07em;
  margin-top: 1.5rem;
  padding: 0.55rem;
  text-transform: uppercase;
}

.article-hero {
  margin: 0 auto 2.5rem;
  max-width: 1160px;
}

.article-hero img {
  max-height: 720px;
  object-fit: cover;
  width: 100%;
}

.article-hero figcaption {
  color: var(--muted-ink);
  display: grid;
  font-family: var(--sans);
  font-size: 0.65rem;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  line-height: 1.4;
  margin-top: 0.45rem;
}

.article-hero-credit {
  grid-column: 1;
  text-align: left;
}

.article-hero-alt {
  grid-column: 2;
  text-align: right;
}

.article-body {
  font-size: 1.08rem;
  margin: 0 auto;
  max-width: 700px;
}

.article-body > p:first-child::first-letter {
  float: left;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 0.78;
  margin: 0.12em 0.08em 0 0;
}

.article-body h2,
.article-body h3 {
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 2rem 0 0.6rem;
}

.article-body h2 {
  font-size: 1.8rem;
}

.article-body blockquote {
  border-bottom: 1px solid var(--rule);
  border-top: 1px solid var(--rule);
  font-size: 1.45rem;
  font-style: italic;
  line-height: 1.3;
  margin: 2rem -3rem;
  padding: 1.2rem 3rem;
  text-align: center;
}

.article-body pre {
  overflow-x: auto;
}

.article-body table {
  border-collapse: collapse;
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.article-body th,
.article-body td {
  border: 1px solid var(--fine-rule);
  padding: 0.35rem 0.55rem;
}

.about-page {
  padding-block: 3.2rem 5rem;
}

.about-layout {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 6vw, 5.5rem);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.5fr);
  margin: 0 auto;
  max-width: 1040px;
}

.about-portrait {
  aspect-ratio: 1;
  border: 1px solid var(--rule);
  border-radius: 50%;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.about-portrait img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.about-copy {
  min-width: 0;
  padding-top: clamp(0rem, 2vw, 1.5rem);
}

.about-body h1 {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  letter-spacing: -0.052em;
  line-height: 0.93;
  margin: 0.35rem 0 1.4rem;
}

.about-body {
  color: var(--muted-ink);
  font-size: 1.08rem;
  max-width: 660px;
  overflow-wrap: anywhere;
}

.about-body p {
  margin: 0 0 1.1rem;
}

.about-body p:first-of-type {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  line-height: 1.4;
}

.about-body a {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.original-publication {
  border: 1px solid var(--rule);
  margin: 3rem auto 0;
  max-width: 700px;
  padding: 1rem 1.2rem;
}

.original-publication p {
  color: var(--muted-ink);
  font-family: var(--sans);
  font-size: 0.72rem;
  margin: 0 0 0.2rem;
  text-transform: uppercase;
}

.original-publication a {
  font-weight: 700;
}

.site-footer {
  border-top: 4px double var(--rule);
  padding: 1.5rem 0 3rem;
  text-align: center;
}

.footer-masthead {
  font-size: 1.7rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-footer p {
  color: var(--muted-ink);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  margin: 0.3rem 0 0;
  text-transform: uppercase;
}

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

  .lead-story--with-image {
    border-right: 0;
    padding-right: 0;
  }

  .side-stories {
    border-top: 1px solid var(--fine-rule);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 1.2rem;
  }

  .side-stories .story-card + .story-card {
    border-left: 1px solid var(--fine-rule);
    border-top: 0;
    padding-left: 1.2rem;
    padding-top: 0;
  }

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

  .story-module--feature .story-card:first-child.story-card--with-image {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  html {
    font-size: 16px;
  }

  .site-header,
  .newspaper,
  .section-page,
  .article-page,
  .about-page,
  .site-footer {
    width: calc(100% - 1.4rem);
  }

  .utility-rule span:first-child {
    display: none;
  }

  .utility-rule {
    justify-content: center;
  }

  .masthead {
    font-size: clamp(2.5rem, 16vw, 4.3rem);
  }

  .lead-story {
    display: flex;
    flex-direction: column;
  }

  .lead-story h1,
  .lead-story .story-section,
  .lead-story .lead-subheadline,
  .lead-story .story-byline {
    padding-right: 0;
  }

  .lead-image-link {
    order: -1;
    margin-bottom: 0.9rem;
  }

  .lead-image-link img {
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .side-stories,
  .story-module--trio,
  .story-module--feature {
    grid-template-columns: 1fr;
  }

  .side-stories .story-card + .story-card,
  .story-module .story-card:not(:first-child) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--fine-rule);
    padding-left: 0;
    padding-right: 0;
    padding-top: 1.2rem;
  }

  .story-module--trio .story-card:not(:last-child),
  .story-module--feature .story-card {
    border-right: 0;
    padding-right: 0;
  }

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

  .section-nav {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .section-nav::-webkit-scrollbar {
    display: none;
  }

  .section-story--with-image {
    gap: 0.9rem;
    grid-template-columns: 1fr;
  }

  .section-story-image img {
    aspect-ratio: 16 / 9;
  }

  .story-module--feature .story-card:first-child {
    display: block;
  }

  .story-module--feature .story-card:first-child.story-card--with-image .story-image-link img {
    min-height: 0;
  }

  .article-page {
    padding-top: 2rem;
  }

  .article-header h1 {
    font-size: clamp(2.5rem, 13vw, 4.5rem);
  }

  .article-dateline {
    align-items: center;
    flex-direction: column;
    gap: 0.1rem;
  }

  .article-body blockquote {
    margin-inline: 0;
    padding-inline: 1rem;
  }
}

@media (max-width: 760px) {
  .about-page {
    padding-top: 2rem;
    width: calc(100% - 2rem);
  }

  .about-layout {
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .about-portrait {
    margin-inline: auto;
    width: min(230px, 72vw);
  }

  .about-copy {
    padding-top: 0;
  }
}

@media print {
  body {
    max-width: none;
  }

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

  a {
    text-decoration: none;
  }
}
