.pm-news-page {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.5rem);
  width: 100%;
  padding-top: clamp(1rem, 2vw, 2rem);
}

.pm-news-brand-hero {
  width: 100%;
}

.pm-news-brand-hero__card {
  display: grid;
  gap: 1.3rem;
  align-content: start;
  padding: clamp(1.35rem, 2.8vw, 2.6rem);
}

.pm-news-brand-hero__card > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.pm-news-brand-hero__heading {
  max-width: none;
}

.pm-news-brand-hero__summary {
  display: grid;
  gap: 1rem;
  max-width: 52rem;
}

.pm-news-brand-hero__card .styles-module-scss-module__3PyzfW__description {
  max-width: 52rem;
  color: var(--pm-ink-700);
  font-size: clamp(0.98rem, 1vw, 1.12rem);
  line-height: 1.55;
}

.pm-news-brand-hero__search {
  width: min(100%, 30rem);
}

.pm-news-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__secondary {
  font-size: clamp(2rem, 3.1vw, 3.6rem);
}

.pm-news-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
  font-size: clamp(3.2rem, 6.6vw, 7.4rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.pm-news-board {
  display: grid;
  gap: clamp(1rem, 1.6vw, 1.5rem);
}

.pm-news-filters {
  display: flex;
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
}

.pm-news-filters::-webkit-scrollbar {
  display: none;
}

.pm-news-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.1rem;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--pm-ink-900);
  font-weight: 700;
  white-space: nowrap;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pm-news-chip:hover {
  border-color: rgba(31, 100, 228, 0.28);
  color: var(--pm-brand-700);
  transform: translateY(-1px);
}

.pm-news-chip.is-active {
  border-color: transparent;
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-700) 100%);
  color: #fff;
  box-shadow: 0 14px 32px rgba(23, 76, 175, 0.18);
}

.pm-news-featured,
.pm-news-card,
.pm-news-empty {
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.08);
}

.pm-news-featured {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 2.2vw, 2rem);
  background:
    radial-gradient(circle at top right, rgba(31, 100, 228, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.98) 100%);
}

.pm-news-featured__content {
  display: grid;
  gap: 1rem;
  align-content: center;
}

.pm-news-featured__media,
.pm-news-card__media,
.pm-news-article__media {
  display: block;
  overflow: hidden;
  border: 1px solid rgba(199, 219, 255, 0.92);
  background: rgba(238, 246, 255, 0.88);
}

.pm-news-featured__media {
  aspect-ratio: 4 / 3;
  border-radius: 1.5rem;
}

.pm-news-article__media {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 24rem;
  margin: 0 0 clamp(1rem, 1.8vw, 1.5rem);
  border-radius: 1.5rem;
}

.pm-news-card__media {
  aspect-ratio: 4 / 3;
  border-radius: 1.25rem;
}

.pm-news-featured__media img,
.pm-news-card__media img,
.pm-news-article__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.pm-news-article__media img {
  object-fit: contain;
}

.pm-news-featured__media:hover img,
.pm-news-card__media:hover img {
  transform: scale(1.025);
}

.pm-news-featured__eyebrow,
.pm-news-card__eyebrow,
.pm-news-empty__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--pm-brand-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.pm-news-featured__eyebrow::after,
.pm-news-card__eyebrow::after,
.pm-news-empty__eyebrow::after {
  content: "";
  width: 2.25rem;
  height: 1px;
  background: rgba(23, 76, 175, 0.28);
}

.pm-news-featured__meta,
.pm-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  color: rgba(51, 65, 85, 0.76);
  font-size: 0.88rem;
}

.pm-news-featured__title,
.pm-news-card__title,
.pm-news-empty__title {
  color: var(--pm-ink-900);
  line-height: 1.1;
  letter-spacing: 0;
}

.pm-news-featured__title {
  max-width: 58rem;
  font-size: clamp(1.75rem, 3vw, 2.8rem);
}

.pm-news-card__title {
  font-size: 1.35rem;
}

.pm-news-empty__title {
  font-size: 1.45rem;
}

.pm-news-featured__excerpt,
.pm-news-card__excerpt,
.pm-news-empty__copy {
  max-width: 52rem;
  color: rgba(51, 65, 85, 0.82);
  font-size: 1rem;
  line-height: 1.7;
}

.pm-news-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.pm-news-actions .styles-module-scss-module____zJ0a__button {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2.9rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.86rem 1.35rem;
  line-height: 1;
}

.pm-news-grid {
  display: grid;
  gap: 1rem;
}

.pm-news-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1.25rem;
}

.pm-news-card__excerpt {
  font-size: 0.95rem;
}

.pm-news-card__footer {
  align-self: end;
  padding-top: 0.35rem;
}

.pm-news-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  min-height: 2.8rem;
  padding: 0.82rem 1.12rem;
  border: 1px solid rgba(31, 100, 228, 0.9);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-600) 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 18px 42px -28px rgba(23, 76, 175, 0.72);
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.pm-news-card__link:hover {
  border-color: rgba(23, 76, 175, 0.95);
  background: linear-gradient(180deg, var(--pm-brand-600) 0%, var(--pm-brand-700) 100%);
  color: #fff;
  transform: translateY(-1px);
}

.pm-news-empty {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.pm-news-detail-hero {
  width: 100%;
}

.pm-news-detail-hero__card {
  display: grid;
  gap: clamp(1.2rem, 2vw, 2rem);
  padding: clamp(1.35rem, 2.8vw, 2.6rem);
}

.pm-news-detail-hero__card > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0;
}

.pm-news-detail-hero__heading {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: clamp(1rem, 1.6vw, 1.5rem);
}

.pm-news-detail-hero__mark {
  flex: 0 0 auto;
}

.pm-news-detail-hero__title-block {
  display: grid;
  min-width: 0;
  gap: 0.65rem;
}

.pm-news-detail-hero__category,
.pm-news-related__eyebrow {
  color: var(--pm-brand-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.3;
  text-transform: uppercase;
}

.pm-news-detail-hero__title {
  max-width: 58rem;
  color: var(--pm-ink-900);
  font-family: var(--pm-font-heading);
  font-size: clamp(2rem, 3.7vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.pm-news-detail-hero__summary {
  display: grid;
  gap: 1rem;
  max-width: 46rem;
}

.pm-news-detail-hero__excerpt {
  color: var(--pm-ink-700);
  font-size: clamp(1rem, 1.05vw, 1.16rem);
  line-height: 1.65;
}

.pm-news-detail-hero__date {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1rem;
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--pm-ink-700);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

.pm-news-detail-layout {
  display: grid;
  align-items: start;
  gap: clamp(1rem, 1.6vw, 1.5rem);
}

.pm-news-article,
.pm-news-related {
  border: 1px solid rgba(199, 219, 255, 0.92);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 60px rgba(23, 76, 175, 0.08);
}

.pm-news-article {
  padding: clamp(1.35rem, 2.4vw, 2.4rem);
}

.pm-news-article::after {
  content: "";
  display: block;
  clear: both;
}

.pm-news-article__body {
  max-width: none;
  color: rgba(51, 65, 85, 0.9);
  font-size: clamp(1.02rem, 1vw, 1.13rem);
  line-height: 1.82;
}

.pm-news-article__body > * + * {
  margin-top: 1.1rem;
}

.pm-news-article__body strong {
  color: var(--pm-ink-900);
  font-weight: 800;
}

.pm-news-detail-side {
  display: grid;
  align-self: start;
  gap: 1rem;
}

.pm-news-back-link,
.pm-news-related__link {
  transition: border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, background 160ms ease, transform 160ms ease;
}

.pm-news-back-link {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.82rem 1.12rem;
  border: 1px solid rgba(31, 100, 228, 0.9);
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pm-brand-500) 0%, var(--pm-brand-600) 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  box-shadow: 0 18px 42px -28px rgba(23, 76, 175, 0.72);
}

.pm-news-back-link:hover {
  border-color: rgba(23, 76, 175, 0.95);
  background: linear-gradient(180deg, var(--pm-brand-600) 0%, var(--pm-brand-700) 100%);
  color: #fff;
  transform: translateY(-1px);
}

.pm-news-related {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
}

.pm-news-related__title {
  color: var(--pm-ink-900);
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
}

.pm-news-related__list {
  display: grid;
  gap: 0.75rem;
}

.pm-news-related__link {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(199, 219, 255, 0.86);
  border-radius: 1.25rem;
  background: rgba(248, 251, 255, 0.82);
  color: var(--pm-ink-900);
}

.pm-news-related__link:hover {
  border-color: rgba(31, 100, 228, 0.36);
  background: #fff;
  color: var(--pm-brand-700);
  transform: translateY(-1px);
}

.pm-news-related__category {
  color: rgba(51, 65, 85, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
}

.pm-news-related__name {
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .pm-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .pm-news-brand-hero__card {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 30rem);
    align-items: end;
  }

  .pm-news-brand-hero__summary {
    justify-self: end;
  }

  .pm-news-featured--with-media {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem);
    align-items: center;
  }

  .pm-news-detail-hero__card {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
    align-items: end;
  }

  .pm-news-detail-hero__summary {
    justify-self: end;
  }

  .pm-news-detail-layout {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 25rem);
  }
}

@media (min-width: 760px) {
  .pm-news-article__media {
    float: left;
    width: min(42%, 22rem);
    margin: 0.25rem clamp(1rem, 1.8vw, 1.5rem) 1rem 0;
  }
}

@media (min-width: 1180px) {
  .pm-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .pm-news-detail-layout {
    grid-template-columns: minmax(0, 64rem) minmax(18rem, 25rem);
    justify-content: center;
  }

  .pm-news-article__body {
    max-width: 72ch;
  }
}

@media (max-width: 639px) {
  .pm-news-brand-hero__card {
    gap: 1rem;
  }

  .pm-news-brand-hero__heading {
    align-items: flex-start;
  }

  .pm-news-brand-hero__card .styles-module-scss-module__3PyzfW__h1 .styles-module-scss-module__3PyzfW__primary {
    font-size: clamp(2.55rem, 10.2vw, 3.15rem);
    line-height: 0.9;
    letter-spacing: 0;
  }

  .pm-news-actions .styles-module-scss-module____zJ0a__button {
    width: 100%;
  }

  .pm-news-featured__media {
    order: -1;
  }

  .pm-news-card__link {
    width: 100%;
  }

  .pm-news-detail-hero__heading {
    align-items: flex-start;
  }

  .pm-news-detail-hero__title {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
    line-height: 1.05;
  }

  .pm-news-back-link {
    width: 100%;
  }
}

@media (max-width: 399px) {
  .pm-news-brand-hero__heading,
  .pm-news-detail-hero__heading {
    flex-direction: column;
  }
}
