.about-page {
  color: #111827;
  background: #ffffff;
}

.about-hero {
  min-height: 650px;
  color: #ffffff;
  background: #000000 url("/assets/images/city-bg.jpg") center center / cover no-repeat;
}

.about-hero::before {
  background: rgba(0, 0, 0, 0.55);
}

.about-hero .service-hero__inner {
  padding-block: calc(var(--header-height) + 4rem) 8rem;
}

.about-hero .service-hero__eyebrow {
  color: #ffffff;
}

.about-hero h1 {
  color: #ffffff;
}

.about-hero .service-hero__summary {
  color: #ffffff;
}

.about-section__inner {
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: var(--content-width);
  margin-inline: auto;
}

.about-introduction {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #f7f8fa;
}

.about-introduction__content {
  max-width: 1180px;
}

.about-introduction h2,
.about-leadership h2 {
  margin: 0;
  color: #0a1c46;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-introduction h2 span,
.about-leadership h2 span {
  color: #05a7df;
}

.about-introduction__copy {
  max-width: 1100px;
  margin-top: clamp(2rem, 3vw, 2.75rem);
}

.about-introduction__copy p,
.about-leadership__header > p {
  margin: 0;
  color: #4b5565;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.72;
}

.about-introduction__copy p + p {
  margin-top: 1.4rem;
}

.about-leadership {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #ffffff;
}

.about-leadership__header > p {
  max-width: 1120px;
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.leadership-profile {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  max-width: 1080px;
  margin: clamp(2rem, 4vw, 3.5rem) auto 0;
  overflow: hidden;
  background: #f5f7fa;
  border: 1px solid #e1e7ee;
  border-radius: 16px;
}

.leadership-profile__portrait {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #10283e;
  cursor: pointer;
}

.leadership-profile__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.leadership-profile__photo-link {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: flex;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  color: #fff;
  background: rgba(10, 28, 70, 0.9);
  border: 1px solid #ffffff40;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
}

.leadership-profile__content {
  min-width: 0;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.leadership-profile__role {
  margin: 0;
  color: #087ba4;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.leadership-profile__content h3 {
  margin: 0.65rem 0 1.25rem;
  color: #0a1c46;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.leadership-profile__content > p:not(.leadership-profile__role) {
  color: #4b5565;
  font-size: 1.05rem;
  line-height: 1.7;
}

.leadership-profile__content > .leadership-profile__intro {
  color: #0a1c46;
  font-weight: 600;
}

.leadership-profile__bio-link {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  min-height: 44px;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
  color: #0a1c46;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #05a7df;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.leadership-profile button:focus-visible,
.leadership-bio__close:focus-visible {
  outline: 3px solid #05a7df;
  outline-offset: -4px;
}

.leadership-profile__bio-link:hover { color: #087ba4; }
.leadership-profile__portrait:hover .leadership-profile__photo-link { background: #0a1c46; }

.leadership-bio {
  width: min(600px, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  color: #4b5565;
  background: #fff;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 24px 90px #0005;
}

.leadership-bio::backdrop { background: rgba(7, 18, 38, 0.72); }
html:has(.leadership-bio[open]) { overflow: hidden; }

.leadership-bio__header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid #e1e7ee;
}

.about-leadership .leadership-bio h2 {
  margin-top: 0.5rem;
  font-size: 2rem;
}

.leadership-bio__close {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: #0a1c46;
  background: #f0f3f7;
  border: 0;
  border-radius: 50%;
  font-size: 1.75rem;
  cursor: pointer;
}

.leadership-bio__close:hover { background: #e1e7ee; }
.leadership-bio__copy { padding: 0.25rem 1.5rem 1.5rem; }
.leadership-bio__copy p { font-size: 1rem; line-height: 1.75; }
.leadership-bio__copy p:last-child { margin-bottom: 0; }

.about-difference {
  padding-block: clamp(5.5rem, 8vw, 8rem);
  background: #f6f7f9;
}

.about-difference__header {
  max-width: 940px;
  margin-inline: auto;
  text-align: center;
}

.about-difference h2 {
  margin: 0;
  color: #0a1c46;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-difference h2 span {
  color: #05a7df;
}

.about-difference__header p {
  max-width: 850px;
  margin: 1.75rem auto 0;
  color: #4b5565;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.difference-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: clamp(3rem, 5vw, 4.25rem);
}

.difference-tab {
  position: relative;
  display: grid;
  min-height: 88px;
  place-items: center;
  padding: 1rem;
  color: var(--color-white);
  background: var(--color-navy-900);
  border: 2px solid var(--color-navy-900);
  border-radius: 4px;
  font-size: clamp(0.92rem, 1.15vw, 1.05rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.difference-tab:hover {
  background: #102041;
  border-color: #102041;
}

.difference-tab.is-active,
.difference-tab[aria-selected="true"] {
  color: var(--color-navy-900);
  background: #eaf7fc;
  border-color: #05a7df;
}

.difference-tab.is-active::after,
.difference-tab[aria-selected="true"]::after {
  position: absolute;
  right: 50%;
  bottom: -11px;
  width: 0;
  height: 0;
  border-top: 10px solid #05a7df;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  content: "";
  transform: translateX(50%);
}

.difference-panels {
  margin-top: clamp(3rem, 5vw, 4.5rem);
}

.difference-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(2.5rem, 5vw, 5rem);
  align-items: center;
  animation: difference-panel-enter 200ms ease both;
}

.difference-panel[hidden] {
  display: none;
}

.difference-panel__media {
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  place-items: center;
  color: rgba(7, 13, 29, 0.5);
  background: #d9d9d9;
  border-radius: 6px;
  font-size: clamp(0.88rem, 1.1vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}

.difference-panel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.difference-panel__content h3 {
  margin: 0;
  color: #0a1c46;
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.difference-panel__content p {
  margin: 1.5rem 0 0;
  color: #4b5565;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.72;
}

@keyframes difference-panel-enter {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.about-clients {
  padding-block: clamp(6rem, 9vw, 9rem);
  background: #ffffff;
}

.about-clients__header {
  max-width: 1040px;
  margin-inline: auto;
  text-align: center;
}

.about-clients__eyebrow {
  margin: 0;
  color: #0a1c46;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.about-clients__accent {
  display: block;
  width: 42px;
  height: 3px;
  margin: 0.9rem auto 0;
  background: #05a7df;
}

.about-clients h2 {
  margin: clamp(1.75rem, 3vw, 2.5rem) 0 0;
  color: #0a1c46;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-clients h2 span {
  color: rgb(40, 128, 178);
}

.about-clients__intro {
  max-width: 850px;
  margin: 1.75rem auto 0;
  color: #4b5565;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.7;
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(2.75rem, 5vw, 4.75rem) clamp(2rem, 4vw, 4rem);
  max-width: 1180px;
  margin: clamp(4.5rem, 7vw, 6.5rem) auto 0;
}

.client-logo-cell {
  display: grid;
  min-width: 0;
  min-height: 92px;
  place-items: center;
}

.about-testimonials {
  --testimonial-gap: clamp(1.25rem, 2vw, 1.75rem);
  padding-block: clamp(5.5rem, 8vw, 8rem);
  overflow: hidden;
  background: #f6f7f9;
}

.about-testimonials__header {
  text-align: center;
}

.about-testimonials h2 {
  margin: 0;
  color: #0a1c46;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.testimonials-viewport {
  width: calc(100% - (2 * var(--page-gutter)));
  max-width: var(--content-width);
  margin: clamp(3.5rem, 6vw, 5.5rem) auto 0;
  overflow: hidden;
}

.testimonials-track {
  display: flex;
  width: max-content;
  animation: testimonials-marquee 58s linear infinite;
  will-change: transform;
}

.testimonials-group {
  display: flex;
  flex: none;
  gap: var(--testimonial-gap);
  padding-right: var(--testimonial-gap);
}

.testimonial-card {
  display: flex;
  flex: 0 0 clamp(340px, 28vw, 410px);
  flex-direction: column;
  min-height: 405px;
  padding: clamp(2rem, 3vw, 2.75rem);
  color: #1c2638;
  background: #ffffff;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 13, 29, 0.055);
}

.testimonial-card__mark {
  height: 68px;
  color: #05a7df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 6.75rem;
  font-weight: 700;
  line-height: 0.9;
}

.testimonial-card blockquote {
  display: flex;
  flex: 1;
  margin: 1.25rem 0 0;
}

.testimonial-card blockquote p {
  margin: 0;
  color: #273348;
  font-size: clamp(1.05rem, 1.35vw, 1.18rem);
  line-height: 1.68;
}

.testimonial-card__attribution {
  margin-top: 2rem;
  padding-top: 1.4rem;
  border-top: 1px solid #e3e7ec;
}

.testimonial-card__attribution cite {
  display: block;
  color: #075c94;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.testimonial-card__attribution p {
  margin: 0.4rem 0 0;
  color: #667085;
  font-size: 0.95rem;
  line-height: 1.45;
}

.about-final-cta {
  position: relative;
  padding-block: clamp(4rem, 6vw, 5.5rem);
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-navy-900);
}

.about-final-cta::after {
  position: absolute;
  right: -8%;
  bottom: -2px;
  width: 48%;
  height: 3px;
  background: #05a7df;
  content: "";
  transform: skewX(-42deg);
}

.about-final-cta__inner {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 5rem);
}

.about-final-cta__content {
  max-width: 780px;
}

.about-final-cta h2 {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}

.about-final-cta__content p {
  max-width: 700px;
  margin: 1.15rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.03rem, 1.35vw, 1.15rem);
  line-height: 1.65;
}

.about-final-cta__actions {
  display: grid;
  flex: 0 0 min(100%, 290px);
  gap: 0.85rem;
}

.about-final-cta__actions .button {
  width: 100%;
  min-height: 56px;
  padding-inline: 1.25rem;
  font-weight: 700;
}

.about-final-cta__primary {
  background: #05a7df;
  border-color: #05a7df;
}

.about-final-cta__primary:hover {
  background: #078fbe;
  border-color: #078fbe;
}

.about-final-cta__secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.62);
}

.about-final-cta__secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--color-white);
}

@keyframes testimonials-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1024px) {
  .about-hero {
    min-height: 620px;
  }

  .difference-tabs {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .difference-tab {
    grid-column: span 2;
    min-height: 76px;
  }

  .difference-tab:nth-child(4),
  .difference-tab:nth-child(5) {
    grid-column: span 3;
  }

  .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-card {
    flex-basis: calc((100vw - (2 * var(--page-gutter)) - var(--testimonial-gap)) / 2);
  }
}

@media (max-width: 960px) {
  .about-hero .service-hero__inner {
    align-items: center;
    padding-block: calc(var(--header-height) + 4rem) 8rem;
  }

  .about-introduction,
  .about-leadership,
  .about-difference,
  .about-clients,
  .about-testimonials {
    padding-block: clamp(4.75rem, 8vw, 6rem);
  }
}

@media (max-width: 820px) {
  .difference-panel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .difference-panel__content {
    max-width: 680px;
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 2rem;
  }

  .about-final-cta__inner {
    display: grid;
  }

  .about-final-cta__actions {
    width: min(100%, 360px);
  }
}

@media (max-width: 700px) {
  .about-hero {
    min-height: 560px;
  }

  .about-hero .service-hero__inner {
    align-items: end;
    padding-block: calc(var(--header-height) + 3rem) 5rem;
  }

  .about-hero h1 {
    font-size: clamp(2.75rem, 13vw, 3.65rem);
  }

  .leadership-profile {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .leadership-profile__content { padding: 1.75rem; }

  .difference-tabs {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .difference-tab,
  .difference-tab:nth-child(4),
  .difference-tab:nth-child(5) {
    grid-column: auto;
    min-height: 56px;
  }

  .difference-panels {
    margin-top: 2.75rem;
  }

  .client-logo-grid {
    margin-top: 3.5rem;
  }

  .testimonial-card {
    flex-basis: calc(100vw - (2 * var(--page-gutter)) - 1.5rem);
    min-height: 390px;
  }
}

@media (max-width: 430px) {
  .about-hero {
    min-height: 540px;
  }

  .about-introduction,
  .about-leadership,
  .about-difference,
  .about-clients,
  .about-testimonials {
    padding-block: 4.25rem;
  }

  .about-final-cta {
    padding-block: 4.25rem;
  }

  .about-introduction h2,
  .about-leadership h2,
  .about-difference h2,
  .about-clients h2,
  .about-testimonials h2 {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .about-introduction__copy p,
  .about-leadership__header > p,
  .about-difference__header p,
  .difference-panel__content p {
    font-size: 1.03rem;
    line-height: 1.65;
  }

  .difference-panel__content h3 {
    font-size: clamp(1.8rem, 8.5vw, 2.35rem);
  }

  .client-logo-grid {
    gap: 2rem 1.25rem;
  }

  .client-logo-cell {
    min-height: 78px;
  }

  .testimonials-viewport {
    margin-top: 3rem;
  }

  .testimonial-card {
    min-height: 410px;
    padding: 1.75rem;
  }

  .testimonial-card blockquote p {
    font-size: 1.02rem;
    line-height: 1.62;
  }
}

@media (prefers-reduced-motion: reduce) {
  .difference-tab {
    transition: none;
  }

  .difference-panel {
    animation: none;
  }

  .testimonials-viewport {
    overflow: visible;
  }

  .testimonials-track {
    display: block;
    width: auto;
    animation: none;
    transform: none;
  }

  .testimonials-group:first-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--testimonial-gap);
    padding-right: 0;
  }

  .testimonials-group[aria-hidden="true"] {
    display: none;
  }

  .testimonial-card {
    width: auto;
    min-height: 390px;
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 1024px) {
  .testimonials-group:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) and (max-width: 700px) {
  .testimonials-group:first-child {
    grid-template-columns: 1fr;
  }
}
