/* Tooling Around newsroom — an intentionally independent editorial system.
 * Loaded after styles.css and fully scoped to .news-page. */

.news-page {
  --signal-bg: #0b0c0f;
  --signal-panel: #16181d;
  --signal-panel-2: #20232a;
  --signal-acid: #dfff47;
  --signal-copy: #f6f5ef;
  --signal-muted: #979aa3;
  --signal-line: rgba(255,255,255,.11);
  display: block;
  max-width: none;
  padding: 0 24px 112px;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 23%, rgba(223,255,71,.08), transparent 26rem),
    var(--signal-bg);
  color: var(--signal-copy);
}
.news-page > * { width: min(1280px, 100%); margin-left: auto; margin-right: auto; }

.news-page .news-breadcrumb {
  display: flex; align-items: center; gap: 9px; margin-top: 0; margin-bottom: 0;
  padding: 27px 0 23px; color: #696c74;
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 10px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.news-page .news-breadcrumb a { color: var(--signal-copy); text-decoration: none; }
.news-page .news-breadcrumb a:hover { color: var(--signal-acid); }

.news-page .news-hero {
  position: relative; isolation: isolate; min-height: 560px; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(340px, .7fr); gap: 54px;
  align-items: stretch; margin-top: 0; margin-bottom: 0; padding: 64px;
  border: 0; border-radius: 34px;
  background: linear-gradient(118deg, rgba(255,255,255,.22), transparent 34%), var(--signal-acid);
  color: var(--signal-bg);
}
.news-page .news-hero::before {
  content: "SIGNAL"; position: absolute; z-index: -1; right: -38px; bottom: -58px;
  font-family: 'Archivo', sans-serif; font-size: clamp(120px, 18vw, 270px);
  font-weight: 900; line-height: .8; letter-spacing: -.09em;
  color: rgba(11,12,15,.055); pointer-events: none;
}
.news-page .news-hero::after {
  content: ""; position: absolute; z-index: -1; left: 48%; top: -124px;
  width: 240px; height: 240px; border: 1px solid rgba(11,12,15,.18); border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(11,12,15,.035), 0 0 0 78px rgba(11,12,15,.025);
}
.news-page .news-hero-copy {
  position: relative; z-index: 1; align-self: center; display: block;
}
.news-page .news-hero-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 30px;
  padding: 8px 13px; border: 0; border-radius: 999px;
  background: var(--signal-bg); color: var(--signal-acid);
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
}
.news-page .news-live-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--signal-acid);
  box-shadow: 0 0 0 0 rgba(223,255,71,.65); animation: signal-pulse 1.8s infinite;
}
@keyframes signal-pulse {
  0% { box-shadow: 0 0 0 0 rgba(223,255,71,.65); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(223,255,71,0); }
}
.news-page .news-hero h1 {
  max-width: 8.7ch; margin: 0; color: var(--signal-bg);
  font-size: clamp(58px, 7vw, 104px); font-weight: 900;
  line-height: .83; letter-spacing: -.075em; text-wrap: balance;
}
.news-page .news-hero h1 span {
  color: transparent; -webkit-text-stroke: 2px var(--signal-bg); text-stroke: 2px var(--signal-bg);
}
.news-page .news-hero-copy > p {
  max-width: 590px; margin: 34px 0 0; color: rgba(11,12,15,.72);
  font-size: 18px; font-weight: 500; line-height: 1.55;
}

.news-page .news-hero-panel {
  position: relative; z-index: 2; align-self: stretch; display: flex; flex-direction: column; gap: 0;
  min-width: 0; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 24px;
  background: var(--signal-bg); color: var(--signal-copy);
  box-shadow: 14px 14px 0 rgba(11,12,15,.16); transform: rotate(1deg);
}
.news-page .news-hero-panel-top {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  color: var(--signal-muted); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase;
}
.news-page .news-hero-status {
  display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px;
  border: 1px solid var(--signal-line); border-radius: 999px; color: var(--signal-acid);
}
.news-page .news-hero-status::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%; background: currentColor;
}
.news-page .news-hero-stat { display: flex; align-items: flex-end; gap: 16px; margin: auto 0 22px; }
.news-page .news-hero-stat strong {
  color: var(--signal-acid); font-family: 'Archivo', sans-serif;
  font-size: clamp(82px, 9vw, 126px); font-weight: 900; line-height: .72; letter-spacing: -.09em;
}
.news-page .news-hero-stat span {
  color: var(--signal-muted); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 10px; line-height: 1.45; letter-spacing: .09em; text-transform: uppercase;
}
.news-page .news-hero-lines {
  display: grid; grid-template-columns: 2fr 1fr .45fr; gap: 5px; margin: 10px 0 24px;
}
.news-page .news-hero-lines span { height: 3px; background: var(--signal-acid); border: 0; }
.news-page .news-hero-lines span:nth-child(2) { opacity: .45; }
.news-page .news-hero-lines span:nth-child(3) { opacity: .18; }
.news-page .news-hero-sources {
  display: block; list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--signal-line);
}
.news-page .news-hero-sources li {
  display: flex; align-items: center; gap: 15px; padding: 10px 0;
  border-bottom: 1px solid var(--signal-line); color: #d2d3d0; font-size: 12px;
}
.news-page .news-hero-sources li span {
  padding: 0; border: 0; color: var(--signal-acid);
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 9px; letter-spacing: .08em;
}
.news-page .news-hero-outbound {
  margin-top: 20px; padding-top: 0; border: 0; color: var(--signal-muted);
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 9px;
  letter-spacing: .08em; text-transform: uppercase;
}
.news-page .news-hero-outbound span { margin-left: 4px; color: var(--signal-acid); font-size: 14px; }

.news-page .news-filter-dock {
  margin-top: 28px; margin-bottom: 0; padding: 23px 25px 25px;
  border: 1px solid var(--signal-line); border-radius: 20px;
  background: rgba(22,24,29,.92); backdrop-filter: blur(16px);
}
.news-page .news-filter-head {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  margin-bottom: 20px; padding: 0; border: 0;
}
.news-page .news-filter-title {
  display: flex; align-items: center; gap: 9px; color: var(--signal-copy);
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .13em; text-transform: uppercase;
}
.news-page .news-filter-title svg {
  width: 18px; height: 18px; fill: none; stroke: var(--signal-acid);
  stroke-width: 1.6; stroke-linecap: round;
}
.news-page .news-filter-clear {
  color: var(--signal-muted); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; text-decoration: none;
}
.news-page .news-filter-clear:hover { color: var(--signal-acid); }
.news-page .news-filter-clear span { margin-left: 3px; font-size: 15px; vertical-align: -1px; }
.news-page .news-facets { display: flex; flex-direction: column; gap: 13px; margin: 0; padding: 0; }
.news-page .news-facet-group {
  display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 14px; align-items: start;
}
.news-page .news-facet-label {
  flex: none; padding-top: 7px; color: #666a73;
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 9px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
}
.news-page .news-facet-options { display: flex; flex-wrap: wrap; gap: 7px; }
.news-page .news-chip {
  display: inline-flex; align-items: center; min-height: 30px; padding: 5px 11px;
  border: 1px solid var(--signal-line); border-radius: 7px; background: var(--signal-panel-2);
  color: #bec0c4; font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 10px;
  letter-spacing: .02em; text-decoration: none; white-space: nowrap;
  transition: background .15s ease, color .15s ease, border-color .15s ease, transform .15s ease;
}
.news-page .news-chip:hover {
  color: var(--signal-copy); border-color: rgba(223,255,71,.55); transform: translateY(-1px);
}
.news-page .news-chip.active {
  border-color: var(--signal-acid); background: var(--signal-acid); color: var(--signal-bg); font-weight: 700;
}
.news-page .news-chip--cat { border-style: solid; }
.news-page .news-chip--cat::before { content: "+"; margin-right: 6px; color: var(--signal-acid); }
.news-page .news-chip--cat.active::before { color: var(--signal-bg); }

.news-page .news-feed-head {
  display: flex; align-items: flex-end; justify-content: space-between; gap: 30px;
  margin-top: 58px; margin-bottom: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--signal-line);
}
.news-page .news-feed-eyebrow {
  display: block; margin-bottom: 10px; color: var(--signal-acid);
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 9px; font-weight: 700;
  letter-spacing: .15em; text-transform: uppercase;
}
.news-page .news-feed-head h2 {
  margin: 0; color: var(--signal-copy); font-size: clamp(40px, 5vw, 62px);
  font-weight: 900; letter-spacing: -.05em;
}
.news-page .news-feed-count { display: flex; align-items: center; gap: 11px; text-align: left; }
.news-page .news-feed-count strong {
  color: var(--signal-acid); font-family: 'Archivo', sans-serif;
  font-size: 37px; font-weight: 900; line-height: 1;
}
.news-page .news-feed-count span {
  color: var(--signal-muted); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 8px; line-height: 1.45; letter-spacing: .12em; text-transform: uppercase;
}

.news-page .news-list {
  counter-reset: signal-item; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense; gap: 14px; list-style: none; margin: 0 auto; padding: 0;
}
.news-page .news-item {
  counter-increment: signal-item; position: relative; overflow: hidden;
  min-height: 306px; display: flex; flex-direction: column;
  border: 1px solid var(--signal-line); border-radius: 18px;
  background: var(--signal-panel); color: var(--signal-copy);
  transition: transform .22s cubic-bezier(.2,.8,.2,1), border-color .22s ease, background .22s ease;
}
.news-page .news-item::before {
  content: counter(signal-item, decimal-leading-zero); position: absolute; z-index: 3; right: 15px; top: 13px;
  color: rgba(255,255,255,.45); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 8px; font-weight: 700; line-height: 1; letter-spacing: .12em; pointer-events: none;
}
.news-page .news-item:hover {
  transform: translateY(-4px); border-color: rgba(223,255,71,.55); background: #1a1d22;
}
.news-page .news-item:first-child {
  grid-column: span 2; min-height: 340px; display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  border-color: var(--signal-acid); background: var(--signal-acid); color: var(--signal-bg);
}
.news-page .news-item:first-child:not(.news-item--media) { grid-template-columns: minmax(0, 1fr); }
.news-page .news-item:first-child::before {
  right: 15px; top: 13px; color: rgba(11,12,15,.48); font-size: 8px;
}
.news-page .news-item:first-child:hover {
  transform: translateY(-4px); border-color: #e5ff61; background: #e5ff61;
}
.news-page .news-media {
  position: relative; z-index: 1; display: block; overflow: hidden;
  aspect-ratio: 16 / 9; border-bottom: 1px solid var(--signal-line);
  background: #f2f1eb; text-decoration: none;
}
.news-page .news-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(11,12,15,.05);
}
.news-page .news-media img {
  display: block; width: 100%; height: 100%; padding: 18px;
  object-fit: contain; transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.news-page .news-media--article { background: #101217; }
.news-page .news-media--article img { padding: 0; object-fit: cover; }
/* Publisher logos: same contained treatment as catalogue shots, but with more
   air — a logo drawn edge to edge reads as a banner ad, not attribution. */
.news-page .news-media--logo img { padding: 14% 20%; }
.news-page .news-item:hover .news-media img { transform: scale(1.035); }
.news-page .news-media-label {
  position: absolute; left: 12px; right: 12px; bottom: 12px; width: fit-content; max-width: calc(100% - 24px);
  overflow: hidden; padding: 5px 7px;
  border-radius: 5px; background: rgba(11,12,15,.9); color: var(--signal-acid);
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 7px; font-weight: 700;
  line-height: 1; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap;
}
.news-page .news-item:first-child .news-media {
  min-height: 100%; aspect-ratio: auto; border-right: 1px solid rgba(11,12,15,.16); border-bottom: 0;
}
.news-page .news-item:first-child .news-media img { padding: 28px; }
.news-page .news-item:first-child .news-media--article img { padding: 0; object-fit: cover; }
.news-page .news-item:first-child .news-media--logo img { padding: 10% 16%; }
.news-page .news-card-content {
  position: relative; z-index: 2; min-width: 0; flex: 1;
  display: flex; flex-direction: column; gap: 12px; padding: 20px;
}
.news-page .news-item:not(.news-item--media) .news-card-content { padding-top: 40px; }
.news-page .news-item:first-child .news-card-content { padding: 28px; gap: 15px; }
.news-page .news-card-meta {
  position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; flex-wrap: nowrap;
  color: var(--signal-muted); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 8px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase;
}
.news-page .news-source-wrap { min-width: 0; display: inline-flex; align-items: center; gap: 8px; }
.news-page .news-source {
  overflow: hidden; color: var(--signal-copy); font: inherit; letter-spacing: inherit;
  text-overflow: ellipsis; text-transform: inherit; white-space: nowrap;
}
.news-page .news-source-mark {
  width: 7px; height: 7px; border-radius: 2px; background: var(--signal-acid); transform: rotate(45deg);
}
.news-page .news-age { margin-left: auto; white-space: nowrap; }
.news-page .news-lang { padding: 2px 5px; border: 1px solid var(--signal-line); border-radius: 4px; }
.news-page .news-item:first-child .news-card-meta { color: rgba(11,12,15,.57); }
.news-page .news-item:first-child .news-source { color: var(--signal-bg); }
.news-page .news-item:first-child .news-source-mark { background: var(--signal-bg); }
.news-page .news-item:first-child .news-lang { border-color: rgba(11,12,15,.22); }
.news-page .news-title {
  position: relative; z-index: 1; display: flex; align-items: flex-start;
  justify-content: space-between; gap: 14px; color: inherit;
  font-family: 'Archivo', sans-serif; font-size: 22px;
  font-weight: 800; line-height: 1.08; letter-spacing: -.032em; text-decoration: none; text-wrap: balance;
}
.news-page .news-title:hover span { text-decoration: none; }
.news-page .news-item:first-child .news-title {
  max-width: none; font-size: clamp(29px, 2.7vw, 39px); line-height: 1; letter-spacing: -.045em;
}
.news-page .news-title-icon {
  width: 30px; height: 30px; flex: 0 0 30px; align-self: flex-start; padding: 7px;
  border: 1px solid var(--signal-line); border-radius: 50%; fill: none;
  stroke: var(--signal-acid); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  transition: transform .18s ease, background .18s ease;
}
.news-page .news-title:hover .news-title-icon {
  transform: translate(3px, -3px); background: var(--signal-acid); stroke: var(--signal-bg);
}
.news-page .news-item:first-child .news-title-icon {
  border-color: var(--signal-bg); background: var(--signal-bg); stroke: var(--signal-acid);
}
.news-page .news-item:first-child .news-title:hover .news-title-icon {
  transform: translate(4px, -4px) rotate(4deg);
}
.news-page .news-summary {
  position: relative; z-index: 1; display: -webkit-box; overflow: hidden;
  max-width: 68ch; margin: 0; color: var(--signal-muted);
  font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.news-page .news-item:first-child .news-summary {
  max-width: 62ch; color: rgba(11,12,15,.67); font-size: 13px; -webkit-line-clamp: 3;
}
.news-page .news-links {
  position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto;
}
.news-page .news-tag {
  display: inline-flex; align-items: center; gap: 3px; padding: 4px 7px;
  border: 1px solid rgba(223,255,71,.28); border-radius: 6px; background: rgba(223,255,71,.07);
  color: var(--signal-acid); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 8px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; text-decoration: none;
}
.news-page .news-tag:hover {
  border-color: var(--signal-acid); background: var(--signal-acid); color: var(--signal-bg); text-decoration: none;
}
.news-page .news-tag--cat { border-color: var(--signal-line); background: transparent; color: #b7bac1; }
.news-page .news-item:first-child .news-tag {
  border-color: rgba(11,12,15,.25); background: var(--signal-bg); color: var(--signal-acid);
}
.news-page .news-item:first-child .news-tag:hover {
  border-color: var(--signal-bg); background: transparent; color: var(--signal-bg);
}
.news-page .news-item:first-child .news-tag--cat { background: transparent; color: var(--signal-bg); }

.news-page .news-disclosure {
  display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; padding: 18px 20px;
  border: 1px solid var(--signal-line); border-radius: 12px; color: var(--signal-muted);
}
.news-page .news-disclosure svg {
  width: 18px; height: 18px; flex: 0 0 18px; margin: 0; fill: none;
  stroke: var(--signal-acid); stroke-width: 1.5;
}
.news-page .news-disclosure p { margin: 0; color: inherit; font-size: 12px; line-height: 1.55; }
.news-page .news-disclosure strong { color: var(--signal-acid); }
.news-page .news-empty {
  padding: 90px 30px; border: 1px dashed rgba(223,255,71,.32); border-radius: 22px;
  background: transparent; text-align: center; color: var(--signal-muted);
}
.news-page .news-empty-icon { display: block; margin-bottom: 16px; color: var(--signal-acid); font-size: 38px; }
.news-page .news-empty h2 { margin-bottom: 10px; color: var(--signal-copy); font-size: 30px; }
.news-page .news-empty p { max-width: 46ch; margin: 0 auto; color: inherit; }
.news-page .news-empty .news-empty-status {
  margin-top: 18px; color: var(--signal-acid); font-family: 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}

@media (max-width: 920px) {
  .news-page .news-hero { grid-template-columns: 1fr; gap: 38px; padding: 46px; }
  .news-page .news-hero-copy { align-self: start; }
  .news-page .news-hero-panel {
    min-height: 370px; transform: none; box-shadow: 10px 10px 0 rgba(11,12,15,.13);
  }
  .news-page .news-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-page .news-item:first-child { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .news-page { padding: 0 14px 72px; }
  .news-page .news-breadcrumb { padding: 20px 2px 17px; }
  .news-page .news-hero {
    min-height: 0; gap: 30px; padding: 30px 22px 24px; border-radius: 20px;
  }
  .news-page .news-hero h1 { font-size: clamp(49px, 15.5vw, 66px); }
  .news-page .news-hero h1 span { -webkit-text-stroke-width: 1.2px; }
  .news-page .news-hero-copy > p { margin-top: 25px; font-size: 15px; }
  .news-page .news-hero-kicker { margin-bottom: 24px; }
  .news-page .news-hero-panel {
    min-height: 360px; padding: 22px; border-radius: 17px; box-shadow: 7px 7px 0 rgba(11,12,15,.13);
  }
  .news-page .news-hero-stat strong { font-size: 82px; }
  .news-page .news-filter-dock { padding: 19px 18px 20px; border-radius: 16px; }
  .news-page .news-facet-group { grid-template-columns: minmax(0, 1fr); gap: 7px; }
  .news-page .news-facet-label { padding: 0; }
  .news-page .news-facet-options {
    flex-wrap: nowrap; overflow-x: auto; margin-right: -18px; padding: 0 18px 4px 0;
    scrollbar-width: none;
  }
  .news-page .news-facet-options::-webkit-scrollbar { display: none; }
  .news-page .news-feed-head { margin-top: 46px; }
  .news-page .news-feed-head h2 { font-size: 42px; }
  .news-page .news-feed-count { display: none; }
  .news-page .news-list { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .news-page .news-item,
  .news-page .news-item:first-child {
    grid-column: 1 / -1; min-height: 0; display: flex; border-radius: 17px;
  }
  .news-page .news-item:first-child .news-media {
    min-height: 0; aspect-ratio: 16 / 9; border-right: 0; border-bottom: 1px solid rgba(11,12,15,.16);
  }
  .news-page .news-card-content,
  .news-page .news-item:first-child .news-card-content { padding: 20px; }
  .news-page .news-item:not(.news-item--media) .news-card-content { min-height: 250px; padding-top: 38px; }
  .news-page .news-item:first-child .news-title { font-size: 30px; }
  .news-page .news-title { font-size: 23px; }
  .news-page .news-title-icon { width: 34px; height: 34px; flex-basis: 34px; padding: 8px; }
}
@media (max-width: 760px) {
  .site-header .site-nav,
  .site-header .header-search,
  .site-header .locale-nav { display: none; }
}
/* ── Front page — the newsroom layout doubling as the home page. No breadcrumb
   above the hero, a category search inside it, and the comparison band between
   the catalogue dock and the feed. */
.home-front { padding-top: 26px; }
.home-front .hero-search {
  display: flex; max-width: 560px; min-height: 52px; margin-top: 30px;
  overflow: hidden; border: 0; border-radius: 12px; background: var(--signal-bg);
  box-shadow: 10px 10px 0 rgba(11,12,15,.14);
}
.home-front .hero-search input {
  flex: 1; min-width: 0; padding: 14px 18px; border: 0; outline: none;
  background: transparent; color: var(--signal-copy); font-size: 15px;
}
.home-front .hero-search input::placeholder { color: #858890; }
.home-front .hero-search button {
  padding: 0 24px; border: 0; border-left: 1px solid rgba(255,255,255,.12);
  background: transparent; color: var(--signal-acid); cursor: pointer;
  font-family: 'IBM Plex Sans', system-ui, sans-serif; font-size: 10px;
  font-weight: 700; letter-spacing: .12em;
}
.home-front .hero-search button:hover { background: rgba(255,255,255,.06); }
.news-page .home-h2h { margin-top: 28px; }
@media (max-width: 620px) {
  .home-front { padding-top: 16px; }
  .home-front .hero-search { margin-top: 24px; box-shadow: 7px 7px 0 rgba(11,12,15,.14); }
  .home-front .hero-search button { padding: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .news-page .news-live-dot { animation: none; }
  .news-page .news-item, .news-page .news-chip, .news-page .news-title-icon { transition: none; }
}
