/* Brand-story research and manufacturing editorial board. */

.story-v2-research-manufacturing {
  aspect-ratio: auto;
  min-height: 0;
  overflow: hidden;
  background: #fafaf8;
  color: var(--ink);
}

.story-v2-research-manufacturing__inner {
  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  padding: clamp(88px, 9vw, 136px) 0 clamp(96px, 10vw, 148px);
}

.story-v2-research-manufacturing__chapter + .story-v2-research-manufacturing__chapter {
  margin-top: clamp(78px, 8vw, 116px);
}

.story-v2-research-manufacturing__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px clamp(32px, 7vw, 100px);
  align-items: end;
  padding-bottom: clamp(26px, 3vw, 42px);
  border-bottom: 1px solid var(--line-strong);
}

.story-v2-research-manufacturing__title h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(40px, 5.1vw, 68px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.story-v2-research-manufacturing__title p {
  margin: 11px 0 0;
  color: var(--faint);
  font-family: var(--font-latin);
  font-size: clamp(9px, 0.78vw, 11px);
  letter-spacing: 0.13em;
  line-height: 1.5;
  text-transform: uppercase;
}

.story-v2-research-manufacturing__metric,
.story-v2-research-manufacturing__lead {
  margin: 0;
  color: var(--muted);
  font-size: clamp(13px, 1.08vw, 16px);
  letter-spacing: 0.045em;
  line-height: 1.65;
}

.story-v2-research-manufacturing__metric {
  display: flex;
  gap: 0.55em;
  align-items: baseline;
  white-space: nowrap;
}

.story-v2-research-manufacturing__metric strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 400;
  letter-spacing: -0.03em;
}

.story-v2-research-manufacturing__metric small {
  color: var(--muted);
  font-size: 0.84em;
}

.story-v2-research-manufacturing__diptych {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(10px, 1.7vw, 22px);
  margin-top: clamp(30px, 3.2vw, 46px);
}

.story-v2-research-manufacturing figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.story-v2-research-manufacturing__diptych figure {
  aspect-ratio: 1.46 / 1;
}

.story-v2-research-manufacturing img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-v2-research-manufacturing__diptych img {
  filter: grayscale(1) contrast(0.95) brightness(1.04);
}

.story-v2-research-manufacturing__diptych figure:first-child img {
  object-position: 60% center;
}

.story-v2-research-manufacturing__diptych figure:last-child img {
  object-position: center 46%;
}

.story-v2-research-manufacturing__factory-media {
  aspect-ratio: 2.14 / 1;
  margin-top: clamp(30px, 3.2vw, 46px);
}

.story-v2-research-manufacturing__factory-media img {
  object-position: center 51%;
  filter: grayscale(0.88) saturate(0.42) contrast(0.94) brightness(1.02);
}

@media (max-width: 760px) {
  .story-v2-research-manufacturing__inner {
    width: calc(100% - 40px);
    padding: 70px 0 82px;
  }

  .story-v2-research-manufacturing__chapter + .story-v2-research-manufacturing__chapter {
    margin-top: 68px;
  }

  .story-v2-research-manufacturing__heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding-bottom: 24px;
  }

  .story-v2-research-manufacturing__title h2 {
    font-size: clamp(34px, 10.2vw, 42px);
  }

  .story-v2-research-manufacturing__chapter--factory .story-v2-research-manufacturing__title h2 {
    font-size: clamp(24px, 7.25vw, 30px);
    letter-spacing: -0.04em;
    white-space: nowrap;
  }

  .story-v2-research-manufacturing__title p {
    margin-top: 8px;
    font-size: 8px;
    letter-spacing: 0.09em;
  }

  .story-v2-research-manufacturing__metric {
    gap: 0.45em;
    font-size: 12px;
  }

  .story-v2-research-manufacturing__metric strong {
    font-size: 32px;
  }

  .story-v2-research-manufacturing__lead {
    font-size: 12px;
  }

  .story-v2-research-manufacturing__diptych {
    gap: 8px;
    margin-top: 24px;
  }

  .story-v2-research-manufacturing__factory-media {
    aspect-ratio: 2.05 / 1;
    margin-top: 24px;
  }

  .story-v2-research-manufacturing__factory-media img {
    object-position: 58% center;
  }
}

/* 2026-09-01 suite412: align these story chapters with the full-bleed
   research page. Copy keeps a restrained editorial inset while the image
   fields reach both viewport edges; mobile becomes one clean column. */
@media (min-width: 761px) {
  .story-v2-research-manufacturing__inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(72px, 6.8vw, 104px) 0 0;
  }

  .story-v2-research-manufacturing__chapter + .story-v2-research-manufacturing__chapter {
    margin-top: clamp(64px, 6vw, 92px);
  }

  .story-v2-research-manufacturing__heading {
    padding: 0 clamp(32px, 4.5vw, 72px) clamp(28px, 2.8vw, 42px);
  }

  .story-v2-research-manufacturing__diptych {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(1px, 0.7vw, 10px);
    width: 100%;
    margin-top: clamp(24px, 2.4vw, 38px);
  }

  .story-v2-research-manufacturing__diptych figure {
    aspect-ratio: auto;
  }

  .story-v2-research-manufacturing__diptych img {
    height: clamp(360px, 32vw, 520px);
  }

  .story-v2-research-manufacturing__factory-media {
    width: 100%;
    aspect-ratio: 2.45 / 1;
    margin-top: clamp(24px, 2.4vw, 38px);
  }

  .story-v2-research-manufacturing__factory-media img {
    object-position: 56% 43%;
  }
}

@media (max-width: 760px) {
  .story-v2-research-manufacturing__inner {
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
  }

  .story-v2-research-manufacturing__chapter + .story-v2-research-manufacturing__chapter {
    margin-top: 52px;
  }

  .story-v2-research-manufacturing__heading {
    gap: 18px;
    padding: 0 20px 22px;
  }

  .story-v2-research-manufacturing__diptych {
    grid-template-columns: 1fr;
    gap: 1px;
    width: 100%;
    margin-top: 16px;
  }

  .story-v2-research-manufacturing__diptych figure {
    aspect-ratio: 1.16 / 1;
  }

  .story-v2-research-manufacturing__factory-media {
    width: 100%;
    aspect-ratio: 1.16 / 1;
    margin-top: 16px;
  }

  .story-v2-research-manufacturing__factory-media img {
    object-position: 58% 44%;
  }
}
