/* v0.2.272 — PC photo parity, stable anchors, and final editorial type repair. */
@media (min-width: 901px) {
  /* BML SUPPORT: label and title share the broad editorial reading field. */
  .labo-page--v248 .labo-support > .labo-shell > .labo-editorial-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .labo-page--v248 .labo-support > .labo-shell > .labo-editorial-head .section-title {
    max-width: 820px;
    font-size: clamp(34px, 3.4vw, 54px);
    line-height: 1.42;
  }
  .labo-page--v248 .labo-support > .labo-shell > .labo-editorial-head .section-title .responsive-copy__line {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: normal;
    word-break: keep-all;
  }

  /* BML START and WHAT CHANGES: each numbered outcome is a peer. */
  .labo-page--v248 .labo-start__item,
  .labo-page--v248 .labo-start__item--1,
  .labo-page--v248 .labo-start__item--2,
  .labo-page--v248 .labo-start__item--4 {
    color: var(--bml-ink);
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
  }
  .labo-page--v248 .labo-change__result,
  .labo-page--v248 .labo-change__result--2,
  .labo-page--v248 .labo-change__result--4,
  .labo-page--v248 .labo-change__result--5 {
    color: var(--bml-ink);
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
  }

  /* ABOUT: responsive-copy lines already own line breaks; suppress their extra desktop <br>. */
  .about-page--portrait .about-portrait-company__copy .about-portrait-title {
    line-height: 1.24;
  }
  .about-page--portrait .about-portrait-together .about-together__copy .about-portrait-title {
    line-height: 1.24;
  }
  .about-page--portrait .about-portrait-message .about-message__title {
    line-height: 1.24;
  }
  .about-page--portrait .about-portrait-company__copy .about-portrait-title > .responsive-copy--desktop > br,
  .about-page--portrait .about-together__copy .about-portrait-title > .responsive-copy--desktop > br,
  .about-page--portrait .about-message__title > .responsive-copy--desktop > br {
    display: none;
  }
}
