body .menu-holder1,
body .menu-holder,
body .icon-button,
body .icon-button1,
body .animoji-button1,
body .menu-to-close-icon {
  display: none !important;
}

.tm-site-nav {
  position: fixed;
  top: 24px;
  left: 50%;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1200px, calc(100vw - 32px));
  min-height: 68px;
  padding: 12px 18px 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 18px 48px rgba(14, 18, 28, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateX(-50%);
}

@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .tm-site-nav {
    background: rgba(255, 255, 255, 0.58);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    backdrop-filter: blur(22px) saturate(160%);
  }
}

.tm-nav-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.tm-nav-brand-logo {
  display: block;
  width: auto;
  height: 30px;
}

.tm-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 auto;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tm-nav-links::-webkit-scrollbar {
  display: none;
}

.tm-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 999px;
  color: #323235;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease,
    color 180ms ease;
}

.tm-nav-link:hover {
  background: rgba(255, 255, 255, 0.76);
  transform: translateY(-1px);
}

.tm-nav-link.is-current,
.tm-nav-link[aria-current="page"] {
  background: rgba(255, 255, 255, 0.92);
  color: #101114;
}

.tm-nav-label {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.site-scroll-top-anchor {
  position: fixed !important;
  left: 50% !important;
  bottom: 24px !important;
  z-index: 2800 !important;
  transform: translateX(-50%) !important;
}

.site-scroll-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    0 16px 36px rgba(14, 18, 28, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  color: #3d4048;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition:
    opacity 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.site-scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.site-scroll-top:hover {
  background: rgba(255, 255, 255, 0.94);
}

.site-scroll-top svg {
  width: 22px;
  height: 22px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.shared-nav-offset {
  padding-top: 96px !important;
}

.case-study-header-content .intro-role-team {
  align-items: stretch !important;
  gap: 34px;
}

.case-study-header-content .role-team {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  margin-top: 32px !important;
  padding-top: 28px;
  border-top: 1px solid #d8dde5;
  gap: 0;
}

.case-study-header-content .role-column,
.case-study-header-content .team-column {
  display: contents;
  width: auto !important;
  margin: 0 !important;
}

.case-study-header-content .role-section {
  margin: 0 !important;
  padding: 0 24px;
  border-left: 1px solid #d8dde5;
  min-width: 0;
}

.case-study-header-content .role-team > .role-column > .role-section:first-child {
  padding-left: 0;
  border-left: 0;
}

.case-study-header-content .small-caps-header {
  margin-bottom: 12px;
  color: #6f7580;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  -webkit-text-fill-color: initial;
  background-image: none;
}

.case-study-header-content .role-subtitle {
  margin-bottom: 10px;
  color: #323235;
  font-size: 15px;
  line-height: 1.55;
}

.research-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.research-summary-item {
  padding: 20px 22px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #f8fafc;
}

.research-summary-number {
  display: block;
  margin-bottom: 8px;
  color: #101114;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.research-summary-label {
  margin: 0;
  color: #5b6270;
  font-size: 14px;
  line-height: 1.5;
}

.research-summary-note {
  max-width: 680px;
  margin: 14px 0 0;
  color: #5b6270;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .tm-site-nav {
    top: 14px;
    width: calc(100vw - 20px);
    min-height: 56px;
    padding: 10px 12px 10px 18px;
    gap: 10px;
  }

  .tm-nav-brand-logo {
    height: 28px;
  }

  .tm-nav-link {
    min-height: 38px;
    padding: 0 10px;
  }

  .tm-nav-label {
    font-size: 13px;
  }

  body.shared-nav-offset {
    padding-top: 84px !important;
  }

  .case-study-header-content .intro-role-team {
    gap: 26px;
  }

  .case-study-header-content .role-team {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 24px;
  }

  .case-study-header-content .role-column,
  .case-study-header-content .team-column {
    display: block;
  }

  .case-study-header-content .role-section {
    padding: 0;
    border-left: 0;
  }

  .research-summary-grid {
    grid-template-columns: 1fr;
  }
}
