/* MASTER 2.9 V35 — compact, aligned Factory craft evidence */
.m25-factory-story {
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  min-height: 610px;
  align-items: stretch;
  background: #17251e;
}

.m25-factory-story-image {
  min-width: 0;
  overflow: hidden;
}

.m25-factory-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: 50% 48%;
}

.m25-factory-story-image > div {
  left: 24px;
  bottom: 24px;
  padding: 13px 17px;
}

.m25-factory-story-image small {
  font-size: .58rem;
  letter-spacing: .16em;
}

.m25-factory-story-image strong {
  margin-top: 4px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.m25-factory-story-copy {
  width: min(100%, 650px);
  padding: 72px clamp(42px, 5.2vw, 82px);
  align-self: center;
  justify-self: start;
}

.m25-factory-story-copy > span {
  display: block;
  margin-bottom: 22px;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .17em;
}

.m25-factory-story-copy h2 {
  max-width: 580px;
  margin: 0;
  font-size: clamp(2.65rem, 3.85vw, 4.55rem);
  line-height: .98;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.m25-factory-story-copy > p {
  max-width: 530px;
  margin: 25px 0 28px;
  font-size: .92rem;
  line-height: 1.65;
}

.m25-factory-story-copy dl {
  margin: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.m25-factory-story-copy dl > div {
  display: grid;
  grid-template-columns: minmax(155px, .72fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 17px 0;
}

.m25-factory-story-copy dt {
  font-size: 1.05rem;
  line-height: 1.25;
}

.m25-factory-story-copy dd {
  margin: 0;
  font-size: .78rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .m25-factory-story {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .m25-factory-story-image,
  .m25-factory-story-image img {
    min-height: 440px;
    height: 440px;
  }

  .m25-factory-story-copy {
    width: 100%;
    padding: 58px clamp(28px, 7vw, 58px) 64px;
  }
}

@media (max-width: 650px) {
  .m25-factory-story-image,
  .m25-factory-story-image img {
    min-height: 320px;
    height: 320px;
  }

  .m25-factory-story-image > div {
    left: 16px;
    bottom: 16px;
    padding: 11px 14px;
  }

  .m25-factory-story-copy {
    padding: 44px 20px 50px;
  }

  .m25-factory-story-copy > span {
    margin-bottom: 16px;
    font-size: .6rem;
  }

  .m25-factory-story-copy h2 {
    max-width: 360px;
    font-size: clamp(2.15rem, 11vw, 3.15rem);
    line-height: 1;
  }

  .m25-factory-story-copy > p {
    margin: 20px 0 24px;
    font-size: .86rem;
  }

  .m25-factory-story-copy dl > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 0;
  }

  .m25-factory-story-copy dt {
    font-size: 1rem;
  }
}
