.product-story .story-intro h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.04;
}

.back-to-top svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 2.5;
}

.factory-showcase {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  margin-bottom: 66px;
  overflow: hidden;
  background: #161616;
  color: #fff;
}

.factory-showcase__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 640px;
  height: 640px;
  padding: clamp(36px, 5vw, 74px);
}

.factory-showcase__intro .kicker {
  margin: 0 0 13px;
  color: #f4b9d4;
}

.factory-showcase__intro h2 {
  margin: 0 0 22px;
  font: 500 clamp(42px, 5vw, 72px)/.92 Georgia, 'Times New Roman', serif;
  letter-spacing: -.055em;
}

.factory-showcase__intro p {
  max-width: 360px;
  margin: 0;
  color: #e6e4e1;
  font-size: 16px;
  line-height: 1.65;
}

.factory-showcase__intro span {
  margin-top: 28px;
  color: #bdb9b3;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.factory-showcase__gallery {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 2px;
  min-height: 640px;
  height: 640px;
  background: #343434;
}

.factory-showcase__gallery figure {
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.factory-showcase__gallery .factory-showcase__primary {
  grid-row: 1 / -1;
}

.factory-showcase__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media (min-width: 761px) {
  .factory-showcase {
    grid-template-columns: minmax(280px, .72fr) minmax(320px, .7fr) minmax(260px, .58fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    min-height: 640px;
    height: 640px;
  }

  .factory-showcase__intro {
    grid-column: 2;
    grid-row: 1 / -1;
  }

  .factory-showcase__gallery {
    display: contents;
  }

  .factory-showcase__gallery .factory-showcase__primary {
    grid-column: 1;
    grid-row: 1 / -1;
  }

  .factory-showcase__gallery figure:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }

  .factory-showcase__gallery figure:nth-child(3) {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  .factory-showcase {
    grid-template-columns: 1fr;
    margin-bottom: 46px;
  }

  .factory-showcase__intro {
    min-height: auto;
    height: auto;
    padding: 42px 24px;
  }

  .factory-showcase__intro h2 {
    font-size: 50px;
  }

  .factory-showcase__gallery {
    min-height: 540px;
    height: 540px;
  }
}
