/* A quieter, more considered navigation treatment across the three concepts. */
.site-header .desktop-nav,
.site-header .mobile-nav,
.site-header .nav-book,
.site-header .menu-toggle {
  font-family: 'Manrope', sans-serif;
  font-weight: 650;
  letter-spacing: -.015em;
}
.site-header .desktop-nav a:hover,
.site-header .desktop-nav a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}

/* Let introductory text use the available desktop width; small screens wrap. */
.clarity .services-intro > p { max-width: none; }
.stacked-intro { display: block; }
.stacked-intro .intro-description {
  max-width: none;
  margin-top: 24px;
  line-height: 1.75;
}
.momentum .stacked-intro .intro-description { font-size: 16px; }

/* Momentum's planning card sits beneath its introduction in the left column. */
.momentum .lifecycle-heading > .lifecycle-description {
  max-width: 390px;
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.75;
}
.momentum .lifecycle-heading .lifecycle-today {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  padding: 30px;
  margin-top: 32px;
}
.momentum .lifecycle-heading .lifecycle-today > div { flex: none; }
.momentum .lifecycle-heading .today-label { margin-bottom: 0; }
.momentum .lifecycle-heading .lifecycle-today h3 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 13px;
}
.momentum .lifecycle-heading .lifecycle-today p {
  font-size: 16px;
  line-height: 1.75;
}
.momentum .lifecycle-heading .lifecycle-today .button {
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

/* Perspective: subtitles share a clear left edge with their headings. */
.perspective .statement-subtitle {
  font-family: 'Manrope', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.025em;
  color: #526994;
  margin-top: 22px;
}
.perspective .editorial-work h2 { font-size: clamp(41px, 4vw, 56px); }
.perspective .stacked-intro .intro-description { font-size: 17px; }
.perspective .lifecycle-heading { max-width: none; }
.perspective .lifecycle-heading h2 { font-size: clamp(43px, 4vw, 56px); }
.perspective .lifecycle-heading > p:last-child { max-width: none; }

/* Consistent number and description columns make the credentials easy to scan. */
.perspective .editorial-numbers { display: grid; gap: 14px; }
.perspective .editorial-numbers > .credential-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 25px 28px;
  border: 1px solid #d5dff0;
  background: #f3f6fc;
}
.perspective .credential-card strong {
  font-size: 61px;
  line-height: .95;
  font-variant-numeric: lining-nums;
}
.perspective .credential-card strong span {
  display: block;
  margin: 10px 0 0;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}
.perspective .credential-card p { font-size: 15px; line-height: 1.65; }

@media (max-width: 1180px) {
  .perspective .editorial-numbers > .credential-card {
    grid-template-columns: 105px minmax(0, 1fr);
    gap: 18px;
    padding: 23px;
  }
  .perspective .credential-card strong { font-size: 54px; }
  .perspective .credential-card p { font-size: 14px; }
  .momentum .lifecycle-heading .lifecycle-today { padding: 25px; }
}
@media (max-width: 760px) {
  .stacked-intro .intro-description { margin-top: 20px; }
  .perspective .stacked-intro .intro-description { font-size: 16px; }
  .perspective .statement-subtitle { font-size: 20px; margin-top: 20px; }
  .perspective .editorial-numbers > .credential-card {
    grid-template-columns: 105px minmax(0, 1fr);
    padding: 24px 20px;
    gap: 18px;
  }
  .momentum .lifecycle-heading > .lifecycle-description { max-width: none; }
  .momentum .lifecycle-heading .lifecycle-today { margin-top: 26px; }
}

/* Suren's supplied photograph, framed in the page without altering the source. */
.clarity .expert-with-portrait {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 80px;
  align-items: center;
}
.clarity .expert-portrait { margin: 0; }
.clarity .expert-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 80% 50%;
  border-radius: 10px;
}
.clarity .expert-story h2 {
  font-size: clamp(38px, 3.5vw, 50px);
  line-height: 1.15;
  margin-bottom: 27px;
}
.clarity .expert-story .expert-lead { font-size: 23px; }
@media (max-width: 1180px) {
  .clarity .expert-with-portrait { gap: 40px; }
  .clarity .expert-story h2 br { display: none; }
  .clarity .expert-story .expert-lead { font-size: 21px; }
}
@media (max-width: 760px) {
  .clarity .expert-with-portrait { grid-template-columns: 1fr; gap: 35px; }
  .clarity .expert-portrait { width: 100%; max-width: 440px; }
  .clarity .expert-story h2 { font-size: 39px; margin-bottom: 24px; }
  .clarity .expert-story .expert-lead { font-size: 23px; }
}
