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

:root {
  --ink: #182a36;
  --paper: #f1e3cc;
  --paper-light: #faf3e7;
  --accent: #a94737;
  --telephone: #285262;
  --gold: #aa7638;
}

.issue-masthead {
  background:
    radial-gradient(circle at 84% 20%, rgba(184, 113, 57, .34), transparent 26%),
    linear-gradient(135deg, #102638 0%, #285262 62%, #8e3e35 100%);
}

.issue-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 240, .94), rgba(239, 224, 202, .9)),
    var(--paper-light);
}

.hero-copy h1 { max-width: 13ch; }
.hero-summary { max-width: 34rem; }
.story-card--lead .inline-story-image { object-position: center 45%; }
.issue-section--economy { background: linear-gradient(145deg, #dfe8e6, #f6ead7); }
.issue-section--culture { background: linear-gradient(145deg, #e4ece5, #f7eddd); }
.issue-section--life { background: linear-gradient(145deg, #f7ead6, #e5d1af); }
.story-card--ad { border-top-color: var(--gold); }
.story-card--wide + .story-grid { margin-top: 28px; }

@media (max-width: 720px) {
  .hero-copy h1 { max-width: none; }
}
