.editorial-section {
  margin-bottom: 40px !important;
}

.night-section {
  padding: 76px 40px 90px;
  background: #171717;
  color: #fff;
  border-top: 1px solid #000;
}

.night-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid #ffffff45;
}

.night-heading h2 {
  margin: 8px 0 14px;
  font-size: 54px;
  letter-spacing: -.05em;
}

.night-heading p:last-child {
  max-width: 660px;
  color: #bdbdbd;
  line-height: 1.65;
}

.night-heading > span {
  color: var(--orange);
  font: 76px/1 var(--mono);
}

.night-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-left: 1px solid #ffffff45;
}

.night-card {
  min-height: 340px;
  padding: 22px;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid #ffffff45;
  border-bottom: 1px solid #ffffff45;
  position: relative;
  transition: background .2s ease, color .2s ease;
}

.night-card:hover {
  background: var(--orange);
  color: var(--ink);
}

.night-card-top {
  display: flex;
  justify-content: space-between;
  font: 11px var(--mono);
}

.night-card .eyebrow {
  margin-top: 72px;
  color: var(--orange);
}

.night-card:hover .eyebrow {
  color: var(--ink);
}

.night-card h3 {
  margin: 12px 0;
  font-size: 27px;
  line-height: 1.2;
}

.night-card > p:not(.eyebrow) {
  color: #c6c6c6;
  line-height: 1.55;
}

.night-card:hover > p {
  color: var(--ink);
}

.night-card .tag-row {
  margin-top: 26px;
}

.night-card > b {
  position: absolute;
  right: 20px;
  bottom: 18px;
  font-size: 24px;
}

.editorial-body {
  border-top: 1px solid var(--ink);
}

.editorial-chapter {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 26px;
  padding: 42px 4px;
  border-bottom: 1px solid var(--line);
}

.chapter-index {
  color: var(--orange);
  font: 13px var(--mono);
  padding-top: 8px;
}

.chapter-copy {
  max-width: 760px;
}

.chapter-copy h3 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.chapter-copy p,
.chapter-copy li {
  font-size: 17px;
  line-height: 1.9;
  color: #32312e;
}

.chapter-copy p {
  margin: 0 0 18px;
}

.chapter-copy ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.chapter-copy li {
  position: relative;
  padding: 15px 8px 15px 30px;
  border-bottom: 1px solid var(--line);
}

.chapter-copy li::before {
  content: "→";
  position: absolute;
  left: 2px;
  color: var(--orange);
}

.talk-detail {
  margin-top: 86px;
  border-top: 2px solid var(--ink);
}

.talk-detail-head {
  padding: 42px 0 34px;
  max-width: 760px;
}

.talk-detail-head h3 {
  margin: 10px 0 18px;
  font-size: 40px;
  letter-spacing: -.04em;
}

.talk-detail-head > p:last-child {
  color: var(--muted);
  line-height: 1.75;
}

.talk-timeline {
  border-top: 1px solid var(--line);
}

.talk-node {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 26px;
  padding: 30px 4px;
  border-bottom: 1px solid var(--line);
}

.talk-node > span {
  padding-top: 7px;
  color: var(--orange);
  font: 12px var(--mono);
}

.talk-node h4 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.35;
}

.talk-node-copy {
  max-width: 760px;
}

.talk-node-copy p,
.talk-node-copy li {
  margin: 0 0 12px;
  color: #393834;
  font-size: 16px;
  line-height: 1.85;
}

.talk-node-copy ul,
.talk-node-copy ol {
  padding-left: 22px;
}

.document-detail {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 20px;
  padding: 34px 4px;
  border-top: 1px solid var(--line);
}

.document-detail > span {
  color: var(--orange);
  font: 12px var(--mono);
  padding-top: 6px;
}

.document-detail .talk-node-copy h2,
.document-detail .talk-node-copy h3,
.document-detail .talk-node-copy h4,
.document-detail .talk-node-copy h5 {
  margin: 30px 0 14px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .night-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .night-section {
    padding: 54px 16px;
  }

  .night-heading {
    display: block;
  }

  .night-heading h2 {
    font-size: 42px;
  }

  .night-heading > span {
    display: none;
  }

  .night-grid {
    grid-template-columns: 1fr;
  }

  .night-card {
    min-height: 280px;
  }

  .editorial-chapter {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
    padding: 32px 0;
  }

  .chapter-copy h3 {
    font-size: 24px;
  }

  .chapter-copy p,
  .chapter-copy li {
    font-size: 16px;
    line-height: 1.8;
  }

  .talk-detail {
    margin-top: 60px;
  }

  .talk-detail-head h3 {
    font-size: 31px;
  }

  .talk-node {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
    padding: 26px 0;
  }

  .talk-node h4 {
    font-size: 20px;
  }

  .talk-node-copy p,
  .talk-node-copy li {
    font-size: 15px;
    line-height: 1.8;
  }

  .document-detail {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
  }
}
