.company-profile__hero--editorial {
  height: clamp(250px, 25vw, 320px);
}

.company-profile--editorial .company-profile__hero-inner {
  padding-bottom: 86px;
}

.company-profile--editorial .company-profile__head {
  row-gap: 28px;
}

.company-profile__summary--editorial {
  max-width: 800px;
  display: grid;
  gap: 14px;
  margin-top: 26px;
  border-left: 3px solid var(--company-primary);
  padding: 22px 26px 22px 28px;
  background: #f4f2ed;
  color: #454a48;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.72;
}

.company-profile__summary--editorial p {
  max-width: 67ch;
  margin: 0;
}

.company-profile__summary--editorial p:first-child {
  color: #262a28;
  font-weight: 560;
}

.company-profile__summary--editorial .is-signature {
  margin-top: 2px;
  border-top: 1px solid var(--company-border);
  padding-top: 14px;
  color: var(--company-text-muted);
  font-size: .82em;
  font-weight: 680;
  letter-spacing: .015em;
}

.company-profile__rich-text--editorial {
  max-width: 790px;
  display: grid;
  gap: clamp(32px, 4vw, 48px);
  margin-top: 34px;
  color: #454a48;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.76;
}

.company-profile__rich-text--editorial p {
  max-width: 68ch;
  margin: 0;
}

.mtr-story__intro,
.mtr-story__chapter,
.mtr-story__partnership {
  display: grid;
  gap: 18px;
}

.mtr-story__intro {
  border-left: 2px solid var(--company-primary);
  padding-left: clamp(20px, 3vw, 30px);
  color: #2e3331;
  font-size: 1.04em;
}

.mtr-story__chapter {
  border-top: 1px solid var(--company-border);
  padding-top: 30px;
}

.company-profile__rich-text--editorial .mtr-story__label {
  color: var(--company-primary);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .105em;
  line-height: 1.45;
  text-transform: uppercase;
}

.company-profile__rich-text--editorial .mtr-story__materials {
  max-width: none;
  border: 1px solid #d8d5ce;
  padding: 18px 22px;
  background: #f4f2ed;
  color: #252927;
  font-weight: 680;
  line-height: 1.6;
  word-spacing: .15em;
}

.mtr-story__highlight {
  display: grid;
  gap: 16px;
  border-left: 3px solid var(--company-primary);
  padding: clamp(22px, 3vw, 30px);
  background: #f4f2ed;
}

.company-profile__rich-text--editorial .mtr-story__highlight-lead {
  color: #252927;
  font-weight: 680;
}

.mtr-story__chapter--process {
  gap: 16px;
}

.company-profile__rich-text--editorial .mtr-story__flow {
  max-width: none;
  padding: 20px 22px;
  background: #202321;
  color: #fff;
  font-size: .93em;
  font-weight: 720;
  letter-spacing: .025em;
  line-height: 1.65;
}

.mtr-story__signature {
  display: grid;
  grid-template-columns: minmax(220px, .9fr) minmax(260px, 1.1fr);
  gap: 12px 34px;
  border-top: 1px solid var(--company-border-strong);
  padding-top: 30px;
  color: var(--company-text-muted);
  font-size: .88em;
  line-height: 1.65;
}

.mtr-story__signature p {
  grid-column: 2;
}

.company-profile__rich-text--editorial .mtr-story__tagline {
  grid-column: 1;
  grid-row: 1 / span 4;
  color: #252927;
  font-size: clamp(18px, 1.8vw, 23px);
  font-weight: 730;
  line-height: 1.35;
}

.mtr-story__signature span {
  color: var(--company-text-muted);
  font-size: .9em;
}

@media (max-width: 760px) {
  .company-profile__hero--editorial {
    height: 220px;
  }

  .company-profile--editorial .company-profile__hero-inner {
    padding-bottom: 66px;
  }

  .company-profile__summary--editorial {
    grid-column: 1 / -1;
  }

  .mtr-story__signature {
    grid-template-columns: 1fr;
  }

  .mtr-story__signature p,
  .company-profile__rich-text--editorial .mtr-story__tagline {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .company-profile__hero--editorial {
    height: 190px;
  }

  .company-profile--editorial .company-profile__shell {
    margin-top: -38px;
  }

  .company-profile__summary--editorial {
    gap: 16px;
    margin-top: 24px;
    border-top: 2px solid var(--company-primary);
    border-left: 0;
    padding: 20px 0 0;
    background: transparent;
    font-size: 16px;
    line-height: 1.68;
  }

  .company-profile__summary--editorial .is-signature {
    padding-top: 13px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .company-profile__rich-text--editorial {
    gap: 32px;
    margin-top: 28px;
    font-size: 16px;
    line-height: 1.7;
  }

  .mtr-story__intro {
    padding-left: 18px;
  }

  .mtr-story__chapter {
    padding-top: 24px;
  }

  .mtr-story__highlight {
    padding: 22px 20px;
  }

  .company-profile__rich-text--editorial .mtr-story__flow,
  .company-profile__rich-text--editorial .mtr-story__materials {
    padding: 17px 18px;
  }

  .mtr-story__signature {
    padding-top: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .company-profile--editorial *,
  .company-profile--editorial *::before,
  .company-profile--editorial *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
