/* OVERALL */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background-color: #EFE8DC;
  color: #000000;
  cursor: url("images/cursor.png"), 32 32, auto;
  background-image: url("images/background.png");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat-y;
  background-attachment: fixed;
}

p {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.08em;
}

blockquote {
  font-family: "Ogg", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* HEADER */
.site-header {
  width: 100%;
  max-width: 1440px;
  height: 200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 120px 1fr 120px;
  align-items: start;
  position: relative;
  border-bottom: 1px solid #000000;
  background-color: #EFE8DC;
}

.logo {
  width: 75px;
  height: auto;
  margin-left: 32px;
  margin-top: 39px;
}

.title {
  text-align: center;
}

.title h1 {
  font-family: "Ogg", serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 84px;
  letter-spacing: 0.12em;
  margin-top: 27px;
}

.subtitle {
  font-family: "Ogg", serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 46px;
}


/* STORY */
.story {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}


/* -------- SECTION 1 -------- */
.story_intro {
  min-height: 650px;
  position: relative;
}

.intro_img {
  width: 748px;
  position: absolute;
  left: 39px;
  top: 28px;
}

.intro_text {
  width: 506px;
  position: absolute;
  right: 105px;
  top: 200px;
}

.intro_text p {
  font-family: "Ogg", serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
}


/* -------- SECTION 2 -------- */
.stars_talk {
  min-height: 1500px;
  position: relative;
}


/* FIRST PARAGRAPH */
.stars_intro {
  width: 437px;
  position: absolute;
  right: 105px;
  top: 0;
  text-align: right;
}


/* HE SAID */
.he_said {
  width: 190px;
  position: absolute;
  left: 103px;
  top: 215px;
}


/* MOON QUOTE */
.moon_quote {
  width: 534px;
  position: absolute;
  left: 155px;
  top: 275px;
  text-align: left;
}


/* SAD MOON IMAGE */
.stars_img {
  width: 762px;
  position: absolute;
  left: 689px;
  top: 180px;
}


/* CLOUD AND PETAL FILLER */
.filler_img {
  width: 650px;
  position: absolute;
  left: -83px;
  top: 520px;
}


/* DARK STAR CLOUDS */
.stars_response_img {
  width: 900px;
  position: absolute;
  left: 520px;
  top: 775px;
}


/* THE STARS ANSWERED */
.stars_answered {
  width: 239px;
  position: absolute;
  left: 105px;
  top: 900px;
}


/* STAR RESPONSE QUOTE */
.stars_quote {
  width: 374px;
  position: absolute;
  left: 105px;
  top: 1040px;
}


/* THEY ADDED */
.they_added {
  width: 334px;
  position: absolute;
  left: 225px;
  top: 1270px;
  text-align: right;
}

/* -------- SECTION 3 -------- */
.flowers_talk {
  min-height: 850px;
  position: relative;
}


/* FLOWER IMAGE */
.flowers_img {
  width: 1128px;
  position: absolute;
  left: 3px;
  top: 20px;
}


/* FLOWERS INTRO */
.flowers_intro {
  width: 428px;
  position: absolute;
  right: 102px;
  top: 20px;
  text-align: right;
}


/* FLOWERS QUOTE */
.flowers_quote {
  width: 554px;
  position: absolute;
  right: 105px;
  top: 125px;
  text-align: right;
}


/* -------- SECTION 4 -------- */
.tseh_intro {
  min-height: 1200px;
  position: relative;
}


/* TSEH INTRO PARAGRAPH */
.tseh_intro_paragraph {
  width: 582px;
  position: absolute;
  left: 105px;
  top: 20px;
}


/* MOON TALKING TO TSEH-N'IO */
.tseh_quote {
  width: 651px;
  position: absolute;
  right: 106px;
  top: 130px;
  text-align: right;
}


/* TSEH-N'IO IMAGE */
.tseh_intro_img {
  width: 1208px;
  position: absolute;
  left: 244px;
  top: 250px;
}


/* SMALL FLOWER FILLER */
.filler2_img {
  width: 517px;
  position: absolute;
  left: -87px;
  top: 760px;
}


/* TSEH RESPONSE QUOTE */
.tseh_response_quote {
  width: 413px;
  position: absolute;
  left: 146px;
  top: 590px;
  text-align: center;
}


/* ANSWERED TSEH-N'IO */
.tseh_answered {
  width: 290px;
  position: absolute;
  left: 381px;
  top: 730px;
}

/* -------- SECTION 5 -------- */
.moon_visits {
  min-height: 1200px;
  position: relative;
}


/* FIRST PARAGRAPH */
.visits_intro {
  width: 341px;
  position: absolute;
  left: 105px;
  top: 60px;
}


/* MOON AND TSEH-N'IO IMAGE */
.visits_img {
  width: 1440px;
  position: absolute;
  left: 0;
  top: 250px;
}


/* SECOND PARAGRAPH */
.visits_response {
  width: 458px;
  position: absolute;
  right: 105px;
  top: 1150px;
  text-align: right;
}


/* -------- SECTION 6 -------- */
.asking_mother {
  min-height: 650px;
  position: relative;
}


/* ONE DAY TSEH-N'IO SAID */
.mother_intro {
  width: 300px;
  position: absolute;
  left: 105px;
  top: 200px;
}


/* TSEH-N'IO QUOTE */
.mother_quote {
  width: 410px;
  position: absolute;
  left: 480px;
  top: 280px;
  text-align: center;
}


/* HER MOTHER THOUGHT */
.mother_response {
  width: 500px;
  position: absolute;
  right: 105px;
  top: 400px;
  text-align: right;
}


/* -------- SECTION 7 -------- */
.disappearance {
  min-height: 1400px;
  position: relative;
}


/* WINDOW IMAGE */
.window_img {
  width: 1122px;
  position: absolute;
  left: 295px;
  top: 0;
}


/* FIRST PARAGRAPH */
.disappearance_intro {
  width: 507px;
  position: absolute;
  left: 105px;
  top: 140px;
}


/* FIRST QUOTE */
.gone_quote {
  width: 327px;
  position: absolute;
  left: 105px;
  top: 330px;
}


/* A YEAR AND A YEAR PASSED */
.year_passed {
  width: 424px;
  position: absolute;
  left: 105px;
  top: 500px;
}


/* THEN THE PEOPLE SAID */
.people_said {
  width: 571px;
  position: absolute;
  left: 425px;
  top: 1030px;
  text-align: center;
}


/* FINAL QUOTE */
.forever_quote {
  width: 413px;
  position: absolute;
  left: 513px;
  top: 1090px;
  text-align: center;
}


/* -------- SECTION 8 -------- */
.ending {
  min-height: 1200px;
  position: relative;
}


/* ENDING IMAGE */
.ending_img {
  width: 1509px;
  position: absolute;
  left: -35px;
  top: 0;
}


/* ENDING PARAGRAPH */
.ending_paragraph {
  width: 977px;
  position: absolute;
  left: 231px;
  top: 920px;
  text-align: center;
}


/* THE END */
.the_end {
  width: 579px;
  position: absolute;
  right: 141px;
  top: 1040px;
  font-family: "Ogg", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 75px;
  line-height: 115px;
  text-align: right;
}

/* -------- STORY CHOICES -------- */

.next_story {
  padding: 110px 30px 100px;
  text-align: center;
}

.next_story h3 {
  font-family: "Ogg", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 50px;
}

.choices {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.choices a {
  font-family: "Ogg", serif;
  font-size: 18px;
  color: #000000;
  text-decoration: none;
}

.choices a:hover {
  text-decoration: underline;
}

/* -------- FOOTER -------- */

.site-footer {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 60px 105px 40px;
  border-top: 1px solid #000000;
  text-align: center;
  background-color: #EFE8DC;
}

.site-footer p {
  font-family: "Ogg", serif;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.site-footer a {
  color: #000000;
  text-decoration: underline;
}

.story-link {
  margin-top: 11px;
}

.ai-credit {
  margin-top: 20px;
}


/* ---------------- TABLET ---------------- */

@media screen and (max-width: 1000px) {

  /* HEADER */
  .site-header {
    height: 125px;
    grid-template-columns: 70px 1fr 70px;
  }

  .logo {
    width: 50px;
    margin-left: 20px;
    margin-top: 22px;
  }

  .title h1 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 18px;
    letter-spacing: 0.08em;
  }

  .subtitle {
    font-size: 20px;
    line-height: 26px;
  }


  /* TYPE */
  p {
    font-size: 17px;
    line-height: 23px;
  }

  blockquote {
    font-size: 17px;
    line-height: 23px;
  }


  /* SECTION 1 */
  .story_intro {
    min-height: 550px;
  }

  .intro_img {
    width: 55%;
    left: 2%;
    top: 40px;
  }

  .intro_text {
    width: 38%;
    right: 5%;
    top: 150px;
  }

  .intro_text p {
    font-size: 18px;
    line-height: 26px;
  }


  /* SECTION 2 */
  .stars_talk {
    min-height: 1250px;
  }

  .stars_intro {
    width: 35%;
    right: 6%;
    top: 0;
  }

  .he_said {
    width: 15%;
    left: 7%;
    top: 150px;
  }

  .moon_quote {
    width: 330px;
    left: 90px;
    top: 200px;
  }

  .stars_img {
    width: 53%;
    left: 47%;
    top: 170px;
  }

  .filler_img {
    width: 45%;
    left: -5%;
    top: 480px;
  }

  .stars_response_img {
    width: 63%;
    left: 37%;
    top: 650px;
  }

  .stars_answered {
    width: 22%;
    left: 7%;
    top: 750px;
  }

  .stars_quote {
    width: 28%;
    left: 7%;
    top: 850px;
  }

  .they_added {
    width: 27%;
    left: 15%;
    top: 1070px;
  }


  /* SECTION 3 */
  .flowers_talk {
    min-height: 700px;
  }

  .flowers_img {
    width: 75%;
    left: 0;
    top: 30px;
  }

  .flowers_intro {
    width: 34%;
    right: 6%;
    top: 20px;
  }

  .flowers_quote {
    width: 39%;
    right: 6%;
    top: 115px;
  }


  /* SECTION 4 */
  .tseh_intro {
    min-height: 1000px;
    margin-top: -120px;
  }

  .tseh_intro_paragraph {
    width: 40%;
    left: 7%;
    top: 20px;
  }

  .tseh_quote {
    width: 500px;
    right: 70px;
  }

  .tseh_intro_img {
    width: 82%;
    left: 18%;
    top: 270px;
  }

  .filler2_img {
    width: 36%;
    left: -5%;
    top: 650px;
  }

  .tseh_response_quote {
    width: 32%;
    left: 10%;
    top: 480px;
  }

  .tseh_answered {
    width: 25%;
    left: 25%;
    top: 600px;
  }


  /* SECTION 5 */
  .moon_visits {
    min-height: 1000px;
  }

  .visits_intro {
    width: 28%;
    left: 7%;
    top: 50px;
  }

  .visits_img {
    width: 100%;
    left: 0;
    top: 220px;
  }

  .visits_response {
    width: 35%;
    right: 7%;
    top: 820px;
  }


  /* SECTION 6 */
  .asking_mother {
    min-height: 550px;
  }

  .mother_intro {
    width: 25%;
    left: 7%;
    top: 130px;
  }

  .mother_quote {
    width: 32%;
    left: 34%;
    top: 230px;
  }

  .mother_response {
    width: 35%;
    right: 7%;
    top: 330px;
  }


  /* SECTION 7 */
  .disappearance {
    min-height: 1100px;
  }

  .window_img {
    width: 78%;
    left: 22%;
    top: 0;
  }

  .disappearance_intro {
    width: 36%;
    left: 7%;
    top: 110px;
  }

  .gone_quote {
    width: 27%;
    left: 7%;
    top: 280px;
  }

  .year_passed {
    width: 32%;
    left: 7%;
    top: 430px;
  }

  .people_said {
    width: 40%;
    left: 30%;
    top: 820px;
  }

  .forever_quote {
    width: 32%;
    left: 34%;
    top: 890px;
  }


  /* SECTION 8 */
  .ending {
    min-height: 620px;
    position: relative;
  }

  .ending_img {
    width: 100%;
    left: 0;
    top: 0;
  }

  .ending_paragraph {
    width: 68%;
    left: 16%;
    top: 475px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }

  .the_end {
    width: auto;
    right: 10%;
    top: 555px;
    font-size: 43px;
    line-height: 48px;
  }


  /* SECTION 9 */
  .next_story {
    padding: 80px 40px 90px;
  }

  .story_choices h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 45px;
  }

  .choices {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .choices a {
    width: 70%;
    font-size: 17px;
    line-height: 24px;
  }


  /* FOOTER */
  .site-footer {
    padding: 45px 60px 35px;
  }
}

/* ---------------- MOBILE ---------------- */

@media screen and (max-width: 700px) {

  /* HEADER */
  .site-header {
    height: auto;
    min-height: 125px;
    display: block;
    padding: 18px 20px 15px;
  }

  .logo {
    width: 40px;
    margin: 0 0 10px 0;
  }

  .title {
    text-align: center;
  }

  .title h1 {
    font-size: 25px;
    line-height: 30px;
    margin-top: 0;
    letter-spacing: 0.05em;
  }

  .subtitle {
    font-size: 17px;
    line-height: 24px;
  }


  /* TYPE */
  p {
    font-size: 16px;
    line-height: 22px;
  }

  blockquote {
    font-size: 16px;
    line-height: 24px;
  }


  /* STORY */
  .story {
    width: 100%;
  }


  /* SECTION 1 */
  .story_intro {
    min-height: auto;
    padding: 40px 25px 80px;
  }

  .intro_img {
    width: 100%;
    position: static;
  }

  .intro_text {
    width: 100%;
    position: static;
    margin-top: 30px;
  }

  .intro_text p {
    font-size: 18px;
    line-height: 27px;
  }


  /* SECTION 2 */
  .stars_talk {
    min-height: auto;
    padding: 0 25px 80px;
  }

  .stars_intro {
    width: 80%;
    position: static;
    margin-left: auto;
    margin-bottom: 60px;
  }

  .he_said {
    width: 100%;
    position: static;
    margin-bottom: 25px;
  }

  .moon_quote {
    width: 90%;
    position: static;
    margin: 0 auto 20px;
  }

  .stars_img {
    width: 100%;
    position: static;
    margin-left: auto;
  }

  .filler_img {
    width: 60%;
    position: static;
    margin: 10px 0 50px -25px;
  }

  .stars_answered {
    width: 70%;
    position: static;
    margin-bottom: 30px;
  }

  .stars_quote {
    width: 75%;
    position: static;
    margin-bottom: 30px;
  }

  .they_added {
    width: 70%;
    position: static;
    margin: 0 0 20px auto;
  }

  .stars_response_img {
    width: 100%;
    position: static;
    margin-left: auto;
  }

  /* SECTION 3 */
  .flowers_talk {
    min-height: auto;
    padding: 20px 25px 70px;
    display: flex;
    flex-direction: column;
  }

  .flowers_img {
    width: 100%;
    position: static;
    order: 2;
    margin-top: 20px;
    transform: translateY(-30px);
  }

  .flowers_intro {
    width: 80%;
    position: static;
    margin-left: auto;
    text-align: right;
  }

  .flowers_quote {
    width: 90%;
    position: static;
    margin: 20px 0 0 auto;
    text-align: right;
  }


  /* SECTION 4 */
  .tseh_intro {
    min-height: auto;
    padding: 30px 25px 80px;
  }

  .tseh_intro_paragraph {
    width: 80%;
    position: static;
    margin-bottom: 30px;
  }

  .tseh_quote {
    width: 90%;
    position: static;
    margin-left: auto;
    text-align: right;
  }

  .tseh_intro_img {
    width: calc(100% + 50px);
    position: static;
    margin: 30px -25px 0;
  }

  .filler2_img {
    width: 45%;
    position: static;
    margin: -20px 0 10px -25px;
  }

  .tseh_response_quote {
    width: 85%;
    position: static;
    margin: 20px 0 10px;
    text-align: left;
  }

  .tseh_answered {
    width: 75%;
    position: static;
    margin-left: 30px;
    transform: translateX(200px);
  }


  /* SECTION 5 */
  .moon_visits {
    min-height: auto;
    padding: 20px 25px 80px;
  }

  .visits_intro {
    width: 75%;
    position: static;
    margin-bottom: 25px;
  }

  .visits_img {
    width: calc(100% + 50px);
    position: static;
    margin-left: -25px;
  }

  .visits_response {
    width: 80%;
    position: static;
    margin: 25px 0 0 auto;
    text-align: right;
  }


  /* SECTION 6 */
  .asking_mother {
    min-height: auto;
    padding: 30px 25px 90px;
  }

  .mother_intro {
    width: 75%;
    position: static;
    margin-bottom: 25px;
  }

  .mother_quote {
    width: 90%;
    position: static;
    margin: 0 auto 30px;
    text-align: center;
  }

  .mother_response {
    width: 82%;
    position: static;
    margin-left: auto;
    text-align: right;
  }


  /* SECTION 7 */
  .disappearance {
    min-height: auto;
    padding: 20px 25px 80px;
  }

  .window_img {
    width: calc(100% + 50px);
    position: static;
    margin: 0 -25px 25px;
  }

  .disappearance_intro {
    width: 85%;
    position: static;
    margin-bottom: 25px;
  }

  .gone_quote {
    width: 80%;
    position: static;
    margin: 0 0 45px 20px;
  }

  .year_passed {
    width: 85%;
    position: static;
    margin-bottom: 55px;
  }

  .people_said {
    width: 100%;
    position: static;
    margin-bottom: 15px;
    text-align: center;
  }

  .forever_quote {
    width: 90%;
    position: static;
    margin: 0 auto;
    text-align: center;
  }


  /* SECTION 8 */

  .ending {
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .ending_img {
    width: 100%;
    position: static;
  }

  .ending_text {
    padding: 32px 28px 42px;
  }

  .ending_paragraph {
    width: 100%;
    position: static;
    margin:0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }

  .the_end {
    width: auto;
    position: static;
    margin: 22px 8% 0 auto;
    padding: 0;
    font-size: 38px;
    line-height: 42px;
    text-align: right;
  }


    /* SECTION 9 */
  .next_story {
    padding: 60px 25px 70px;
  }

  .next_story h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .choices {
    flex-direction: column;
    gap: 30px;
  }

  .choices a {
    width: 100%;
    font-size: 17px;
    line-height: 24px;
  }


  /* FOOTER */
  .site-footer {
    width: 100%;
    padding: 35px 25px 30px;
  }

  .site-footer p {
    font-size: 12px;
    line-height: 19px;
  }

  .ai-credit {
    margin-top: 15px;
  }
}
