.about-page {
  overflow-x: clip;
  background: #f8fafc;
  color: #1e2e43;
}

.about-hero {
  padding: clamp(76px, 9vw, 132px) 0 clamp(62px, 7vw, 96px);
  background: linear-gradient(135deg, #f3fbff 0%, #f8fafc 58%, #eef5ff 100%);
}

.about-hero .container,
.about-section .container {
  width: min(1120px, calc(100% - 56px));
}

.about-kicker {
  margin: 0 0 16px;
  color: #1769df;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.about-hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  color: #17263a;
  font-size: clamp(38px, 5.2vw, 68px);
  font-weight: 850;
  line-height: 1.15;
}

.about-hero-lead {
  max-width: 720px;
  margin: 0;
  color: #5d7086;
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.75;
}

.about-section {
  padding: clamp(70px, 8vw, 112px) 0;
  background: #fff;
}

.about-section + .about-section {
  border-top: 1px solid #e4ebf3;
}

.about-section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.about-section-heading h2 {
  margin: 0 0 12px;
  color: #1d2c3f;
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 820;
  line-height: 1.25;
}

.about-section-heading p {
  margin: 0;
  color: #66788c;
  font-size: 16px;
  line-height: 1.75;
}

.about-section-heading--center {
  max-width: none;
  text-align: center;
}

.about-section-heading--center p {
  max-width: 760px;
  margin: 0 auto;
}

.about-ip-section {
  overflow: hidden;
  padding: 0;
  background: linear-gradient(180deg, #eaf4ff 0%, #f5f9ff 64%, #dcecff 100%);
}

.about-ip-inner {
  width: min(1909px, 100%);
  margin: 0 auto;
}

.about-ip-wall {
  position: relative;
  margin: 0;
  padding: 0 0 4px;
}

.about-ip-wall::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  background: linear-gradient(180deg, transparent, rgba(205, 227, 250, .58));
  content: "";
  pointer-events: none;
}

.about-ip-wall img {
  display: block;
  width: 100%;
  height: auto;
}

.about-award-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-core-team-section {
  overflow: hidden;
  padding: clamp(88px, 8vw, 118px) 0 clamp(84px, 7vw, 108px);
  background: linear-gradient(118deg, #f5f9ff 0%, #eef5ff 50%, #e8f3ff 100%);
}

.about-core-team-section .container {
  width: min(1384px, calc(100% - 112px));
}

.about-core-team-section .about-section-heading {
  margin-bottom: clamp(58px, 6vw, 84px);
}

.about-core-team-section .about-section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(34px, 3vw, 44px);
}

.about-core-team-section .about-section-heading p {
  color: #7b8ba1;
  font-size: 14px;
}

.core-team-carousel {
  position: relative;
}

.core-team-viewport {
  overflow: hidden;
}

.core-team-track {
  display: flex;
  transition: transform .42s ease;
  will-change: transform;
}

.core-team-page {
  flex: 0 0 100%;
  min-width: 100%;
}

.core-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 230px));
  justify-content: space-between;
  gap: 0;
  align-items: start;
}

.core-team-page--single .core-team-grid {
  grid-template-columns: repeat(4, minmax(0, 230px));
}

.core-team-card {
  text-align: left;
}

.core-team-photo {
  position: relative;
  box-sizing: border-box;
  isolation: isolate;
  aspect-ratio: 1 / 1;
  width: min(100%, 224px);
  margin: 0 0 30px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #dfeafb;
  appearance: none;
  cursor: pointer;
  transition: transform .24s ease;
}

.core-team-photo::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 50%;
  background: #dfeafb;
  content: "";
  pointer-events: none;
}

.core-team-photo::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.core-team-photo img {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 6px solid #f7fbff;
  border-radius: 50%;
  background: #eef4fc;
  box-shadow:
    0 0 0 1px rgba(112, 140, 181, .42),
    0 15px 30px rgba(43, 71, 109, .14);
  object-fit: cover;
  object-position: center top;
  transform: scale(.92);
  transition: box-shadow .24s ease;
}

.core-team-card:hover .core-team-photo {
  transform: translateY(-3px);
}

.core-team-photo:focus-visible {
  outline: 3px solid #1d5ec8;
  outline-offset: 6px;
}

.core-team-card:hover .core-team-photo img,
.core-team-card:focus-within .core-team-photo img {
  box-shadow:
    0 0 0 1px rgba(83, 117, 170, .58),
    0 21px 38px rgba(43, 71, 109, .2);
}

.core-team-copy h3 {
  margin: 0 0 12px;
  color: #20325a;
  font-size: 26px;
  font-weight: 820;
  line-height: 1.2;
}

.core-team-role {
  margin: 0 0 12px;
  color: #1f4fba;
  font-size: 15px;
  font-weight: 700;
}

.core-team-bio {
  margin: 0;
  color: #66758c;
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  min-height: 76px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.core-team-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: clamp(58px, 6vw, 80px);
}

.core-team-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #d8e0ea;
  border-radius: 50%;
  background: transparent;
  color: #8896a7;
  box-shadow: none;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.core-team-arrow svg {
  width: 24px;
  height: 24px;
}

.core-team-arrow:hover,
.core-team-arrow:focus-visible {
  border-color: #1d44bd;
  background: #1d44bd;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.core-team-counter {
  color: #2c3a4f;
  font-size: 22px;
  font-weight: 780;
}

.core-team-counter span:nth-child(2) {
  margin: 0 14px;
  color: #8a96a6;
  font-weight: 500;
}

.about-honors-section {
  overflow: hidden;
  background: #fff;
}

.honors-stage {
  display: grid;
  grid-template-columns: minmax(280px, .33fr) minmax(0, .67fr);
  width: min(1400px, calc(100% - 112px));
  min-height: 760px;
  margin: 0 auto;
}

.honors-copy {
  position: relative;
  z-index: 2;
  padding-top: 112px;
}

.honors-copy h2 {
  margin: 0;
  color: #2b3038;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 820;
  line-height: 1.25;
}

.honors-copy p {
  margin: 14px 0 0;
  color: #8b96a4;
  font-size: 14px;
  line-height: 1.7;
}

.honors-controls {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 128px;
}

.honors-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid #e1e6ec;
  border-radius: 50%;
  background: #fff;
  color: #c2c9d1;
  box-shadow: 0 8px 20px rgba(22, 31, 43, .06);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.honors-arrow svg {
  width: 28px;
  height: 28px;
}

.honors-arrow:hover,
.honors-arrow:focus-visible {
  border-color: #1d44bd;
  background: #1d44bd;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.honors-counter {
  color: #2b3038;
  font-size: 22px;
  font-weight: 780;
}

.honors-counter span:nth-child(2) {
  margin: 0 12px;
  color: #a8b0bb;
  font-weight: 500;
}

.honors-viewport {
  min-width: 0;
  height: 760px;
  overflow: visible;
}

.honors-track {
  display: flex;
  height: 100%;
  transition: transform .48s ease;
  will-change: transform;
}

.honors-page {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.honors-page.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.honor-shelf {
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 0;
  min-height: 260px;
  padding: 24px 0 18px;
  background: #fff;
  box-shadow: 0 26px 30px rgba(17, 28, 42, .14);
}

.honor-shelf::before {
  position: absolute;
  right: 0;
  bottom: -42px;
  left: 0;
  height: 42px;
  background: linear-gradient(168deg, rgba(22, 30, 38, .16), transparent 58%);
  content: "";
  pointer-events: none;
}

.honor-shelf > * {
  position: relative;
  z-index: 1;
}

.honor-shelf--top {
  top: 76px;
  left: 150px;
  width: calc(100% + 130px);
  padding-left: 94px;
}

.honor-shelf--bottom {
  bottom: 64px;
  left: -462px;
  width: calc(100% + 540px);
}

.honor-item {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  margin: 0;
}

.honor-item img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 8px rgba(31, 31, 31, .12));
}

.honor-shelf--top .honor-item {
  width: 310px;
  height: 220px;
}

.honor-shelf--top .honor-item + .honor-item {
  margin-left: 64px;
}

.honor-shelf--bottom .honor-item {
  width: 360px;
  height: 270px;
}

.honor-shelf--bottom .honor-item + .honor-item {
  margin-left: 90px;
}

.honor-shelf--top .honor-item img {
  height: 220px;
}

.honor-shelf--bottom .honor-item img {
  height: 270px;
}

.honor-item img {
  box-sizing: border-box;
  border: 7px solid #352627;
  outline: 2px solid rgba(178, 142, 104, .65);
  outline-offset: -5px;
  background: #fffdf5;
}

.about-award-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid #d8e3ee;
  border-radius: 8px;
  background: #f8fbff;
}

.about-award-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-fact {
  min-height: 152px;
  padding: 24px;
  border: 1px solid #dce6ef;
  border-radius: 8px;
  background: #f8fbff;
}

.about-fact b {
  display: block;
  margin-bottom: 12px;
  color: #1769df;
  font-size: 12px;
  font-weight: 800;
}

.about-fact h3 {
  margin: 0 0 8px;
  color: #26384d;
  font-size: 18px;
  font-weight: 800;
}

.about-fact p {
  margin: 0;
  color: #68798c;
  font-size: 14px;
  line-height: 1.7;
}

.team-member-dialog {
  width: min(1100px, calc(100% - 48px));
  max-width: none;
  margin: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #202d40;
  overflow: visible;
}

.team-member-dialog::backdrop {
  background: rgba(20, 30, 44, .62);
  backdrop-filter: blur(4px);
}

.team-member-dialog-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, .92fr) minmax(0, 1.08fr);
  min-height: 496px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .76);
  background:
    linear-gradient(135deg, #f8fbff 0%, #e8f2ff 58%, #dceaff 100%);
  box-shadow: 0 28px 70px rgba(9, 22, 39, .28);
}

.team-member-dialog-panel::before {
  position: absolute;
  top: -26%;
  right: 3%;
  width: 54%;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.team-member-dialog-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .56);
  color: #26364b;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.team-member-dialog-close svg {
  width: 20px;
  height: 20px;
}

.team-member-dialog-close:hover,
.team-member-dialog-close:focus-visible {
  background: #1d55bb;
  color: #fff;
  outline: none;
  transform: rotate(90deg);
}

.team-member-dialog-photo {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 0;
  padding: 42px 0 0 42px;
  background: #d6e5fa;
}

.team-member-dialog-photo::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .38), transparent 58%);
  content: "";
  pointer-events: none;
}

.team-member-dialog-photo img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.team-member-dialog-copy {
  position: relative;
  z-index: 1;
  align-self: center;
  padding: 64px 72px;
}

.team-member-dialog-copy h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0;
  color: #1d2a3d;
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 820;
  line-height: 1.2;
}

.team-member-dialog-title {
  color: #56677c;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
}

.team-member-dialog-separator {
  color: #9aa9ba;
  font-size: .76em;
  font-weight: 500;
}

.team-member-dialog-rule {
  width: min(100%, 420px);
  height: 2px;
  margin: 26px 0 24px;
  background: #3069cb;
}

.team-member-dialog-copy p {
  max-width: 450px;
  margin: 0;
  color: #41536a;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 780px) {
  .about-hero .container,
  .about-section .container {
    width: min(100% - 36px, 680px);
  }

  .about-award-grid,
  .about-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .core-team-grid,
  .core-team-page--single .core-team-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .about-core-team-section .container {
    width: min(100% - 36px, 680px);
  }

  .core-team-copy h3 {
    font-size: 20px;
  }

  .core-team-photo {
    width: min(100%, 212px);
    margin-bottom: 20px;
  }

  .team-member-dialog {
    width: min(100% - 28px, 520px);
    max-height: calc(100dvh - 28px);
  }

  .team-member-dialog-panel {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    max-height: calc(100dvh - 28px);
    overflow: auto;
  }

  .team-member-dialog-panel::before {
    top: 23%;
    right: -30%;
    width: 90%;
  }

  .team-member-dialog-close {
    top: 14px;
    right: 14px;
  }

  .team-member-dialog-photo {
    min-height: 280px;
    padding: 28px 28px 0;
  }

  .team-member-dialog-copy {
    padding: 32px 28px 38px;
  }

  .team-member-dialog-copy h2 {
    gap: 7px;
    font-size: 31px;
  }

  .team-member-dialog-title {
    font-size: 17px;
  }

  .team-member-dialog-rule {
    margin: 18px 0;
  }

  .team-member-dialog-copy p {
    font-size: 15px;
    line-height: 1.85;
  }

  .core-team-controls {
    gap: 18px;
    margin-top: 36px;
  }

  .core-team-arrow {
    width: 46px;
    height: 46px;
  }

  .core-team-counter {
    font-size: 20px;
  }

  .honors-stage {
    display: block;
    width: min(100% - 36px, 680px);
    min-height: 0;
    padding: 58px 0;
  }

  .honors-copy {
    padding: 0;
  }

  .honors-copy h2 {
    font-size: 30px;
  }

  .honors-controls {
    justify-content: center;
    margin-top: 28px;
  }

  .honors-arrow {
    width: 48px;
    height: 48px;
  }

  .honors-arrow svg {
    width: 24px;
    height: 24px;
  }

  .honors-viewport {
    height: 470px;
    margin-top: 34px;
  }

  .honors-page {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 28px;
    padding: 0 0 30px;
  }

  .honor-shelf,
  .honor-shelf--top,
  .honor-shelf--bottom {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 0;
    padding: 16px 18px 12px;
  }

  .honor-shelf::before {
    bottom: -24px;
    height: 24px;
  }

  .honor-shelf--top,
  .honor-shelf--bottom {
    gap: 16px;
  }

  .honor-shelf--top .honor-item,
  .honor-shelf--bottom .honor-item {
    width: auto;
    height: 148px;
  }

  .honor-shelf--top .honor-item + .honor-item,
  .honor-shelf--bottom .honor-item + .honor-item {
    margin-left: 0;
  }

  .honor-shelf--top .honor-item img,
  .honor-shelf--bottom .honor-item img {
    height: 148px;
  }

  .about-ip-wall img {
    height: auto;
  }
}
