.lux-story-section {
  padding: 0;
  background: #fff;
}

.lux-story-image-frame {
  height: 722px;
  overflow: hidden;
}

.lux-story-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.lux-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 722px;
  padding: 71px 40px 10px 70px;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
}

.lux-story-copy .lux-story-kicker {
  margin: 0 0 22px;
  color: var(--lux-ink);
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lux-story-copy h2 {
  max-width: 754px;
  margin: 0 0 29px;
  color: var(--lux-burgundy);
  font-family: 'Segoe Print', 'Segoe Script', cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0;
}

.lux-story-copy p:not(.lux-story-kicker) {
  max-width: 707px;
  margin: 0 0 20px;
  color: #000;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0;
}

.lux-story-copy p:not(.lux-story-kicker):last-of-type {
  margin-bottom: 0;
}

.lux-story-copy .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: 214px;
  min-width: 214px;
  height: 69px;
  margin-top: 31px;
  padding: 0 28px;
  font-family: 'Futura PT', 'Century Gothic', Futura, Arial, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 1199.98px) {
  .lux-story-copy {
    padding-right: 34px;
    padding-left: 48px;
  }

  .lux-story-copy h2 {
    font-size: 44px;
    line-height: 58px;
  }

  .lux-story-copy p:not(.lux-story-kicker) {
    font-size: 26px;
  }
}

@media (max-width: 991.98px) {
  .lux-story-image-frame {
    min-height: 0;
    height: 440px;
  }

  .lux-story-copy {
    min-height: 0;
    padding: 46px 28px 52px;
  }
}

@media (max-width: 575.98px) {
  .lux-story-image-frame {
    height: 360px;
  }

  .lux-story-copy {
    padding: 42px 16px;
  }

  .lux-story-copy .lux-story-kicker {
    font-size: 17px;
    line-height: 18px;
  }

  .lux-story-copy h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .lux-story-copy p:not(.lux-story-kicker) {
    font-size: 18px;
    line-height: 1.45;
  }

  .lux-story-copy .btn {
    width: auto;
    min-width: 170px;
    height: 56px;
    font-size: 18px;
  }
}
