/* About Us page — scoped under #about-us to avoid theme chrome conflicts. */

#about-us {
  --navy-950: #021f50;
  --navy-900: #062e70;
  --navy-800: #073b86;
  --blue-600: #087ed8;
  --blue-500: #1098e8;
  --blue-100: #d9effd;
  --ice-100: #edf7fe;
  --ice-50: #f7fbfe;
  --mint-400: #67dbb7;
  --ink: #0a2d66;
  --body: #536782;
  --line: #d6e3ef;
  --white: #ffffff;
  --page-width: var(--container, 1480px);
  --shadow-soft: 0 24px 55px rgba(15, 58, 108, 0.12);
  --shadow-photo: 0 20px 45px rgba(10, 45, 102, 0.18);
  color: var(--ink);
}

#about-us .section-shell {
  width: 100%;
  max-width: var(--page-width);
  margin-inline: auto;
  padding-inline: 40px;
  box-sizing: border-box;
}

#about-us .eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
  text-transform: uppercase;
}

#about-us .eyebrow::after {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 35px;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-500);
  content: "";
}

#about-us .eyebrow--mint::after {
  background: var(--blue-500);
}

#about-us .hero-section {
  min-height: 510px;
  background: linear-gradient(112deg, #edf7fe 0%, #f9fcff 58%, #eef7fd 100%);
}

#about-us .hero-grid {
  display: grid;
  min-height: 510px;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: clamp(48px, 6vw, 100px);
  padding-block: 42px;
}

#about-us .hero-copy {
  max-width: 575px;
}

#about-us .hero-copy h1 {
  margin: 25px 0 18px;
  color: var(--navy-900);
  font-size: clamp(40px, 3.35vw, 58px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

#about-us .hero-copy h1 span {
  white-space: nowrap;
}

#about-us .hero-description {
  margin: 0;
  color: #324963;
  font-size: 16px;
  line-height: 1.58;
}

#about-us .founded-badge {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 0 17px;
  border: 1px solid var(--blue-600);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

#about-us .founded-badge i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

#about-us .photo-frame {
  position: relative;
  overflow: hidden;
  background: #e9f1f7;
}

#about-us .photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about-us .hero-photo {
  height: 402px;
  border: 2px solid rgba(5, 51, 114, 0.92);
  border-radius: 28px;
  box-shadow: var(--shadow-photo);
}

#about-us .hero-photo img {
  height: 214%;
}

#about-us .mission-section {
  border-bottom: 1px solid var(--line);
  background: white;
}

#about-us .mission-grid {
  display: grid;
  min-height: 256px;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding-block: 32px;
}

#about-us .mission-heading {
  position: relative;
  align-self: center;
}

/* Keep the eyebrow above the title so the headline centers with the quote card. */
#about-us .mission-heading > .eyebrow {
  position: absolute;
  left: 0;
  bottom: calc(100% + 20px);
  margin: 0;
}

#about-us .mission-heading h2 {
  max-width: 525px;
  margin: 0;
  color: #063b7a;
  font-size: clamp(1.46rem, 1.92vw, 2.31rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

#about-us .mission-quote {
  display: grid;
  min-height: 174px;
  grid-template-columns: 66px 1fr;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 30px 40px;
  border-radius: 22px;
  background: linear-gradient(135deg, #e9f4fc, #f4f9fd);
}

#about-us .quote-mark {
  position: relative;
  align-self: start;
  color: #cfe2f2;
  font-family: Georgia, serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 0.75;
}

#about-us .quote-mark::after {
  position: absolute;
  top: 76px;
  left: 2px;
  width: 37px;
  height: 2px;
  background: var(--blue-500);
  content: "";
}

#about-us .mission-quote p,
#about-us .mission-quote strong {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.42;
}

#about-us .mission-quote p {
  margin-bottom: 13px;
  color: #324963;
}

#about-us .mission-quote strong {
  color: var(--navy-950);
  font-size: 16px;
}

#about-us .showcase-section {
  padding: 32px 40px;
  background: #eef7fd;
}

#about-us .research-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 0;
  min-height: 0;
  /* Match site content width: container minus the usual 40px side padding. */
  width: 100%;
  max-width: calc(var(--page-width) - 80px);
  margin-inline: auto;
  padding: 0 0 0 clamp(28px, 3vw, 48px);
  border: 1px solid #cbdff0;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

#about-us .research-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px clamp(20px, 2.5vw, 36px) 40px 0;
}

#about-us .research-team {
  --ijc-navy: #082b63;
  --ijc-blue: #0072ce;
  --ijc-blue-glow: rgba(0, 114, 206, 0.45);
  --ijc-cyan: #13b9d2;
  --ijc-ice: #eef5fb;
  --ijc-photo-bg: radial-gradient(1100px 500px at 50% 8%, #1b3372 0%, #0b1638 55%, #0d1c40 100%);
  --ijc-border: #c9ddef;
  --ijc-copy: #5f7797;
  --ijc-white: #ffffff;
  min-width: 0;
  align-self: stretch;
  padding: 16px 16px 16px 8px;
}

/* ---------------------------------------------------------------------
 * "Research led by experience." doctor carousel.
 * Everything below is scoped under #about-research-team only and has no
 * effect on the homepage's own "Our Team" grid/cards.
 * ------------------------------------------------------------------- */

#about-us .ijc-research-team {
  width: 100%;
  height: 100%;
  padding: clamp(22px, 2.4vw, 36px);
  overflow: hidden;
  background: var(--ijc-white);
  border: 1px solid #e0edf7;
  border-radius: 26px;
}

#about-us .ijc-research-team__header {
  max-width: 560px;
  margin: 0 auto clamp(16px, 1.8vw, 22px);
  text-align: center;
}

#about-us .ijc-research-team__eyebrow {
  margin: 0 0 10px;
  color: var(--ijc-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

#about-us .ijc-research-team__title {
  margin: 0;
  color: #063b7a;
  font-size: clamp(1.46rem, 1.92vw, 2.31rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

#about-us .ijc-research-team__row {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: clamp(10px, 1.6vw, 0px);
}

#about-us .ijc-research-team__viewport {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

#about-us .ijc-research-team__viewport:focus-visible {
  outline-offset: 6px;
}

#about-us .ijc-research-team__track {
  --rt-gap: 14px;
  --rt-card-w: 100%;
  display: flex;
  align-items: stretch;
  gap: var(--rt-gap);
  touch-action: pan-y;
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  cursor: grab;
}

#about-us .ijc-research-team__track.is-dragging {
  transition: none;
  cursor: grabbing;
  user-select: none;
}

/* Equal doctor cards: identical width, height, media and radius —
 * no card is ever featured, scaled or otherwise emphasized. */
#about-us .ijc-research-team .ijc-doctor-card {
  display: flex;
  flex: 0 0 var(--rt-card-w);
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--ijc-white);
  border: 1px solid var(--ijc-border);
  border-radius: 18px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform 220ms ease;
}

#about-us .ijc-research-team a.ijc-doctor-card {
  color: inherit;
  text-decoration: none;
}

#about-us .ijc-research-team .ijc-doctor-card:hover,
#about-us .ijc-research-team .ijc-doctor-card:focus-within,
#about-us .ijc-research-team a.ijc-doctor-card:focus-visible {
  transform: translateY(-4px);
}

#about-us .ijc-research-team a.ijc-doctor-card:focus-visible {
  outline: 3px solid rgba(8, 125, 231, 0.35);
  outline-offset: 3px;
}

#about-us .ijc-research-team .ijc-doctor-card__media {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: var(--ijc-photo-bg);
}

#about-us .ijc-research-team .ijc-doctor-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  user-select: none;
  transition: transform 220ms ease;
}

#about-us .ijc-research-team .ijc-doctor-card:hover .ijc-doctor-card__media img,
#about-us .ijc-research-team .ijc-doctor-card:focus-within .ijc-doctor-card__media img {
  transform: scale(1.015);
}

#about-us .ijc-research-team .ijc-doctor-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 16px 18px 18px;
}

#about-us .ijc-research-team .ijc-doctor-card__title {
  margin: 0;
  color: var(--ijc-blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

#about-us .ijc-research-team .ijc-doctor-card__rule {
  display: none;
}

#about-us .ijc-research-team .ijc-doctor-card__name {
  margin: 6px 0 0;
  color: var(--ijc-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.28;
  overflow-wrap: break-word;
}

#about-us .ijc-research-team .ijc-doctor-card__specialty {
  margin: 4px 0 0;
  color: var(--ijc-copy);
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: break-word;
}

#about-us .ijc-research-team .ijc-doctor-card__spacer {
  margin-top: auto;
  padding-top: 12px;
}

#about-us .ijc-research-team .ijc-doctor-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ijc-blue);
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
}

#about-us .ijc-research-team .ijc-doctor-card__link:hover,
#about-us .ijc-research-team .ijc-doctor-card__link:focus-visible,
#about-us .ijc-research-team .ijc-doctor-card:hover .ijc-doctor-card__link,
#about-us .ijc-research-team .ijc-doctor-card:focus-visible .ijc-doctor-card__link {
  text-decoration: underline;
}

#about-us .ijc-research-team .ijc-doctor-card__link-arrow {
  transition: transform 220ms ease;
}

#about-us .ijc-research-team .ijc-doctor-card:hover .ijc-doctor-card__link-arrow,
#about-us .ijc-research-team .ijc-doctor-card:focus-within .ijc-doctor-card__link-arrow {
  transform: translateX(4px);
}

#about-us .ijc-research-team__arrow {
  position: relative;
  flex: 0 0 44px;
  align-self: center;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--ijc-white);
  background: linear-gradient(145deg, #3da0ea 0%, var(--ijc-blue) 48%, #0057a8 100%);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  line-height: 0;
  box-shadow:
    0 0 0 3px rgba(0, 114, 206, 0.14),
    0 0 16px var(--ijc-blue-glow),
    0 6px 14px rgba(0, 114, 206, 0.28);
}

#about-us .ijc-research-team__arrow::before {
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(
    115deg,
    transparent 30%,
    rgba(255, 255, 255, 0.55) 48%,
    transparent 62%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%) rotate(18deg);
}

#about-us .ijc-research-team__arrow:hover::before,
#about-us .ijc-research-team__arrow:focus-visible::before,
#about-us .ijc-research-team__arrow:active::before {
  opacity: 1;
  animation: about-ijc-icon-shine 0.75s ease-out;
}

#about-us .ijc-research-team__arrow:hover,
#about-us .ijc-research-team__arrow:focus-visible,
#about-us .ijc-research-team__arrow:active {
  outline: none;
  box-shadow:
    0 0 0 4px rgba(0, 114, 206, 0.2),
    0 0 22px rgba(0, 114, 206, 0.55),
    0 8px 18px rgba(0, 114, 206, 0.35);
}

#about-us .ijc-research-team__arrow:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.35;
  box-shadow: none;
}

#about-us .ijc-research-team__arrow:disabled::before {
  display: none;
}

#about-us .ijc-research-team__footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

#about-us .ijc-research-team__pagination {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#about-us .ijc-research-team__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

#about-us .ijc-research-team__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #d5deea;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

#about-us .ijc-research-team__dot:hover,
#about-us .ijc-research-team__dot:focus-visible {
  background: #88b8e7;
  outline: none;
}

#about-us .ijc-research-team__dot.is-active {
  background: var(--ijc-blue);
  box-shadow: 0 0 10px rgba(0, 114, 206, 0.55);
}

#about-us .ijc-research-team__count {
  margin: 0;
  color: var(--ijc-copy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

#about-us .ijc-research-team__cta {
  grid-column: 3;
  justify-self: end;
  min-height: 42px;
  padding: 0 14px 0 16px;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  color: var(--ijc-blue);
  background: var(--ijc-white);
  border: 1px solid var(--ijc-blue);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    text-shadow 220ms ease;
}

#about-us .ijc-research-team__cta:hover,
#about-us .ijc-research-team__cta:focus-visible {
  color: var(--ijc-white);
  background: var(--ijc-blue);
  border-color: rgba(120, 190, 255, 1);
  outline: none;
  box-shadow:
    0 0 10px rgba(80, 170, 255, 0.55),
    0 0 24px rgba(0, 114, 206, 0.45),
    0 0 48px rgba(0, 114, 206, 0.32),
    0 0 72px rgba(0, 114, 206, 0.2);
  text-shadow:
    0 0 10px rgba(180, 220, 255, 0.55),
    0 0 22px rgba(110, 180, 255, 0.35);
}

#about-us .ijc-research-team__cta:hover svg,
#about-us .ijc-research-team__cta:focus-visible svg {
  filter: drop-shadow(0 0 6px rgba(180, 220, 255, 0.55));
}

#about-us .ijc-research-team svg {
  position: relative;
  z-index: 1;
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  margin: 0;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  overflow: visible;
}

#about-us .ijc-research-team__arrow svg {
  width: 16px;
  height: 16px;
}

@keyframes about-ijc-icon-shine {
  from {
    opacity: 1;
    transform: translateX(-130%) rotate(18deg);
  }
  to {
    opacity: 0;
    transform: translateX(130%) rotate(18deg);
  }
}

#about-us .research-panel h2 {
  margin: 25px 0 0;
  max-width: 520px;
  color: #063b7a;
  font-size: clamp(1.46rem, 1.92vw, 2.31rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.11;
}

#about-us .research-intro,
#about-us .research-closing {
  color: var(--body);
  font-size: 15px;
  line-height: 1.55;
}

#about-us .research-intro {
  max-width: 450px;
  margin: 24px 0 20px;
}

#about-us .research-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 640px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#about-us .research-list li {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 8px 13px;
  border: 1px solid #73afe8;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 650;
}

#about-us .research-list li:last-child {
  grid-column: span 2;
  width: calc(50% - 5px);
  justify-self: center;
}

#about-us .research-list li span {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  background: var(--ice-100);
  color: var(--navy-800);
  font-size: 9px;
  font-weight: 800;
}

#about-us .research-closing {
  max-width: 475px;
  margin: 23px 0 0;
}

#about-us .gallery-section {
  padding: 48px 0 56px;
  background: var(--white);
}

#about-us .gallery-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 0.66fr);
  align-items: start;
  gap: clamp(36px, 5vw, 72px);
  /* rail gap below thumbs + count line + meta gap + pagination bar */
  --gallery-meta-offset: calc(12px + 22px + 8px + 3px);
}

#about-us .gallery-copy {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  padding-top: 8px;
  max-width: 360px;
}

#about-us .gallery-copy h2 {
  margin: 28px 0 16px;
  color: #063b7a;
  font-size: clamp(1.46rem, 1.92vw, 2.31rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

#about-us .gallery-lede {
  margin: 0;
  padding-bottom: 20px;
  color: var(--body);
  font-size: 15px;
  line-height: 1.6;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery {
  --cta-radius: 18px;
  width: calc(100% + clamp(40px, 5.5vw, 72px));
  max-width: none;
  margin-top: auto;
  margin-bottom: var(--gallery-meta-offset);
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  padding: 26px 22px 22px;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__copy {
  width: 100%;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  letter-spacing: 0.18em;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__eyebrow::after {
  width: 28px;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery h3 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(1.15rem, 1.55vw, 1.4rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.22;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__description {
  max-width: none;
  margin: 12px 0 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__action {
  display: block;
  width: 100%;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__button {
  width: 100%;
  min-width: 0;
  min-height: 52px;
  gap: 12px;
  padding: 12px 14px 12px 16px;
  font-size: 0.9rem;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__button-icon {
  width: 32px;
  height: 32px;
  flex-basis: 32px;
}

#about-us .gallery-copy .ijc-fellowship-cta--gallery .ijc-fellowship-cta__glow {
  top: auto;
  right: -8%;
  bottom: -18%;
  width: 200px;
  height: 110px;
  transform: none;
}

#about-us .gallery-media {
  min-width: 0;
}

#about-us .gallery-stage {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  border-radius: 16px;
  background: #dceaf5;
}

#about-us .gallery-slide {
  position: absolute;
  inset: 0;
}

#about-us .gallery-slide[hidden] {
  display: none;
}

#about-us .gallery-main-photo {
  width: 100%;
  height: 100%;
}

#about-us .gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--blue-600);
  box-shadow: 0 6px 16px rgba(6, 46, 112, 0.14);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

#about-us .gallery-arrow:hover,
#about-us .gallery-arrow:focus-visible {
  background: var(--blue-600);
  color: white;
  transform: translateY(-50%) scale(1.04);
}

#about-us .gallery-arrow--previous {
  left: 14px;
}

#about-us .gallery-arrow--next {
  right: 14px;
}

#about-us .gallery-rail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 10px;
}

#about-us .gallery-thumbnails {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#about-us .gallery-thumbnails > button {
  height: 128px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: #dceaf5;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease;
}

#about-us .gallery-thumbnails > button[hidden] {
  display: none;
}

#about-us .gallery-thumbnails > button:hover,
#about-us .gallery-thumbnails > button:focus-visible {
  opacity: 0.92;
  transform: translateY(-1px);
}

#about-us .gallery-thumbnail-photo {
  width: 100%;
  height: 100%;
}

#about-us .gallery-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  margin-left: auto;
}

#about-us .gallery-count {
  display: flex;
  gap: 0;
  margin: 0;
  color: var(--navy-950);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

#about-us .gallery-count strong {
  color: var(--navy-950);
  font-weight: 800;
  margin-right: 0.35em;
}

#about-us .gallery-count span {
  color: var(--navy-950);
  font-weight: 600;
}

#about-us .gallery-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

#about-us .gallery-pagination span {
  width: 14px;
  height: 3px;
  border: 0;
  border-radius: 4px;
  background: #c5d5e6;
  transition:
    width 180ms ease,
    background-color 180ms ease;
}

#about-us .gallery-pagination span.is-active {
  width: 28px;
  background: var(--navy-950);
}

#about-us :focus-visible {
  outline: 3px solid rgba(16, 152, 232, 0.48);
  outline-offset: 3px;
}

@media (max-width: 1250px) {
  #about-us .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(450px, 1.05fr);
    gap: 45px;
  }

  #about-us .research-panel {
    padding-left: 36px;
  }

  #about-us .research-copy {
    padding-block: 40px;
  }
}

@media (max-width: 980px) {
  #about-us .hero-section,
  #about-us .hero-grid {
    min-height: 0;
  }

  #about-us .hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 55px;
  }

  #about-us .hero-copy {
    max-width: 760px;
  }

  #about-us .hero-photo {
    height: min(54vw, 480px);
  }

  #about-us .mission-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 52px;
  }

  #about-us .mission-heading {
    padding-top: 42px;
  }

  #about-us .mission-heading > .eyebrow {
    bottom: auto;
    top: 0;
  }

  #about-us .mission-heading h2 {
    max-width: 680px;
  }

  #about-us .research-panel {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 0;
    padding: 36px 32px 0;
  }

  #about-us .research-copy {
    padding: 0 0 28px;
  }

  #about-us .research-team {
    margin: 0;
    width: 100%;
    padding: 0 0 28px;
  }

  #about-us .ijc-research-team {
    border-radius: 18px;
  }

  #about-us .ijc-research-team .ijc-doctor-card__media {
    height: 240px;
  }

  #about-us .ijc-research-team__arrow {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  #about-us .research-panel h2 {
    max-width: 680px;
  }

  #about-us .research-panel h2,
  #about-us .research-intro,
  #about-us .research-closing {
    max-width: 680px;
  }

  #about-us .gallery-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  #about-us .gallery-copy {
    max-width: 560px;
  }

  #about-us .gallery-copy .ijc-fellowship-cta--gallery {
    width: 100%;
    margin-bottom: 0;
  }
}

@media (max-width: 720px) {
  #about-us .section-shell {
    padding-inline: 20px;
  }

  #about-us .showcase-section {
    padding-inline: 20px;
  }
}

@media (max-width: 650px) {

  #about-us .hero-grid {
    padding-block: 42px;
  }

  #about-us .hero-copy h1 {
    margin-top: 24px;
    font-size: clamp(36px, 11vw, 48px);
  }

  #about-us .hero-description {
    font-size: 15px;
  }

  #about-us .hero-photo {
    height: 62vw;
    min-height: 245px;
    border-radius: 20px;
  }

  #about-us .mission-grid {
    padding-block: 42px;
  }

  #about-us .mission-heading h2 {
    font-size: clamp(1.33rem, 6.2vw, 1.92rem);
  }

  #about-us .mission-quote {
    min-height: 0;
    grid-template-columns: 1fr;
    padding: 28px;
  }

  #about-us .quote-mark {
    height: 45px;
    font-size: 80px;
  }

  #about-us .quote-mark::after {
    top: 51px;
  }

  #about-us .showcase-section {
    padding: 18px 20px;
  }

  #about-us .research-panel {
    padding: 28px 20px 0;
    border-radius: 22px;
  }

  #about-us .research-team {
    margin: 0;
    width: 100%;
    padding: 0 0 20px;
  }

  #about-us .ijc-research-team {
    padding: 24px 18px;
  }

  #about-us .ijc-research-team__row {
    gap: 8px;
  }

  #about-us .ijc-research-team__arrow {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  #about-us .ijc-research-team .ijc-doctor-card__media {
    height: 260px;
  }

  #about-us .ijc-research-team__footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
  }

  #about-us .ijc-research-team__pagination {
    grid-column: 1;
  }

  #about-us .ijc-research-team__cta {
    grid-column: 1;
    justify-self: stretch;
    width: 100%;
  }

  #about-us .research-panel h2 {
    font-size: clamp(1.33rem, 6.2vw, 1.92rem);
  }

  #about-us .research-list {
    grid-template-columns: 1fr;
  }

  #about-us .research-list li:last-child {
    grid-column: auto;
    width: 100%;
  }

  #about-us .gallery-section {
    padding: 36px 0 44px;
  }

  #about-us .gallery-copy h2 {
    margin-top: 24px;
    font-size: clamp(1.33rem, 6.2vw, 1.92rem);
  }

  #about-us .gallery-stage {
    aspect-ratio: 3 / 2;
    border-radius: 14px;
  }

  #about-us .gallery-arrow {
    width: 38px;
    height: 38px;
  }

  #about-us .gallery-arrow--previous {
    left: 10px;
  }

  #about-us .gallery-arrow--next {
    right: 10px;
  }

  #about-us .gallery-rail {
    gap: 10px;
  }

  #about-us .gallery-thumbnails {
    gap: 8px;
  }

  #about-us .gallery-thumbnails > button {
    height: 88px;
    border-radius: 12px;
  }

  #about-us .gallery-meta {
    align-items: flex-end;
  }

  #about-us .gallery-pagination {
    justify-content: flex-end;
  }
}

@media (prefers-reduced-motion: reduce) {
  #about-us *,
  #about-us *::before,
  #about-us *::after {
    transition-duration: 0.01ms !important;
  }

  #about-us .ijc-research-team__arrow::before {
    animation: none;
  }
}
