@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;
}

.issue-hero {
  background: var(--paper-light);
  padding: clamp(1.2rem, 3vw, 3rem) clamp(1.5rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem);
}

.masthead {
  width: min(100%, var(--content));
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  color: var(--navy);
  text-decoration: none;
  font: 700 1.4rem/1 var(--serif);
}

.brand-lockup img {
  width: 44px;
  height: 44px;
}

.hero-grid {
  width: min(100%, var(--content));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

.hero-copy h1 {
  margin: .25rem 0 1rem;
  color: var(--navy);
  font: 750 clamp(3rem, 6vw, 6rem)/1.02 var(--serif);
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.eyebrow,
.hero-deck {
  color: var(--red-dark);
  font-weight: 800;
  letter-spacing: .08em;
}

.hero-summary {
  max-width: 38rem;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  overflow-wrap: anywhere;
}

.hero-figure {
  margin: 0;
}

.hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  box-shadow: 18px 18px 0 rgba(6, 26, 59, .12);
}

.inline-story-image {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

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

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

  .issue-hero {
    padding-inline: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .hero-figure img,
  .inline-story-image {
    height: auto;
  }

  .issue-directory ol {
    columns: 1;
  }
}
