.section--intro {
  user-select: none;

  /*https://stackoverflow.com/questions/37112218/css3-100vh-not-constant-in-mobile-browser*/
  min-height: calc(100vh - calc(100vh - 100%))
}
@media only screen and (min-width: 650px) {
  .section--intro {
    height: 100vh;
  }
}

.section__wrapper--intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a2a1a3;
  padding: 2rem 2rem 4rem 2rem;

  min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  min-height: calc(var(--vh, 1vh) * 100);
}
@media only screen and (min-width: 650px) {
  .section__wrapper--intro {
    padding: 0;
    display: grid !important;

   grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-areas:
                        ". . . . . . . ."
                        ". a a a a a a ."
                        ". . . . . . . .";
  }
}
@media only screen and (min-width: 860px) {
  .section__wrapper--intro {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
                        ". . . . . . . ."
                        ". a a a a a a ."
                        ". a a a a a a ."
                        ". a a a a a a ."
                        ". a a a a a a ."
                        ". . . . . . . .";
  }
}
@media only screen and (min-width: 1030px) {
  .section__wrapper--intro {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
                        ". . . . . . . . . . . ."
                        ". . a a a a a a a a . ."
                        ". . a a a a a a a a . ."
                        ". . a a a a a a a a . ."
                        ". . a a a a a a a a . ."
                        ". . . . . . . . . . . .";
  }
}
@media only screen and (min-width: 1600px) {
  .section__wrapper--intro {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-areas:
                          ". . . ."
                          ". a a ."
                          ". . . .";
  }
}

.section__content--intro {
  width: auto !important;
  height: auto !important;
  min-height: 100%;
  align-items: center;
}

.intro__image-wrapper {
  z-index: 30;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}

.intro__image {
  z-index: 4000;
  position: fixed;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 50% 0px
  visibility: hidden
  transform: matrix(1, 0, 0, 1, 0, 0)
}

.section__content--intro {
  z-index: 3;
  color: var(--palette-calypso);
  line-height: 1.15;
}
@media only screen and (min-width: 650px) {
  .section__content--intro {
    grid-area: a;
    align-self: center;
  }
}

.section__content--intro span,
a {
  color: #e0e0ed;
  line-height: 1.5;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
}

@media only screen and (min-width: 400px) {
  .section__content--intro span,
  a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 480px) {
  .section__content--intro span,
  a {
    /*font-size: 1.2rem;*/
  }
}
@media only screen and (min-width: 650px) {
  .section__content--intro span,
  a {
    /*font-size: 1.2rem;*/
  }
}
@media only screen and (min-width: 860px) {
  .section__content--intro span,
  a {
    /*font-size: 1.3rem;*/
  }
}
@media only screen and (min-width: 1030px) {
  .section__content--intro span,
  a {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  .section__content--intro span,
  a {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1600px) {
  .section__content--intro span,
  a {
    font-size: 2rem;
    line-height: 1.6;
  }
}

.intro__text span,
.intro__text a { visibility: hidden; opacity: 0; }

.intro__text {
  top: calc(var(--nav-height) / 2);
  position: relative;
  font-family: "Balthazar", serif;
  /*color: white;*/
  text-align: center;
}
@media only screen and (min-width: 650px) {
  .intro__text {
    margin: 0;
  }
}

.intro__link {
  display: inline-block;
  position: relative;
  z-index: 1;
  visibility: inherit;
  margin: 0 0.1rem;
  color: black;
  opacity: 1;
  font-family: "Balthazar", serif;
  letter-spacing: 0.01rem;
  line-height: 1;
  /*border-bottom-width: 4px;*/
  /*border-bottom-style: solid;*/
  transition: text-decoration padding opacity background-color border color, 0.3s ease-in-out;
  border-bottom-color: #464866;
}
@media only screen and (min-width: 650px) {
  .intro__link {
    padding: 0.2rem 0.5rem;
    white-space: nowrap;
  }
}

.intro__link:nth-of-type(5n + 1) {
  border-bottom-color: var(--palette-gray-green);
}

.intro__link:nth-of-type(5n + 2) {
  border-bottom-color: var(--palette-olive);
}

.intro__link:nth-of-type(5n + 3) {
  border-bottom-color: var(--palette-navy);
}

/*.intro__link:nth-of-type(5n + 4) {
  border-bottom-color: var(--palette-gray-green);
}*/

/*.intro__link:nth-of-type(5n + 5) {
  border-bottom-color: var(--palette-light-yellow-2);*/
/*}*/

.intro__link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.bg__diags--intro {
  z-index: 11;
  left: 160px;
  bottom: -5rem;
  width: 100%;
  height: 13rem;
  pointer-events: none;
}

.arrow--intro {
  display: none;
}
@media only screen and (min-width: 650px) {
  .arrow--intro {
    display: block;
    position: absolute;
    z-index: 5;
    opacity: 1;
    bottom: 2rem;

    position: absolute;
    left: 50%;

    transform: rotate(0);
    transition: opacity 0.16s ease-in-out;
  }
}

.arrow--intro svg { transform: scale(1.5); }
.arrow--intro svg path { fill: var(--palette-navy); }

.arrow--intro:hover {
    opacity: 0.9;
}

.cloned-word {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1111111111111111;
  background: white;
  color: black;
}