.news-shell main { overflow: clip; }
.news-hero { background: #f4e9df; }
.news-hero h1 { line-height: .84; }

.news-directory { padding-top: 0; }

.news-filter-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 48px;
  align-items: end;
  padding: 62px 0 38px;
  border-bottom: 2px solid var(--ink);
}

.news-entry-date,
.news-entry-category,
.news-entry-meta dt,
.news-entry figure figcaption,
.news-filter-panel > p {
  font-family: "IBM Plex Mono", monospace;
  text-transform: uppercase;
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.news-filters button {
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--ink);
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.news-filters button:hover,
.news-filters button[aria-pressed="true"] {
  border-color: var(--brand-crimson);
  background: var(--brand-crimson);
  color: #fff;
}

.news-filters button:focus-visible,
.news-entry-link:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--brand-crimson) 42%, transparent);
  outline-offset: 3px;
}

.news-draft-badge { display: inline-block; margin-bottom: 12px; padding: 5px 8px; border: 1px solid var(--brand-crimson); color: var(--brand-crimson); font-family: "IBM Plex Mono", monospace; font-size: 12px; text-transform: uppercase; }

.news-story { padding-top: 112px; }
.news-story-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 38px 7vw; padding: 95px max(7vw, var(--safe-right)) 72px max(7vw, var(--safe-left)); border-bottom: 4px solid var(--ink); }
.news-story-hero .p-c-label { grid-column: 1 / -1; margin: 0; }
.news-story-hero h1 { max-width: 980px; margin: 0; font-family: "DM Serif Display", serif; font-size: clamp(48px, 6.2vw, 96px); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.news-story-hero > p { align-self: end; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.news-story-review { grid-column: 2; display: flex; gap: 8px; flex-direction: column; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 12px; line-height: 1.5; text-transform: uppercase; }
.news-story-image { margin: 0; padding: 58px max(7vw, var(--safe-right)) 0 max(7vw, var(--safe-left)); }
.news-story-image img { width: 100%; max-height: 720px; aspect-ratio: 16 / 9; object-fit: cover; }
.news-story-image figcaption { margin-top: 10px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 13px; }
.news-story-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 40px; justify-content: center; padding: 72px max(7vw, var(--safe-right)) 130px max(7vw, var(--safe-left)); }
.news-story-layout > time { color: var(--brand-crimson); font-family: "IBM Plex Mono", monospace; font-size: 13px; text-transform: uppercase; }
.news-story-body > p { margin: 0 0 1.5em; font-size: clamp(15px, .35vw + 13px, 18px); line-height: 1.85; }
.news-story-body dl { margin: 55px 0; border-top: 1px solid var(--line); }
.news-story-body dl div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.news-story-body dt { color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 12px; text-transform: uppercase; }
.news-story-body dd { margin: 0; font-size: 13px; line-height: 1.6; }
.news-story-body dd a { text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 720px) {
  .news-story { padding-top: 78px; }
  .news-story-hero { grid-template-columns: 1fr; padding: 65px max(25px, var(--safe-right)) 55px max(25px, var(--safe-left)); }
  .news-story-hero .p-c-label,.news-story-review { grid-column: auto; }
  .news-story-hero h1 { font-size: clamp(46px, 14vw, 66px); overflow-wrap: normal; hyphens: none; }
  .news-story-image { padding: 35px max(25px, var(--safe-right)) 0 max(25px, var(--safe-left)); }
  .news-story-layout { grid-template-columns: 1fr; padding: 45px max(25px, var(--safe-right)) max(95px, calc(70px + var(--safe-bottom))) max(25px, var(--safe-left)); }
  .news-story-body dl div { grid-template-columns: 1fr; gap: 6px; }
}

.news-filter-panel > p {
  grid-column: 1 / -1;
  margin: -5px 0 0;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-align: right;
}

.news-year {
  scroll-margin-top: 120px;
  padding-top: 74px;
}

.news-year + .news-year { margin-top: 24px; }

.news-year > header p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.news-entry {
  display: grid;
  grid-template-columns: 105px minmax(220px, .72fr) minmax(340px, 1.28fr);
  gap: clamp(22px, 2.5vw, 42px);
  min-width: 0;
  padding: 34px 0 38px;
  border-bottom: 1px solid var(--line);
}

.news-entry[hidden] { display: none; }

.news-entry-date {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.5;
}

.news-entry-date b {
  color: var(--ink);
  font-family: "DM Serif Display", serif;
  font-size: clamp(38px, 3.4vw, 53px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .9;
}

.news-entry figure { min-width: 0; margin: 0; }

.news-entry figure > div {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: center;
  overflow: hidden;
  background: var(--surface-muted);
}

.news-entry figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms cubic-bezier(.22, 1, .36, 1);
}

.news-entry:hover figure img { transform: scale(1.025); }

.news-entry figure.is-focus-upper-left img {
  transform: scale(1.08) translate(-3%, -3%);
}

.news-entry:hover figure.is-focus-upper-left img {
  transform: scale(1.105) translate(-3%, -3%);
}

.news-entry .news-image-mark {
  position: absolute;
  z-index: 2;
  top: clamp(10px, 1.35vw, 18px);
  left: clamp(10px, 1.35vw, 18px);
  display: grid;
  box-sizing: border-box;
  width: min(48%, 172px);
  min-width: 112px;
  min-height: 48px;
  padding: clamp(8px, .85vw, 11px) clamp(9px, 1vw, 13px);
  border: 1px solid rgba(51, 8, 8, .18);
  background: rgba(247, 242, 234, .92);
  box-shadow: 0 7px 22px rgba(22, 12, 10, .16);
  place-items: center;
}

.news-entry .news-image-mark img {
  width: 100%;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  transform: none;
  transition: none;
}

.news-entry:hover .news-image-mark img { transform: none; }

.news-entry .news-image-mark.is-bare-right {
  right: clamp(10px, 1.35vw, 18px);
  left: auto;
  width: min(40%, 210px);
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.news-entry .news-image-mark.is-bare-right img { max-height: none; }

.news-entry figure.is-logo img {
  width: 68%;
  height: 62%;
  object-fit: contain;
}

.news-entry figure.is-scientific-figure > div { background: #fff; }
.news-entry figure.is-scientific-figure img { object-fit: contain; }

.news-entry figure.is-dark > div { background: var(--panel-dark); }
.news-entry figure.is-crimson > div { background: var(--brand-crimson); }
.news-entry figure.is-gold > div { background: var(--brand-gold); }

.news-entry figure figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .035em;
  line-height: 1.45;
}

.news-entry-gallery .news-gallery-stage { display: block; }

.news-gallery-controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 2px;
  color: #fff;
}

.news-gallery-controls::before {
  position: absolute;
  z-index: 0;
  inset: 4px 2px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  background: rgba(42, 32, 30, .84);
  box-shadow: 0 7px 24px rgba(22, 12, 10, .16);
  content: "";
  pointer-events: none;
}

.news-gallery-controls button {
  position: relative;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  place-items: center;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.news-gallery-controls button:hover { background: rgba(255, 255, 255, .16); }
.news-gallery-controls button:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.news-gallery-controls button > span { position: relative; z-index: 1; font-size: 16px; line-height: 1; }

.news-gallery-count {
  position: relative;
  z-index: 1;
  min-width: 45px;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: .04em;
  text-align: center;
}

.news-gallery-count b { font-weight: 500; }

.news-entry-copy { display: flex; min-width: 0; flex-direction: column; }

.news-entry-category {
  margin: 0 0 14px;
  color: var(--brand-crimson);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1em;
}

.news-entry h3 {
  max-width: 760px;
  margin: 0;
  font-family: "DM Serif Display", serif;
  font-size: clamp(29px, 2.45vw, 41px);
  font-weight: 400;
  letter-spacing: -.027em;
  line-height: 1.06;
}

.news-entry-summary {
  max-width: 680px;
  margin: 18px 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.news-conference-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin: -4px 0 24px;
  border-top: 1px solid var(--line);
}

.news-conference-facts div { padding: 11px 0; border-bottom: 1px solid var(--line); }
.news-conference-facts dt { margin-bottom: 5px; color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.news-conference-facts dd { margin: 0; font-size: 14px; line-height: 1.55; }

.news-entry-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 26px;
  margin: 0;
  border-top: 1px solid var(--line);
}

.news-entry-meta div { padding: 14px 0; border-bottom: 1px solid var(--line); }
.news-entry-meta dt { margin-bottom: 6px; color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.news-entry-meta dd { margin: 0; font-size: 14px; line-height: 1.5; }
.news-entry-meta a { color: var(--brand-crimson); text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 3px; }
.news-entry-meta a:hover { text-decoration-color: currentColor; }

.news-entry-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  align-self: flex-start;
  gap: 22px;
  margin-top: 22px;
  padding: 11px 15px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.news-entry-link:hover { background: var(--brand-crimson); }
.news-entry-link span { color: var(--acid); font-size: 16px; line-height: 1; }

.news-entry-actions { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-top: 22px; }
.news-entry-actions .news-entry-link { margin-top: 0; }
.news-team-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: uppercase;
}
.news-team-link:hover { color: var(--brand-crimson); }
.news-team-link:focus-visible { outline: 3px solid var(--brand-crimson); outline-offset: 3px; }

.news-entry[data-news-tier="community"] h3 { font-size: clamp(27px, 2.2vw, 37px); }
.news-entry[data-news-tier="community"] .news-entry-category { color: var(--muted); }

.news-cohort-members { margin: -4px 0 24px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.news-cohort-members li { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr); gap: 18px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.news-cohort-members strong { font-size: 14px; font-weight: 600; }
.news-cohort-members span { color: var(--muted); font-family: "IBM Plex Mono", monospace; font-size: 12px; line-height: 1.5; text-transform: uppercase; }

.news-empty {
  margin: 60px 0 0;
  padding: 30px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.news-noscript { padding: 40px 0; color: var(--muted); }

@media (max-width: 1380px) {
  .news-entry { grid-template-columns: 88px minmax(210px, .66fr) minmax(320px, 1.2fr); }
}

@media (max-width: 1180px) {
  .news-directory { padding-top: 0; }
  .news-entry { grid-template-columns: 90px minmax(230px, .72fr) minmax(0, 1.2fr); }
}

@media (max-width: 900px) {
  .news-filter-panel { grid-template-columns: 1fr; align-items: start; }
  .news-filters { justify-content: flex-start; }
  .news-filter-panel > p { text-align: left; }
  .news-entry { grid-template-columns: 82px minmax(200px, .8fr) minmax(0, 1.2fr); gap: 20px; }
  .news-entry-meta { grid-template-columns: 1fr; }
  .news-conference-facts { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .news-filter-panel { padding-top: 45px; }
  .news-filters {
    width: calc(100% + 24px);
    padding-right: 24px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .news-filters::-webkit-scrollbar { display: none; }
  .news-filters button { flex: 0 0 auto; }
  .news-year { padding-top: 58px; }
  .news-year > header p { display: none; }
  .news-entry { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 20px 14px; }
  .news-entry-date { grid-column: 1; }
  .news-entry figure { grid-column: 2; }
  .news-entry-copy { grid-column: 1 / -1; }
  .news-entry h3 { font-size: clamp(28px, 8.5vw, 36px); }
  .news-entry .news-image-mark {
    right: 10px;
    left: auto;
  }
}

@media (max-width: 480px) {
  .news-hero h1 { font-size: clamp(56px, 17vw, 70px); }
  .news-entry { grid-template-columns: 58px minmax(0, 1fr); padding-top: 28px; }
  .news-entry-date b { font-size: 38px; }
  .news-entry figure figcaption { font-size: 12px; }
  .news-entry-summary { font-size: 13px; }
  .news-entry-meta dd { font-size: 14px; }
  .news-cohort-members li { grid-template-columns: 1fr; gap: 4px; }
  .news-gallery-controls { right: 6px; bottom: 6px; }
  .news-gallery-count { min-width: 39px; }
  .news-entry .news-image-mark {
    width: min(46%, 126px);
    min-width: 98px;
    min-height: 44px;
    padding: 7px 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-entry figure img { transition: none; }
}
