.news-page-shell {
  position: relative;
  --news-border: rgba(255, 255, 255, 0.08);
  --news-border-strong: rgba(255, 255, 255, 0.14);
  --news-surface: linear-gradient(180deg, rgba(12, 18, 30, 0.96), rgba(6, 10, 18, 0.98));
  --news-card: linear-gradient(180deg, rgba(18, 24, 39, 0.96), rgba(10, 14, 24, 1));
  --news-soft: rgba(255, 255, 255, 0.05);
  --news-text: rgba(226, 232, 240, 0.97);
  --news-muted: rgba(148, 163, 184, 0.92);
  --news-accent: #ff7a1a;
  --news-accent-soft: rgba(255, 122, 26, 0.16);
  --news-shadow: 0 28px 70px rgba(2, 6, 23, 0.34);
}

.news-page-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 122, 26, 0.16), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(56, 189, 248, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(7, 10, 18, 0), rgba(7, 10, 18, 0.26));
}

.news-shell {
  position: relative;
  z-index: 1;
}

.news-landing,
.news-featured,
.news-feed,
.news-article-hero,
.news-article-body-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--news-border);
  background: var(--news-surface);
  box-shadow: var(--news-shadow);
  backdrop-filter: blur(18px);
}

.news-landing::after,
.news-featured::after,
.news-feed::after,
.news-article-hero::after,
.news-article-body-shell::after {
  content: "";
  position: absolute;
  right: -7%;
  bottom: -28%;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 122, 26, 0.14), transparent 72%);
  pointer-events: none;
}

.news-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  color: var(--news-muted);
  font-size: 0.78rem;
}

.news-breadcrumb-link {
  color: inherit;
  transition: color 0.2s ease;
}

.news-breadcrumb-link:hover {
  color: #fff;
}

.news-breadcrumb-sep {
  color: rgba(148, 163, 184, 0.55);
}

.news-breadcrumb-current {
  color: rgba(255, 255, 255, 0.94);
  min-width: 0;
}

.news-eyebrow,
.news-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.52rem 0.9rem;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 237, 213, 0.95);
}

.news-section-eyebrow {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--news-muted);
}

.news-page-title,
.news-article-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.news-page-title {
  font-size: clamp(1.45rem, 2vw, 2rem);
  max-width: 16ch;
}

.news-article-title {
  font-size: clamp(2rem, 3vw, 3.2rem);
  max-width: 20ch;
}

.news-page-subtitle,
.news-article-subtitle,
.news-featured__excerpt,
.news-feed-card__excerpt {
  color: rgba(203, 213, 225, 0.94);
  line-height: 1.72;
}

.news-page-subtitle,
.news-article-subtitle {
  font-size: 0.94rem;
  max-width: 44rem;
}

.news-landing__copy {
  max-width: 56rem;
}

.news-landing__copy--centered {
  margin: 0 auto;
  text-align: center;
}

.news-landing__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  justify-content: center;
}

.news-landing--inline .news-page-title {
  max-width: none;
}

.news-landing--inline .news-page-subtitle {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.news-page-summary,
.news-card-meta,
.news-article-info,
.news-article-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.news-summary-pill,
.news-topic-chip,
.news-meta-pill,
.news-card-stat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.04);
  color: var(--news-text);
  font-size: 0.74rem;
  font-weight: 700;
  padding: 0 0.74rem;
  max-width: 100%;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.news-summary-pill--muted,
.news-topic-chip--muted,
.news-meta-pill {
  color: rgba(203, 213, 225, 0.92);
}

.news-topic-chip {
  position: relative;
  padding-left: 1.35rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.news-topic-chip::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffb067, #ff7a1a);
  box-shadow: 0 0 0 4px rgba(255, 122, 26, 0.08);
}

.news-topic-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.news-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.44rem 0.82rem;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(255, 140, 56, 0.2);
  background: rgba(255, 122, 26, 0.16);
  color: rgba(255, 237, 213, 0.98);
}

.news-card-stat {
  gap: 0.42rem;
  justify-content: flex-start;
}

.news-card-stat__icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  color: rgba(251, 191, 36, 0.94);
  flex: 0 0 auto;
}

.news-card-stat__icon svg {
  width: 100%;
  height: 100%;
}

.news-landing__grid,
.news-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.95rem;
}

.news-quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.news-landing__copy--centered .news-page-summary,
.news-landing__copy--centered .news-quick-filters {
  justify-content: center;
}

.news-quick-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 0.86rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  color: rgba(203, 213, 225, 0.94);
  font-size: 0.76rem;
  font-weight: 700;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.news-quick-filter:hover,
.news-quick-filter.is-active {
  border-color: rgba(255, 122, 26, 0.28);
  background: rgba(255, 122, 26, 0.12);
  color: #fff;
}

.news-filter-card,
.news-feed-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: var(--news-card);
  box-shadow: 0 20px 42px rgba(2, 6, 23, 0.24);
}

.news-filter-card {
  padding: 1.2rem;
}

.news-filters-disclosure {
  width: 100%;
  margin-top: 0.15rem;
}

.news-filters-disclosure[open] {
  margin-top: 0.35rem;
}

.news-filters-disclosure > summary {
  list-style: none;
}

.news-filters-disclosure > summary::-webkit-details-marker {
  display: none;
}

.news-filters-disclosure__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  cursor: pointer;
  border-radius: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
  padding: 0.82rem 0.95rem;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.news-filters-disclosure__summary:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  transform: translateY(-1px);
}

.news-filters-disclosure__copy {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.news-filters-disclosure__title {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

.news-filters-disclosure__hint {
  color: var(--news-muted);
  font-size: 0.74rem;
  font-weight: 600;
}

.news-filters-disclosure__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: rgba(203, 213, 225, 0.9);
  transition: transform 0.2s ease;
  flex: 0 0 auto;
}

.news-filters-disclosure__icon svg {
  width: 100%;
  height: 100%;
}

.news-filters-disclosure[open] .news-filters-disclosure__icon {
  transform: rotate(180deg);
}

.news-filters-disclosure[open] .news-filter-card {
  margin-top: 0.7rem;
}

.news-filter-card--inline {
  padding: 0.78rem 0.82rem;
}

.news-filter-card--row {
  width: 100%;
}

.news-filter-card__title,
.news-section-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.news-filter-grid {
  display: grid;
  gap: 0.9rem;
}

.news-filter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.72rem;
  align-items: end;
}

.news-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.news-field__label {
  color: var(--news-muted);
  font-size: 0.72rem;
  font-weight: 600;
  padding-left: 0.1rem;
  letter-spacing: 0.02em;
}

.news-field__control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 26, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(17, 24, 39, 0.98), rgba(10, 15, 26, 1));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -10px 18px rgba(255, 255, 255, 0.015),
    0 12px 24px rgba(2, 6, 23, 0.16);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.news-field__control:hover {
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.news-field__control:focus-within {
  border-color: rgba(255, 122, 26, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -10px 18px rgba(255, 122, 26, 0.03),
    0 18px 34px rgba(255, 122, 26, 0.14);
}

.news-field__control--search .news-field__input {
  padding-left: 2.85rem;
}

.news-field__control--select .news-field__input {
  padding-right: 2.75rem;
}

.news-field__icon,
.news-field__chevron {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: rgba(148, 163, 184, 0.82);
}

.news-field__icon {
  left: 0.95rem;
  width: 1rem;
  height: 1rem;
}

.news-field__chevron {
  right: 0.95rem;
  width: 1rem;
  height: 1rem;
}

.news-field__icon svg,
.news-field__chevron svg {
  width: 100%;
  height: 100%;
}

.news-field__input {
  width: 100%;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 0 1rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 0.94rem;
  font-weight: 600;
}

.news-field__input::placeholder {
  color: rgba(148, 163, 184, 0.78);
  font-weight: 500;
}

.news-filter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.news-filter-actions--inline {
  align-items: flex-end;
}

.news-filter-actions--inline .news-pill-link {
  min-height: 48px;
  white-space: nowrap;
}

.news-pill-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.news-pill-link:hover {
  transform: translateY(-1px);
}

.news-pill-link--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff9445, #ff6711);
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.22);
}

.news-pill-link--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.04);
}

.news-featured__media,
.news-feed-card__thumb,
.news-article-cover {
  display: block;
  overflow: hidden;
  border-radius: 1.45rem;
  position: relative;
}

.news-featured__media {
  min-height: 236px;
}

.news-featured__media img,
.news-feed-card__thumb img,
.news-article-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.65s cubic-bezier(0.2, 0.65, 0.2, 1), filter 0.35s ease;
}

.news-feed-card:hover .news-feed-card__thumb img,
.news-feed-card:focus-within .news-feed-card__thumb img {
  transform: scale(1.08);
  filter: saturate(1.04);
}

.news-featured:hover .news-featured__media img,
.news-featured:focus-within .news-featured__media img {
  transform: scale(1.05);
}

.news-featured__fallback,
.news-feed-card__fallback {
  display: block;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(145deg, rgba(255, 122, 26, 0.32), rgba(8, 14, 27, 0.98)),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 26%);
}

.news-featured__media-wrap {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.news-featured__content,
.news-feed-card__body {
  padding: 0.95rem 1rem 0.9rem;
}

.news-featured__title {
  color: #fff;
  font-size: clamp(1.28rem, 1.7vw, 1.9rem);
  font-weight: 700;
  line-height: 1.14;
}

.news-featured__title--mobile,
.news-feed-card__title--mobile {
  display: none;
}

.news-feed__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.news-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.news-feed-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.news-feed-card:hover {
  transform: translateY(-4px);
  border-color: var(--news-border-strong);
  box-shadow: 0 24px 52px rgba(2, 6, 23, 0.3);
}

.news-feed-card__thumb {
  aspect-ratio: 16 / 9.2;
  border-radius: 1.55rem 1.55rem 0 0;
}

.news-feed-card__title {
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.24;
}

.news-feed-card__excerpt {
  font-size: 0.88rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-feed-card__footer {
  margin-top: auto;
  padding: 0 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
}

.news-card-meta--under {
  justify-content: flex-start;
  gap: 0.45rem;
}

.news-card-inline-link,
.news-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 214, 170, 0.98);
  font-size: 0.86rem;
  font-weight: 700;
  transition: color 0.2s ease, transform 0.2s ease;
}

.news-card-inline-link:hover,
.news-back-link:hover {
  color: #fff;
}

.news-card-inline-link:hover {
  transform: translateX(2px);
}

.news-back-link:hover {
  transform: translateX(-1px);
}

.news-empty-state {
  border-radius: 1.55rem;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  padding: 1.3rem;
}

.news-empty-state__title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.news-empty-state__text {
  margin-top: 0.45rem;
  color: var(--news-muted);
  font-size: 0.92rem;
}

.news-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9rem;
}

.news-pagination-caption {
  color: var(--news-muted);
  font-size: 0.84rem;
}

.news-pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.news-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(226, 232, 240, 0.96);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.news-pagination-link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.news-pagination-link.is-active {
  color: #fff;
  border-color: rgba(255, 122, 26, 0.36);
  background: rgba(255, 122, 26, 0.16);
  box-shadow: 0 12px 28px rgba(255, 122, 26, 0.16);
}

.news-article-hero__meta {
  align-items: center;
}

.news-article-hero__copy {
  max-width: none;
  width: 100%;
}

.news-article-hero--compact .news-article-title {
  max-width: none;
  text-wrap: pretty;
}

.news-article-hero--compact .news-article-subtitle {
  max-width: 52rem;
}

.news-article-info {
  color: var(--news-muted);
  font-size: 0.86rem;
  align-items: center;
}

.news-article-body-shell {
  padding-top: 2rem;
}

.news-article-prose {
  color: var(--news-text);
  font-size: 1.02rem;
  line-height: 1.86;
  overflow-wrap: anywhere;
}

.news-article-prose .news-article-block--richtext p,
.news-article-prose .news-article-block--richtext li,
.news-article-prose .news-article-block--richtext figcaption,
.news-article-prose .news-article-block--html p,
.news-article-prose .news-article-block--html li,
.news-article-prose .news-article-block--html figcaption {
  text-wrap: pretty;
}

.news-article-prose .news-article-block + .news-article-block {
  margin-top: 1.5rem;
}

.news-article-prose .news-article-block--richtext h1,
.news-article-prose .news-article-block--richtext h2,
.news-article-prose .news-article-block--richtext h3,
.news-article-prose .news-article-block--richtext h4,
.news-article-prose .news-article-block--html h1,
.news-article-prose .news-article-block--html h2,
.news-article-prose .news-article-block--html h3,
.news-article-prose .news-article-block--html h4 {
  color: #fff;
  font-weight: 700;
  line-height: 1.16;
  margin: 2rem 0 0.95rem;
}

.news-article-prose .news-article-block--richtext h2,
.news-article-prose .news-article-block--html h2 {
  font-size: 1.9rem;
}

.news-article-prose .news-article-block--richtext h3,
.news-article-prose .news-article-block--html h3 {
  font-size: 1.4rem;
}

.news-article-prose .news-article-block--richtext h4,
.news-article-prose .news-article-block--html h4 {
  font-size: 1.14rem;
}

.news-article-prose .news-article-block--richtext p,
.news-article-prose .news-article-block--richtext ul,
.news-article-prose .news-article-block--richtext ol,
.news-article-prose .news-article-block--richtext blockquote,
.news-article-prose .news-article-block--richtext pre,
.news-article-prose .news-article-block--html p,
.news-article-prose .news-article-block--html ul,
.news-article-prose .news-article-block--html ol,
.news-article-prose .news-article-block--html blockquote,
.news-article-prose .news-article-block--html pre {
  margin: 0.98rem 0;
}

.news-article-prose .news-article-block--richtext ul,
.news-article-prose .news-article-block--richtext ol,
.news-article-prose .news-article-block--html ul,
.news-article-prose .news-article-block--html ol {
  padding-left: 1.35rem;
}

.news-article-prose .news-article-block--richtext ul,
.news-article-prose .news-article-block--html ul {
  list-style: disc;
}

.news-article-prose .news-article-block--richtext ol,
.news-article-prose .news-article-block--html ol {
  list-style: decimal;
}

.news-article-prose .news-article-block--richtext blockquote,
.news-article-prose .news-article-block--html blockquote {
  border-left: 3px solid rgba(255, 122, 26, 0.45);
  padding-left: 1rem;
  color: rgba(255, 214, 170, 0.96);
}

.news-article-prose .news-article-block--richtext a,
.news-article-prose .news-article-block--html a {
  color: #fbbf24;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-article-prose .news-article-block--richtext pre,
.news-article-prose .news-article-block--richtext code,
.news-article-prose .news-article-block--html pre,
.news-article-prose .news-article-block--html code {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.news-article-prose .news-article-block--richtext code,
.news-article-prose .news-article-block--html code {
  padding: 0.14rem 0.38rem;
}

.news-article-prose .news-article-block--richtext pre,
.news-article-prose .news-article-block--html pre {
  padding: 1rem;
  overflow-x: auto;
}

.news-article-prose .news-article-block--image img {
  width: 100%;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.news-article-prose .news-article-block--image figcaption {
  margin-top: 0.8rem;
  color: var(--news-muted);
  font-size: 0.9rem;
}

.news-article-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.news-article-button:hover {
  transform: translateY(-1px);
}

.news-article-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #ff9445, #ff6711);
  box-shadow: 0 18px 34px rgba(255, 122, 26, 0.22);
}

.news-article-button--secondary {
  color: #e0f2fe;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background: rgba(14, 165, 233, 0.16);
}

.news-article-button--ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 639px) {
  .news-breadcrumb-current {
    display: inline-block;
    max-width: min(68vw, 240px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-feed-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-filters-disclosure__summary {
    padding: 0.78rem 0.85rem;
  }

  .news-filters-disclosure__copy {
    gap: 0.5rem;
  }

  .news-filters-disclosure__title {
    font-size: 0.8rem;
  }

  .news-filters-disclosure__hint {
    font-size: 0.68rem;
  }

  .news-featured__title--mobile,
  .news-feed-card__title--mobile {
    display: block;
  }

  .news-featured__title--desktop,
  .news-feed-card__title--desktop {
    display: none;
  }

  .news-featured__title--mobile {
    font-size: 1.08rem;
    line-height: 1.18;
    margin-bottom: 0.15rem;
  }

  .news-feed-card {
    gap: 0;
  }

  .news-feed-card__title--mobile {
    font-size: 0.94rem;
    line-height: 1.2;
    padding: 0.95rem 0.95rem 0.7rem;
  }

  .news-feed-card__thumb {
    aspect-ratio: 16 / 9.4;
  }

  .news-featured__media-wrap .news-card-meta--under,
  .news-feed-card__body .news-card-meta--under {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
    gap: 0.32rem;
    align-items: stretch;
    flex-wrap: nowrap;
  }

  .news-featured__media-wrap .news-card-meta--under > *,
  .news-feed-card__body .news-card-meta--under > * {
    width: 100%;
    min-width: 0;
  }

  .news-featured__media-wrap .news-meta-pill,
  .news-featured__media-wrap .news-topic-chip,
  .news-featured__media-wrap .news-card-stat,
  .news-feed-card__body .news-meta-pill,
  .news-feed-card__body .news-topic-chip,
  .news-feed-card__body .news-card-stat {
    min-height: 26px;
    padding: 0 0.45rem;
    font-size: 0.65rem;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news-featured__media-wrap .news-topic-chip,
  .news-feed-card__body .news-topic-chip {
    padding-left: 1rem;
  }

  .news-featured__media-wrap .news-topic-chip::before,
  .news-feed-card__body .news-topic-chip::before {
    left: 0.5rem;
    width: 0.26rem;
    height: 0.26rem;
    box-shadow: 0 0 0 3px rgba(255, 122, 26, 0.08);
  }

  .news-featured__media-wrap .news-card-stat,
  .news-feed-card__body .news-card-stat {
    gap: 0.28rem;
  }

  .news-featured__media-wrap .news-card-stat__icon,
  .news-feed-card__body .news-card-stat__icon {
    width: 11px;
    height: 11px;
  }

  .news-featured__excerpt {
    font-size: 0.84rem;
    line-height: 1.48;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .news-feed-card__excerpt {
    font-size: 0.8rem;
    line-height: 1.4;
    -webkit-line-clamp: 1;
  }
}

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

  .news-filter-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .news-pagination {
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .news-landing__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
  }

  .news-filter-row {
    grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(180px, 0.8fr)) auto;
  }

  .news-featured__grid {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    align-items: center;
  }

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

@media (min-width: 1200px) {
  .news-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1380px) {
  .news-card-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .news-article-prose .news-article-block--richtext p,
  .news-article-prose .news-article-block--richtext li,
  .news-article-prose .news-article-block--richtext blockquote,
  .news-article-prose .news-article-block--html p,
  .news-article-prose .news-article-block--html li,
  .news-article-prose .news-article-block--html blockquote {
    text-align: justify;
    text-align-last: start;
    hyphens: auto;
  }
}

.news-article-body-shell,
.news-admin-preview__article {
  --article-max-width: 760px;
  --article-heading-scale: 1;
  --article-font-scale: 1;
  --article-block-gap: 28px;
  --article-image-radius: 24px;
  --article-link-color: #ff7a1a;
  --article-button-color: #ff7a1a;
  --article-accent-surface: #171f31;
}

.news-article-body-shell .news-article-prose,
.news-admin-preview__article .news-article-prose {
  max-width: var(--article-max-width);
  font-size: calc(1rem * var(--article-font-scale));
}

.news-article-body-shell .news-article-prose .news-article-block + .news-article-block,
.news-admin-preview__article .news-article-prose .news-article-block + .news-article-block {
  margin-top: var(--article-block-gap);
}

.news-article-heading__eyebrow,
.news-article-cta__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 122, 26, 0.12);
  color: #ffd5b5;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-article-heading__title,
.news-article-cta__title,
.news-article-block__title {
  color: #fff;
  font-weight: 700;
  line-height: 1.08;
}

.news-article-heading__title {
  margin-top: 0.85rem;
  font-size: calc(2rem * var(--article-heading-scale));
}

.news-article-prose h3.news-article-heading__title,
.news-article-block__title {
  font-size: calc(1.45rem * var(--article-heading-scale));
}

.news-article-block--image img,
.news-article-gallery__item img,
.news-article-block--html img {
  border-radius: var(--article-image-radius);
}

.news-article-block--image-wide img {
  width: 100%;
}

.news-article-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.news-article-gallery__item {
  margin: 0;
}

.news-article-gallery__item figcaption,
.news-article-block--embed figcaption,
.news-article-block--image figcaption {
  margin-top: 0.55rem;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.88rem;
}

.news-article-embed {
  overflow: hidden;
  border-radius: calc(var(--article-image-radius) - 4px);
  aspect-ratio: 16 / 9;
  background: rgba(255, 255, 255, 0.04);
}

.news-article-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.news-article-block--quote {
  margin: 0;
  padding: 1.2rem 1.3rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.news-article-block--quote blockquote {
  margin: 0;
  font-size: calc(1.08rem * var(--article-font-scale));
  line-height: 1.8;
}

.news-article-block--quote figcaption {
  margin-top: 0.85rem;
  color: rgba(226, 232, 240, 0.68);
}

.news-article-body-shell[style*="--article-quote-style:minimal"] .news-article-block--quote,
.news-admin-preview__article[style*="--article-quote-style:minimal"] .news-article-block--quote {
  background: transparent;
  border-left: 3px solid rgba(255, 122, 26, 0.45);
  border-radius: 0;
  padding-left: 1rem;
}

.news-article-faq-list {
  display: grid;
  gap: 0.8rem;
}

.news-article-faq-item {
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.news-article-faq-item summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: #fff;
  font-weight: 700;
  list-style: none;
}

.news-article-faq-item__content {
  padding: 0 1.1rem 1.1rem;
}

.news-article-body-shell[style*="--article-faq-style:lines"] .news-article-faq-item,
.news-admin-preview__article[style*="--article-faq-style:lines"] .news-article-faq-item {
  border-radius: 0;
  background: transparent;
  border-left: 0;
  border-right: 0;
}

.news-article-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.news-article-pros-cons__col {
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.news-article-pros-cons__col--pros {
  background: rgba(34, 197, 94, 0.08);
}

.news-article-pros-cons__col--cons {
  background: rgba(239, 68, 68, 0.08);
}

.news-article-pros-cons__col h4 {
  color: #fff;
  font-weight: 700;
}

.news-article-pros-cons__col ul,
.news-article-checklist {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.news-article-pros-cons__col li,
.news-article-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(226, 232, 240, 0.88);
}

.news-article-pros-cons__col li + li,
.news-article-checklist li + li {
  margin-top: 0.6rem;
}

.news-article-checklist__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.16);
  color: #ffd8bc;
  font-size: 0.82rem;
}

.news-article-block--cta,
.news-article-block--notice {
  padding: 1.3rem;
  border-radius: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, var(--article-accent-surface), rgba(8, 12, 22, 0.96));
}

.news-article-cta__text,
.news-article-notice__text {
  margin-top: 0.85rem;
}

.news-article-notice__title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.news-article-button--primary {
  background: linear-gradient(135deg, #ff9445, var(--article-button-color));
}

.news-article-block--tone-warning {
  border-color: rgba(245, 158, 11, 0.24);
}

.news-article-block--tone-success {
  border-color: rgba(34, 197, 94, 0.24);
}

.news-article-table-wrap {
  overflow-x: auto;
  border-radius: 1.2rem;
}

.news-article-block--table table {
  width: 100%;
  border-collapse: collapse;
}

.news-article-block--table caption {
  margin-bottom: 0.8rem;
  color: rgba(226, 232, 240, 0.72);
  text-align: left;
}

.news-article-block--table th,
.news-article-block--table td {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.news-article-body-shell[style*="--article-table-style:soft"] .news-article-block--table th,
.news-article-body-shell[style*="--article-table-style:soft"] .news-article-block--table td,
.news-admin-preview__article[style*="--article-table-style:soft"] .news-article-block--table th,
.news-admin-preview__article[style*="--article-table-style:soft"] .news-article-block--table td {
  background: rgba(255, 255, 255, 0.03);
}

.news-article-block--code pre {
  margin: 0;
  padding: 1.2rem;
  border-radius: 1.25rem;
  overflow-x: auto;
  font-size: 0.92rem;
  line-height: 1.75;
  background: rgba(7, 10, 18, 0.96);
}

.news-article-code__meta {
  margin-bottom: 0.7rem;
  color: rgba(226, 232, 240, 0.68);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.news-article-body-shell[style*="--article-code-style:soft"] .news-article-block--code pre,
.news-admin-preview__article[style*="--article-code-style:soft"] .news-article-block--code pre {
  background: rgba(255, 255, 255, 0.05);
}

.news-article-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.news-article-related-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem 1.05rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.news-article-related-card strong {
  color: #ffd6b5;
  font-size: 0.82rem;
}

.news-article-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.news-article-divider--accent {
  border-top-color: rgba(255, 122, 26, 0.38);
}

.news-article-block--html > *:first-child {
  margin-top: 0;
}

.news-article-prose a,
.news-article-block--richtext a {
  color: var(--article-link-color);
}

@media (max-width: 767px) {
  .news-article-gallery,
  .news-article-pros-cons,
  .news-article-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
