body {
  margin: 0;
  height: 200vh;
  font-family: "Work Sans", monospace;
  line-height: 1.5em;
  font-size: 36px;
}
#s1 {
  transition: top 0.1s;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  color: white;
  background-color: black;
  display: flex;
}
#s1 img {
  object-position: bottom;
  object-fit: cover;
  opacity: 0.6;
}
h1 {
  font-size: 84px;
  font-weight: normal;
  line-height: 78px;
}
h2 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 300;
  color: #444;
  line-height: 1.5em;
}
h3 {
  font-size: 52px;
}
h4 {
  font-size: 36px;
  font-weight: 500;
}
#s1-texts {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 1em;
}
#s1-texts > * {
  z-index: 2;
}
#s1-texts p {
  font-size: 36px;
  line-height: 1.5em;
  font-weight: 300;
}
#s1-1 {
  position: fixed;
  transition: top 0.1s;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

#s2 {
  background: white;
  position: fixed;
  width: 100%;
  height: calc(100vh - 1px);
  top: 100vh;
  border-bottom: dashed 1px #ccc;
  transition: top 0.1s;
}
#s2 ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  flex-wrap: wrap;
  row-gap: 0.8em;
  column-gap: 0.8em;
}
#s2-1 {
  transition: margin-top 0.1s;
}
#s2 li {
  padding: 0.4em 1.4em;
  border: solid 1px #aaa;
  border-radius: 2em;
  text-transform: uppercase;
  font-size: 24px;
}
#s2 > * {
  padding: 1vh 1vh;
}
#s2-2 {
  margin-top: 1em;
  border-top: dashed 1px #ccc;
}
#s3 {
  position: fixed;
  top: 100vh;
  height: 100vh;
  width: 100%;
  transition: top 0.1s;
}
#s3-1, #s3-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#s3-1-i, #s3-2-i {
  transition: transform 0.2s;
}
#s3-2 {
  width: 0%;
  overflow: hidden;
  transition: width 0.1s;
}
#s3 img {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
#s3-mover {
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #000;
  left: 0%;
  transition: left 0.1s;
}
#s3-mover svg {
  left: -25px;
  top: 50vh;
  margin-top: -25px;
  position: absolute;
}
#s4 {
  background: #151516;
  color: white;
  position: fixed;
  top: 100vh;
  height: 100vh;
  width: 100%;
  transition: top 0.1s;
}
#s4 h2 {
  color: white;
}
#s4 img {
  height: 40vh;
}
#s4-1 {
  position: fixed;
  top: 100vh;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: top 0.1s, left 0.1s;
}
#s4-1 > *  {
  margin-left: 5vw;
  margin-right: 2vw;
}
#s4-1 > h3 {
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
}
#s4-1 p {
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 0;
}
#s4-2 {
  position: fixed;
  display: none;
  top: 100vh;
  transition: top 0.1s, left 0.1s;
  margin-top: 0;
}
#s4-3 {
  position: fixed;
  display: none;
  top: 100vh;
  transition: top 0.1s, left 0.1s, transform 0.1s;
}
#s4-4 {
  position: fixed;
  right: 100vw;
  width: 100%;
  display: flex;
  margin-left: -35%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: top 0.1s, left 0.1s;
}
#s4-4 > div {
  border-left: dashed 1px #777;
  margin: 0 10vw 0 0;
  padding: 2px 2vw;
}
#s4-4 h4 {
  margin: 35px 0 0 0;
}
#s4-4 > div > :nth-child(1) {
  margin-top: 0;
}
#s4-4 p {
  font-weight: 300;
  margin: 20px 0 0 0;
}
#s5 {
  position: fixed;
  top: 100vh;
  background-color: black;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: top 0.1s;
}
#s5 > * {
  position: absolute;
}
#s5-0 {
  height: 100%;
  width: 100%;
  background-color: #2224;
  transition: opacity 0.1s;
}
#s5-1 {
  height: 80%;
  transition: opacity 0.1s, transform 0.1s;
}
#s5-2 {
  height: 70%;
  margin-top: 10%;
  mix-blend-mode: color-dodge;
  margin-left: 0.5%;
  opacity: 0;
  transition: transform 0.1s, margin 0.1s;
}
#s5-2.anim {
  animation: 0.8s ease-in-out infinite glow;
}
@keyframes glow {
  0%, 100% {
    opacity: 0.0;
  }
  50% {
    opacity: 0.3;
  }
}
#s5-3 {
  /* height: 20%; */
  font-family: serif;
  color: white;
  font-size: 80px;
  font-weight: bold;
  transition: opacity 0.1s;
}
#s6 {
  position: fixed;
  background-color: white;
  top: 100vh;
  width: 100dvw;
  transition: top 0.1s;
}
#s6-title {
  border-right: dashed 1px #ccc;
  padding: 2vw 4vw;
}
#s6-content b {
  color: black;
  font-weight: 600;
}
#s6-content {
  color: #6a6a6e;
}
#s6-content ul {
  padding: 0px;
  margin: 4vw 4vw 4vw 4vw;
}
#s6-content li {
  margin-top: 2vw;
}
#s6-cover {
  position: absolute;
  height: 50vh;
  width: 100vw;
  bottom: -50vh;
  left: 0;
  background-color: white;
}
#s7 {
  background-color: white;
  position: fixed;
  top: 100vh;
  left: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  transition: top 0.1s;
}
#s7 > * {
  position: absolute;
}
#s7-suvCover {
  transition: left 0.1s, top 0.1s, margin 0.1s;
}
#s7-suv {
  height: 2vw;
  margin-left: -0vw;
  margin-top: 0vw;
  transform: rotate(25deg);
}
#s7-suvLabel, #s7-suvLabel2 {
  height: 8vw;
  transition: top 0.1s, left 0.1s, transform 0.1s, margin 0.1s;
}
#s7-person {
  height: 4vw;
  margin-left: -2vw;
  margin-top: -2.6vw;
  transform: rotate(-20deg);
  transition: left 0.1s, top 0.1s, transform 0.1s, margin 0.1s;
}
#s7-personLabel {
  height: 3vw;
  transition: left 0.1s, top 0.1s, transform 0.1s, margin 0.1s;
}
#s7 > #s7-mapCover {
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s;
}
#s7-mapCover > *  {
  position: absolute;
}
#s7-map {
  transition: opacity 0.1s;
}
#s7-phoneMapCover {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  left: 0px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#s7-phoneMap {
  height: 100vh;
  width: 100vw;
  mask-image: url('phoneFrameMask.png');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20vw;
  transition: opacity 0.1s, margin 0.1s;
}
#s7-path {
  stroke: #da1c368e;
  stroke-width: 0.2;
  transform: d 0.1s;
}
#s7-phoneFrame {
  width: 33vw;
  transition: opacity 0.1s, margin 0.1s;
}
#s7-svg {
  transition: margin 0.1s;
}
#s7-scr1, #s7-scr2 {
  position: absolute;
  top: 120vh;
  width: 36vw;
  transition: top 0.1s;
}
#s7-scr1 {
  right: 65vw;
}
#s7-scr2 {
  left: 65vw;
}
#s7-lap {
  height: 100%;
  background-color: #fffe;
  border: red normal 1px;
  padding: 10%;
  text-align: center;
  color: #622;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#s8 {
  position: fixed;
  background-color: white;
  top: 100vh;
  width: 100vw;
  height: 100vh;
  transition: top 0.1s;
}
#s8-1 {
  border-bottom: dashed 1px #ccc;
  padding: 2vw 4vw;
}
#s8-2 b {
  color: black;
  font-weight: 600;
}
#s8-1 {
  color: #6a6a6e;
}
#s8-2 ul {
  padding: 0px;
  margin: 4vw 4vw 4vw 4vw;
}
#s8-2 li {
  margin-top: 2vw;
}




@media only screen and (min-width: 1000px) {
  body {
    line-height: 1.5em;
    font-size: 16px;
  }
  h1 {
    font-size: 52px;
    line-height: 78px;
  }
  h2 {
    font-size: 24px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  #s1-texts {
    flex-direction: row;
    align-items: flex-end;
    margin: 5vw;
    gap: 10vw;
  }
  #s1-texts p {
    font-size: 22px;
  }
  #s1-texts > * {
    flex: 1;
  }
  #s2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  #s2 > * {
    padding: 6vh 6vh;
  }
  #s2-2 {
    border-top: none;
    margin-top: 0;
    border-left: dashed 1px #ccc;
  }
  #s2 li {
    font-size: 12px;
  }
  #s4-1 {
    margin-top: 0;
    width: 50%;
    height: 100%;
  }
  #s4-2 {
    margin-top: unset;
    display: block;
    height: 70vh;
  }
  #s4-3 {
    display: block;
  }
  #s4 img {
    height: 70vh;
  }
  #s4-4 {
    width: 60vw;
    height: 100vh;
    margin-top: 0em;
    margin-left: 0;
  }
  #s5-1 {
    height: 170%;
  }
  #s5-2 {
    height: 170%;
    margin-bottom: 5%;
  }
  #s6 {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
  #s7-phoneFrame {
    width: 20vw;
  }
  #s7-scr1, #s7-scr2 {
    width: 22vw;
  }
  #s7-align: {
    display: hidden;
  }
  #s7-lap {
    display: none;
  }
  #s8 {
    display: grid;
    grid-template-columns: 2fr 3fr;
  }
  #s8-1 {
    border-right: dashed 1px #ccc;
    border-bottom: none;
  }
}
