.brand-image {
  display: block;
  width: clamp(145px, 13vw, 210px);
  height: 62px;
  overflow: hidden;
}

.brand-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story-reference {
  background: #090807;
}

.story-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  max-width: 1160px;
  margin: 45px auto 0;
}

.story-card {
  min-height: 680px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.story-card > img {
  position: absolute;
  inset: 0;
  transition: transform 1.1s ease;
}

.story-card:hover > img {
  transform: scale(1.025);
}

.story-begin > img {
  object-position: 66% center;
}

.story-craft > img {
  object-position: center 35%;
}

.story-card-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 3, 2, 0.92) 0%, rgba(4, 3, 2, 0.48) 38%, rgba(4, 3, 2, 0.06) 70%, rgba(4, 3, 2, 0.66) 100%);
}

.story-card-copy {
  position: relative;
  z-index: 2;
  max-width: 420px;
  padding: 42px;
}

.story-card-copy .story-number {
  color: var(--gold-2);
  font: 400 3rem/1 Georgia, serif;
  margin: 0 0 7px;
}

.story-card-copy .story-number.small {
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  margin-top: 8px;
}

.story-card-copy h2 {
  color: var(--gold-2);
  font: 400 clamp(1.8rem, 3vw, 3rem)/1.12 Georgia, serif;
  margin: 0 0 18px;
}

.story-card-copy p:last-child {
  color: #eee8df;
  max-width: 350px;
}

.experience-card.catering {
  background-image: url('assets/catering.png');
  background-position: 58% center;
}

.franchise > img.franchise-logo {
  inset: auto 6vw 34vh auto;
  width: 220px;
  height: 105px;
  z-index: 2;
  object-fit: contain;
  opacity: 0.94;
}

footer .brand-image {
  transform: none;
  width: 180px;
  height: 76px;
}

@media (max-width: 900px) {
  .brand-image {
    width: 145px;
    height: 54px;
  }

  .story-card {
    min-height: 610px;
  }

  .story-card-copy {
    padding: 30px;
  }

  .franchise > img.franchise-logo {
    right: 24px;
    bottom: 185px;
    width: 170px;
    height: 84px;
  }
}

@media (max-width: 620px) {
  .story-pair {
    grid-template-columns: 1fr;
  }

  .story-card {
    min-height: 570px;
  }

  .story-card-copy {
    padding: 28px 24px;
  }

  .franchise > img.franchise-logo {
    display: none;
  }
}
