.insights-index-page {
  color: #0b1c18;
  background: #fff;
}

.insights-page__hero,
.insights-page__collection,
.insights-page__topics {
  --insights-padding-x: 24px;
}

.insights-page__hero {
  padding: 56px var(--insights-padding-x) 64px;
  color: #fff;
  background: #00473e;
}

.insights-page__hero-inner,
.insights-page__collection-inner,
.insights-page__topics-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.insights-page__eyebrow,
.insights-page__article-type,
.insights-page__topic-index {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insights-page__hero h1 {
  max-width: 1180px;
  margin-top: 22px;
  font-size: clamp(48px, 8vw, 108px);
  line-height: 0.96;
  font-weight: 300;
}

html[data-language^="zh"] .insights-page__hero h1 {
  font-size: clamp(48px, 7vw, 96px);
}

.insights-page__hero-copy {
  max-width: 650px;
  margin-top: 32px;
  font-size: 19px;
  line-height: 1.5;
}

.insights-page__filters {
  display: grid;
  margin-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.insights-page__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 15px;
  line-height: 1.25;
}

.insights-page__filter span:last-child {
  opacity: 0.62;
}

.insights-page__collection {
  padding: 64px var(--insights-padding-x) 72px;
}

.insights-page__section-heading {
  display: grid;
  gap: 18px;
  margin-bottom: 42px;
}

.insights-page__section-heading h2 {
  max-width: 780px;
  font-size: 41px;
  line-height: 1.04;
  font-weight: 300;
}

.insights-page__section-heading p {
  max-width: 530px;
  font-size: 17px;
  line-height: 1.5;
}

.insights-page__articles {
  display: grid;
  border-top: 1px solid #00473e;
}

.insights-page__article {
  display: grid;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 71, 62, 0.28);
  color: inherit;
}

.insights-page__article-media {
  overflow: hidden;
}

.insights-page__article img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.insights-page__article-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.insights-page__article-type {
  color: #00473e;
}

.insights-page__article h3 {
  max-width: 640px;
  margin-top: 14px;
  font-size: 34px;
  line-height: 1.06;
  font-weight: 300;
}

.insights-page__article p {
  max-width: 610px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.55;
}

.insights-page__article-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 71, 62, 0.42);
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.insights-page__article-link svg {
  width: 42px;
  height: 18px;
  fill: currentColor;
}

.insights-page__article:hover img {
  transform: scale(1.025);
}

.insights-page__topics {
  padding: 64px var(--insights-padding-x) 72px;
  color: #fff;
  background: #00473e;
}

.insights-page__topics-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.insights-page__topics-heading h2 {
  margin-top: 16px;
  font-size: 40px;
  line-height: 1.04;
  font-weight: 300;
}

.insights-page__topic-list {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.insights-page__topic {
  display: grid;
  gap: 12px;
  padding: 23px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: inherit;
}

.insights-page__topic-index {
  opacity: 0.66;
}

.insights-page__topic h3 {
  font-size: 27px;
  line-height: 1.08;
  font-weight: 300;
}

.insights-page__topic p {
  max-width: 540px;
  font-size: 15px;
  line-height: 1.5;
}

.insights-index-page a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media screen and (min-width: 768px) {
  .insights-page__hero,
  .insights-page__collection,
  .insights-page__topics {
    --insights-padding-x: 32px;
  }

  .insights-page__hero {
    padding-top: 92px;
    padding-bottom: 88px;
  }

  .insights-page__hero-copy {
    margin-top: 40px;
    font-size: 23px;
  }

  .insights-page__filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 72px;
  }

  .insights-page__filter {
    min-height: 82px;
    padding: 0 24px;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }

  .insights-page__filter:first-child {
    padding-left: 0;
  }

  .insights-page__filter:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .insights-page__collection,
  .insights-page__topics {
    padding-top: 88px;
    padding-bottom: 96px;
  }

  .insights-page__section-heading {
    grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: 72px;
    margin-bottom: 56px;
  }

  .insights-page__section-heading h2,
  .insights-page__topics-heading h2 {
    font-size: 52px;
  }

  .insights-page__article {
    grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1.16fr);
    align-items: stretch;
    gap: 48px;
    padding: 38px 0;
  }

  .insights-page__article:nth-child(even) {
    grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.84fr);
  }

  .insights-page__article:nth-child(even) .insights-page__article-media {
    order: 2;
  }

  .insights-page__article h3 {
    font-size: 43px;
  }

  .insights-page__topic {
    grid-template-columns: minmax(130px, 0.45fr) minmax(260px, 0.95fr) minmax(300px, 1.2fr);
    align-items: baseline;
    gap: 32px;
    padding: 28px 0;
  }
}

@media screen and (min-width: 1100px) {
  .insights-page__hero {
    padding-top: 118px;
    padding-bottom: 112px;
  }

  .insights-page__collection,
  .insights-page__topics {
    padding-top: 112px;
    padding-bottom: 120px;
  }

  .insights-page__article {
    gap: 72px;
    padding: 48px 0;
  }

  .insights-page__article h3 {
    font-size: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .insights-page__article img {
    transition: none;
  }
}
