

.news-list-page__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: -1px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}

.news-list-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #ffffff;

  & a {
    text-decoration: none;
    color:#000;
  }
}

.news-list-page__hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(32px, 8vw, 370px);
  min-height: 300px;
  padding-top: 138px;
  padding-right: clamp(24px, 13.542vw, 195px);
  padding-bottom: 48px;
  padding-left: clamp(24px, 13.542vw, 195px);
  box-sizing: border-box;
}

.news-page__hero-row {
  position: absolute;
  top: 176px;
  left: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(32px, 8vw, 370px);
  width: min(1040px, calc(100% - 64px));
  transform: translateX(-50%);
  z-index: 10;
}

.news-page__hero-title {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 128px;
  font-weight: 400;
  line-height: 156.032px;
  letter-spacing: 0;
}

.news-page__filters {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 250px;
  flex-shrink: 0;
  margin-bottom: 10px !important;
}

.news-page__filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  background-color: transparent;
  box-sizing: border-box;
}

.news-page__filter--select {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.news-page__filter--select .news-page__filter-icon {
  cursor: pointer;
}

.news-page__filter--search {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.news-page__select,
.news-page__input {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
  letter-spacing: 0;
  outline: none;
}

.news-page__select {
  appearance: none;
  text-transform: uppercase;
}

.news-page__select option {
  color: #000000;
}

.news-page__input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.news-page__filter-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.news-page__search-button {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
  cursor: pointer;
}

.news-page__search-icon {
  width: 21px;
  height: 21px;
  object-fit: fill;
}

.news-list-page__hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.news-list-page__hero-image {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
}

.news-list-page__hero-image--mobile {
  display: none;
}

.news-list-page__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.51);
}

.news-list-page__title,
.news-list-page__filters {
  position: relative;
  z-index: 1;
}

.news-list-page__title {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #ffffff;
  font-size: 128px;
  font-weight: 400;
  line-height: 156.032px;
  letter-spacing: 0;
}

.news-list-page__filters {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 250px;
  flex-shrink: 0;
}

.news-list-page__filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  min-height: 32px;
  box-sizing: border-box;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  background-color: transparent;
}

.news-list-page__filter--select {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.news-list-page__filter--search {
  padding-top: 5px;
  padding-right: 7px;
  padding-bottom: 5px;
  padding-left: 8px;
}

.news-list-page__select,
.news-list-page__input {
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
  letter-spacing: 0;
  outline: none;
}

.news-list-page__select {
  appearance: none;
  text-transform: uppercase;
}

.news-list-page__select option {
  color: #000000;
}

.news-list-page__input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.news-list-page__filter-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.news-list-page__search-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background-color: transparent;
  cursor: pointer;
}

.news-list-page__search-icon {
  width: 21px;
  height: 21px;
}

.news-list-page__breadcrumb {
  display: flex;
  align-items: center;
  width: min(1019px, calc(100% - 48px));
  margin-top: 16px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.news-list-page__breadcrumb-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.628px;
}

.news-list-page__breadcrumb-nav a {
  color: inherit;
  text-decoration: none;
}

.news-list-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-right: 0;
  padding-bottom: 124px;
  padding-left: 0;
}

.news-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 150px;
}


.news-card {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.news-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 441px) minmax(0, 516px);
  grid-template-areas:
    "badge media"
    "body media";
  column-gap: 62px;
  row-gap: 24px;
  width: min(1019px, calc(100% - 48px));
  align-items: start;
  grid-template-rows: 100px auto;
}

.news-card__badge {
  grid-area: badge;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-width: 106px;
  min-height: 24px;
  padding-top: 4px;
  padding-right: 7px;
  padding-bottom: 4px;
  padding-left: 7px;
  color: #e90815;
  border:1px solid #e90815;
  font-size: 15px;
  font-weight: 400;
  line-height: 18.285px;
  letter-spacing: 0;
  box-sizing: border-box;
}

.news-card__media {
  display: block;
  width: 100%;
  overflow: hidden;
}

.news-card__media--featured {
  grid-area: media;
}

.news-card__image {
  width: 100%;
  height: 312px;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.news-card__image--featured {
  aspect-ratio: 1;
}

.news-card__media:hover .news-card__image {
  transform: scale(1.03);
}

.news-card__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.news-card__body--featured {
  grid-area: body;
}

.news-card__title {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 400;
  line-height: 34.132px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__title--featured {
  font-size: 32px;
  line-height: 39.008px;
  -webkit-line-clamp: 4;
}

.news-card__excerpt {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-card__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.news-card__meta--compact {
  gap: 20px;
  width: 350px;
}

.news-card__meta-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #d9d9d9;
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.38px;
    letter-spacing: 0;
    box-sizing: border-box;
}

.news-card__meta--compact .news-card__meta-pill {
    min-height: 28px;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 17.066px;
}

.news-card__meta-pill--date {
  min-width: 165px;
}

.news-card__meta-pill--topic {
  min-width: 190px;
}

.news-card__meta-divider {
  width: 1px;
  height: 41px;
  background-color: #000000;
}

.news-card__meta--compact .news-card__meta-divider {
  height: 28px;
}

.news-list__group-shell {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  z-index: 1;
}

.news-list__group-shell::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-color: #d9d9d9;
}
 
.news-list .news-list__group-shell:nth-child(1) .news-list__group-panel {
  background-color: #fff;
}

.news-list .news-list__group-shell:nth-child(2) .news-list__group {
    & .news-card:nth-child(1), .news-card:nth-child(2) {

      & .news-card__meta-pill {
          background-color: #fff;
      }
    }
}

.news-list__group-panel {
  width: min(1089px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 48px;
  padding-right: 35px;
  padding-left: 35px;
}

.news-list__group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 48px;
}

.news-list__group > .news-card {
  flex: 0 0 calc((100% - 48px) / 2);
  min-width: 0;
}

.news-list-page__pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}

.news-list-page__pagination-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 33.5px;
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 39.008px;
  letter-spacing: 0;
  text-decoration: none;
}

.news-list-page__pagination-item--current {
  background-color: #e90815;
  color: #ffffff;
}

@media (max-width: 768px) {
  .news-list-page__hero {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-height: 286px;
    padding-top: 98px;
    padding-right: 95px;
    padding-bottom: 23px;
    padding-left: 95px;
  }

  .news-list-page__hero-media {
    width: 100%;
    height: 286px;
  }

  .news-list-page__hero-image {
    height: 286px !important;
  }

  .news-list-page__hero-image--desktop {
    display: none;
  }

  .news-list-page__hero-image--mobile {
    display: block;
    width: 100%;
    height: 286px !important;
  }

  .news-list-page__hero-overlay {
    left: 0;
    width: 100%;
    height: 286px;
  }

  .news-list-page__title {
    font-size: 60px;
    line-height: 73.14px;
    text-align: center;
  }

  .news-page__hero-row .news-page__hero-title {
    margin-top:40px;
    line-height: 100px;
  }

  .news-list-page__content {
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 72px;
    padding-left: 0;
  }

  .news-page__hero-row {
    top: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 250px;
    transform: translateX(-50%);
  }

  .news-page__hero-title {
    width: 100%;
    text-align: center;
    font-size: 60px !important;
    line-height: 73.14px;
  }

  .news-list-page__breadcrumb {
    width: 350px;
  }

  .news-list {
    gap: 48px;
  }

  .news-card--featured {
    grid-template-columns: 350px;
    grid-template-areas:
      "badge"
      "media"
      "body";
    row-gap: 16px;
    width: 350px;
    grid-template-rows: auto;
  }

  .news-card__badge {
    min-height: 24px;
  }

  .news-card__media {
    width: 350px;
  }

  .news-card__image {
    height: 212.176px;
  }

  .news-card__body {
    gap: 16px;
    width: 350px;
  }

  .news-card__title {
    font-size: 20px;
    line-height: 24.38px;
    -webkit-line-clamp: 2;
  }

  .news-card__title--featured {
    font-size: 20px;
    line-height: 24.38px;
  }

  .news-card__excerpt {
    display: none;
  }

  .news-card__meta {
    gap: 20px;
    width: 350px;
  }

  .news-card__meta-pill {
    min-height: 28px;
    font-size: 14px;
    line-height: 17.066px;
  }

  .news-card__meta-pill--topic {
    min-width: 141px;
  }

  .news-card__meta-divider {
    height: 28px;
  }

  .news-list__group-shell {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 32px;
    padding-left: 0;
  }

  .news-list__group-shell::before {
    top: 35%;
    height: 25%;
  }

  .news-list__group-panel {
    width: 100%;
    max-width: 350px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-color: transparent;
  }

  .news-list__group {
    flex-direction: column;
    gap: 16px;
  }

  .news-list .news-list__group-shell:nth-child(1) .news-list__group-panel {
    background-color: transparent;
  }

  .news-list__group .news-card:nth-child(2) .news-card__meta-pill {
    background-color: #fff;
  }

  .news-list__group > .news-card {
    flex: 0 0 auto;
  }

  .news-list-page__pagination {
    gap: 24px;
  }

  .news-list-page__pagination-item {
    width: 40px;
    height: 40px;
  }
}

/* Custom topic dropdown (replaces native <select> popup). */
.shinsei-select {
  position: relative;
}

.shinsei-select__native {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.shinsei-select__trigger {
  flex: 1;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.504px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  outline: none;
}

.shinsei-select__value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.shinsei-select__chevron {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.shinsei-select[data-open="true"] .shinsei-select__chevron {
  transform: rotate(180deg);
}

.shinsei-select__popup {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  z-index: 50;
}

.shinsei-select__popup[hidden] {
  display: none;
}

.shinsei-select__option {
  position: relative;
  padding: 8px 16px 8px 36px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.shinsei-select__option:hover,
.shinsei-select__option:focus {
  background: rgba(255, 255, 255, 0.1);
}

.shinsei-select__option[aria-selected="true"]::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-80%) rotate(-45deg);
}
