/* Concrete service outcomes, alongside the existing service descriptions. */
.clarity .service-card > p { margin-bottom: 23px; }
.clarity .service-card > a { margin-top: 0; }
.service-outcome {
  width: 100%;
  min-height: 112px;
  padding: 17px 19px;
  margin-top: auto;
  margin-bottom: 27px;
  border-radius: 6px;
  background: #f0f5eb;
}
.service-outcome > span {
  display: block;
  font: 12px/1.5 var(--mono);
  letter-spacing: .055em;
  color: #527061;
  margin-bottom: 8px;
}
.service-outcome strong {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--green);
}

/* A compact client story, expressed in each concept's visual language. */
.client-story {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  padding-block: 68px;
}
.client-story-heading .eyebrow { margin-bottom: 23px; }
.story-client {
  font-family: var(--heading);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
  margin-bottom: 14px;
}
.client-story h2 { font-size: clamp(33px, 3vw, 43px); line-height: 1.15; }
.client-story-body { align-self: center; }
.client-story .story-summary { font-size: 18px; line-height: 1.7; }
.story-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 23px;
  margin: 25px 0 0;
  border-top: 1px solid var(--line);
}
.story-facts dt {
  font: 12px/1.5 var(--mono);
  margin-bottom: 10px;
  color: #61736b;
}
.story-facts dd { margin: 0; font-size: 17px; line-height: 1.55; font-weight: 550; }
.story-credit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-top: 27px;
}
.story-credit p { font-size: 14px; line-height: 1.6; }
.story-credit strong { display: block; font-weight: 650; }
.story-credit span { display: block; }
.story-credit a, .story-source {
  font-size: 14px;
  font-weight: 550;
  white-space: nowrap;
  text-underline-offset: 5px;
}
.story-credit a span { display: inline; margin-left: 8px; }
.story-credit a:hover, .story-source:hover { text-decoration: underline; }
.client-story-clarity { border-bottom: 1px solid var(--line); }
.client-story-clarity h2, .client-story-clarity .story-client,
.client-story-clarity .story-credit strong, .client-story-clarity .story-credit a { color: var(--green); }
.client-story-momentum {
  padding: 48px 50px;
  margin-top: 64px;
  background: #142039;
  border: 1px solid #314264;
  border-radius: 8px;
}
.client-story-momentum h2 { font-weight: 500; }
.client-story-momentum .story-client { color: #c4d3ff; }
.client-story-momentum .story-summary { color: #c4cde0; }
.client-story-momentum .story-facts { border-color: #3a4969; }
.client-story-momentum .story-facts dt { color: #aebde0; }
.client-story-momentum .story-facts dd,
.client-story-momentum .story-credit strong { color: #edf1fb; }
.client-story-momentum .story-credit p { color: #aab8d3; }
.client-story-momentum .story-credit a { color: #b4c8ff; }

/* A conditional cue makes the nearest deadline relevant to the right estates. */
.clarity .lifecycle-priority { background: #fff8e9; border-color: #c99b52; }
.clarity .lifecycle-priority .lifecycle-label {
  align-self: flex-start;
  color: #774b12;
  background: #f6e4bd;
  border: 1px solid #e0bc78;
  border-radius: 4px;
  padding: 5px 9px;
}
.clarity .lifecycle-priority .lifecycle-date time,
.clarity .lifecycle-priority .lifecycle-content a { color: #7b4d13; }
.lifecycle-action { display: block; font-weight: 650; margin-bottom: 7px; }

/* Two distinct choices: talk to the team, or start with the existing finder. */
.perspective .hero-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 25px; }
.perspective .hero-actions .button { margin-top: 0; }
.perspective .finder-shortcut { font-size: 14px; color: #294bd0; gap: 16px; padding-block: 5px; }
.perspective .finder-shortcut:hover { text-decoration: underline; text-underline-offset: 5px; }
.momentum-contact > .contact-main,
.editorial-contact .wrap > .contact-main { flex-wrap: wrap; gap: 32px; }
.momentum-contact .booking-button,
.editorial-contact .booking-button {
  background: #fff;
  color: #2346cb;
  font-size: 15px;
  padding: 18px 23px;
  gap: 24px;
  white-space: nowrap;
}
.editorial-contact .booking-button { border-radius: 0; }

/* Keep cobalt italic emphasis at the hero, finder, and final invitation. */
.perspective .editorial-statement h2 em,
.perspective .editorial-work h2 em,
.perspective .expertise-title h2 em,
.perspective .lifecycle-heading h2 em,
.perspective #insights h2 em,
.perspective .editorial-quote em { color: inherit; }
.perspective .editorial-quote { text-align: left; background: #eef2fc; padding-block: 65px; }
.perspective .quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.perspective .editorial-quote .eyebrow { justify-content: flex-start; }
.perspective .quote-context .story-client { color: #304779; }
.perspective .quote-context h2 { font-size: 41px; line-height: 1.1; }
.perspective .quote-context .story-facts { gap: 22px; }
.perspective .quote-context .story-facts dt { color: #627294; }
.perspective .quote-context .story-facts dd { font-size: 16px; color: #34496d; }
.perspective .quote-content { padding-left: 39px; border-left: 1px solid #c3cfe8; }
.perspective .quote-content blockquote { font-size: 41px; margin: 0 0 25px; color: #253453; }
.perspective .quote-attribution { justify-content: flex-start; font-size: 14px; gap: 12px; flex-wrap: wrap; }
.perspective .story-source { display: inline-block; margin-top: 21px; color: #365590; }

@media (max-width: 1180px) {
  .client-story { gap: 40px; }
  .client-story-momentum { padding: 36px; }
  .story-credit { flex-wrap: wrap; gap: 16px; }
  .perspective .quote-grid { gap: 40px; }
  .perspective .quote-content { padding-left: 28px; }
  .perspective .quote-content blockquote { font-size: 36px; }
}
@media (max-width: 760px) {
  .service-outcome { min-height: 0; margin-bottom: 23px; }
  .client-story { grid-template-columns: 1fr; gap: 28px; padding-block: 43px; }
  .client-story h2 { font-size: 34px; }
  .client-story .story-summary { font-size: 16px; }
  .client-story-momentum { padding: 30px 24px; margin-top: 42px; }
  .story-facts { grid-template-columns: 1fr; gap: 20px; margin-top: 22px; padding-top: 22px; }
  .story-facts dd { font-size: 16px; }
  .story-facts dt { margin-bottom: 6px; }
  .story-credit { display: block; margin-top: 23px; }
  .story-credit a { display: inline-block; margin-top: 17px; }
  .perspective .hero-actions { gap: 15px; margin-top: 24px; }
  .perspective .finder-shortcut { font-size: 14px; }
  .momentum-contact > .contact-main,
  .editorial-contact .wrap > .contact-main { flex-direction: column; align-items: flex-start; gap: 28px; }
  .momentum-contact .booking-button,
  .editorial-contact .booking-button { font-size: 14px; padding: 16px 19px; gap: 17px; }
  .perspective .editorial-quote { padding-block: 46px; }
  .perspective .quote-grid { grid-template-columns: 1fr; gap: 30px; }
  .perspective .quote-context h2 { font-size: 38px; }
  .perspective .quote-context .story-facts { grid-template-columns: 1fr; gap: 18px; }
  .perspective .quote-content { border-left: 0; border-top: 1px solid #c3cfe8; padding: 29px 0 0; }
  .perspective .quote-content blockquote { font-size: 34px; }
  .perspective .quote-attribution { display: block; line-height: 1.6; }
}


/* Each concept's menu follows its own homepage sections. */
.site-header .desktop-nav,
.perspective .site-header .desktop-nav { gap: 28px; font-size: 15px; }

/* Fade at the visible crop boundary, including the image's off-canvas overhang. */
.momentum .ribbon-image {
  --ribbon-overhang: 95px;
  --ribbon-fade: 170px;
  -webkit-mask-image: linear-gradient(to right, #000 0, #000 calc(100% - var(--ribbon-overhang) - var(--ribbon-fade)), transparent calc(100% - var(--ribbon-overhang)));
  mask-image: linear-gradient(to right, #000 0, #000 calc(100% - var(--ribbon-overhang) - var(--ribbon-fade)), transparent calc(100% - var(--ribbon-overhang)));
}

/* An editorial planning image balances the point of view; Suren leads the team story. */
.perspective .editorial-statement { align-items: center; }
.perspective-planning-photo { margin: 25px 0 0; aspect-ratio: 4 / 5; overflow: hidden; }
.perspective-planning-photo img,
.perspective-founder-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.perspective-planning-photo img { object-position: center; }
.perspective .editorial-expertise { align-items: center; }
.perspective-founder-photo { margin: 25px 0 25px; aspect-ratio: 4 / 3; overflow: hidden; }
.perspective-founder-photo img { object-position: 78% 42%; }
.perspective .expertise-title h2 { font-size: clamp(36px, 3.25vw, 46px); line-height: 1.15; }
.perspective .editorial-expertise .text-link { margin-top: 20px; }

@media (max-width: 1360px) {
  .site-header .desktop-nav,
  .perspective .site-header .desktop-nav { gap: 22px; font-size: 14px; }
}
@media (max-width: 1100px) {
  .momentum .ribbon-image { --ribbon-overhang: 140px; --ribbon-fade: 125px; }
}
@media (max-width: 760px) {
  .momentum .ribbon-image { --ribbon-overhang: 0px; --ribbon-fade: 70px; }
  .perspective-planning-photo { aspect-ratio: 4 / 3; margin-top: 22px; }
  .perspective-planning-photo img { object-position: center 62%; }
  .perspective-founder-photo { margin-top: 22px; margin-bottom: 23px; }
  .perspective .expertise-title h2 { font-size: 38px; }
}
