@import url("../19260810/styles.css");

:root {
  --ink: #132238;
  --paper: #f2e4d1;
  --paper-light: #fbf4e8;
  --accent: #bf3f2d;
  --heat: #d66a32;
}

.issue-masthead {
  background:
    radial-gradient(circle at 85% 18%, rgba(227, 123, 58, .42), transparent 26%),
    linear-gradient(135deg, #09213f 0%, #15385d 56%, #b53d2e 100%);
}

.issue-directory {
  background: linear-gradient(135deg, #fff9ef, #f0dfc9);
}

.issue-directory ol {
  columns: 2;
  column-gap: clamp(1.2rem, 3vw, 3rem);
}

.issue-directory li {
  break-inside: avoid;
}

.story-grid--after-lead {
  margin-top: clamp(1.2rem, 2.5vw, 2.4rem);
}

.story-card--longform.story-card--lead .inline-story-image {
  object-position: center 34%;
}

.story-card--dark .story-meta,
.issue-section--dark .story-meta {
  color: #f2b19d;
}

.story-card--ad {
  background: linear-gradient(160deg, #fff9ed, #ecd7bb);
  border-top-color: var(--heat);
}

.inline-story-image--portrait {
  object-position: center 28%;
}

.source-desk__title h2 {
  max-width: 20ch;
}

@media (max-width: 720px) {
  .issue-directory ol {
    columns: 1;
  }
}
