/* Ritmo editorial y lista de práctica para la guía de fotografía callejera. */
.article-body h2,
.article-body h2:first-child {
  margin: 72px 0 22px;
}

.article-body h3 {
  color: var(--paper);
  font-family: Oxygen, Arial, sans-serif;
  font-size: clamp(22px, 2.1vw, 29px);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.15;
  margin: 0 0 12px;
}

.article-body blockquote {
  border-left: 1px solid var(--heading);
  color: var(--paper);
  font-family: Oxygen, Arial, sans-serif;
  font-size: clamp(21px, 2.1vw, 28px);
  font-weight: 300;
  letter-spacing: -.035em;
  line-height: 1.25;
  margin: 46px 0;
  padding: 4px 0 4px 22px;
}

.article-body a:not(.back) {
  border-bottom: 1px solid var(--heading);
  color: var(--paper);
  transition: border-color .2s, color .2s;
}

.article-body a:not(.back):hover {
  border-color: var(--soft);
  color: var(--soft);
}

.street-list {
  counter-reset: street-tip;
  list-style: none;
  margin: 42px 0 52px;
  padding: 0;
}

.street-list > li {
  border-top: 1px solid var(--line);
  counter-increment: street-tip;
  margin: 0;
  padding: 27px 0 25px 64px;
  position: relative;
}

.street-list > li:last-child {
  border-bottom: 1px solid var(--line);
}

.street-list > li::before {
  color: var(--heading);
  content: counter(street-tip, decimal-leading-zero);
  font-size: 11px;
  left: 0;
  letter-spacing: .12em;
  position: absolute;
  top: 33px;
}

.street-list p {
  margin-bottom: 0;
}

.reference-list {
  border-top: 1px solid var(--line);
  margin: 38px 0 44px;
}

.reference-list article {
  border-bottom: 1px solid var(--line);
  padding: 21px 0 22px;
}

.reference-list h3 {
  margin-bottom: 9px;
}

.reference-list p {
  color: #d1cbc2;
  font-size: 15px;
  line-height: 1.68;
  margin: 0;
}

.portfolio-callout {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin: 46px 0 0;
  padding: 19px 0 20px;
}

.portfolio-callout span {
  color: var(--soft);
  display: block;
  font-size: 10px;
  letter-spacing: .13em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.portfolio-callout p {
  color: var(--paper);
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 760px) {
  .article-body h2,
  .article-body h2:first-child {
    margin-top: 56px;
  }

  .article-body blockquote {
    margin: 38px 0;
  }

  .street-list > li {
    padding-left: 50px;
  }
}
