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

.news-updates-hero {
  background: var(--paper-2);
}

.news-updates-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, .75fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: end;
  max-width: 1140px;
  padding-top: clamp(34px, 3.8vw, 52px);
  padding-bottom: clamp(34px, 3.8vw, 52px);
}

.news-updates-hero .microlabel {
  margin-bottom: 24px;
}

.news-updates-hero h1 {
  max-width: 720px;
  margin: 0;
  font: 600 clamp(30px, 3.2vw, 42px) / 1.05 var(--font-sans);
  letter-spacing: -.052em;
}

.news-updates-hero h1 span {
  color: var(--muted-2);
}

.news-updates-hero__intro p {
  margin: 0 0 15px;
  color: var(--muted);
  font: 400 15px / 1.55 var(--font-sans);
  letter-spacing: -.018em;
}

.news-updates-hero__intro p:first-child {
  color: var(--ink);
  font-weight: 550;
}

.news-updates-hero__intro time {
  display: block;
  margin-top: 18px;
  color: var(--muted-2);
  font: 500 11px / 1.2 var(--font-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-updates-week {
  padding-top: clamp(46px, 5vw, 68px);
  padding-bottom: clamp(72px, 7vw, 104px);
}

.news-updates-shell {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(300px, 344px);
  gap: 36px;
  width: min(calc(100% - 96px), 1060px);
  margin: 0 auto;
}

.news-updates-content,
.news-updates-sidebar {
  min-width: 0;
}

.news-updates-sidebar__sticky {
  position: sticky;
  top: 92px;
}

.news-filter-card.usecase-library__discovery {
  margin: 0;
  padding: 19px;
  border: 0;
  border-radius: 16px;
  background: var(--paper-2);
  box-shadow: 0 14px 38px rgb(11 11 12 / 5%);
}

.news-filter-card .usecase-library__quick-filters {
  grid-template-columns: 1fr;
}

.news-filter-card .usecase-library__control + .usecase-library__control {
  margin-top: 0;
}

.news-filter-card .usecase-library__refine-search > div {
  overflow: hidden;
}

.news-filter-card .usecase-library__refine-search input {
  border: 0;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.news-update summary:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.news-updates-week__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

.news-updates-week__header > div > p,
.news-updates-archive header > p {
  margin: 0 0 10px;
  color: var(--muted);
  font: 600 11px / 1.2 var(--font-sans);
  letter-spacing: .04em;
  text-transform: uppercase;
}

.news-updates-week__header h2,
.news-updates-archive h2 {
  max-width: 760px;
  margin: 0;
  font: 600 clamp(27px, 3vw, 38px) / 1.04 var(--font-sans);
  letter-spacing: -.048em;
}

.news-updates-week__header > p {
  margin: 0 0 7px;
  color: var(--muted);
  font: 500 12px / 1.2 var(--font-sans);
}

.news-updates-list {
  border-bottom: 1px solid var(--ink);
}

.news-update {
  border-top: 1px solid var(--ink);
}

.news-update summary {
  padding: 28px 0 27px;
  cursor: pointer;
  list-style: none;
}

.news-update summary::-webkit-details-marker {
  display: none;
}

.news-update__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 13px;
  color: var(--muted);
  font: 500 11px / 1 var(--font-sans);
}

.news-update__type,
.news-update__priority {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font: 650 9px / 1 var(--font-sans);
  letter-spacing: .045em;
  text-transform: uppercase;
}

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

.news-update__priority {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  color: var(--ink);
}

.news-update__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 30px;
  gap: 28px;
  align-items: start;
  margin-top: 19px;
}

.news-update h3 {
  max-width: 640px;
  margin: 0;
  font: 550 clamp(21px, 2vw, 28px) / 1.14 var(--font-sans);
  letter-spacing: -.038em;
  transition: color var(--duration-fast) var(--ease-standard);
}

.news-update summary:hover h3 {
  color: var(--muted);
}

.news-update__toggle {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 4px;
}

.news-update__toggle::before,
.news-update__toggle::after {
  position: absolute;
  top: 12px;
  left: 3px;
  width: 20px;
  height: 1.5px;
  background: var(--ink);
  content: "";
  transition: transform 180ms var(--ease-standard);
}

.news-update__toggle::after {
  transform: rotate(90deg);
}

.news-update[open] .news-update__toggle::after {
  transform: rotate(0);
}

.news-update__impact,
.news-update__section {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
}

.news-update__impact {
  max-width: 920px;
  margin-top: 28px;
}

.news-update__label {
  margin: 3px 0 0;
  color: var(--muted);
  font: 650 10px / 1.35 var(--font-sans);
  letter-spacing: .035em;
  text-transform: uppercase;
}

.news-update__impact > p:last-child {
  margin: 0;
  color: var(--muted);
  font: 400 17px / 1.55 var(--font-sans);
}

.news-update__facts {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(190px, .65fr);
  gap: 52px;
  max-width: 920px;
  margin: 24px 0 0 188px;
}

.news-update__facts p {
  margin: 0;
  color: var(--muted);
  font: 400 12px / 1.5 var(--font-sans);
}

.news-update__facts span,
.news-update__related small {
  display: block;
  margin-bottom: 4px;
  color: var(--muted);
  font: 650 9px / 1.2 var(--font-sans);
  letter-spacing: .045em;
  text-transform: uppercase;
}

.news-update__facts i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--ink);
}

.news-update__body {
  padding: 0 0 36px;
}

.news-update__story {
  max-width: 680px;
}

.news-update__story p {
  margin: 0;
  color: var(--ink-soft);
  font: 400 14px / 1.68 var(--font-sans);
}

.news-update__story > p + p {
  margin-top: 16px;
}

.news-update__story > p:first-child {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.64;
}

.news-update__view {
  margin-top: 24px;
  padding: 20px 22px 21px;
  border: 0;
  border-radius: 16px;
  background: var(--paper-2);
  box-shadow: var(--shadow-s);
  color: var(--ink);
}

.news-update__view h4 {
  margin: 0 0 10px;
  color: var(--ink);
  font: 650 15px / 1.2 var(--font-sans);
  letter-spacing: -.025em;
}

.news-update__view p {
  color: var(--ink);
}

.news-update__citation {
  display: inline;
  color: var(--ink);
  font: 600 12px / 1.3 var(--font-sans);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  white-space: nowrap;
}

.news-update__citation + .news-update__citation {
  margin-left: 10px;
}

.news-update__section {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.news-update__section > p:not(.news-update__label),
.news-update__section > div > p {
  max-width: 800px;
  margin: 0;
  color: var(--ink-soft);
  font: 400 16px / 1.65 var(--font-sans);
}

.news-update__section--view {
  margin-top: 3px;
  padding-right: 24px;
  padding-left: 24px;
  border-top: 0;
  background: var(--paper-2);
}

.news-update__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 20px;
}

.news-update__sources a {
  color: var(--ink);
  font: 600 12px / 1.3 var(--font-sans);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.news-update__related {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  max-width: 680px;
  margin-top: 22px;
}

.news-update__related a {
  display: block;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font: 600 12px / 1.4 var(--font-sans);
}

.news-update__related a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.news-updates-empty {
  margin: 0;
  padding: 46px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  color: var(--muted);
  font: 400 16px / 1.5 var(--font-sans);
}

.news-updates-archive {
  padding-top: clamp(70px, 7vw, 104px);
  padding-bottom: clamp(86px, 8vw, 124px);
  background: var(--paper-2);
}

.news-updates-archive header {
  margin-bottom: 34px;
}

.news-updates-archive__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.news-updates-archive__row p,
.news-updates-archive__row span {
  margin: 0;
}

.news-updates-archive__row p {
  font: 400 15px / 1.5 var(--font-sans);
}

.news-updates-archive__row span {
  color: var(--muted);
  font: 500 11px / 1.2 var(--font-sans);
}

@media (min-width: 821px) and (max-width: 1080px) {
  .news-updates-shell {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 36px;
    width: calc(100% - 48px);
  }

}

@media (max-width: 820px) {
  .news-updates-hero__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .news-updates-hero__intro {
    max-width: 620px;
  }

  .news-updates-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 36px;
    width: min(calc(100% - 48px), 680px);
  }

  .news-updates-content {
    grid-row: 2;
  }

  .news-updates-sidebar {
    grid-row: 1;
  }

  .news-updates-sidebar__sticky {
    position: static;
  }

  .news-update__impact,
  .news-update__section {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .news-update__facts {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-left: 0;
  }

  .news-update__related {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .news-updates-hero__inner {
    gap: 18px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .news-updates-hero .microlabel {
    margin-bottom: 18px;
  }

  .news-updates-hero h1 {
    font-size: 29px;
    line-height: 1.06;
  }

  .news-updates-hero__intro p {
    display: inline;
    margin: 0;
    font-size: 14px;
  }

  .news-updates-hero__intro p + p::before {
    content: " ";
  }

  .news-updates-hero__intro time {
    margin-top: 14px;
  }

  .news-updates-week {
    padding-top: 32px;
  }

  .news-updates-shell {
    width: calc(100% - 32px);
  }

  .news-updates-week__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .news-updates-week__header h2,
  .news-updates-archive h2 {
    font-size: 30px;
  }

  .news-update summary {
    padding: 24px 0;
  }

  .news-update__heading {
    gap: 14px;
    margin-top: 17px;
  }

  .news-update h3 {
    font-size: 21px;
    line-height: 1.15;
  }

  .news-update__impact {
    margin-top: 22px;
  }

  .news-update__impact > p:last-child,
  .news-update__section > p:not(.news-update__label),
  .news-update__section > div > p {
    font-size: 15px;
  }

  .news-update__story p {
    font-size: 14px;
    line-height: 1.68;
  }

  .news-update__story > p:first-child {
    font-size: 15px;
  }

  .news-update__view {
    padding: 16px 17px 17px;
    border-radius: 14px;
  }

  .news-update__view h4 {
    font-size: 14px;
  }

  .news-update__section {
    padding: 24px 0;
  }

  .news-update__section--view {
    padding-right: 18px;
    padding-left: 18px;
  }

  .news-updates-archive__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-update__toggle::before,
  .news-update__toggle::after,
  .news-update h3 {
    transition: none;
  }
}
