.weekly-page,
.weekly-edition-shell {
  max-width: 900px;
}

.weekly-page {
  padding-bottom: 40px;
}

.weekly-intro {
  max-width: 70ch;
  margin: -10px 0 32px;
  color: var(--muted);
  font-family: var(--font-editorial);
  font-size: 17px;
  line-height: 1.55;
}

.weekly-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--rule-strong);
}

.weekly-list li {
  padding: 18px 0;
  border-bottom: 1px solid var(--rule);
}

.weekly-list a {
  font-family: var(--font-editorial);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.weekly-list a:hover,
.weekly-list a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.weekly-list p,
.weekly-story-description,
.weekly-empty,
.weekly-legacy-content p {
  font-family: var(--font-editorial);
}

.weekly-back,
.weekly-archive-note,
.weekly-story-link {
  font-family: "Electrolize", ui-sans-serif, system-ui, sans-serif;
}

.weekly-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.weekly-edition-shell {
  min-width: 0;
}

.weekly-back {
  margin: 0 0 18px;
  font-size: 13px;
}

.weekly-back a,
.weekly-story-link,
.weekly-legacy-content a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.weekly-archive-note {
  margin: 0 0 22px;
  padding: 12px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.weekly-web-edition > h1 {
  max-width: 820px;
  font-family: var(--font-editorial);
  margin: 12px 0 14px;
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.06;
  font-weight: 600;
}

.weekly-web-section {
  padding: 28px 0 0;
  border-top: 1px solid var(--rule-strong);
}

.weekly-web-section + .weekly-web-section {
  margin-top: 16px;
}

.weekly-web-section > h2 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weekly-story-list {
  border-top: 1px solid var(--rule);
}

.weekly-story {
  padding: 22px 0 24px;
  border-bottom: 1px solid var(--rule);
}

.weekly-story-meta {
  margin: 0 0 7px;
  color: var(--muted);
  font-family: "Electrolize", ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.weekly-story h3 {
  max-width: 820px;
  font-family: var(--font-editorial);
  margin: 0 0 9px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
  font-weight: 600;
}

.weekly-story h3 a {
  text-decoration: none;
}

.weekly-story h3 a:hover,
.weekly-story h3 a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.weekly-story-description {
  max-width: 72ch;
  margin: 0 0 12px;
  color: var(--text);
  font-size: 16px;
  line-height: 1.58;
}

.weekly-story-link {
  display: inline-block;
  font-size: 13px;
}

.weekly-empty {
  margin: 0;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  color: var(--muted);
}

.weekly-legacy-content {
  min-width: 0;
  overflow-wrap: anywhere;
}

.weekly-legacy-content > div {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.weekly-legacy-content h1 {
  margin: 12px 0 14px;
  font-family: var(--font-editorial);
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.06;
  font-weight: 600;
}

.weekly-legacy-content h2 {
  margin: 28px 0 8px;
  padding-top: 28px;
  border-top: 1px solid var(--rule-strong);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.weekly-legacy-content h3 {
  margin: 0 0 9px;
  font-family: var(--font-editorial);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
  font-weight: 600;
}

.weekly-legacy-content h3 a {
  text-decoration: none;
}

.weekly-legacy-content div > div {
  padding: 22px 0;
  border-top: 1px solid var(--rule);
}

.weekly-legacy-content p {
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.58;
}

@media (max-width: 700px) {
  .weekly-page { padding-bottom: 24px; }
  .weekly-list li { padding-block: 16px; }
  .weekly-list a { font-size: 19px; }
  .weekly-intro { margin-bottom: 24px; font-size: 16px; }
  .weekly-web-section { padding-top: 22px; }
  .weekly-story { padding: 18px 0 20px; }
  .weekly-story h3,
  .weekly-legacy-content h3 { font-size: 22px; line-height: 1.16; }
  .weekly-story-description,
  .weekly-legacy-content p { font-size: 16px; line-height: 1.55; }
}
