.video-gallery {
  display: flex;
  justify-content: center;
}

.showcase-video {
  width: 100%;
}

.showcase-player {
  box-shadow: 0 26px 65px rgba(52, 39, 27, .24);
}

.showcase-video > p {
  margin: 14px 0 0;
  color: #625c53;
  font-size: 13px;
  line-height: 1.5;
}

.video-card {
  min-width: 0;
}

.video-card p {
  margin: 12px 0 0;
  color: #625c53;
  font-size: 13px;
  line-height: 1.4;
}

.video-frame-short {
  padding-top: 177.78%;
  border-radius: 2px;
  overflow: hidden;
}

.video-card-short {
  width: min(100%, 520px);
}

.real-materials {
  background: #e5dfd5;
}

.material-stories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: var(--max);
  margin: 0 auto;
}

.material-story {
  background: #f8f6f1;
}

.story-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3px;
  background: #d0c8bc;
}

.story-images img {
  height: 360px;
  object-fit: cover;
}

.story-copy {
  padding: 24px;
}

.story-copy span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.story-copy h3 {
  margin: 7px 0 10px;
  font: 400 28px Georgia, serif;
}

.story-copy p {
  margin: 0;
  color: #625c53;
  line-height: 1.6;
}

.evidence-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: 22px auto 0;
  background: var(--ink);
  color: #f4f0e8;
}

.evidence-band div {
  padding: 28px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.evidence-band div:last-child {
  border-right: 0;
}

.evidence-band strong,
.evidence-band span {
  display: block;
}

.evidence-band strong {
  font: 400 27px Georgia, serif;
  margin-bottom: 9px;
}

.evidence-band span {
  color: rgba(255,255,255,.68);
  font-size: 13px;
  line-height: 1.5;
}

.detail-proof {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 28px;
  max-width: var(--max);
  margin: 22px auto 0;
  padding: 18px;
  background: rgba(255,255,255,.58);
}

.detail-proof img {
  height: 150px;
  object-fit: cover;
}

.detail-proof figcaption {
  max-width: 720px;
  color: #625c53;
  line-height: 1.65;
}

.detail-proof strong {
  display: block;
  color: var(--ink);
  font: 400 25px Georgia, serif;
  margin-bottom: 4px;
}

.factory-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 7vw;
  align-items: center;
}

.factory-copy > p:not(.kicker) {
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.7;
  margin: 26px 0;
}

.factory-copy ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.factory-copy li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.factory-copy li::before {
  content: '—';
  color: #d4a27f;
  margin-right: 12px;
}

.factory-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.factory-images figure {
  margin: 0;
  background: #262621;
  overflow: hidden;
}

.factory-images img {
  height: 440px;
  object-fit: cover;
}

.catalog-section {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8vw;
  align-items: center;
  background: var(--ink);
  color: #f4f0e8;
}

.catalog-cover {
  justify-self: end;
  width: min(100%, 390px);
  padding: 14px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(0,0,0,.35);
}

.catalog-copy {
  max-width: 650px;
}

.catalog-copy h2 {
  max-width: 650px;
}

.catalog-copy > p:not(.kicker) {
  margin: 26px 0;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.7;
}

.catalog-copy ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.catalog-copy li {
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.catalog-copy li::before {
  content: '—';
  color: #d4a27f;
  margin-right: 12px;
}

.catalog-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.catalog-download {
  color: #fff;
  text-underline-offset: 5px;
}

@media (max-width: 1000px) {
  .material-stories {
    grid-template-columns: 1fr;
  }

  .material-story {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
  }

  .story-images img {
    height: 320px;
  }

  .evidence-band {
    grid-template-columns: 1fr 1fr;
  }

  .evidence-band div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 850px) {
  .factory-section,
  .catalog-section {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .factory-images img {
    height: 320px;
  }

  .catalog-cover {
    justify-self: center;
    width: min(72vw, 360px);
  }
}

@media (max-width: 560px) {
  .video-card-short {
    width: min(86vw, 390px);
  }

  .material-story {
    display: block;
  }

  .story-images img {
    height: 245px;
  }

  .evidence-band {
    grid-template-columns: 1fr;
  }

  .evidence-band div,
  .evidence-band div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .factory-images {
    grid-template-columns: 1fr;
  }

  .factory-images img {
    height: 260px;
  }

  .detail-proof {
    grid-template-columns: 1fr;
  }

  .detail-proof img {
    width: 100%;
    height: 220px;
  }
}
