@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&family=UnifrakturMaguntia&display=swap");

:root {
  --ink: #17130e;
  --muted: #665d51;
  --paper: #ffffff;
  --paper-deep: #f2f2f2;
  --page-bg: #f4eee1;
  --rule: #1f1a14;
  --accent: #a51f24;
  --blue-note: #203f5f;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.is-booting-article-route #front-page-view,
.is-booting-article-route #article-detail {
  display: none !important;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background: var(--page-bg);
  font-family: Georgia, "Times New Roman", serif;
}

button {
  font: inherit;
}

.paper-shell {
  width: min(1620px, calc(100% - 20px));
  margin: 24px auto;
  padding: 20px 24px 28px;
  background: var(--paper);
  border: 1px solid rgba(23, 19, 14, 0.34);
  box-shadow: 0 30px 70px rgba(25, 17, 9, 0.34);
}

.utility-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
}

.utility-row-end {
  justify-content: flex-end;
}

.utility-link {
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.utility-link:hover,
.utility-link:focus-visible {
  color: var(--accent);
  text-decoration: none;
}

.top-rule {
  display: block;
  padding: 7px 0;
  border-top: 4px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.edition-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.masthead {
  padding: 20px 10px 18px;
  border-bottom: 6px double var(--rule);
}

.masthead h1 {
  --masthead-max-size: clamp(3.2rem, 8vw, 7.25rem);
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  font-family: "UnifrakturMaguntia", "Old English Text MT", "Engravers Old English", "Cloister Black", Georgia, serif;
  font-size: var(--masthead-title-size, var(--masthead-max-size));
  font-weight: 400;
  line-height: 0.92;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.masthead-home {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: none;
  white-space: inherit;
}

.masthead-home:focus-visible {
  outline: 2px solid var(--rule);
  outline-offset: 6px;
}

.masthead-slogan {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.5vw, 1.1rem);
  font-style: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
}

.language-picker {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.language-picker select {
  min-width: 116px;
  min-height: 28px;
  border: 1px solid var(--rule);
  border-radius: 0;
  padding: 4px 24px 4px 7px;
  color: var(--ink);
  background:
    linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%),
    var(--paper-deep);
  background-position:
    calc(100% - 15px) 14px,
    calc(100% - 10px) 14px,
    0 0;
  background-size: 5px 5px, 5px 5px, auto;
  background-repeat: no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  appearance: none;
}

.section-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  border-bottom: 2px solid var(--rule);
}

.section-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 0;
  border-left: 1px solid rgba(23, 19, 14, 0.34);
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
}

.section-button:first-child {
  border-left: 0;
}

.section-button:hover,
.section-button.is-active {
  background: var(--ink);
  color: var(--paper);
}

.story-link {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: none;
  letter-spacing: inherit;
}

.story-link:hover,
.story-link:focus-visible {
  color: var(--accent);
  text-decoration: none;
}

.ad-slot {
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(23, 19, 14, 0.72);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(23, 19, 14, 0.045),
      rgba(23, 19, 14, 0.045) 8px,
      rgba(244, 238, 225, 0.4) 8px,
      rgba(244, 238, 225, 0.4) 16px
    ),
    rgba(230, 220, 199, 0.72);
}

.ad-label {
  margin: 0 0 6px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.ad-slot h2,
.ad-slot h3 {
  margin: 0 0 6px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.ad-slot p {
  margin-bottom: 0;
  color: #332b21;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.28;
}

.firestore-articles {
  padding: 18px 0;
  border-bottom: 3px solid var(--rule);
}

.firestore-article-status {
  margin: 0;
  padding: 12px 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.firestore-article-grid {
  display: block;
}

.firestore-article-tier {
  display: grid;
  gap: 0;
}

.firestore-article-tier-lead {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.firestore-article-tier-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.firestore-article-tier-text {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 18px;
  padding-top: 16px;
  border-top: 2px solid var(--rule);
}

.firestore-article-divider {
  display: block;
  margin: 8px 0 18px;
  padding: 15px 12px;
  background: var(--rule);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.78rem, 1.2vw, 0.98rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.firestore-article-divider:hover,
.firestore-article-divider:focus-visible {
  background: var(--accent);
  color: var(--paper);
  text-decoration: none;
}

.firestore-article-divider::after {
  content: "mail";
  display: inline-block;
  margin-left: 0.62em;
  font-family: "Material Symbols Outlined";
  font-size: 1.35em;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "liga";
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  vertical-align: -0.22em;
}

.firestore-article-card {
  min-width: 0;
  padding: 0 16px 16px;
  border-left: 1px solid rgba(23, 19, 14, 0.34);
}

.firestore-article-tier-lead .firestore-article-card:nth-child(3n + 1),
.firestore-article-tier-compact .firestore-article-card:nth-child(4n + 1) {
  border-left: 0;
}

.firestore-article-tier-text .firestore-article-card:nth-child(5n + 1) {
  border-left: 0;
}

.firestore-article-tier-compact .firestore-article-card:nth-child(n + 5) {
  padding-top: 18px;
  border-top: 1px solid rgba(23, 19, 14, 0.28);
}

.firestore-article-tier-text .firestore-article-card:nth-child(n + 6) {
  padding-top: 14px;
  border-top: 1px solid rgba(23, 19, 14, 0.28);
}

.firestore-article-main-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.firestore-article-main-link:hover,
.firestore-article-main-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.firestore-article-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border: 1px solid rgba(23, 19, 14, 0.42);
  background: var(--paper-deep);
  filter: grayscale(0.08) contrast(1.04);
  object-fit: cover;
}

.firestore-article-rubric {
  margin-bottom: 8px;
}

.firestore-article-card h2 {
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 8px;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  line-height: 0.98;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.firestore-article-card-compact h2 {
  margin-bottom: 10px;
  font-size: clamp(1.02rem, 1.45vw, 1.34rem);
  line-height: 1.02;
}

.firestore-article-card-text h2 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: clamp(0.9rem, 1.05vw, 1.08rem);
  line-height: 1.08;
}

.firestore-article-card-text .firestore-article-rubric {
  margin-bottom: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.1em;
}

.firestore-article-card-text .firestore-article-lead {
  margin-top: 7px;
  margin-bottom: 8px;
  font-size: 0.82rem;
  line-height: 1.28;
  -webkit-line-clamp: 3;
}

.firestore-article-card-text .firestore-article-meta {
  margin-top: 8px;
  gap: 8px;
  font-size: 0.62rem;
}

.firestore-article-card-more {
  display: flex;
  align-items: stretch;
  min-height: 180px;
}

.firestore-more-button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
}

.firestore-more-button:hover:not(:disabled),
.firestore-more-button:focus-visible:not(:disabled) {
  outline: 1px solid rgba(130, 24, 17, 0.42);
  outline-offset: 4px;
}

.firestore-more-button:disabled {
  cursor: default;
  opacity: 0.78;
}

.firestore-more-skeleton {
  display: grid;
  gap: 8px;
  width: 100%;
}

.firestore-more-button .firestore-more-skeleton {
  opacity: 0.76;
}

.firestore-more-button-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.34);
  color: var(--ink);
  font-size: clamp(1.28rem, 2vw, 1.82rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.firestore-more-button:hover:not(:disabled) .firestore-more-button-label,
.firestore-more-button:focus-visible:not(:disabled) .firestore-more-button-label {
  color: var(--accent);
}

.firestore-more-skeleton-rubric,
.firestore-more-skeleton-image,
.firestore-more-skeleton-line,
.firestore-more-skeleton-meta-line {
  display: block;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(23, 19, 14, 0.08),
    rgba(23, 19, 14, 0.18),
    rgba(23, 19, 14, 0.08)
  );
  background-size: 220% 100%;
  animation: firestore-more-shimmer 1.15s ease-in-out infinite;
}

.firestore-more-skeleton-static .firestore-more-skeleton-rubric,
.firestore-more-skeleton-static .firestore-more-skeleton-image,
.firestore-more-skeleton-static .firestore-more-skeleton-line,
.firestore-more-skeleton-static .firestore-more-skeleton-meta-line {
  background: rgba(23, 19, 14, 0.12);
  animation: none;
}

.firestore-more-skeleton-rubric {
  width: 34%;
  height: 10px;
  margin-bottom: 1px;
}

.firestore-more-skeleton-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(23, 19, 14, 0.22);
}

.firestore-more-skeleton-title {
  display: grid;
  gap: 7px;
  margin-top: 4px;
}

.firestore-more-skeleton-lead {
  display: grid;
  gap: 6px;
  margin-top: 3px;
}

.firestore-more-skeleton-line {
  height: 12px;
}

.firestore-more-skeleton-line-wide {
  width: 92%;
}

.firestore-more-skeleton-line-medium {
  width: 72%;
}

.firestore-more-skeleton-line-short {
  width: 46%;
}

.firestore-more-skeleton-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
}

.firestore-more-skeleton-meta-line {
  height: 9px;
}

.firestore-more-skeleton-meta-line-date {
  width: 42%;
}

.firestore-more-skeleton-meta-line-author {
  width: 32%;
}

@keyframes firestore-more-shimmer {
  to {
    background-position: -220% 0;
  }
}

.firestore-article-main-link:hover h2,
.firestore-article-main-link:focus-visible h2 {
  color: var(--accent);
  text-decoration: none;
}

.firestore-article-lead {
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
  color: #2f281f;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.firestore-article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1.12fr 1.55fr 0.85fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 3px solid var(--rule);
}

.headline-column {
  border-right: 1px solid rgba(23, 19, 14, 0.34);
  padding-right: 18px;
}

.rubric {
  margin: 0 0 7px;
  color: var(--accent);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

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

.headline-column h2 {
  margin-bottom: 12px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.deck {
  color: #2c261f;
  font-size: 1.16rem;
  line-height: 1.34;
  font-weight: 400;
}

.byline {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.photo-story img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: grayscale(0.18) contrast(1.06);
  border: 1px solid rgba(23, 19, 14, 0.42);
}

.caption {
  margin: 8px 0 0;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  line-height: 1.35;
}

.side-briefs {
  display: grid;
  gap: 14px;
  align-content: start;
}

.brief {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(23, 19, 14, 0.35);
}

.brief h3,
.column-story h3 {
  margin-bottom: 8px;
  font-size: 1.28rem;
  line-height: 1.02;
}

.brief p,
.column-story p,
.classifieds p {
  color: #30291f;
  font-size: 0.95rem;
  line-height: 1.44;
}

.news-belt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 2px solid var(--rule);
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.news-belt span {
  padding: 10px 12px;
  border-left: 1px solid rgba(244, 238, 225, 0.35);
  text-align: center;
}

.news-belt span:first-child {
  border-left: 0;
}

.section-digest {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-bottom: 3px solid var(--rule);
}

.digest-section {
  min-width: 0;
  padding: 14px 12px 12px;
  border-left: 1px solid rgba(23, 19, 14, 0.3);
}

.digest-section:first-child {
  border-left: 0;
}

.digest-section h2 {
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 3px double var(--rule);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.digest-stories {
  display: grid;
  gap: 12px;
}

.digest-stories article {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(23, 19, 14, 0.24);
}

.digest-stories article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.digest-stories h3 {
  margin-bottom: 6px;
  font-size: 1.04rem;
  line-height: 1.02;
}

.digest-stories p:last-child {
  margin-bottom: 0;
  color: #30291f;
  font-size: 0.86rem;
  line-height: 1.36;
}

.below-fold {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 18px;
  padding-top: 18px;
}

.story-columns {
  column-count: 4;
  column-gap: 18px;
  column-rule: 1px solid rgba(23, 19, 14, 0.28);
}

.column-story {
  break-inside: avoid;
  padding-bottom: 12px;
}

.classifieds {
  padding: 12px;
  border: 4px double var(--rule);
  background: rgba(230, 220, 199, 0.5);
}

.classifieds h2 {
  margin-bottom: 10px;
  color: var(--blue-note);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.classifieds p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(23, 19, 14, 0.25);
}

.classifieds p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.article-detail {
  padding-top: 18px;
}

.detail-paper {
  border-top: 4px solid var(--rule);
}

.detail-header {
  padding: 16px 0 14px;
  border-bottom: 6px double var(--rule);
  text-align: center;
}

.detail-header h2 {
  width: 100%;
  max-width: none;
  margin: 0 auto 12px;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.detail-deck {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 12px;
  color: #2c261f;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 400;
  line-height: 1.28;
}

.detail-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-submeta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-top: 8px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-layout {
  display: block;
  padding-top: 18px;
}

.detail-main {
  max-width: 920px;
  min-width: 0;
  margin: 0 auto;
}

.detail-photo {
  margin: 0 0 14px;
}

.detail-photo img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(0.16) contrast(1.05);
  border: 1px solid rgba(23, 19, 14, 0.42);
}

.detail-photo figcaption {
  margin-top: 7px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.78rem;
  line-height: 1.35;
}

.detail-lede {
  margin-bottom: 14px;
  color: #241f19;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.42;
}

.detail-lede::first-letter {
  float: left;
  margin: 0.07em 0.08em 0 0;
  font-size: 4.8rem;
  line-height: 0.72;
  font-weight: 900;
}

.detail-main blockquote {
  margin: 14px 0;
  padding: 12px 0;
  border-top: 3px solid var(--rule);
  border-bottom: 1px solid rgba(23, 19, 14, 0.5);
  color: var(--accent);
  font-size: clamp(1.45rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 0.98;
}

.detail-body {
  max-width: 760px;
  margin: 0 auto;
}

.detail-body p {
  margin-bottom: 13px;
  color: #30291f;
  font-size: 1rem;
  line-height: 1.52;
}

.detail-body a {
  color: var(--accent);
  text-decoration: none;
}

.detail-body a:hover,
.detail-body a:focus-visible {
  color: var(--ink);
  text-decoration: none;
}

.detail-body code {
  padding: 1px 4px;
  border: 1px solid rgba(23, 19, 14, 0.25);
  background: rgba(230, 220, 199, 0.55);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
}

.detail-body h3,
.detail-body h4,
.detail-body h5,
.detail-body h6 {
  break-after: avoid;
  margin: 18px 0 8px;
  color: #211b15;
  font-size: 1.25rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.detail-body ul {
  margin: 0 0 14px 18px;
  padding: 0;
}

.detail-body li {
  margin-bottom: 7px;
  color: #30291f;
  font-size: 1rem;
  line-height: 1.46;
}

.detail-body .markdown-quote {
  break-inside: avoid;
  margin: 14px 0;
  padding: 10px 0;
  border-top: 2px solid var(--rule);
  border-bottom: 1px solid rgba(23, 19, 14, 0.42);
  color: var(--accent);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.08;
}

.about-page {
  min-height: calc(100vh - 48px);
}

.about-story {
  padding: 30px clamp(56px, 10vw, 180px) 40px;
  border-bottom: 3px solid var(--rule);
}

.about-story h2 {
  margin: 0 0 14px;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.about-story .deck {
  margin-bottom: 22px;
  font-size: clamp(1.1rem, 2vw, 1.48rem);
}

.about-story .about-quote {
  margin: 64px 0 84px;
  padding: 18px 22px;
  border: 2px solid var(--rule);
  border-left-width: 8px;
  background: var(--paper-deep);
  color: #241f19;
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  font-weight: 400;
  line-height: 1.42;
}

.about-story .about-quote strong {
  color: var(--ink);
}

.about-columns {
  max-width: 100%;
  color: #241f19;
  font-size: 1.04rem;
  line-height: 1.48;
}

.about-columns p {
  margin-bottom: 14px;
}

.paper-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 14px 0 0;
  border-top: 6px double var(--rule);
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.paper-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
}

.paper-footer strong {
  color: var(--ink);
  font-size: 0.78rem;
}

.paper-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 900px) {
  .paper-shell {
    width: min(100% - 20px, 760px);
    padding: 16px;
  }

  .masthead {
    text-align: center;
  }

  .masthead h1 {
    white-space: nowrap;
  }

  .top-rule {
    display: block;
  }

  .edition-meta {
    width: 100%;
  }

  .language-picker {
    justify-content: start;
  }

  .utility-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .utility-row-end {
    align-items: flex-end;
  }

  .about-story {
    padding-right: clamp(24px, 8vw, 72px);
    padding-left: clamp(24px, 8vw, 72px);
  }

  .lead-grid,
  .below-fold {
    grid-template-columns: 1fr;
  }

  .headline-column {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 19, 14, 0.34);
    padding-right: 0;
    padding-bottom: 14px;
  }

  .story-columns {
    column-count: 2;
  }

  .firestore-article-tier-lead,
  .firestore-article-tier-compact,
  .firestore-article-tier-text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .firestore-article-tier-lead .firestore-article-card,
  .firestore-article-tier-compact .firestore-article-card,
  .firestore-article-tier-text .firestore-article-card,
  .firestore-article-tier-lead .firestore-article-card:nth-child(3n + 1),
  .firestore-article-tier-compact .firestore-article-card:nth-child(4n + 1),
  .firestore-article-tier-text .firestore-article-card:nth-child(5n + 1) {
    border-left: 1px solid rgba(23, 19, 14, 0.34);
  }

  .firestore-article-tier-lead .firestore-article-card:nth-child(2n + 1),
  .firestore-article-tier-compact .firestore-article-card:nth-child(2n + 1),
  .firestore-article-tier-text .firestore-article-card:nth-child(2n + 1) {
    border-left: 0;
  }

  .firestore-article-tier-lead .firestore-article-card:nth-child(n + 3),
  .firestore-article-tier-compact .firestore-article-card:nth-child(n + 3),
  .firestore-article-tier-text .firestore-article-card:nth-child(n + 3) {
    padding-top: 18px;
    border-top: 1px solid rgba(23, 19, 14, 0.28);
  }

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

  .digest-section {
    border-top: 1px solid rgba(23, 19, 14, 0.3);
  }

  .digest-section:nth-child(odd) {
    border-left: 0;
  }

  .paper-footer {
    grid-template-columns: 1fr;
  }

  .paper-footer p {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .paper-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border-left: 0;
    border-right: 0;
  }

  .top-rule {
    align-items: center;
    font-size: 0.62rem;
  }

  .section-strip,
  .news-belt {
    grid-template-columns: 1fr;
  }

  .section-digest {
    grid-template-columns: 1fr;
  }

  .digest-section {
    border-left: 0;
  }

  .section-button,
  .news-belt span {
    border-left: 0;
    border-top: 1px solid rgba(23, 19, 14, 0.25);
  }

  .headline-column h2 {
    font-size: 2.6rem;
  }

  .story-columns {
    column-count: 1;
  }

  .firestore-article-tier-lead,
  .firestore-article-tier-compact,
  .firestore-article-tier-text {
    grid-template-columns: 1fr;
  }

  .firestore-article-tier-lead .firestore-article-card,
  .firestore-article-tier-compact .firestore-article-card,
  .firestore-article-tier-text .firestore-article-card,
  .firestore-article-tier-lead .firestore-article-card:nth-child(2n + 1),
  .firestore-article-tier-compact .firestore-article-card:nth-child(2n + 1),
  .firestore-article-tier-text .firestore-article-card:nth-child(2n + 1),
  .firestore-article-tier-lead .firestore-article-card:nth-child(3n + 1),
  .firestore-article-tier-compact .firestore-article-card:nth-child(4n + 1),
  .firestore-article-tier-text .firestore-article-card:nth-child(5n + 1) {
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
  }

  .firestore-article-tier-lead .firestore-article-card:nth-child(n + 2),
  .firestore-article-tier-compact .firestore-article-card:nth-child(n + 2),
  .firestore-article-tier-text .firestore-article-card:nth-child(n + 2) {
    padding-top: 18px;
    border-top: 1px solid rgba(23, 19, 14, 0.28);
  }

  .detail-header h2 {
    font-size: 2.7rem;
  }

  .about-story {
    padding-right: 18px;
    padding-left: 18px;
  }

}
