/* Apresentação da história completa da marca */
.story-full {
  align-items: stretch;
}

.story-full .story-art {
  min-height: 100%;
  align-items: start;
}

.story-symbol {
  width: 100%;
  height: 560px;
  position: sticky;
  top: 105px;
  align-self: start;
  display: grid;
  place-items: center;
}

.story-symbol .story-ring {
  position: static;
}

.story-symbol > img {
  top: 105px;
}

.story-symbol > span {
  bottom: 35px;
}

.story-full .story-copy {
  padding-top: 115px;
  padding-bottom: 115px;
}

.story-full .story-copy h2 {
  max-width: 720px;
}

.story-text {
  max-width: 680px;
  margin-top: 42px;
}

.story-copy .story-text p {
  color: #5d4d50;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.85;
}

.story-copy .story-text p:first-child {
  color: var(--ink);
  font-family: Georgia, serif;
  font-size: 25px;
  line-height: 1.45;
}

.story-copy .story-text strong {
  color: var(--rose-deep);
}

.story-closing {
  max-width: 680px;
  margin: 52px 0 36px;
  padding: 30px 32px;
  border-left: 4px solid var(--rose-deep);
  background: rgb(255 255 255 / 55%);
}

.story-copy .story-closing p {
  color: var(--ink);
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 21px;
  line-height: 1.45;
}

.story-copy .story-closing p:last-child {
  margin-bottom: 0;
}

.story-copy .story-welcome {
  color: var(--ink);
  margin: 0;
  font-size: 19px;
  line-height: 1.7;
}

.story-welcome strong {
  color: var(--rose-deep);
}

@media (max-width: 980px) {
  .story-full .story-art {
    min-height: 520px;
  }

  .story-symbol {
    position: relative;
    top: auto;
    height: 520px;
  }
}

@media (max-width: 768px) {
  .story-full .story-art {
    min-height: 370px;
  }

  .story-symbol {
    height: 370px;
  }

  .story-symbol > img {
    top: 55px;
  }

  .story-full .story-copy {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .story-text {
    margin-top: 34px;
  }

  .story-copy .story-text p {
    font-size: 15px;
    line-height: 1.75;
  }

  .story-copy .story-text p:first-child {
    font-size: 22px;
  }

  .story-closing {
    margin: 42px 0 30px;
    padding: 25px 22px;
  }

  .story-copy .story-closing p {
    font-size: 18px;
  }

  .story-copy .story-welcome {
    font-size: 17px;
  }
}
