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

.insights-family .page-hero {
  height: 360px;
  min-height: 360px;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
}

.insights-family .page-hero__media {
  inset: 0;
  height: 360px;
}

.insights-family .page-hero__art {
  object-position: center;
}

.insights-family .page-hero__veil {
  inset: 0;
  height: 360px;
  background: rgba(7, 26, 69, 0.04);
}

.insights-family .page-hero__content {
  position: absolute;
  inset: 0;
  display: block;
  height: 360px;
  padding: 0;
}

.insights-family .page-hero__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(76%, 960px);
  max-width: none;
  padding: 44px 32px 42px;
  color: var(--ink);
  background: var(--white);
}

.insights-family .page-hero__copy h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 520;
  line-height: 1.12;
}

.insights-family .page-hero__copy .eyebrow {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0;
  padding: 14px 26px;
  color: var(--white);
  background: var(--blue-deep);
  font-size: 11px;
}

.insights-family--research .page-hero__copy {
  display: inline-block;
  width: auto;
  padding: 0;
  background: transparent;
}

.insights-family--research .page-hero__copy h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.insights-family--research .page-hero__copy .eyebrow {
  position: static;
  display: block;
  padding: 15px 28px;
}

.insight-page-section {
  position: relative;
  padding-block: clamp(82px, 8vw, 118px);
  background: var(--white);
}

.insight-section-heading {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 104px);
  align-items: start;
  margin-bottom: clamp(48px, 6vw, 76px);
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.insight-section-heading__label {
  margin: 8px 0 0;
  color: var(--blue);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
  text-transform: uppercase;
}

.insight-section-heading h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(38px, 4.7vw, 64px);
  font-weight: 530;
  line-height: 1.1;
}

.insight-section-heading div > p {
  max-width: 840px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.insight-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.insight-overview-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1fr);
  min-height: 340px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  transition: color 220ms ease, background-color 220ms ease, transform 220ms ease;
}

.insight-overview-card:hover {
  color: var(--white);
  background: var(--blue-deep);
  transform: translateY(-5px);
}

.insight-overview-card__media {
  min-height: 100%;
  overflow: hidden;
  background: var(--blue-mist);
}

.insight-overview-card__media img,
.insight-card__media img,
.newsroom-row__media img,
.newsroom-featured__media img,
.research-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.insight-overview-card:nth-child(odd) img {
  object-position: 58% center;
}

.insight-overview-card:nth-child(even) img {
  object-position: 86% center;
}

.insight-overview-card:hover img,
.insight-grid-card:hover .insight-card__media img,
.newsroom-row:hover .newsroom-row__media img,
.newsroom-featured a:hover img,
.research-featured:hover img {
  transform: scale(1.035);
}

.insight-overview-card__body {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 3.7vw, 48px);
}

.insight-overview-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--blue);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

.insight-overview-card h2 {
  margin: auto 0 16px;
  font-size: clamp(34px, 3.5vw, 50px);
  font-weight: 540;
  line-height: 1.08;
}

.insight-overview-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.insight-overview-card__action,
.newsroom-featured__action,
.newsroom-row__action,
.research-featured__action {
  display: inline-block;
  margin-top: 28px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}

.insight-overview-card:hover p,
.insight-overview-card:hover .insight-overview-card__meta,
.insight-overview-card:hover .insight-overview-card__action {
  color: rgba(255, 255, 255, 0.72);
}

.insight-intro {
  padding-top: 96px;
  padding-bottom: 64px;
}

.events-catalog {
  padding-top: 0;
  padding-bottom: 120px;
}

.events-frame {
  padding: 28px 32px 38px;
  border: 1px solid rgba(17, 23, 34, 0.72);
  background: var(--white);
}

.events-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.events-tabs button {
  position: relative;
  min-height: 58px;
  padding: 0 18px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.events-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.events-tabs button[aria-selected="true"] {
  color: var(--blue);
  font-weight: 650;
}

.events-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.events-search {
  display: block;
  margin: 18px 0 12px;
}

.events-search input {
  width: 100%;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(35, 119, 242, 0.52);
  border-radius: 999px;
  outline: 0;
  background: var(--white);
}

.events-search input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(35, 119, 242, 0.14);
}

.insight-example-note {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 12px;
}

.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3.2vw, 42px);
}

.insight-grid-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 14px 34px rgba(7, 26, 69, 0.06);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.insight-grid-card:hover {
  border-color: rgba(35, 119, 242, 0.45);
  box-shadow: 0 20px 42px rgba(7, 26, 69, 0.12);
  transform: translateY(-5px);
}

.insight-card__media {
  height: 182px;
  overflow: hidden;
  background: var(--blue-mist);
}

.insight-grid-card:nth-child(3n + 1) .insight-card__media img {
  object-position: 42% center;
}

.insight-grid-card:nth-child(3n + 2) .insight-card__media img {
  object-position: 68% center;
}

.insight-grid-card:nth-child(3n) .insight-card__media img {
  object-position: 88% center;
}

.insight-grid-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.insight-card__badge,
.insight-card__example,
.insight-card__category {
  display: block;
  width: fit-content;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.insight-card__badge {
  margin-bottom: 7px;
  padding: 5px 8px;
  color: var(--white);
  background: var(--blue-deep);
}

.insight-card__category {
  margin-top: 8px;
  color: var(--muted);
}

.insight-grid-card h3 {
  margin: 20px 0 34px;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 540;
  line-height: 1.3;
}

.insight-grid-card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.insight-empty {
  min-height: 320px;
  padding: 88px 36px;
  text-align: center;
  border: 1px solid var(--line);
  background: var(--blue-mist);
}

.insight-empty strong {
  font-size: 26px;
  font-weight: 560;
}

.insight-empty p {
  margin: 12px 0 0;
  color: var(--muted);
}

.insight-list-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
}

.insight-list-footer > p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.insight-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.insight-pagination button {
  min-width: 38px;
  min-height: 38px;
  padding: 0 12px;
  color: var(--muted);
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
}

.insight-pagination button:hover:not(:disabled),
.insight-pagination button[aria-current="page"] {
  color: var(--white);
  border-color: var(--blue);
  background: var(--blue);
}

.insight-pagination button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.reports-overview {
  padding-top: 96px;
  background: var(--white);
}

.reports-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.reports-metrics article {
  min-height: 205px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reports-metrics strong,
.reports-metrics span,
.reports-metrics small {
  display: block;
}

.reports-metrics strong {
  color: var(--blue);
  font-family: var(--font-en);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 520;
  line-height: 1;
}

.reports-metrics span {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 600;
}

.reports-metrics small {
  margin-top: 5px;
  color: var(--muted);
}

.reports-library {
  background: #f7f9fc;
}

.report-card .insight-card__media {
  height: 220px;
}

.report-card .insight-grid-card__body {
  min-height: 260px;
}

.newsroom-section {
  padding-top: 96px;
}

.newsroom-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(280px, 0.78fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: start;
}

.newsroom-list {
  border-top: 1px solid var(--line);
}

.newsroom-row {
  display: grid;
  grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.35fr);
  gap: 28px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.newsroom-row__media {
  min-height: 190px;
  overflow: hidden;
  background: var(--blue-mist);
}

.newsroom-row:nth-child(odd) .newsroom-row__media img {
  object-position: 54% center;
}

.newsroom-row:nth-child(even) .newsroom-row__media img {
  object-position: 86% center;
}

.newsroom-row__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.newsroom-row h3 {
  margin: 14px 0 6px;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 560;
  line-height: 1.22;
}

.newsroom-row time,
.newsroom-featured time,
.research-featured time {
  color: #8a93a2;
  font-size: 11px;
}

.newsroom-row p,
.newsroom-featured p,
.research-featured p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.newsroom-featured {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  border: 1px solid var(--line);
  background: var(--blue-mist);
}

.newsroom-featured > a {
  display: block;
  padding: 22px;
}

.newsroom-featured__media {
  height: 205px;
  margin: -22px -22px 24px;
  overflow: hidden;
}

.newsroom-featured__media img {
  object-position: 82% center;
}

.newsroom-featured h2 {
  margin: 16px 0 8px;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 550;
  line-height: 1.15;
}

.research-featured-section {
  padding-top: 70px;
  padding-bottom: 86px;
}

.research-view-label {
  width: fit-content;
  margin: 0 0 34px;
  padding: 12px 22px;
  color: var(--white);
  background: var(--blue-deep);
  font-size: 12px;
  font-weight: 700;
}

.research-featured {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.52fr);
  min-height: 310px;
  border: 1px solid var(--line);
  background: var(--white);
}

.research-featured__media {
  min-height: 310px;
  overflow: hidden;
  background: var(--blue-mist);
}

.research-featured__media img {
  object-position: 78% center;
}

.research-featured__copy {
  padding: clamp(30px, 4.5vw, 58px);
}

.research-featured h2 {
  max-width: 800px;
  margin: 16px 0 8px;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 550;
  line-height: 1.16;
}

.research-library {
  padding-top: 96px;
  background: #f7f9fc;
}

.research-card .insight-card__media {
  height: 208px;
}

.research-card .insight-grid-card__body {
  min-height: 245px;
}

@media (max-width: 1080px) {
  .insight-overview-card {
    grid-template-columns: 1fr;
  }

  .insight-overview-card__media {
    min-height: 180px;
  }

  .insight-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .newsroom-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .newsroom-row {
    grid-template-columns: 220px minmax(0, 1fr);
  }
}

@media (max-width: 800px) {
  .insights-family .page-hero {
    height: 270px;
    min-height: 270px;
  }

  .insights-family .page-hero__media,
  .insights-family .page-hero__veil,
  .insights-family .page-hero__content {
    height: 270px;
  }

  .insights-family .page-hero__copy {
    width: min(92%, 680px);
    padding: 28px 24px 26px;
  }

  .insights-family .page-hero__copy h1 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .insight-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .insight-section-heading__label {
    margin-top: 0;
  }

  .insight-overview-grid,
  .reports-metrics,
  .newsroom-layout,
  .research-featured {
    grid-template-columns: 1fr;
  }

  .insight-overview-card {
    min-height: 0;
  }

  .newsroom-featured {
    position: static;
    grid-row: 1;
  }

  .research-featured__media {
    min-height: 240px;
  }
}

@media (max-width: 680px) {
  .insights-family .page-hero__media,
  .insights-family .page-hero__veil {
    overflow: hidden;
  }

  .insights-family .page-hero__art {
    width: 150%;
    max-width: none;
    object-position: 64% center;
  }

  .insights-family--research .page-hero__art {
    object-position: 72% center;
  }

  .insight-page-section {
    padding-block: 72px;
  }

  .insight-section-heading {
    margin-bottom: 38px;
    padding-bottom: 28px;
  }

  .insight-section-heading h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .insight-card-grid {
    grid-template-columns: 1fr;
  }

  .events-frame {
    padding: 18px 16px 26px;
  }

  .events-tabs button {
    min-height: 54px;
    padding: 0 8px;
    font-size: 13px;
  }

  .insight-list-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .insight-pagination {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .newsroom-row {
    grid-template-columns: 1fr;
  }

  .newsroom-row__media {
    min-height: 210px;
  }

  .research-featured__copy {
    padding: 28px 24px 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insight-overview-card,
  .insight-grid-card,
  .insight-overview-card__media img,
  .insight-card__media img,
  .newsroom-row__media img,
  .newsroom-featured__media img,
  .research-featured__media img {
    transition: none;
  }
}
