.snap-hero-copy::after {
  content: "LOCAL\A KOREA";
  white-space: pre;
  line-height: .78;
  text-align: right;
}


/* Move KOREA right so it stays visible beside the headline. */
.snap-hero-copy::after {
  content: "LOCAL";
  white-space: nowrap;
  line-height: 1;
}

.snap-hero-copy::before {
  content: "KOREA";
  position: absolute;
  right: -360px;
  top: 38px;
  color: rgba(62, 132, 82, .045);
  font: 900 154px/1 var(--sans);
  letter-spacing: -.08em;
  white-space: nowrap;
  pointer-events: none;
}
