

.news-archive__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.2vw, 18px);
}

.news-archive__item {
  margin: 0;
  min-width: 0;
}

.news-archive .news-card {
  position: relative;
  min-width: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  clip-path: var(--clip-card-shape);
  -webkit-clip-path: var(--clip-card-shape);
  filter: drop-shadow(0 10px 30px rgba(17, 56, 89, 0.1));
  overflow: hidden;
  isolation: isolate;
  transition: filter 0.28s ease, transform 0.28s ease;
}

.news-archive .news-card:hover {
  filter: drop-shadow(0 16px 40px rgba(17, 56, 89, 0.14));
  transform: translateY(-4px);
}

.news-archive .news-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(17, 56, 89, 0.08);
  clip-path: var(--clip-card-shape);
  -webkit-clip-path: var(--clip-card-shape);
  pointer-events: none;
  z-index: 0;
}

.news-archive .news-card__link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: var(--text);
  text-decoration: none;
}

.news-archive .news-card__media {
  width: 100%;
  flex-shrink: 0;
  line-height: 0;
  background: #edf1f4;
}

.news-archive .news-card__media img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.news-archive .news-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1;
  padding: clamp(0.95rem, 1.4vw, 1.15rem) clamp(1rem, 1.5vw, 1.2rem) clamp(1.05rem, 1.5vw, 1.25rem);
  background: #ffffff;
}

.news-archive .news-card__meta {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.news-archive .news-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.125rem, 1.2vw, 1.125rem);
  font-weight: var(--display-weight-soft, 400);
  letter-spacing: var(--display-tracking-soft, 0.06em);
  text-transform: uppercase;
  color: var(--brand);
  line-height: 1.22;
}

.news-archive .news-card__desc {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-archive .news-card__cta {
  margin-top: auto;
  padding-top: 0.35rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-light);
}

.news-archive .btn-wrap {
  width: 100%;
  --btn-glow: #081c2e;
  --btn-glow-soft: rgba(8, 28, 46, 0.28);
  --btn-shell-border: rgba(8, 28, 46, 0.38);
}

@media (max-width: 1100px) {
  .news-archive__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-archive .news-card__body {
    padding: 1rem 1.15rem 1.25rem;
    gap: 0.55rem;
  }

  .news-archive .news-card__title {
    font-size: clamp(1.125rem, 1.5vw, 1.125rem);
  }

  .news-archive .news-card__desc {
    font-size: 1.125rem;
    line-height: 1.6;
  }
}

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

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

  .news-archive .news-card:hover {
    transform: none;
  }
}


.news-related {
  padding-top: clamp(2rem, 5vw, 3rem);
}

.news-related__intro {
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem) !important;
}

.news-related__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-related__more {
  margin-top: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  justify-content: center;
}

.news-related__more .btn-wrap {
  width: auto;
}

@media (max-width: 1100px) {
  .news-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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


.subpage-banner--news-detail .subpage-banner__layout {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.25rem, 3vw, 2rem);
}

.subpage-banner--news-detail .subpage-banner__copy {
  flex: 1 1 14rem;
  min-width: 0;
}

.subpage-banner--news-detail .news-detail__meta-wrap {
  flex: 0 1 auto;
  margin-left: auto;
  align-self: flex-end;
  max-width: min(100%, 30rem);
  --btn-glow: rgba(255, 255, 255, 0.88);
  --btn-glow-soft: rgba(255, 255, 255, 0.28);
  --btn-shell-border: rgba(255, 255, 255, 0.55);
}

.subpage-banner--news-detail .news-detail__meta.btn {
  display: block;
  min-height: 0;
  padding: clamp(0.95rem, 2vw, 1.2rem) clamp(1.1rem, 2.4vw, 1.45rem);
  white-space: normal;
  text-align: right;
  cursor: default;
  pointer-events: auto;
  box-shadow:
    0 0 24px rgba(255, 255, 255, 0.08),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.subpage-banner--news-detail .news-detail__meta-wrap:hover .news-detail__meta.btn {
  transform: none;
  --btn-face-bg: rgba(4, 12, 20, 0.52);
  color: #fff;
}

.news-detail__meta-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.75rem, 1.5vw, 1rem) clamp(1rem, 2.5vw, 1.75rem);
  margin: 0;
  padding: 0;
}

.news-detail__meta-item {
  margin: 0;
  min-width: min(100%, 8.5rem);
  text-align: right;
}

.news-detail__meta-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  margin: 0 0 0.3rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.news-detail__meta-label i {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.68);
}

.news-detail__meta-value {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.92);
}

.news-detail__meta-value a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.news-detail__meta-value a:hover {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.72);
}

.news-detail__meta-value time {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {
  .subpage-banner--news-detail .news-detail__meta-wrap {
    width: 100%;
    margin-left: 0;
    max-width: none;
  }

  .subpage-banner--news-detail .news-detail__meta.btn {
    width: 100%;
    text-align: left;
  }

  .news-detail__meta-list {
    justify-content: flex-start;
  }

  .news-detail__meta-item {
    min-width: calc(50% - 0.5rem);
    text-align: left;
  }

  .news-detail__meta-label {
    justify-content: flex-start;
  }
}
