/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Etc.
--------------------------------------------------------------*/
/* stylelint-disable declaration-no-important */
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Etc.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Article Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Etc
--------------------------------------------------------------*/
/* SHARED STYLES WITH LANDING PAGE */
.page--article {
  --white: #262626;
  --black: #EEE;
  --charcoal: #DDD;
  --basalt: #DDD;
  --ash: #CACACA;
  --pumice: #555555;
  --body: var(--white);
  --primary: var(--dmb);
  --accent: var(--pumice);
  --mast-color: var(--black);
  --mast-accent: var(--black);
  color: var(--black);
  background-color: #262626;
}
.page--article .masthead-eyebrow {
  display: none;
}
.page--article, .page--article a, .page--article a:hover {
  color: white;
}
.palette-10 .page--article, .page--article .palette-10 {
  --primary: #B0C6FF;
}
.palette-20 .page--article, .page--article .palette-20 {
  --primary: #78FFBB;
}
.palette-30 .page--article, .page--article .palette-30 {
  --primary: #87FFE2;
}
.palette-40 .page--article, .page--article .palette-40 {
  --primary: #E496FF;
}
.palette-50 .page--article, .page--article .palette-50 {
  --primary: #FF9CE0;
}
.palette-60 .page--article, .page--article .palette-60 {
  --primary: #FFB886;
}
.palette-70 .page--article, .page--article .palette-70 {
  --primary: #FF8C85;
}
.page--article .progress-bar, .page--article.mast-ahoy .masthead, .page--article.show-nav .masthead,
.page--article .post-header__text__section,
.page--article .post-image-credit,
.page--article .post-content > p .endmark__background,
.page--article .post-footer,
.page--article .post + .post .post-subheader__meta-dateline {
  display: none;
}
.page--article .post.loading-next {
  margin-bottom: 100vh;
}

.nav__background {
  background-color: black;
}

.internet-cafes__nav {
  position: relative;
  z-index: 200;
  transition: z-index 0s ease 450ms;
}
.internet-cafes__nav-header {
  position: fixed;
  background: var(--primary);
  width: 100%;
  height: 50px;
  top: -50px;
  border-bottom: 1px solid black;
  z-index: 10;
  transition: top 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.internet-cafes__nav-header__wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.show-nav .internet-cafes__nav-header {
  top: 0;
}
.internet-cafes__nav-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: black;
  font-size: 1.4rem;
  text-align: left;
  cursor: pointer;
}
.internet-cafes__nav-toggle .cafe {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.internet-cafes__nav-toggle svg {
  width: 15px;
  height: 8px;
  stroke: black;
  stroke-width: 3px;
  margin: 0 10px;
  transform: scaleX(0.8);
}
.internet-cafes__nav-menu {
  background-color: var(--primary);
  position: fixed;
  top: 50px;
  left: 0;
  width: 100vw;
  overflow-y: scroll;
  pointer-events: none;
  overflow-x: hidden;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1) 150ms;
}
.internet-cafes__nav-menu .internet-cafes__toc {
  position: relative;
  padding: 15px 0;
  margin: 0 20px;
  max-width: 500px;
  border-bottom: 3px solid var(--primary);
  opacity: 0;
  transition: opacity 150ms ease-in;
}
.internet-cafes__nav-social {
  display: none;
}
.internet-cafes__toc ul {
  margin: 0;
  padding: 0;
}
.internet-cafes__toc ul > li {
  position: relative;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1;
}
.internet-cafes__toc ul > li:last-child {
  margin-bottom: 0;
}
.internet-cafes__toc ul > li a {
  display: inline;
  color: black;
  font-size: 1.4rem;
  line-height: 1.2;
  border: none;
}
.internet-cafes__toc ul > li.selected a {
  background-color: white;
  pointer-events: none;
}
.internet-cafes__toc ul > li a:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
}
.internet-cafes.internet-cafes--nav-open {
  overflow: hidden;
}
.internet-cafes.internet-cafes--nav-open .nav__background {
  opacity: 0.4;
  pointer-events: all;
}
.internet-cafes.internet-cafes--nav-open .internet-cafes__nav-toggle svg {
  transform: rotate(180deg) scaleX(0.8);
}
.internet-cafes.internet-cafes--nav-open .internet-cafes__nav-menu {
  pointer-events: all;
  transform: scaleX(1);
  transition: transform 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.internet-cafes.internet-cafes--nav-open .internet-cafes__nav-menu .internet-cafes__toc {
  opacity: 1;
  transition: opacity 300ms ease-in 250ms;
}
.internet-cafes .post-content > p.has-drop-cap {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
}
.internet-cafes .post-content > p.has-drop-cap > span:first-child {
  font-family: "Moderat", sans-serif;
  text-align: left;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: transparent;
  -webkit-text-stroke-color: var(--primary);
  -webkit-text-stroke-width: 1px;
  background: none;
  font-size: 7.5rem;
  line-height: 4.5rem;
}
.internet-cafes .post-content p + h3 {
  padding-top: 10px;
}
.internet-cafes .post-content h3 {
  font-size: 2.5rem;
  text-align: center;
}
.internet-cafes .post-content h6 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 30px;
  color: var(--primary);
  font-family: "Input Mono", "SFMono-Regular", "Roboto Mono", "Lucida Console", Monaco, Courier, monospace;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .internet-cafes .post-content > p.has-drop-cap {
    font-size: 2.6rem;
  }
  .internet-cafes .post-content > p.has-drop-cap > span:first-child {
    font-size: 12.5rem;
    line-height: 8.5rem;
  }
  .internet-cafes .post-content h3 {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .internet-cafes .internet-cafes__nav-header {
    transition: top 1s cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
  }
  .internet-cafes .internet-cafes__nav-toggle {
    width: 400px;
    pointer-events: all;
  }
  .internet-cafes .internet-cafes__nav-menu {
    width: 400px;
  }
  .internet-cafes .internet-cafes__nav-social {
    display: flex;
    align-items: center;
    padding: 0 15px;
    color: black;
  }
  .internet-cafes .internet-cafes__nav-social span {
    font-family: "Input Mono", "SFMono-Regular", "Roboto Mono", "Lucida Console", Monaco, Courier, monospace;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin-right: 5px;
    margin-top: 2px;
  }
  .internet-cafes .internet-cafes__nav-social div {
    display: flex;
    align-items: center;
  }
  .internet-cafes .internet-cafes__nav-social div > a {
    background-color: transparent;
    width: 28px;
    height: 28px;
    margin: 7px 4px;
    padding: 4px;
    border: 1px solid black;
    border-radius: 50%;
    pointer-events: all;
    transition: background-color 150ms ease-out;
  }
  .internet-cafes .internet-cafes__nav-social div > a:hover {
    background-color: black;
  }
  .internet-cafes .internet-cafes__nav-social div > a:hover svg {
    fill: var(--primary);
  }
  .internet-cafes .internet-cafes__nav-social div svg {
    fill: black;
    padding: 2px;
  }
}
@media (min-width: 1320px) {
  .internet-cafes .internet-cafes__nav-header, .internet-cafes .internet-cafes__nav-menu {
    left: 0;
  }
}

/* SINGLE-CAFE ARTICLE STYLES */
.post--regular .post-header {
  display: flex;
  flex-direction: column;
  width: calc(100vw - 40px);
  margin: 0 20px;
  max-width: 1200px;
}
.post--regular .post-header__text {
  order: 1;
  margin: 0;
}
.post--regular .post-header__text__cafe {
  text-align: right;
  font-family: "Moderat", sans-serif;
  font-size: 5.5rem;
  z-index: 10;
  color: transparent;
  -webkit-text-stroke: 1px var(--primary);
  line-height: 1.2;
  margin-bottom: -2rem;
  margin-right: 5px;
}
.post--regular .post-header__text__title {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: bold;
  color: var(--primary);
  max-width: none !important;
  margin: 20px 0 15px;
}
.post--regular .post-header__text__dek {
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100vw - 40px);
  font-family: "Moderat", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .post--regular .post-header__text__dek {
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1140px) {
  .post--regular .post-header__text__dek {
    max-width: calc(100vw - 540px);
  }
}
.post--regular .post-header__text .post-header__text__section + .post-header__text__title {
  margin-top: 32px;
}
.post--regular .post-header__image {
  min-height: 52vw;
  width: 100%;
}
.post--regular .post-subheader {
  padding-top: 0;
}
.post--regular .post-subheader__byline {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.post--regular .post-subheader__byline a {
  letter-spacing: 1px;
  border-bottom: 1px solid;
}
.post--regular .post-content p:last-of-type {
  margin-bottom: 40px;
}
.post--regular .post-content .gallery,
.post--regular .post-content .image--fullwidth {
  margin: 0 auto 50px;
  overflow: visible;
}
.post--regular .post-content .gallery.bump-up,
.post--regular .post-content .image--fullwidth.bump-up {
  margin-top: -70px;
}
.post--regular .post-content .image {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.post--regular .post-content .image.invisible {
  opacity: 0;
}
.post--regular .post-content .gallery {
  background-color: transparent;
}
.post--regular .post-content .gallery .gallery__images {
  display: block;
  white-space: normal;
  padding: 0;
  overflow: visible;
}
.post--regular .post-content .gallery .gallery__images-wrapper::before, .post--regular .post-content .gallery .gallery__images-wrapper::after {
  display: none;
}
.post--regular .post-content .gallery .gallery__image {
  width: 100%;
  margin: 0;
}
.post--regular .post-content .gallery .gallery__image:last-child::after {
  display: none;
}
.post--regular .post-content .gallery .gallery__image img {
  width: 100% !important;
  height: auto !important;
}
.post--regular .post-content .gallery .gallery__image .figcaption__caption {
  display: inline;
}
.post--regular .post-content .gallery__caption,
.post--regular .post-content .image .figcaption {
  position: relative;
  line-height: 1.3;
  z-index: 2;
}
.post--regular .post-content .gallery__caption span,
.post--regular .post-content .image .figcaption span {
  color: black;
  background-color: var(--primary);
  padding: 3px 0;
}
.post--regular .image--fullwidth {
  max-width: 1320px;
}
.post--regular .image--fullwidth .figcaption {
  margin-top: 0;
  transform: translateY(-50%);
}
.post--regular .gallery--double .figcaption {
  margin: 0 20px;
  transform: translateY(-50%);
}
.post--regular .gallery--double .gallery__caption {
  margin-top: -10px;
}
.post--regular .gallery--double.staggered-layout .gallery__image {
  margin-bottom: 0;
}
.post--regular .gallery--double.staggered-layout .gallery__image .image {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(3, min-content);
}
.post--regular .gallery--double.staggered-layout .gallery__image .image__container {
  grid-row: 1/span 3;
}
.post--regular .gallery--double.staggered-layout .gallery__image .figcaption {
  grid-row: 2;
}
.post--regular .gallery--double.staggered-layout .gallery__image:nth-child(1) {
  z-index: 1;
}
.post--regular .gallery--double.staggered-layout .gallery__image:nth-child(1) .image__container {
  grid-column: 1/span 6;
}
.post--regular .gallery--double.staggered-layout .gallery__image:nth-child(1) .figcaption {
  grid-column: 7/span 4;
  margin: 0 20px 0 -20px;
  transform: translateY(-4vw);
}
.post--regular .gallery--double.staggered-layout .gallery__image:nth-child(2) {
  margin-top: -8vw;
}
.post--regular .gallery--double.staggered-layout .gallery__image:nth-child(2) .image__container {
  grid-column: 5/span 6;
}
.post--regular .gallery--double.staggered-layout .gallery__image:nth-child(2) .figcaption {
  grid-column: 1/span 4;
  margin: 0 -40px 0 20px;
  transform: translateY(4vw);
}
.post--regular .gallery--double.staggered-layout .gallery__caption {
  margin-top: -10px;
}
.post--regular .gallery--three .gallery__image .image {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.post--regular .gallery--three .gallery__image:nth-child(1) .image__container,
.post--regular .gallery--three .gallery__image:nth-child(1) .figcaption, .post--regular .gallery--three .gallery__image:nth-child(3) .image__container,
.post--regular .gallery--three .gallery__image:nth-child(3) .figcaption {
  grid-column: 1/span 3;
}
.post--regular .gallery--three .gallery__image:nth-child(1) .figcaption {
  grid-row: 1;
  margin: 0 20px 15px;
}
.post--regular .gallery--three .gallery__image:nth-child(2), .post--regular .gallery--three .gallery__image:nth-child(3) {
  margin-top: -13.33vw;
}
.post--regular .gallery--three .gallery__image:nth-child(2) .image__container {
  grid-column: 3/span 3;
}
.post--regular .gallery--three .gallery__image:nth-child(2) .figcaption {
  position: absolute;
  width: 40vw;
  top: 0;
  right: 20px;
  margin: 0;
  transform: translateY(calc(-100% + 20px));
}
.post--regular .gallery--three .gallery__image:nth-child(3) .figcaption {
  margin: 15px 20px 0;
}
.post--regular .gallery--three .gallery__caption {
  margin-top: -20px;
}
.post--regular .gallery--four .gallery__image .image {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.post--regular .gallery--four .gallery__image:nth-child(1) .image__container,
.post--regular .gallery--four .gallery__image:nth-child(1) .figcaption, .post--regular .gallery--four .gallery__image:nth-child(3) .image__container,
.post--regular .gallery--four .gallery__image:nth-child(3) .figcaption {
  grid-column: 1/span 5;
}
.post--regular .gallery--four .gallery__image:nth-child(2) .image__container,
.post--regular .gallery--four .gallery__image:nth-child(2) .figcaption, .post--regular .gallery--four .gallery__image:nth-child(4) .image__container,
.post--regular .gallery--four .gallery__image:nth-child(4) .figcaption {
  grid-column: 5/span 5;
}
.post--regular .gallery--four .gallery__image:nth-child(1) .figcaption, .post--regular .gallery--four .gallery__image:nth-child(2) .figcaption {
  margin: 0 20px 15px;
}
.post--regular .gallery--four .gallery__image:nth-child(3) .figcaption, .post--regular .gallery--four .gallery__image:nth-child(4) .figcaption {
  margin: 15px 20px 0;
}
.post--regular .gallery--four .gallery__image:nth-child(1) .figcaption {
  grid-row: 1;
}
.post--regular .gallery--four .gallery__image:nth-child(2) {
  margin-top: -66.66vw;
}
.post--regular .gallery--four .gallery__image:nth-child(2) .figcaption {
  position: absolute;
  width: 33.33vw;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 15px));
}
.post--regular .gallery--four .gallery__image:nth-child(3) {
  margin-top: -16.66vw;
}
.post--regular .gallery--four .gallery__image:nth-child(3) .figcaption {
  position: absolute;
  width: 33.33vw;
  bottom: 0;
  transform: translateY(calc(100% + 15px));
}
.post--regular .gallery--four .gallery__image:nth-child(4) {
  margin-top: -66.66vw;
}
.post--regular .gallery--four .gallery__caption {
  margin-top: -20px;
}
@media (min-width: 640px) {
  .post--regular .post-header__text__title {
    text-align: center;
  }
  .post--regular .post-header__text__title {
    font-size: 6rem;
  }
  .post--regular .post-header {
    margin: auto;
  }
  .post--regular .post-header__text {
    max-width: 600px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .post--regular .post-header__text__cafe {
    font-size: 8rem;
    margin-right: 50px;
    margin-bottom: -5rem;
  }
  .post--regular .post-header__text__title {
    font-size: 6rem;
    margin-bottom: 30px;
  }
  .post--regular .post-header__text__dek {
    text-align: center;
    max-width: none;
  }
  .post--regular .post-header__text .post-header__text__section + .post-header__text__title {
    margin-top: 47px;
  }
  .post--regular .post-content p:last-of-type {
    margin-bottom: 60px;
  }
  .post--regular .post-content .gallery,
  .post--regular .post-content .image--fullwidth {
    margin-bottom: 100px;
  }
  .post--regular .image.image--fullwidth {
    position: relative;
  }
  .post--regular .image.image--fullwidth .figcaption {
    position: absolute;
    bottom: 40px;
    right: 20px;
    max-width: 200px;
    transform: none;
  }
  .post--regular .gallery--double:not(.staggered-layout) .gallery__images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .post--regular .gallery--double:not(.staggered-layout) .gallery__images .figcaption {
    margin: 20px 0 0;
    transform: none;
  }
  .post--regular .gallery--double:not(.staggered-layout) .gallery__caption {
    margin-top: -25px;
  }
}
@media (min-width: 840px) {
  .post--regular .post-header__text {
    max-width: unset;
    margin: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .post--regular .post-content .gallery,
  .post--regular .post-content .image--fullwidth {
    margin-bottom: 160px;
  }
  .post--regular .gallery.gallery--three .gallery__image .image {
    grid-template-rows: repeat(3, min-content);
  }
  .post--regular .gallery.gallery--three .gallery__image .image__container {
    grid-row: 1/span 3;
  }
  .post--regular .gallery.gallery--three .gallery__image .figcaption {
    grid-row: 2;
  }
  .post--regular .gallery.gallery--three .gallery__image:nth-child(1) .figcaption, .post--regular .gallery.gallery--three .gallery__image:nth-child(3) .figcaption {
    grid-column: 4/span 2;
    margin: 0 20px 0 -20px;
  }
  .post--regular .gallery.gallery--three .gallery__image:nth-child(1) .figcaption {
    transform: translateY(-6.66vw);
  }
  .post--regular .gallery.gallery--three .gallery__image:nth-child(2) .figcaption {
    grid-column: 1/span 2;
    position: relative;
    width: auto;
    left: auto;
    right: auto;
    margin: 0 -40px 0 20px;
  }
  .post--regular .gallery.gallery--three .gallery__image:nth-child(3) .figcaption {
    transform: translateY(6.66vw);
  }
  .post--regular .gallery.gallery--three .gallery__caption {
    margin-top: -5px;
  }
  .post--regular .gallery.gallery--four .gallery__images {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image {
    grid-row: 1;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(1) {
    grid-column: 1/span 5;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(2) {
    grid-column: 5/span 5;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(3) {
    grid-column: 9/span 5;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(4) {
    grid-column: 13/span 5;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(1), .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(3) {
    margin-top: 0;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(1) .figcaption, .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(3) .figcaption {
    grid-row: 1;
    margin: 0 0 20px;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(2), .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(4) {
    margin-top: 11vw;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(2) .figcaption, .post--regular .gallery.gallery--four .gallery__images .gallery__image:nth-child(4) .figcaption {
    margin: 20px 0 0;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image .image {
    grid-template-columns: 1fr;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image .image .image__container,
  .post--regular .gallery.gallery--four .gallery__images .gallery__image .image .figcaption {
    grid-column: 1;
  }
  .post--regular .gallery.gallery--four .gallery__images .gallery__image .figcaption {
    position: relative;
    transform: none;
    width: auto;
  }
  .post--regular .gallery.gallery--four .gallery__caption {
    margin-top: -25px;
  }
}
@media (min-width: 1000px) {
  .post--regular .gallery--double.staggered-layout {
    max-width: 1000px;
  }
  .post--regular .gallery--double.staggered-layout .gallery__image:nth-child(1) .figcaption {
    transform: translateY(-40px);
  }
  .post--regular .gallery--double.staggered-layout .gallery__image:nth-child(2) {
    margin-top: -80px;
  }
  .post--regular .gallery--double.staggered-layout .gallery__image:nth-child(2) .figcaption {
    transform: translateY(40px);
  }
  .post--regular .gallery--three {
    max-width: 1000px;
  }
  .post--regular .gallery--three .gallery__image:nth-child(2), .post--regular .gallery--three .gallery__image:nth-child(3) {
    margin-top: -133px;
  }
  .post--regular .gallery--three .gallery__image:nth-child(1) .image .figcaption {
    transform: translateY(-66.6px);
  }
  .post--regular .gallery--three .gallery__image:nth-child(3) .image .figcaption {
    transform: translateY(66.6px);
  }
}
@media (min-width: 1190px) {
  .post--regular .gallery--double {
    max-width: 1190px;
  }
  .post--regular .gallery--four {
    max-width: 1190px;
  }
  .post--regular .gallery--four .gallery__image:nth-child(2) {
    margin-top: -793px;
  }
  .post--regular .gallery--four .gallery__image:nth-child(2) .figcaption {
    width: 397px;
  }
  .post--regular .gallery--four .gallery__image:nth-child(3) {
    margin-top: -198px;
  }
  .post--regular .gallery--four .gallery__image:nth-child(3) .figcaption {
    width: 397px;
  }
  .post--regular .gallery--four .gallery__image:nth-child(4) {
    margin-top: -793px;
  }
}
@media (min-width: 1200px) {
  .post--regular .post-header__image {
    min-height: 675px;
  }
}
.post--regular:last-of-type .post-footer {
  display: block;
}
.post--regular:last-of-type .post-footer .post-footer__authors {
  display: none;
}

/* stylelint-enable */
.page--article .masthead-navigation__cta .button {
  background-color: white;
  color: var(--body);
  border: 1px solid white;
}
.page--article .post--full .post-header__text {
  font-family: "Moderat", sans-serif;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 40px);
  height: 100%;
  max-width: none;
  margin: 0 20px;
  padding-top: 45%;
}
.page--article .post--full .post-header__text::before {
  display: none;
}
.page--article .post--full .post-header__text__title {
  display: flex;
  flex-direction: column;
  font-size: 7rem;
  line-height: 6.5rem;
  text-transform: lowercase;
  /* stylelint-disable-next-line declaration-no-important */
  max-width: 500px !important;
}
.page--article .post--full .post-header__text__title .prefix {
  font-family: "Input Mono", "SFMono-Regular", "Roboto Mono", "Lucida Console", Monaco, Courier, monospace;
  font-size: 1.6rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.page--article .post--full .post-header__text__dek {
  display: none;
}
.page--article .post--full .post-header__image img,
.page--article .post--full .post-header__image .internet-cafes__header-text {
  visibility: hidden;
}
@media (min-width: 400px) {
  .page--article .post--full .post-header__text {
    padding-top: 42%;
  }
  .page--article .post--full .post-header__text__title {
    font-size: 9rem;
    line-height: 8rem;
  }
}
@media (min-width: 768px) {
  .page--article .post--full .post-header__text {
    padding-top: 18%;
  }
  .page--article .post--full .post-header__text__title {
    font-size: 13rem;
    line-height: 11rem;
    /* stylelint-disable-next-line declaration-no-important */
    max-width: 500px !important;
  }
  .page--article .post--full .post-header__text__title .prefix {
    font-size: 2.7rem;
  }
}
@media (min-width: 1200px) {
  .page--article .post--full .post-header__text {
    padding-top: 15%;
  }
  .page--article .post--full .post-header__text__title {
    font-size: 16rem;
    line-height: 14.4rem;
    /* stylelint-disable-next-line declaration-no-important */
    max-width: 1000px !important;
  }
}

.page--article.internet-cafes .post--full {
  /* HEADER */
  /* INTRO */
}
.page--article.internet-cafes .post--full .post-header {
  height: -moz-max-content;
  height: max-content;
  z-index: 0;
  overflow: hidden;
}
.page--article.internet-cafes .post--full .post-header__image {
  z-index: -1;
}
.page--article.internet-cafes .post--full .post-header__image .image__container {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 0;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  pointer-events: none;
  overflow: visible;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text {
  color: transparent;
  font-size: 4rem;
  -webkit-text-stroke: 1px var(--secondary-light);
  visibility: visible;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image,
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text {
  filter: blur(1.5rem);
  opacity: 0;
  transition: opacity 0.5s ease, filter 0.5s ease;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image img,
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text img {
  position: relative;
  visibility: visible;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(1),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(1) {
  grid-column: 2/span 5;
  z-index: -1;
  border: 1px solid #E496FF;
  transition-delay: 0.15s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(2),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(2) {
  grid-row: 3;
  grid-column: 8/span 4;
  margin-left: -35px;
  margin-top: 130%;
  border: 1px solid #87FFE2;
  transition-delay: 0.25s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(3),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(3) {
  grid-column: 3/span 2;
  margin-top: -70%;
  z-index: 1;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(4),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(4) {
  grid-column: 7/span 5;
  grid-row: 1;
  margin-top: 50%;
  margin-left: -25px;
  border: 1px solid #E496FF;
  transition-delay: 0.37s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(5),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(5) {
  grid-column: 1/span 5;
  margin-top: 130%;
  border: 1px solid #87FFE2;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(6),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(6) {
  grid-column: 5/span 3;
  grid-row: 4;
  margin-top: -620%;
  z-index: 1;
  transition-delay: 0.2s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(7),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(7) {
  grid-column: 6/span 7;
  grid-row: 4;
  margin-top: -5%;
  margin-left: -30px;
  border: 1px solid #FFB886;
  transition-delay: 0.45s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(8),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(8) {
  display: none;
  border: 1px solid #FFB886;
  transition-delay: 0.18s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(9),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(9) {
  grid-column: 3/span 3;
  margin-top: -80%;
  padding-left: 25px;
  z-index: 1;
  transition-delay: 0.7s;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(10),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(10) {
  display: none;
  border: 1px solid #FF9CE0;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(11),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(11) {
  grid-column: 1/span 5;
  margin-top: 15px;
  z-index: -1;
  border: 1px solid #FF9CE0;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(12),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(12) {
  grid-column: 2/span 3;
  margin-top: -15%;
  z-index: 1;
  text-align: center;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(13),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(13) {
  display: none;
  z-index: -1;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(13) img,
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(13) img {
  border: 1px solid #FF8C85;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(14),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(14) {
  grid-column: 8/span 4;
  margin-top: -100%;
  margin-left: -20%;
  border: 1px solid #FF8C85;
  z-index: 1;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(15),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(15) {
  grid-column: 8/span 3;
  grid-row: 7;
  margin-top: -250%;
  z-index: 1;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(16),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(16) {
  grid-column: 7/span 5;
  padding-left: 15%;
  align-self: flex-end;
  grid-row: 11;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(16) img,
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(16) img {
  border: 1px solid #78FFBB;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(17),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(17) {
  grid-column: 2/span 6;
  margin-top: -20%;
  z-index: 1;
  border: 1px solid #78FFBB;
}
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(18),
.page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(18) {
  grid-column: 5/span 6;
  grid-row: 10;
  margin-top: -10%;
  z-index: 1;
}
.page--article.internet-cafes .post--full .post-subheader {
  padding-top: 0;
}
.page--article.internet-cafes .post--full .post-subheader, .page--article.internet-cafes .post--full .post-subheader a {
  color: white;
}
.page--article.internet-cafes .post--full .post-subheader::before, .page--article.internet-cafes .post--full .post-subheader__byline {
  display: none;
}
.page--article.internet-cafes .post--full .post-subheader__meta {
  font-size: 1.2rem;
  padding-bottom: 0;
}
@media (min-width: 400px) {
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(2),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(2) {
    margin-top: 85%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(5),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(5) {
    margin-top: 100%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(6),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(6) {
    margin-top: -590%;
  }
}
@media (min-width: 600px) {
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(2) {
    margin-top: 50%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(5) {
    margin-top: 80%;
  }
}
@media (min-width: 768px) {
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper {
    grid-template-columns: repeat(24, 1fr);
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text {
    font-size: 6rem;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(1),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(1) {
    grid-column: 9/span 6;
    align-self: flex-start;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(2),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(2) {
    grid-column: 1/span 5;
    grid-row: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(3),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(3) {
    grid-column: 16/span 3;
    margin-top: -200%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(4),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(4) {
    grid-row: auto;
    grid-column: 19/span 6;
    margin-top: -30%;
    margin-left: 0;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(5),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(5) {
    grid-column: 5/span 4;
    margin-top: 235px;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(6),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(6) {
    grid-column: 2/span 5;
    margin-top: -260%;
    grid-row: auto;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(7),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(7) {
    grid-column: 13/span 6;
    grid-row: auto;
    margin-top: -50%;
    margin-left: 0;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(8),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(8) {
    display: inherit;
    grid-column: 19/span 4;
    margin-top: -250%;
    margin-left: -40px;
    z-index: -1;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(9),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(9) {
    grid-column: 10/span 3;
    margin-top: -140%;
    margin-left: 35px;
    padding-left: 0;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(10),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(10) {
    display: inherit;
    grid-column: 1/span 4;
    align-self: flex-start;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(11),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(11) {
    grid-column: 5/span 5;
    margin-top: -20%;
    margin-left: -20%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(12),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(12) {
    grid-column: 10/span 6;
    margin-top: -85%;
    margin-left: -150%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(13),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(13) {
    display: inherit;
    grid-column: 16/span 4;
    margin-top: -40%;
    margin-left: -90%;
    padding-right: 50%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(14),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(14) {
    grid-column: 20/span 5;
    margin-top: 8%;
    margin-left: -15%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(15),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(15) {
    grid-column: 16/span 5;
    margin-top: -160%;
    grid-row: auto;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(16),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(16) {
    grid-column: 2/span 5;
    grid-row: auto;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(17),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(17) {
    grid-column: 11/span 7;
    margin-top: -40%;
    margin-bottom: 10%;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(18),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(18) {
    grid-column: 7/span 7;
    grid-row: auto;
    margin-top: -80%;
    margin-left: -10%;
  }
  .page--article.internet-cafes .post--full .post-subheader__meta {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .page--article.internet-cafes .post--full .post-header__text {
    padding-top: 15%;
  }
  .page--article.internet-cafes .post--full .post-header__text__title {
    font-size: 16rem;
    line-height: 14.4rem;
    /* stylelint-disable-next-line declaration-no-important */
    max-width: 1000px !important;
  }
  .page--article.internet-cafes .post--full .post-header__text__title .prefix {
    font-size: 2.7rem;
  }
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-image:nth-child(5),
  .page--article.internet-cafes .post--full .post-header__image .image__container .image__wrapper .internet-cafes__header-text:nth-child(5) {
    margin-top: 80px;
  }
}
.page--article.internet-cafes .post--full .post-content > p.has-drop-cap {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1.4;
}
.page--article.internet-cafes .post--full .post-content > p.has-drop-cap span:first-child {
  font-family: "Moderat", sans-serif;
  text-align: left;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: transparent;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px;
  background: none;
  font-size: 10.5rem;
  line-height: 7.5rem;
}
@media (min-width: 768px) {
  .page--article.internet-cafes .post--full .post-content > p.has-drop-cap span:first-child {
    font-size: 13.6rem;
    line-height: 9.5rem;
  }
}

/* LAZY-LOADED ARTICLES */
.article--full .post--regular .post-header__text::before,
.article--full .post--regular .post-subheader::before {
  display: none;
}
.article--full .post--regular .post-header {
  height: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  width: calc(100vw - 40px);
  max-width: 1200px;
}
.article--full .post--regular .post-header__text {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  order: 1;
}
.article--full .post--regular .post-header__image {
  padding-bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  height: 100%;
}
.article--full .post--regular .post-header__image.image {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
}
.article--full .post--regular .post-header__image .image__container {
  position: relative;
  overflow: hidden;
  height: auto;
  padding-bottom: 0;
}
.article--full .post--regular .post-header__image .image__container .image__wrapper {
  overflow: visible;
}
.article--full .post--regular .post-subheader {
  padding-top: 40px;
  margin-top: 30px;
  border-top: 3px solid var(--primary);
}
.article--full .post--regular .post-subheader__meta {
  display: none;
}
.article--full .post--regular .post-content .image {
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.article--full .post--regular .post-content .image.invisible {
  opacity: 0;
}