* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --npr-red: #d62021;
  --npr-blue: #237bbd;
  --npr-black: #111111;
  --npr-text: #1b1b1b;
  --npr-muted: #666666;
  --npr-line: #e4e4e4;
  --npr-bg: #f7f7f7;
}

body {
  background: #fff;
  color: var(--npr-text);
  font: 16px/1.65 Arial, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
  color: var(--npr-text);
  text-decoration: none;
}

a:hover {
  color: var(--npr-red);
}

img {
  display: block;
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

input,
button {
  font: inherit;
  color: inherit;
}

.npr-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.npr-header {
  background: #fff;
  border-bottom: 1px solid #d7d7d7;
  position: relative;
  z-index: 20;
}

.navigation__top-level-wrap {
  background: #0f0f0f;
  color: #fff;
}

.navigation__top-level {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.navigation__top-level li {
  display: flex;
  align-items: center;
}

.navigation__toggle {
  border: 0;
  background: transparent;
  color: #f4f4f4;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.navigation__toggle img {
  width: 16px;
  height: 16px;
  filter: invert(1);
}

.navigation__home {
  margin-right: auto;
}

.npr-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.npr-logo__mark {
  display: inline-flex;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.npr-logo__mark span {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.npr-logo__mark .n {
  background: var(--npr-red);
}

.npr-logo__mark .p {
  background: #191919;
}

.npr-logo__mark .r {
  background: var(--npr-blue);
}

.npr-logo__text {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.3px;
  font-weight: 700;
}

.navigation__station {
  gap: 6px;
  font-size: 12px;
  color: #efefef;
}

.navigation__station strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.navigation__stream a,
.navigation__newsletters a,
.navigation__shop a,
.navigation__donate a {
  color: #f3f3f3;
  font-size: 12px;
  letter-spacing: 0.2px;
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.navigation__stream a:hover,
.navigation__newsletters a:hover,
.navigation__shop a:hover,
.navigation__donate a:hover {
  color: #fff;
}

.menu {
  border-top: 1px solid #ececec;
}

.menu__inner,
.menu__list-wrap {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.menu--main {
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
}

.menu__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.menu__item {
  flex: 0 0 auto;
}

.menu__item a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 0 14px;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1px;
  border-bottom: 2px solid transparent;
}

.menu__item a:hover,
.menu__item--home a {
  color: var(--npr-red);
  border-bottom-color: var(--npr-red);
}

.menu__item--search a img {
  width: 14px;
  height: 14px;
}

.menu--music,
.menu--about {
  background: #fafafa;
  border-bottom: 1px solid #e6e6e6;
}

.menu__list--ecosystem .menu__item a {
  min-height: 36px;
  padding: 0 12px;
  border-bottom: 0;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}

.menu__list--ecosystem .menu__item a:hover,
.menu__item--music-home a,
.menu__item--about-home a {
  color: var(--npr-red);
}

#wrapper {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 30px;
  align-items: start;
}

#main-section,
#main-sidebar,
#contentWrap {
  min-width: 0;
}

#main-sidebar {
  display: grid;
  gap: 18px;
}

.speakable {
  margin-bottom: 14px;
}

.speakable b {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  line-height: 1.5;
}

.featured {
  border-bottom: 1px solid var(--npr-line);
  padding-bottom: 18px;
}

.featured-main {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) 300px;
  gap: 24px;
  align-items: start;
}

.featured-lead {
  border-top: 4px solid #111;
  padding-top: 14px;
}

.story-wrap {
  display: grid;
  grid-template-columns: 43% minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.thumb-image {
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #e2e2e2;
}

.thumb-image.square {
  aspect-ratio: 1 / 1;
}

.thumb-image.wide {
  aspect-ratio: 16 / 9;
  display: none;
}

.thumb-image img,
.item-image img,
.story-hero img,
.bucket.img img,
.recommended-card img,
.side-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-text {
  min-width: 0;
}

.slug-wrap {
  margin-bottom: 6px;
}

.slug {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.slug a {
  color: var(--npr-red);
}

.title {
  font-size: 43px;
  line-height: 1.06;
  letter-spacing: -0.5px;
  font-weight: 700;
}

.teaser {
  margin-top: 10px;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.55;
}

.story-date {
  margin-top: 10px;
  color: #7a7a7a;
  font-size: 12px;
}

.featured-spikes {
  display: grid;
  gap: 12px;
}

.featured-spikes .spike-card {
  border: 1px solid var(--npr-line);
  padding: 14px;
  background: #fff;
}

.featured-spikes .spike-card h3 {
  font-size: 24px;
  line-height: 1.18;
  font-weight: 700;
}

.featured-spikes .spike-card p {
  margin-top: 8px;
  color: #585858;
  font-size: 14px;
  line-height: 1.5;
}

.featured-spikes .story-date {
  margin-top: 8px;
}

.spicerack {
  margin-top: 24px;
  border: 1px solid var(--npr-line);
  background: #fafafa;
}

.spicerack-themed-header {
  padding: 12px 14px;
  border-bottom: 1px solid var(--npr-line);
}

.spicerack-themed-header h3 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.spicerack-content {
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.post-type-minimal {
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 10px;
}

.post-type-minimal .story-wrap {
  grid-template-columns: 1fr;
  gap: 10px;
}

.post-type-minimal .thumb-image.square {
  display: none;
}

.post-type-minimal .thumb-image.wide {
  display: block;
}

.post-type-minimal .title {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}

.post-type-minimal .teaser {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.hp-stream,
.list-overflow {
  margin-top: 24px;
}

.item {
  border-top: 1px solid var(--npr-line);
  padding: 16px 0;
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  gap: 16px;
}

.item:first-child {
  border-top: 0;
  padding-top: 0;
}

.item-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #e2e2e2;
}

.item-info .title {
  font-size: 30px;
  line-height: 1.14;
  letter-spacing: -0.2px;
}

.item-info .teaser {
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.55;
}

.scrolllink {
  margin-top: 16px;
}

.scrolllink a {
  color: var(--npr-red);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-weight: 700;
}

.contentheader {
  margin-bottom: 14px;
  border-bottom: 1px solid var(--npr-line);
}

.branding {
  border-top: 4px solid #111;
  padding-top: 12px;
}

.branding__title {
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: -0.7px;
  font-weight: 700;
}

.subnav-tools-wrap {
  margin-top: 12px;
  margin-bottom: 12px;
}

.subtopics ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.subtopics a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  background: #fff;
  font-size: 13px;
  color: #333;
}

.subtopics a:hover {
  border-color: var(--npr-red);
  color: var(--npr-red);
}

.agg-tools {
  margin-bottom: 14px;
}

.newsletter-subscription {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: #111;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.2px;
}

.newsletter-subscription:hover {
  color: #fff;
  background: #2a2a2a;
}

.featured-3-up {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.featured-3-up .item {
  border: 1px solid var(--npr-line);
  padding: 10px;
  grid-template-columns: 1fr;
  gap: 10px;
}

.featured-3-up .item-image {
  border: 1px solid #ebebeb;
}

.featured-3-up .item-info .title {
  font-size: 24px;
  line-height: 1.22;
  letter-spacing: -0.1px;
}

.featured-3-up .item-info .teaser {
  margin-top: 7px;
  font-size: 14px;
}

.options {
  margin-top: 18px;
}

.options__load-more,
.pagination a {
  border: 1px solid #d5d5d5;
  background: #fff;
  min-height: 34px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
}

.options__load-more:hover,
.pagination a:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.agg-archive-search-tools {
  margin-top: 16px;
  color: #666;
  font-size: 13px;
}

.agg-archive-search-tools a {
  color: #444;
  text-decoration: underline;
}

.story {
  border-top: 4px solid #111;
  padding-top: 14px;
}

.storytitle h1 {
  font-size: 66px;
  line-height: 1.03;
  letter-spacing: -0.9px;
  font-weight: 700;
}

.story-meta {
  margin-top: 12px;
  padding: 10px 0;
  border-top: 1px solid var(--npr-line);
  border-bottom: 1px solid var(--npr-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 18px;
  color: #6f6f6f;
  font-size: 12px;
}

.story-meta__two {
  text-align: right;
}

.story-meta__two a {
  color: #3d3d3d;
}

.storytext {
  margin-top: 16px;
  color: #222;
  font-family: Georgia, "Times New Roman", "Songti SC", serif;
  font-size: 21px;
  line-height: 1.95;
}

.story-hero {
  margin-bottom: 18px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
}

.storytext p {
  margin: 14px 0;
}

.storytext h3 {
  margin: 18px 0 8px;
  color: #101010;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 700;
}

.inset-links {
  margin-top: 18px;
  margin-bottom: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.inset2col {
  border: 1px solid var(--npr-line);
  background: #fff;
  padding: 10px;
}

.bucket.img {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.bucket.img .imagewrap {
  display: block;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #f1f1f1;
  border: 1px solid #e3e3e3;
}

.bucketblock h3 {
  margin: 0;
}

.bucketblock h3.slug {
  margin-bottom: 4px;
  font-size: 11px;
}

.bucketblock h3:not(.slug) {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
}

.tags {
  margin-top: 22px;
}

.tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid #dddddd;
  color: #444;
  font-size: 12px;
}

.share-tools {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid var(--npr-line);
}

.share-tools ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.share-tools__service a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  background: #f6f6f6;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  color: #333;
}

.recommended-stories {
  margin-top: 26px;
  border-top: 1px solid var(--npr-line);
  padding-top: 14px;
}

.recommended-stories h3 {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
}

.recommended-grid {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.recommended-card {
  border-bottom: 1px solid var(--npr-line);
  padding-bottom: 8px;
}

.recommended-card .side-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
}

.recommended-card h4 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
}

.recommended-card span {
  display: block;
  margin-top: 4px;
  color: #777;
  font-size: 12px;
}

.side-module {
  border: 1px solid var(--npr-line);
  background: #fff;
}

.side-module h3 {
  padding: 12px 14px;
  border-bottom: 1px solid var(--npr-line);
  font-size: 23px;
  line-height: 1.2;
  font-weight: 700;
}

.side-story-list li,
.topic-list li {
  padding: 10px 14px;
  border-bottom: 1px solid #ececec;
}

.side-story-list li:last-child,
.topic-list li:last-child {
  border-bottom: 0;
}

.side-story-list a,
.topic-list a {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}

.side-story-list span {
  display: block;
  margin-top: 4px;
  color: #7d7d7d;
  font-size: 12px;
}

.ad-wrap {
  border: 1px solid #dfdfdf;
  background: #f9f9f9;
}

.ad-header {
  min-height: 34px;
  padding: 0 12px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  color: #777;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.ad-placeholder {
  min-height: 150px;
  padding: 16px;
  color: #8a8a8a;
  font-size: 13px;
  line-height: 1.5;
}

.npr-footer {
  margin-top: 32px;
  border-top: 1px solid #dadada;
  background: var(--npr-bg);
}

.npr-footer__content {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
  padding: 20px 0 14px;
}

.npr-footer__module-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.npr-footer__header {
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #151515;
}

.npr-footer__item {
  padding: 6px 0;
  border-bottom: 1px solid #e7e7e7;
  color: #585858;
  font-size: 14px;
  line-height: 1.45;
}

.npr-footer__item:last-child {
  border-bottom: 0;
}

.npr-footer__item a {
  color: #4e4e4e;
}

.npr-footer__item a:hover {
  color: var(--npr-red);
}

.npr-footer__module--secondary {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid #e3e3e3;
}

.npr-footer__module--secondary ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 14px;
}

.npr-footer__module--secondary .npr-footer__item {
  border: 0;
  padding: 4px 0;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .npr-shell,
  .menu__inner,
  .menu__list-wrap,
  #wrapper,
  .npr-footer__content {
    width: calc(100% - 26px);
  }

  .navigation__top-level {
    flex-wrap: wrap;
    min-height: 0;
    padding: 8px 0;
    gap: 8px 12px;
  }

  .navigation__home {
    order: -1;
    width: 100%;
  }

  .menu__list {
    white-space: nowrap;
  }

  #wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .featured-main,
  .spicerack-content,
  .featured-3-up,
  .recommended-grid,
  .inset-links,
  .npr-footer__module-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storytitle h1 {
    font-size: 50px;
    letter-spacing: -0.5px;
  }

  .branding__title {
    font-size: 50px;
  }

  .title {
    font-size: 36px;
  }

  .item {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .npr-shell,
  .menu__inner,
  .menu__list-wrap,
  #wrapper,
  .npr-footer__content {
    width: calc(100% - 20px);
  }

  .navigation__station,
  .navigation__stream,
  .navigation__newsletters,
  .navigation__shop,
  .navigation__donate {
    display: none;
  }

  .npr-logo__mark span {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .npr-logo__text {
    font-size: 12px;
  }

  .menu__item a {
    padding: 0 11px;
    min-height: 40px;
    font-size: 12px;
  }

  .menu__list--ecosystem .menu__item a {
    min-height: 34px;
    padding: 0 10px;
  }

  .story-wrap,
  .item,
  .bucket.img,
  .featured-main,
  .spicerack-content,
  .featured-3-up,
  .recommended-grid,
  .inset-links,
  .npr-footer__module-group {
    grid-template-columns: 1fr;
  }

  .thumb-image.square {
    display: none;
  }

  .thumb-image.wide,
  .post-type-minimal .thumb-image.wide {
    display: block;
  }

  .title,
  .storytitle h1,
  .branding__title {
    font-size: 34px;
    letter-spacing: 0;
  }

  .teaser,
  .storytext {
    font-size: 16px;
  }

  .story-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-meta__two {
    text-align: left;
  }

  .featured-spikes .spike-card h3,
  .featured-3-up .item-info .title,
  .item-info .title,
  .recommended-stories h3,
  .spicerack-themed-header h3,
  .side-module h3,
  .npr-footer__header,
  .storytext h3 {
    font-size: 24px;
    line-height: 1.25;
  }
}
