blockquote {
  width: 653px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

@media only screen and (max-width: 1068px) {
  blockquote {
    width: 576px;
  }
}

@media only screen and (max-width: 734px) {
  blockquote {
    width: 87.5%;
    max-width: 414px;
    font-size: 1.6em;
  }
}

h1.pagebody-header {
  font-size: 1.5em;
}

h2.pagebody-header {
  font-size: 1.4em;
}

h3.pagebody-header {
  font-size: 1.3em;
}

h4.pagebody-header {
  font-size: 1.2em;
}

h5.pagebody-header {
  font-size: 1.1em;
}

h6.pagebody-header {
  font-size: 1em;
}

.code pre {
  border-radius: 0;
}

code {
  margin: 0 0 0 0.2em;
  line-height: 1.8em;
}

.pagination-ctrl {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 734px) {
  .pagination-ctrl {
    margin-top: 13px;
    margin-bottom: 45px;
  }
}

.pagination-ctrl__content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 22px;
  max-width: 330px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 734px) {
  .pagination-ctrl__content {
    padding: 0 16px;
    max-width: 314px;
  }
}

.pagination-ctrl__btn {
  display: block;
  background-color: #06c;
  border-radius: 100%;
  font-size: 36px;
  height: 1em;
  line-height: 1em;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 1em;
}

.pagination-ctrl__btn.hide {
  display: none;
}

@media (hover: hover) {
  .pagination-ctrl__btn:hover {
    background-color: #1d1d1f;
    text-decoration: none;
  }
}

.pagination-ctrl__btn[data-focus-method="key"] {
  background-color: #1d1d1f;
  text-decoration: none;
}

.pagination-ctrl__btn--disabled {
  background-color: #c4c4c4;
  pointer-events: none;
}

.pagination-ctrl__info {
  font-size: 17px;
  line-height: 1.47059;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  text-align: center;
  flex: 1 0 1px;
}

.pagination-ctrl__info__text {
  display: inline-block;
  vertical-align: middle;
}

.icon.icon-paginationleft {
  transform: scaleX(-1);
}

.results__content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

@media only screen and (min-width: 1441px) {
  .results__content {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
  }
}

@media only screen and (max-width: 1068px) {
  .results__content {
    margin-left: auto;
    margin-right: auto;
    width: 692px;
  }
}

@media only screen and (max-width: 734px) {
  .results__content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

.result:last-of-type {
  border-bottom: 1px solid #d2d2d7;
  padding-bottom: 32px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 1068px) {
  .result:last-of-type {
    padding-bottom: 24px;
    margin-bottom: 64px;
  }
}

@media only screen and (max-width: 734px) {
  .result:last-of-type {
    margin-bottom: 44px;
  }
}

.result__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.14286;
  font-weight: 700;
  letter-spacing: 0.007em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  margin-top: 52px;
}

@media only screen and (max-width: 1068px) {
  .result__title {
    font-size: 24px;
    line-height: 1.16667;
    font-weight: 700;
    letter-spacing: 0.009em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }

  .result__title:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
      "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .result__title {
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 700;
    letter-spacing: 0.011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}

@media only screen and (max-width: 1068px) {
  .result__title {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 734px) {
  .result__title {
    margin-top: 44px;
  }
}

.result__summary {
  color: #6e6e73;
  text-transform: lowercase;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  margin-top: 40px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1068px) {
  .result__summary {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 734px) {
  .result__summary {
    margin-top: 32px;
  }
}

.result__item {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  border-top: 1px solid #d2d2d7;
  align-items: center;
  padding: 32px 0;
}

@media only screen and (max-width: 1068px) {
  .result__item {
    padding: 24px 0;
  }
}

@media only screen and (max-width: 734px) {
  .result__item {
    align-items: flex-start;
  }
}

.result__item:last-of-type {
  padding-bottom: 0;
}

.result__item.row-anchor:hover {
  text-decoration: none;
}

.result__item .viewport-picture {
  align-self: flex-start;
  flex-shrink: 0;
  font-size: 0;
  width: 295px;
}

@media only screen and (max-width: 1068px) {
  .result__item .viewport-picture {
    width: 264px;
  }
}

@media only screen and (max-width: 734px) {
  .result__item .viewport-picture {
    width: 106px;
  }
}

.result__item .viewport-image {
  width: 100%;
  border-radius: 16px;
}

@media only screen and (max-width: 734px) {
  .result__item .viewport-image {
    border-radius: 7px;
  }
}

.item__content {
  margin-left: 32px;
}

@media only screen and (max-width: 1068px) {
  .item__content {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 734px) {
  .item__content {
    margin-left: 16px;
  }
}

.item__category {
  color: #6e6e73;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  text-transform: uppercase;
}

.item__headline {
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 700;
  letter-spacing: 0.009em;
  font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  margin-top: 8px;
}

@media only screen and (max-width: 1068px) {
  .item__headline {
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 700;
    letter-spacing: 0.011em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }

  .item__headline:lang(zh-CN) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC",
      "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .item__headline {
    font-size: 17px;
    line-height: 1.23536;
    font-weight: 700;
    letter-spacing: -0.022em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .item__headline {
    margin-top: 4px;
  }
}

.item__date {
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.42859;
  font-weight: 600;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  margin-top: 12px;
}

@media only screen and (max-width: 734px) {
  .item__date {
    font-size: 14px;
    line-height: 1.28577;
    font-weight: 600;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}

@media only screen and (max-width: 734px) {
  .item__date {
    margin-top: 8px;
  }
}

.tags-list a {
  color: var(--footer-link-color);
  padding: 5px 1rem;
  background: var(--footer-background);
  border-radius: 5px;
  margin-bottom: 1rem;
  display: inline-block;
  margin-right: 1rem;
}

#feature-head {
  color: white;
}

.featured {
  background-color: #161617;
  padding: 4em 0;
  min-height: 60%;
  align-content: center;
  overflow: hidden;
}

.featured-posts {
  display: flex;
  overflow-x: visible;
  scroll-snap-type: x mandatory;
  position: relative;
  aspect-ratio: 4 / 3;
  width: 100%;
}

.featured-nav-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}

.featured-nav {
  border: 1px solid white;
  font-size: 2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  color: white;
  text-align: center;
  cursor: pointer;
  margin: 0 10px;
  z-index: 2;
}

.featured-nav:hover {
  background-color: white;
  color: black;
}

.featured-post {
  flex: 0 0 100%;
  padding-right: 4em;
  filter: brightness(50%);
  transition: filter 1s ease;
  z-index: 1;
}

.featured-post.active {
  filter: brightness(100%);
  transition: filter 1s ease;
  z-index: 2;
}

.featured-posts {
  flex: 0 0 80%;
  padding-right: 0;
  transition: transform 0.8s cubic-bezier(1, 0, 0.5, 1);
}

.featured-post .featured-post-link {
  width: 100%;
  height: 100%;
}

.featured-post .featured-post-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.featured-post-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  border-radius: 20px;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0)
  );
}

.featured-post .featured-post-content {
  position: absolute;
  bottom: 40px;
  color: #fff;
  z-index: 2;
  padding: 0 30px;
}

.featured-post .featured-post-content .featured-post-title {
  font-size: 2rem;
  line-height: normal;
  margin: 0;
  color: white;
}

@media screen and (max-width: 480px) {
  .featured-post .featured-post-content .featured-post-title {
    font-size: 1.2rem;
  }
}

.featured-post .featured-post-content .featured-post-date {
  font-size: 1rem;
  margin-top: 10px;
}

.feature-top {
  display: flex;
  justify-content: space-between;
  flex-basis: auto;
}

.feature-top button {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #f5f5f7;
  border: 2px solid white;
  border-radius: 900px;
  padding: 0.2em 2em;
  margin: 1.5em;
}

.feature-top button:hover {
  background-color: #f5f5f7;
  color: #1d1d1f;
}

.parallax {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
}

.parallax__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.parallax__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  z-index: 2;
}

.parallax__overlay.darken + .parallax__background {
  opacity: 0.5;
}

.parallax__description {
  font-size: 1.3rem;
  color: white;
}

.parallax__content {
  height: 100%;
}

.parallax__wrapper {
  position: relative;
  height: 200vh;
  background-color: lightgray;
}
