body.reading {
  background: #f1f1ee;
  color: #000;
  font-family: "Karla", Arial, sans-serif;
}

.who-story {
  width: 100%;
  background: #f1f1ee;
  color: #000;
}

.your_story,
.your_story .row {
  width: 100%;
}

.your_story .row {
  position: relative;
  padding-top: 0;
  text-align: center;
}

#when-will-video {
  width: 50%;
  max-width: 960px;
  margin: 0 auto;
  padding: 58px 44px 70px;
  background: #fff;
  text-align: center;
}

.mystory-intro {
  position: relative;
}

#self-img {
  display: block;
  width: 37%;
  max-width: 350px;
  height: auto;
  margin: 0 auto 24px;
}

#thisis {
  margin: 0 0 32px;
  color: #000;
  font-family: "Karla", Arial, sans-serif;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-align: center;
  text-transform: none;
}

.mystory-title {
  display: none;
}

.mystory-para {
  max-width: 660px;
  margin: 0 auto 17px;
  color: #000;
  font-family: "Karla", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.01em;
  text-align: justify;
  text-transform: none;
}

.link-far {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.link-far:hover,
.link-far:focus-visible {
  color: #000;
  text-decoration-thickness: 2px;
}

body.reading .foot {
  margin-top: 0;
  padding: 0 37px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: #eaeaea;
  color: var(--ink-2, #222);
  font: 400 12px/1 var(--mono, "IBM Plex Mono", monospace);
  letter-spacing: .12em;
  transition: opacity .8s ease;
}

body.reading .foot a {
  color: inherit;
}

@media (min-width: 701px) and (max-width: 900px) {
  #when-will-video {
    width: 72%;
  }
}

@media (max-width: 700px) {
  #when-will-video {
    width: 100%;
    padding: 50px 25px 58px;
  }

  #self-img {
    width: 63%;
    max-width: 250px;
  }

  #thisis {
    font-size: 26px;
    line-height: 1.1;
  }

  .mystory-para {
    font-size: 16.5px;
    text-align: left;
  }

  body.reading .foot {
    margin-top: 0;
    padding: 0 20px;
    height: 50px;
  }
}
