/* HSJ Story v3 - Our Story R1 */
.page-id-824 .entry-title {
  display: none;
}

.hsj-story-v3,
.hsj-story-v3 * {
  box-sizing: border-box;
}

.hsj-story-v3 {
  color: #3a2a22;
  background: #ffffff;
}

.hsj-story-v3__split,
.hsj-story-v3__closing {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.hsj-story-v3__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 620px;
}

.hsj-story-v3__split--intro {
  min-height: 720px;
}

.hsj-story-v3__panel {
  min-width: 0;
}

.hsj-story-v3__panel--image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: linear-gradient(135deg, #e7ded6 0%, #cbb7a8 100%);
}

.hsj-story-v3__split--intro .hsj-story-v3__panel--image {
  min-height: 720px;
}

.hsj-story-v3__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hsj-story-v3__panel--dark {
  background: #3a1717;
  color: #fffaf5;
  display: flex;
  align-items: center;
  padding: 96px 72px;
}

.hsj-story-v3__panel--light {
  background: #fbf7f2;
  color: #3a2a22;
  display: flex;
  align-items: center;
  padding: 96px 72px;
}

.hsj-story-v3__content {
  width: min(100%, 590px);
}

.hsj-story-v3__split--intro .hsj-story-v3__content {
  width: min(100%, 560px);
}

.hsj-story-v3__eyebrow {
  margin: 0 0 24px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-transform: uppercase;
}

.hsj-story-v3 h1 {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 1.22;
  font-weight: 700;
  color: inherit;
}

.hsj-story-v3 h2 {
  margin: 0 0 22px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700;
  color: inherit;
}

.hsj-story-v3 p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: inherit;
}

.hsj-story-v3 p + p {
  margin-top: 18px;
}

.hsj-story-v3__panel--dark p {
  color: rgba(255, 250, 245, 0.92);
}

.hsj-story-v3__panel--light p {
  color: #4f4038;
}

.hsj-story-v3__closing {
  background: #3a1717;
  padding: 86px 0;
}

.hsj-story-v3__closing-inner {
  width: min(calc(100% - 72px), 1180px);
  margin: 0 auto;
  text-align: center;
  color: #fffaf5;
}

.hsj-story-v3__closing h2 {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 1.25;
  color: #fffaf5;
}

.hsj-story-v3__closing p {
  max-width: 680px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 250, 245, 0.86);
}

.hsj-story-v3__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 28px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fffaf5;
  color: #3a1717 !important;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  transition: opacity 180ms ease;
}

.hsj-story-v3__button:hover,
.hsj-story-v3__button:focus {
  opacity: 0.9;
}

@media (max-width: 1439px) {
  .hsj-story-v3__panel--dark,
  .hsj-story-v3__panel--light {
    padding: 72px 56px;
  }
}

@media (max-width: 921px) {
  .hsj-story-v3__split {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hsj-story-v3__panel--dark,
  .hsj-story-v3__panel--light {
    padding: 56px 34px;
  }

  .hsj-story-v3__panel--image,
  .hsj-story-v3__split--intro .hsj-story-v3__panel--image {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .hsj-story-v3__split,
  .hsj-story-v3__closing {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hsj-story-v3__panel--dark,
  .hsj-story-v3__panel--light {
    padding: 40px 22px;
  }

  .hsj-story-v3__panel--image,
  .hsj-story-v3__split--intro .hsj-story-v3__panel--image {
    min-height: 300px;
  }

  .hsj-story-v3 h1 {
    font-size: 24px;
  }

  .hsj-story-v3 h2 {
    font-size: 23px;
  }

  .hsj-story-v3 p {
    font-size: 13px;
    line-height: 1.58;
  }

  .hsj-story-v3__closing {
    padding: 58px 22px;
  }

  .hsj-story-v3__closing-inner {
    width: min(100%, 280px);
  }

  .hsj-story-v3__closing h2 {
    font-size: 24px;
  }

  .hsj-story-v3__button {
    width: 100%;
  }
}