/* Natural editorial wrapping; geometry and the main hero composition are untouched. */
.editorial-layout-v13 .sub-hero .lead,
.editorial-layout-v13 .contact-description > p,
.editorial-layout-v13 .material-request-intro .material-description,
.editorial-layout-v13 .fde-practice-copy > p,
.editorial-layout-v13 .ai-enablement-copy > p,
.editorial-layout-v13 .home-flow .service-story-description,
.editorial-layout-v13 .home-flow .service-world-intro > p {
  max-width: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.editorial-layout-v13 .sub-hero h1,
.editorial-layout-v13 .copy-section h2,
.editorial-layout-v13 .contact-description h2,
.editorial-layout-v13 .fde-practice > h2,
.editorial-layout-v13 .ai-enablement h2 {
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: wrap;
}
.editorial-layout-v13 .journal-card h3 {
  max-width: none;
  text-wrap: wrap;
}
.editorial-layout-v13 .home-flow .service-story-panel h3,
.editorial-layout-v13 .home-flow .service-world-intro h2 {
  font-size: clamp(27px, 2.35vw, 36px);
  line-height: 1.5;
  margin-bottom: 18px;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: wrap;
}
.editorial-layout-v13 .team-credentials-v13 {
  margin-block: 32px 48px;
}
.editorial-layout-v13 .team-credentials-v13 .team-credential-v10 {
  display: block;
  padding: 0;
  border: 0;
  min-width: 0;
}
.editorial-layout-v13 .team-credentials-v13 .team-practice-v13 {
  padding-block: 28px 32px;
  border-block: 1px solid #bdc9c1;
}
.editorial-layout-v13 .team-practice-top-v13 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px 40px;
  margin-bottom: 24px;
}
.editorial-layout-v13 .team-credentials-v13 h3 {
  margin: 0;
  font-size: clamp(21px, 1.8vw, 25px);
  font-weight: 600;
  line-height: 1.6;
  word-break: normal;
  overflow-wrap: anywhere;
  text-wrap: wrap;
}
.editorial-layout-v13 .team-credentials-v13 .team-record-v10 {
  display: grid;
  gap: 7px;
  margin: 0;
  justify-items: start;
  color: #526661;
}
.editorial-layout-v13 .team-credentials-v13 .team-record-v10 strong {
  color: #365a56;
  font-size: clamp(44px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
}
.editorial-layout-v13 .team-credentials-v13 .team-record-v10 strong span {
  margin-left: 8px;
  font-size: 18px;
}
.editorial-layout-v13 .team-credentials-v13 .team-credential-copy-v10 p {
  max-width: none;
  margin: 0;
  font-size: 16px;
  line-height: 1.95;
  white-space: normal;
  overflow-wrap: anywhere;
}
.editorial-layout-v13 .team-credentials-v13 .team-credential-copy-v10 p + p {
  margin-top: 12px;
}
.editorial-layout-v13 .team-members-v13 {
  margin-top: 32px;
}
.editorial-layout-v13 .team-members-label-v13 {
  margin: 0 0 20px;
  color: #526661;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .035em;
}
.editorial-layout-v13 .team-members-grid-v13 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
.editorial-layout-v13 .team-members-grid-v13 .team-credential-heading-v10 {
  margin-bottom: 14px;
}
/* Hidden states exist only after JS has confirmed an offscreen heading. */
[data-heading-reveal].heading-pending-v13 {
  opacity: 0;
}
@media (max-width: 680px) {
  .editorial-layout-v13 .fde-practice > h2 { font-size: clamp(28px, 7.6vw, 36px); }
  .editorial-layout-v13 .ai-enablement h2 { font-size: 26px; }
  .editorial-layout-v13 .team-credentials-v13 { margin-block: 24px 34px; }
  .editorial-layout-v13 .team-credentials-v13 .team-practice-v13 { padding-block: 24px; }
  .editorial-layout-v13 .team-practice-top-v13 {
    grid-template-columns: minmax(0, 1fr) minmax(125px, .9fr);
    gap: 18px;
    align-items: start;
    margin-bottom: 22px;
  }
  .editorial-layout-v13 .team-credentials-v13 .team-record-v10 { gap: 8px; }
  .editorial-layout-v13 .team-credentials-v13 .team-record-v10 strong { font-size: 44px; }
  .editorial-layout-v13 .team-credentials-v13 .team-record-v10 strong span { font-size: 16px; }
  .editorial-layout-v13 .team-members-v13 { margin-top: 28px; }
  .editorial-layout-v13 .team-members-grid-v13 { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .editorial-layout-v13 .team-members-grid-v13 article + article {
    padding-top: 24px;
    border-top: 1px solid #bdc9c1;
  }
  .editorial-layout-v13 .home-flow .service-story-panel h3,
  .editorial-layout-v13 .home-flow .service-world-intro h2 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 12px;
  }
}
@media (max-width: 1000px) {
  .editorial-layout-v13 .contact-description h2 { font-size: 21px; }
}
@media (max-width: 350px) {
  .editorial-layout-v13 .team-practice-top-v13 { grid-template-columns: minmax(0, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  [data-heading-reveal].heading-pending-v13 {
    opacity: 1;
    clip-path: none;
    transform: none;
  }
}
@media print {
  [data-heading-reveal].heading-pending-v13 { opacity: 1; clip-path: none; transform: none; }
}

/* Keep naturally wrapped hero copy inside the left column, clear of the blocks. */
@media (min-width: 801px) {
  .editorial-layout-v13 .home-flow .hero-copy > p { max-width: min(100%, 30vw, 400px); }
}
