html,
body {
  margin: 0;
}

.activity-page {
  overflow-x: hidden;
  background: #fffcf5;
  color: #000;
}

.activity-page .nav-shell {
  position: fixed;
  z-index: 1000;
}

.activity-hero {
  box-sizing: border-box;
  height: 530px;
  padding: 221px 24px 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  background: #fffcf5;
}

.activity-hero h1 {
  width: max-content;
  margin: 0;
  font-family: "GeelyDesignType", sans-serif;
  font-size: 140px;
  line-height: 140px;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: none;
}

.activity-hero span {
  display: block;
  margin: 11px 0 0 14px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.news-stage {
  position: relative;
  box-sizing: border-box;
  min-height: 1644px;
  padding: 0;
  background: #fffcf5;
}

.news-board {
  position: relative;
  width: 100%;
  height: 1644px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.news-board-heading {
  position: absolute;
  top: 22px;
  right: 38px;
  left: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.news-board-heading h2 {
  width: 440px;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 0;
}

.news-board-heading p {
  width: 260px;
  margin: 0 0 0 54px;
  color: rgba(0, 0, 0, .3);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.news-filters {
  position: absolute;
  top: 242px;
  left: 38px;
  display: flex;
  gap: 9px;
  margin: 0;
}

.news-filters button {
  min-width: 108px;
  height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 50px;
  background: #f5f2ee;
  color: rgba(0, 0, 0, .4);
  font-family: inherit;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  cursor: pointer;
}

.news-filters button:first-child {
  min-width: 98px;
}

.news-filters button.active {
  background: #bfd6f7;
  color: #092549;
}

.news-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  min-height: 0;
  margin: 0;
}

.news-card {
  position: absolute;
  width: 424px;
  pointer-events: auto;
  transition: opacity .25s ease, transform .25s ease;
}

.news-card[hidden] {
  display: none;
}

.news-card-media {
  width: 100%;
  height: 324px;
  overflow: hidden;
  border-radius: 30px;
  isolation: isolate;
  background: #e7e7e7;
}

.news-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0 !important;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.news-card-media picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media (hover: hover) {
  .news-card:hover .news-card-media img {
    transform: scale(1.035);
  }
}

.news-tags {
  display: flex;
  gap: 4px;
  margin: 18px 0 0 10px;
  color: rgba(0, 0, 0, .5);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.news-tags span,
.news-tags time {
  box-sizing: border-box;
  height: 26px;
  padding: 5px 12px;
  border-radius: 50px;
  background: #f0efed;
}

.news-card h3 {
  width: 341px;
  margin: 14px 0 0 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.news-card-a {
  top: 322px;
  left: 38px;
}

.news-card-b {
  top: 322px;
  left: calc(50% - 484px);
  width: 531px;
}

.news-card-b .news-card-media {
  height: 608px;
}

.news-card-c {
  top: 322px;
  right: 38px;
}

.news-card-d {
  top: 1108px;
  left: calc(50% + 70px);
}

.news-card-e {
  top: 1108px;
  right: 38px;
}

.news-pager {
  position: absolute;
  bottom: 55px;
  left: 38px;
  display: flex;
  gap: 10px;
}

.news-pager button {
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f5f2ee;
  color: #37506e;
  cursor: pointer;
}

.news-pager button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.news-pager button.active {
  background: #bfd6f7;
}

.news-pager button.is-disabled {
  color: rgba(55, 80, 110, .3);
}

.news-stage-caption {
  position: absolute;
  right: 38px;
  bottom: 18px;
  left: 38px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, .4);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

 .news-board-heading h2 span,
.news-board-heading p span { display: block; }
.news-card-b h3,
.news-card-c h3 { width: calc(100% - 10px); }
.news-card-media { position: relative; }
.news-card:not(.news-card-e) .news-card-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: rgba(0,0,0,.1); }
.news-card-b .news-card-media::after { background: rgba(0,0,0,.15); }

@media (min-width: 901px) {
  .news-board { --news-unit: min(1px,calc((100vw - 76px)/1844)); }
  .activity-hero { position: relative; padding-left: max(24px,calc((100vw - 1872px)/2)); border-bottom: 0; }
  .activity-hero::after { content: ""; position: absolute; bottom: 0; left: var(--site-content-edge); right: var(--site-content-edge); height: 1px; background: rgba(0,0,0,.12); }
  .news-board-heading { left: calc(var(--site-content-edge) - 3px); right: var(--site-content-edge); }
  .news-board-heading p { width: auto; margin-left: 55.5px; }
  .news-filters { left: var(--site-content-edge); }
  .news-card { width: calc(424*var(--news-unit)); }
  .news-card h3 { max-width: calc(100% - 10px); }
  .news-card-media { height: auto; aspect-ratio: 424 / 324; }
  .news-card-a { left: var(--site-content-edge); }
  .news-card-b { left: calc(var(--site-content-edge) + 438*var(--news-unit)); width: calc(531*var(--news-unit)); }
  .news-card-b .news-card-media { height: auto; aspect-ratio: 531 / 608; }
  .news-card-c,.news-card-e { right: var(--site-content-edge); }
  .news-card-d { left: calc(var(--site-content-edge) + 982*var(--news-unit)); }
}

@media (max-width: 900px) {
  .activity-hero {
    height: 340px;
    padding: 160px 20px 0;
  }

  .activity-hero h1 {
    font-size: 22vw;
    line-height: .9;
  }

  .activity-hero span {
    margin: 18px 0 0;
    font-size: 16px;
  }

  .news-stage {
    min-height: 0;
    padding: 20px 16px 70px;
  }

  .news-board {
    height: auto;
    padding: 30px 20px 100px;
    border-radius: 25px;
    background: #fffcf7;
  }

  .news-board-heading,
  .news-filters,
  .news-grid {
    position: static;
  }

  .news-board-heading {
    display: block;
  }

  .news-board-heading h2 {
    width: auto;
    font-size: 31px;
    line-height: 1.08;
  }

  .news-board-heading p {
    width: auto;
    margin: 20px 0 0;
  }

  .news-filters {
    margin-top: 50px;
    overflow-x: auto;
  }

  .news-filters button,
  .news-filters button:first-child {
    min-width: max-content;
    height: 36px;
    padding: 0 20px;
    font-size: 12px;
  }

  .news-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 14px;
  }

  .news-card,
  .news-card-a,
  .news-card-b,
  .news-card-c,
  .news-card-d,
  .news-card-e {
    position: static;
    inset: auto;
    min-width: 0;
    width: auto;
  }

  .news-card-media,
  .news-card-b .news-card-media {
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 17px;
  }

  .news-tags {
    margin: 13px 0 0;
    font-size: 10px;
  }

  .news-card h3 {
    width: auto;
    margin: 13px 0 0;
    font-size: 16px;
    line-height: 1.3;
  }

  .news-pager {
    bottom: 30px;
    left: 20px;
  }

  .news-stage-caption {
    display: none;
  }
}

@media (max-width: 560px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .activity-page,.activity-hero,.news-stage { background: #fffcf3; }
  .activity-hero { height: 256px; padding: 114.5px 24px 0; border-bottom: 1px solid rgba(0,0,0,.12); }
  .activity-hero h1 { font-size: 60px; line-height: 70.5px; }
  .activity-hero span { margin: 0; font-size: 16px; line-height: 14px; }
  .news-stage { padding: 0 10px 40px; }
  .news-board { height: auto; padding: 19px 0 0; border-radius: 0; background: transparent; }
  .news-board-heading { margin: 0 14px; }
  .news-board-heading h2 { font-size: 20px; line-height: 24px; }
  .news-board-heading p { display: none; }
  .news-filters { margin: 114.5px 14px 0; gap: 6px; }
  .news-filters button,.news-filters button:first-child { min-width: 65px; height: 30px; padding: 0 12px; flex-shrink: 0; font-size: 10px; line-height: 14px; }
  .news-filters button:first-child { min-width: 56px; }
  .news-grid { margin-top: 18.5px; grid-template-columns: minmax(0,1fr); gap: 8px; }
  .news-card { position: relative; inset: auto; width: 100%; min-width: 0; display: flex; flex-direction: column; min-height: 423px; aspect-ratio: 710 / 846; overflow: hidden; border-radius: 15px; background: #f0ede5; }
  .news-card-media,.news-card-b .news-card-media { flex: 0 0 auto; width: 100%; height: auto; aspect-ratio: 710 / 451; border-radius: 0; }
  .news-card-media picture { display: block; width: 100%; height: 100%; }
  .news-card-media img { object-position: center; }
  .news-card h3,.news-card-b h3,.news-card-c h3 { order: 1; width: 175px; max-width: calc(100% - 28px); margin: 19px 14px 0; font-size: 14px; line-height: 19px; font-weight: 500; }
  .news-tags { order: 2; margin: auto 14px 15px; padding-top: 16px; gap: 4.5px; font-size: 9px; line-height: 13px; }
  .news-tags span,.news-tags time { display: flex; align-items: center; justify-content: center; width: 60px; height: 26px; padding: 0; border-radius: 15px; background: #fffcf3; }
}

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