.page-news {
  background: var(--paper);
  color: var(--ink);
}

.page-news [data-reveal].is-visible {
  animation: pageNewsReveal 0.5s ease both;
}

@keyframes pageNewsReveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .page-news [data-reveal] { opacity: 1 !important; transform: none !important; }
}

.page-news .breadcrumb {
  margin-bottom: 24px;
}

.page-news .page-head {
  position: relative;
  padding-top: 36px;
}

.page-news .page-head__kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-news .page-head__title {
  font-family: var(--font-display);
  font-size: clamp(46px, 9vw, 88px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}

.page-news .page-head__lede {
  max-width: 46em;
  font-size: 16px;
  line-height: 1.8;
  color: var(--slate);
  margin: 0 0 24px;
}

.page-news .page-head__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--sand);
}

.page-news .page-head__count {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

.page-news .page-head__count .data-num {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
}

.page-news .page-head__count .data-label {
  font-size: 13px;
  color: var(--slate);
}

.page-news .page-head__vol {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--slate);
  border: 1px dashed var(--sand);
  border-radius: 999px;
  padding: 4px 12px;
}

.page-news .news-cats {
  margin: 28px 0 8px;
}

.page-news .news-cats__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--surface);
  border: 1px solid var(--sand);
  border-radius: 20px;
  padding: 18px 18px 16px;
  box-shadow: 0 12px 32px rgba(26, 21, 18, 0.06);
}

.page-news .news-cats__title {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate);
}

.page-news .news-cats__row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-news .news-cats__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 14px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.page-news .news-cats__num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--orange);
}

.page-news .news-cats__item em {
  font-style: normal;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--slate);
  background: var(--surface);
  border-radius: 999px;
  padding: 1px 8px;
}

.page-news .news-cats__item:hover {
  background: var(--navy);
  color: var(--surface);
  border-color: var(--navy);
}

.page-news .news-cats__item:hover .news-cats__num,
.page-news .news-cats__item:hover em {
  color: var(--volt);
}

.page-news .latest-section {
  position: relative;
  margin-top: 48px;
}

.page-news .latest-section::before {
  content: "DISPATCH";
  position: absolute;
  top: 90px;
  left: -30px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(112px, 18vw, 230px);
  line-height: 1;
  letter-spacing: -0.05em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(26, 21, 18, 0.07);
  pointer-events: none;
  white-space: nowrap;
  z-index: 0;
}

.page-news .latest-section .container {
  position: relative;
  z-index: 1;
}

.page-news .section__head {
  margin-bottom: 30px;
}

.page-news .section__eyebrow {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 8px;
}

.page-news .section__title {
  font-family: var(--font-display);
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 10px;
}

.page-news .section__aside {
  color: var(--slate);
  font-size: 15px;
  line-height: 1.75;
  max-width: 28em;
}

.page-news .news-listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news :target {
  scroll-margin-top: 28px;
}

.page-news .news-entry {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(199, 191, 169, 0.55);
  border-radius: 20px;
  padding: 22px;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.page-news .news-entry:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(26, 21, 18, 0.08);
}

.page-news .news-entry:target {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(232, 89, 12, 0.14);
}

.page-news .news-entry::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: var(--cat-color, var(--sand));
}

.page-news .news-entry--fee { --cat-color: var(--orange); }
.page-news .news-entry--filter { --cat-color: var(--volt); }
.page-news .news-entry--data { --cat-color: var(--steel); }
.page-news .news-entry--update { --cat-color: var(--red); }
.page-news .news-entry--announce { --cat-color: var(--navy); }

.page-news .news-entry__index {
  display: inline-block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 56px;
  line-height: 0.9;
  color: var(--ink);
  opacity: 0.14;
  margin-bottom: 14px;
}

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

.page-news .news-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-bottom: 12px;
}

.page-news .tag {
  font-size: 13px;
}

.page-news .news-entry__time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--slate);
  background: var(--paper);
  border: 1px dashed var(--sand);
  border-radius: 999px;
  padding: 4px 10px;
}

.page-news .news-entry__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 4.2vw, 36px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.page-news .news-entry__summary {
  font-size: 15px;
  line-height: 1.75;
  color: var(--slate);
  margin-bottom: 10px;
}

.page-news .news-entry__link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 600;
  font-size: 14px;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 89, 12, 0.35);
  padding-bottom: 2px;
}

.page-news .news-entry__img .news-entry__index {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 2;
  color: var(--volt);
  opacity: 0.9;
  font-size: 84px;
  margin: 0;
}

.page-news .news-entry__thumb {
  margin-top: 16px;
  border-radius: 14px;
  overflow: hidden;
}

.page-news .img-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-news .news-entry--feature {
  background: linear-gradient(145deg, var(--navy) 0%, var(--steel) 100%);
  color: var(--surface);
  border: none;
  padding: 0;
}

.page-news .news-entry--feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(10, 37, 64, 0.28);
}

.page-news .news-entry--feature::before {
  background: var(--volt);
  top: 0;
  bottom: 0;
  width: 6px;
  border-radius: 0 6px 6px 0;
}

.page-news .news-entry--feature .news-entry__img {
  position: relative;
  margin: 0;
}

.page-news .news-entry--feature .news-entry__inner {
  padding: 24px 22px 30px;
}

.page-news .news-entry--feature .news-entry__index {
  color: var(--volt);
  opacity: 1;
}

.page-news .news-entry--feature .news-entry__title {
  color: var(--surface);
  font-size: clamp(24px, 4.6vw, 42px);
}

.page-news .news-entry--feature .news-entry__summary {
  color: rgba(251, 247, 239, 0.78);
}

.page-news .news-entry--feature .news-entry__link {
  color: var(--volt);
  border-color: rgba(200, 241, 53, 0.45);
}

.page-news .news-entry--feature .news-entry__time {
  background: rgba(251, 247, 239, 0.1);
  border-color: rgba(251, 247, 239, 0.25);
  color: var(--surface);
}

.page-news .latest-section__foot {
  margin-top: 32px;
  text-align: center;
}

.page-news .updates-section {
  position: relative;
  margin-top: 64px;
  padding: 64px 0 72px;
  background: var(--navy);
  color: var(--surface);
  overflow: hidden;
}

.page-news .updates-section::before {
  content: "UPDATES";
  position: absolute;
  top: -30px;
  right: -20px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(140px, 22vw, 320px);
  line-height: 1;
  letter-spacing: -0.06em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(251, 247, 239, 0.12);
  pointer-events: none;
  white-space: nowrap;
}

.page-news .updates-section__inner {
  position: relative;
  z-index: 1;
}

.page-news .updates-section .section__title {
  color: var(--surface);
}

.page-news .updates-section .section__aside {
  color: rgba(251, 247, 239, 0.68);
}

.page-news .updates-section .section__eyebrow {
  color: var(--volt);
}

.page-news .updates-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.page-news .update-card {
  position: relative;
  background: linear-gradient(145deg, rgba(251, 247, 239, 0.08), rgba(251, 247, 239, 0.02));
  border: 1px solid rgba(251, 247, 239, 0.14);
  border-radius: 22px;
  padding: 24px 22px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}

.page-news .update-card:hover {
  border-color: rgba(251, 247, 239, 0.32);
  transform: translateY(-2px);
}

.page-news .update-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--cat-color, var(--volt));
}

.page-news .update-card--filter { --cat-color: var(--volt); }
.page-news .update-card--update { --cat-color: var(--orange); }

.page-news .update-card__index {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
  color: var(--volt);
  opacity: 0.9;
}

.page-news .update-card__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 12px;
}

.page-news .update-card__cat {
  background: rgba(251, 247, 239, 0.12);
  border: 1px solid rgba(251, 247, 239, 0.22);
  color: var(--surface);
  border-radius: 999px;
  font-size: 13px;
  padding: 4px 12px;
}

.page-news .update-card__version {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--sand);
  border: 1px solid rgba(251, 247, 239, 0.25);
  border-radius: 6px;
  padding: 2px 8px;
}

.page-news .update-card__title {
  font-family: var(--font-display);
  font-size: clamp(21px, 3.4vw, 30px);
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.02em;
  color: var(--surface);
  margin-bottom: 12px;
}

.page-news .update-card__summary {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(251, 247, 239, 0.74);
  margin-bottom: 10px;
}

.page-news .update-card__link {
  display: inline-block;
  margin-top: 6px;
  font-weight: 600;
  font-size: 14px;
  color: var(--volt);
  text-decoration: none;
  border-bottom: 1px solid rgba(200, 241, 53, 0.4);
  padding-bottom: 2px;
}

.page-news .update-card__img {
  border-radius: 16px;
  overflow: hidden;
  margin: 0 0 18px;
}

.page-news .update-card--split .update-card__content {
  position: relative;
}

.page-news .billing-section {
  margin-top: 56px;
  padding: 56px 0 20px;
  background: linear-gradient(135deg, transparent 0 48%, rgba(199, 191, 169, 0.14) 50% 52%, transparent 53%);
  background-size: 56px 56px;
  background-color: var(--paper);
}

.page-news .billing-grid {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

.page-news .billing-entries {
  display: flex;
  flex-direction: column;
}

.page-news .billing-entry {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(199, 191, 169, 0.55);
  border-radius: 18px;
  padding: 22px 20px 24px 28px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.page-news .billing-entry:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(26, 21, 18, 0.07);
}

.page-news .billing-entry:target {
  border-color: var(--orange);
  box-shadow: 0 0 0 4px rgba(232, 89, 12, 0.14);
}

.page-news .billing-entry--fee {
  border-left: 4px solid var(--orange);
}

.page-news .billing-entry__index {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: var(--ink);
  opacity: 0.14;
  margin-bottom: 12px;
}

.page-news .billing-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-bottom: 10px;
}

.page-news .billing-entry__cat {
  background: var(--paper);
  border: 1px solid var(--sand);
  color: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  padding: 3px 12px;
}

.page-news .billing-entry__time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--slate);
}

.page-news .billing-entry__title {
  font-family: var(--font-display);
  font-size: clamp(20px, 3.2vw, 28px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.page-news .billing-entry__summary {
  font-size: 15px;
  line-height: 1.75;
  color: var(--slate);
  margin-bottom: 8px;
}

.page-news .billing-entry__link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 89, 12, 0.35);
  padding-bottom: 2px;
}

.page-news .billing-aside {
  background: var(--navy);
  color: var(--surface);
  border-radius: 24px;
  padding: 26px 22px;
  box-shadow: 0 20px 48px rgba(10, 37, 64, 0.2);
}

.page-news .billing-aside__label {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sand);
  margin-bottom: 16px;
}

.page-news .price-plane {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(199, 191, 169, 0.35);
}

.page-news .price-plane__name {
  font-weight: 600;
  font-size: 15px;
  color: rgba(251, 247, 239, 0.8);
}

.page-news .price-plane__num {
  font-family: var(--font-mono);
  font-size: 36px;
  font-weight: 700;
  color: var(--surface);
}

.page-news .price-plane__num .data-num {
  color: var(--volt);
}

.page-news .price-plane--hot .price-plane__num .data-num {
  color: var(--orange);
}

.page-news .price-plane__note {
  font-size: 13px;
  color: var(--volt);
}

.page-news .price-plane--hot .price-plane__note {
  font-size: 13px;
  color: var(--volt);
}

.page-news .billing-aside .btn {
  margin-top: 20px;
}

.page-news .archive-section {
  margin-top: 56px;
  padding: 60px 0 80px;
}

.page-news .archive-grid {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}

.page-news .archive-entry {
  position: relative;
  background: var(--surface);
  border: 1px solid rgba(199, 191, 169, 0.55);
  border-radius: 22px;
  padding: 22px;
  transition: box-shadow 0.2s, transform 0.2s;
}

.page-news .archive-entry:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(26, 21, 18, 0.08);
}

.page-news .archive-entry:target {
  border-color: var(--steel);
  box-shadow: 0 0 0 4px rgba(45, 74, 111, 0.14);
}

.page-news .archive-entry--data {
  border-left: 4px solid var(--steel);
}

.page-news .archive-entry__img {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 18px;
}

.page-news .archive-entry__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-bottom: 12px;
}

.page-news .archive-entry__cat {
  background: var(--paper);
  border: 1px solid var(--sand);
  color: var(--ink);
  border-radius: 999px;
  font-size: 13px;
  padding: 3px 12px;
}

.page-news .archive-entry__time {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--slate);
  background: var(--paper);
  border: 1px dashed var(--sand);
  border-radius: 999px;
  padding: 3px 10px;
}

.page-news .archive-entry__title {
  font-family: var(--font-display);
  font-size: clamp(21px, 3.4vw, 30px);
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.page-news .archive-entry__summary {
  font-size: 15px;
  line-height: 1.75;
  color: var(--slate);
  margin-bottom: 10px;
}

.page-news .archive-entry__link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 89, 12, 0.35);
  padding-bottom: 2px;
  margin-top: 8px;
}

.page-news .archive-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.page-news .archive-strip__item {
  flex: 1;
  min-width: 82px;
  background: var(--paper);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: 12px 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  text-align: center;
  color: var(--slate);
}

.page-news .archive-strip__item--last {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--navy);
  font-weight: 700;
}

.page-news .archive-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.page-news .stat-item {
  background: var(--navy);
  color: var(--surface);
  border-radius: 16px;
  padding: 16px 12px;
  text-align: center;
}

.page-news .stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 30px;
  font-weight: 700;
  color: var(--volt);
  line-height: 1.1;
}

.page-news .stat-dot {
  font-size: 16px;
}

.page-news .stat-label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: rgba(251, 247, 239, 0.7);
}

.page-news .archive-entry__foot {
  margin-top: 20px;
}

@media (min-width: 640px) {
  .page-news .news-entry {
    padding: 26px 24px;
  }

  .page-news .news-entry__index {
    font-size: 64px;
  }

  .page-news .news-entry--feature .news-entry__inner {
    padding: 28px 32px 34px;
  }

  .page-news .archive-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-news .news-cats__inner {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }

  .page-news .news-cats__title {
    width: auto;
    white-space: nowrap;
    margin: 0;
  }
}

@media (min-width: 900px) {
  .page-news .page-head {
    padding-top: 56px;
  }

  .page-news .page-head__title {
    font-size: 96px;
  }

  .page-news .page-head__lede {
    font-size: 17px;
  }

  .page-news .news-cats__inner {
    padding: 14px 18px;
  }

  .page-news .news-listings {
    gap: 22px;
  }

  .page-news .news-entry {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 28px;
    padding: 34px 40px 34px 0;
  }

  .page-news .news-entry::before {
    left: 0;
    right: auto;
    width: 6px;
    top: 0;
    bottom: 0;
    border-radius: 0 6px 6px 0;
  }

  .page-news .news-entry__index {
    margin: 0;
    opacity: 1;
    color: var(--orange);
    font-size: 44px;
    line-height: 1;
    text-align: left;
    position: sticky;
    top: 32px;
    align-self: start;
    padding-left: 16px;
  }

  .page-news .news-entry--fee .news-entry__index { color: var(--orange); }
  .page-news .news-entry--filter .news-entry__index { color: var(--steel); }
  .page-news .news-entry--data .news-entry__index { color: var(--steel); }
  .page-news .news-entry--update .news-entry__index { color: var(--red); }
  .page-news .news-entry--announce .news-entry__index { color: var(--navy); }

  .page-news .news-entry--feature {
    display: grid;
    grid-template-columns: 1fr 46%;
    grid-template-areas: "body img";
    align-items: stretch;
    padding: 0;
  }

  .page-news .news-entry--feature .news-entry__img {
    grid-area: img;
    margin: 0;
    border-radius: 0 20px 20px 0;
  }

  .page-news .news-entry--feature .news-entry__img img {
    height: 100%;
    object-fit: cover;
  }

  .page-news .news-entry--feature .news-entry__inner {
    grid-area: body;
    padding: 36px 40px;
  }

  .page-news .news-entry--feature .news-entry__index {
    top: 18px;
    right: 18px;
    left: auto;
    position: absolute;
    font-size: 88px;
  }

  .page-news .news-entry--aside {
    grid-template-columns: 120px 1fr 240px;
    grid-template-areas: "index .page-news thumb";
  }

  .page-news .news-entry--aside .news-entry__inner {
    grid-area: body;
  }

  .page-news .news-entry--aside .news-entry__thumb {
    grid-area: thumb;
    margin: 0;
    align-self: center;
  }

  .page-news .news-entry__thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
  }

  .page-news .updates-section {
    padding: 80px 0 88px;
  }

  .page-news .updates-grid {
    grid-template-columns: 7fr 5fr;
    gap: 22px;
  }

  .page-news .update-card--tall {
    padding: 34px 30px;
  }

  .page-news .update-card--split {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 28px;
    align-items: center;
    padding: 30px;
  }

  .page-news .update-card--split .update-card__img {
    margin: 0;
    height: 100%;
  }

  .page-news .billing-section {
    margin-top: 64px;
    padding: 64px 0 32px;
  }

  .page-news .billing-grid {
    grid-template-columns: 1fr 340px;
    gap: 32px;
    align-items: start;
  }

  .page-news .billing-aside {
    position: sticky;
    top: 110px;
    padding: 32px 28px;
  }

  .page-news .billing-entry {
    padding: 26px 26px 28px 34px;
  }

  .page-news .archive-section {
    margin-top: 64px;
    padding: 72px 0 96px;
  }

  .page-news .archive-grid {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
  }

  .page-news .archive-entry {
    padding: 28px;
  }

  .page-news .archive-entry--wide {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1120px) {
  .page-news .news-entry--feature .news-entry__inner {
    padding: 44px 52px;
  }

  .page-news .news-entry--feature .news-entry__title {
    font-size: 44px;
  }

  .page-news .updates-grid {
    gap: 24px;
  }

  .page-news .billing-grid {
    grid-template-columns: 1fr 380px;
  }
}
