:root {
  color-scheme: light;
  --paper: #faf4e8;
  --paper-strong: #f3ead8;
  --ink: #090909;
  --muted: #68625c;
  --line: #111111;
  --white: #ffffff;
  --red: #e10600;
  --red-dark: #780000;
  --green: #108a49;
  --blue: #1456d9;
  --violet: #7134d8;
  --orange: #e46913;
  --yellow: #ffd33d;
  --radius: 0;
  --gutter: clamp(16px, 3vw, 44px);
  --content: 1440px;
  --shadow-hard: 7px 7px 0 var(--ink);
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.035) 1px, transparent 1px) 0 0 / 24px 24px,
    var(--paper);
  color: var(--ink);
  font-family: var(--font);
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: var(--red);
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-shell {
  max-width: var(--content);
  margin: 0 auto;
  background: var(--paper);
  min-height: 100vh;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px var(--gutter);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.breadcrumbs .breadcrumbs-block-wrapper,
.breadcrumbs .breadcrumbs-block-wrapper nav,
.breadcrumbs .breadcrumbs-block-wrapper ol,
.breadcrumbs .breadcrumbs-block-wrapper ul {
  display: contents;
}

.breadcrumbs .breadcrumb-item {
  display: contents;
}

.breadcrumbs .breadcrumbs-separator {
  color: var(--muted);
}

.breadcrumbs .breadcrumbspress-icon {
  font-style: normal;
}

.breaking-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 10px var(--gutter);
  background: var(--ink);
  color: var(--white);
}

.ticker {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 700;
}

.ticker a {
  color: inherit;
  text-decoration: none;
}

.ticker a:hover {
  color: var(--red);
}

.breaking-bar time {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.76);
}

.masthead {
  padding: 26px var(--gutter) 18px;
  border-bottom: 4px solid var(--ink);
}

.masthead__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-grid;
  gap: 3px;
}

.brand__name {
  font-size: clamp(58px, 7.5vw, 104px);
  line-height: 0.88;
  letter-spacing: -0.07em;
  font-weight: 950;
  text-transform: uppercase;
}

.brand__line {
  color: var(--red);
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 850;
  letter-spacing: 0.01em;
}

.search-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 2px solid var(--ink);
  background: var(--white);
  min-height: 50px;
}

.search-box input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 14px;
  outline: none;
  font-weight: 700;
}

.search-box button {
  border: 0;
  border-left: 2px solid var(--ink);
  background: var(--red);
  color: var(--white);
  padding: 0 16px;
  font-weight: 900;
  cursor: pointer;
}

.primary-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
}

.primary-nav a,
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 11px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.primary-nav a {
  background: var(--ink);
  color: var(--white);
}

.primary-nav .primary-nav__live-link {
  gap: 7px;
}

.primary-nav .primary-nav__live-pulse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
  gap: 0;
  width: 12px;
  min-width: 12px;
  padding: 0;
  border-bottom: 0;
}

.primary-nav .primary-nav__live-pulse span {
  width: 8px;
  box-shadow: 0 0 0 4px rgba(225, 6, 0, 0.18), 0 0 16px rgba(225, 6, 0, 0.9);
}

.primary-nav .primary-nav__live-link.is-active .primary-nav__live-pulse span,
.primary-nav .primary-nav__live-link:hover .primary-nav__live-pulse span {
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18), 0 0 16px rgba(255, 255, 255, 0.9);
}

.primary-nav a.is-active,
.primary-nav a:hover {
  background: var(--red);
  color: var(--white);
}

.pill {
  color: var(--white);
  background: var(--ink);
}

.pill-red {
  background: var(--red);
}

.pill-green {
  background: var(--green);
}

.pill-blue {
  background: var(--blue);
}

.pill-violet {
  background: var(--violet);
}

.pill-orange {
  background: var(--orange);
}

.pill-black {
  background: var(--ink);
}

.pill-yellow {
  background: var(--yellow);
  color: var(--ink);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px) minmax(270px, 300px);
  gap: 28px;
  padding: 28px var(--gutter) 34px;
  border-bottom: 1px solid var(--ink);
}

.lead-card,
.secondary-stack,
.live-feed,
.editorial-column {
  min-width: 0;
}

.lead-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.hero-grid .lead-card {
  overflow: hidden;
}

.hero-grid .lead-card > * {
  min-width: 0;
  max-width: 100%;
}

.lead-card__media {
  min-height: 265px;
  aspect-ratio: 16 / 10;
}

.hero-grid .lead-card__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.hero-grid .lead-card > .meta-row {
  margin-top: 14px;
}

.news-visual {
  position: relative;
  display: grid;
  place-content: center;
  gap: 7px;
  overflow: hidden;
  isolation: isolate;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
}

.hero-grid .news-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-grid .lead-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 22%, rgba(225, 6, 0, 0.9), transparent 16%),
    radial-gradient(circle at 78% 28%, rgba(255, 211, 61, 0.8), transparent 14%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 2px, transparent 2px 14px),
    linear-gradient(135deg, #090909, #2b0504 52%, #090909);
}

.news-visual::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border: 1px solid rgba(250, 244, 232, 0.5);
}

.news-visual span {
  position: relative;
  z-index: 2;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-weight: 950;
}

.news-visual small {
  position: relative;
  z-index: 2;
  color: rgba(250, 244, 232, 0.72);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  text-align: center;
}

.meta-row,
.action-row,
.section-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.meta-row time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.lead-card h1,
.section-heading h2,
.section-heading h3,
.proof-section h2 {
  margin: 0;
  font-size: clamp(38px, 4.8vw, 72px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.lead-card h1,
.lead-card h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.lead-card h2 {
  margin: 0;
  max-width: 760px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.lead-card__title-link {
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.lead-card__title-link:hover h2 {
  color: var(--red);
}

.lead-card p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.32;
  font-weight: 650;
}

.hero-grid .lead-card__excerpt {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.4;
  font-weight: 650;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 0 16px;
  border: 2px solid var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.button-red {
  background: var(--red);
  color: var(--white);
}

.button-red:hover {
  color: var(--ink);
}

.secondary-stack {
  display: grid;
  gap: 14px;
}

.news-card,
.hub-card,
.wide-card,
.rank-card,
.line-card {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--ink);
}

.nofact-stretched-link {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease;
}

.nofact-stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
}

.nofact-stretched-link:focus-visible {
  outline: none;
}

.nofact-stretched-link:focus-visible::after {
  outline: 3px solid var(--red);
  outline-offset: -5px;
}

.news-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 170px;
  padding: 14px;
}

.news-card__title-link,
.hub-card h3,
.wide-card h3,
.rank-card h3,
.line-card h3,
.line-card__title-link {
  display: block;
  margin: 0;
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.news-card:hover .news-card__title-link,
.wide-card:hover h3,
.rank-card:hover h3,
.line-card:hover h3,
.line-card:hover .line-card__title-link,
.archive-card:hover h2,
.archive-card:hover h3,
.category-mini-card:hover h3,
.category-mini-card:hover .category-mini-card__title-link,
.category-page .category-lead-card:hover h2,
.category-page .category-mini-card:hover h3,
.category-page .category-mini-card:hover .category-mini-card__title-link,
.category-page .category-feed-row:hover h3,
.category-page .category-feed-row:hover .category-feed-row__title-link {
  color: var(--red);
}

.news-card p,
.hub-card p,
.wide-card p,
.rank-card p,
.line-card p {
  margin: 0;
  color: #24211f;
  line-height: 1.33;
}

.section-kicker h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.live-feed {
  padding: 16px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.live-feed ol {
  display: grid;
  gap: 0;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid var(--ink);
}

.live-feed li {
  display: grid;
  gap: 5px;
  padding: 13px 0;
  border-bottom: 1px solid #d3cec1;
}

.live-feed time {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
}

.live-feed a {
  font-size: 15px;
  line-height: 1.18;
  font-weight: 850;
}

.section-block,
.split-section,
.proof-section,
.latest-section {
  padding: 38px var(--gutter);
  border-bottom: 1px solid var(--ink);
}

.section-block-paper {
  background: var(--paper-strong);
}

.section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 24px;
  padding-bottom: 13px;
  border-bottom: 3px solid var(--ink);
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading p,
.section-heading span {
  margin: 0;
}

.section-heading p {
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading span {
  color: var(--muted);
  font-weight: 750;
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.hub-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr;
  align-content: start;
  gap: 13px;
  min-height: 292px;
  padding: 18px;
  background: var(--white);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.hub-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: var(--shadow-hard);
}

.hub-card h3 {
  font-size: clamp(26px, 2.3vw, 34px);
}

.hub-card__title-link {
  color: inherit;
  text-decoration: none;
}

.hub-card__title-link:hover h3 {
  color: var(--red);
}

.hub-card__link {
  width: fit-content;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hub-card ul {
  display: grid;
  gap: 8px;
  align-self: end;
  margin: auto 0 0;
  padding: 13px 0 0;
  border-top: 1px solid var(--ink);
  list-style: none;
}

.hub-card li a {
  font-weight: 900;
}

.hub-card li a::before {
  content: "→ ";
  color: var(--red);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px;
  background: var(--white);
}

.editorial-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.wide-card,
.rank-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
}

.wide-card {
  min-height: 128px;
}

.rank-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rank-card {
  min-height: 270px;
  background: var(--paper);
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 28px;
  background: var(--ink);
  color: var(--paper);
}

.proof-section p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(250, 244, 232, 0.76);
  font-size: 17px;
  line-height: 1.42;
  font-weight: 650;
}

.proof-section .pill-black {
  background: var(--paper);
  color: var(--ink);
}

.status-board {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
  padding: 18px;
  border: 1px solid rgba(250, 244, 232, 0.45);
}

.latest-section {
  background: var(--paper);
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 2px solid var(--ink);
  border-left: 1px solid var(--ink);
}

.line-card {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 16px;
  border-left: 0;
  border-top: 0;
}

.line-card span {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.line-card time {
  align-self: end;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(26px, 4vw, 58px);
  padding: 42px var(--gutter) 34px;
  background: var(--ink);
  color: var(--paper);
}

.nf-consent,
.nf-consent * {
  box-sizing: border-box;
}

.nf-consent[hidden] {
  display: none !important;
}

.nf-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding: 16px;
  color: var(--paper);
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.78) 34%, rgba(9, 9, 9, 0.96) 100%);
}

.nf-consent__panel {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0)),
    #090909;
  border: 2px solid var(--paper);
  box-shadow: 7px 7px 0 var(--red);
}

.nf-consent__mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 2px solid var(--paper);
  background: var(--red);
  color: var(--white);
  font-size: 42px;
  line-height: 1;
  font-weight: 950;
  transform: skewX(-8deg);
}

.nf-consent__content {
  min-width: 0;
}

.nf-consent__eyebrow {
  margin: 0 0 4px;
  color: var(--red);
  font-size: 11px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nf-consent__title {
  margin: 0 0 8px;
  color: var(--white);
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.nf-consent__text,
.nf-consent__details p {
  margin: 0;
  color: rgba(250, 244, 232, 0.88);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
}

.nf-consent__details {
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(250, 244, 232, 0.24);
}

.nf-consent__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 12px;
}

.nf-consent__links a,
.nf-consent__details a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--red);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.nf-consent__links a:hover,
.nf-consent__details a:hover {
  color: var(--red);
}

.nf-consent__actions {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 8px;
  min-width: 210px;
}

.nf-consent__button,
.nf-consent__more {
  min-height: 42px;
  padding: 9px 14px;
  border: 2px solid var(--paper);
  border-radius: 0;
  background: transparent;
  color: var(--paper);
  font: inherit;
  font-size: 12px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.nf-consent__button--primary {
  background: var(--red);
  color: var(--white);
}

.nf-consent__button--primary:hover {
  background: var(--white);
  color: var(--ink);
}

.nf-consent__button--ghost:hover,
.nf-consent__more:hover {
  background: var(--paper);
  color: var(--ink);
}

.nf-consent__more {
  min-height: 34px;
  border-color: rgba(250, 244, 232, 0.44);
  color: rgba(250, 244, 232, 0.78);
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-logo {
  display: inline-grid;
  gap: 6px;
  max-width: 460px;
}

.footer-logo span {
  display: block;
  margin-bottom: 10px;
  font-size: 56px;
  line-height: 0.9;
  letter-spacing: 0;
  font-weight: 950;
}

.footer-logo small {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.site-footer p {
  max-width: 850px;
  margin: 0;
  color: rgba(250, 244, 232, 0.72);
  line-height: 1.4;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) minmax(190px, 0.8fr) minmax(210px, 0.9fr);
  gap: 24px;
  min-width: 0;
}

.footer-column {
  min-width: 0;
}

.footer-column h2 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 13px;
  line-height: 1;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links-categories {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.footer-links a,
.footer-contacts a,
.footer-contacts span {
  color: rgba(250, 244, 232, 0.76);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 750;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-left: 3px solid rgba(250, 244, 232, 0.22);
  padding-left: 10px;
}

.footer-links a:hover,
.footer-contacts a:hover {
  color: var(--white);
  border-color: var(--red);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(250, 244, 232, 0.76);
  border-radius: 999px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.footer-socials a:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.footer-contacts {
  display: grid;
  align-content: start;
  gap: 8px;
  font-style: normal;
}

.footer-contacts span:last-child {
  margin-top: 8px;
  color: rgba(250, 244, 232, 0.56);
  line-height: 1.35;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 244, 232, 0.22);
}

.footer-bottom p {
  max-width: none;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1120px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  }

  .live-feed {
    grid-column: 1 / -1;
  }

  .live-feed ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 18px;
  }

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

  .proof-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  }

  .footer-contacts {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .site-shell {
    border: 0;
  }

  .nf-consent {
    padding: 10px;
  }

  .nf-consent__panel {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    box-shadow: 4px 4px 0 var(--red);
  }

  .nf-consent__mark {
    width: 42px;
    height: 42px;
    font-size: 32px;
  }

  .nf-consent__actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    min-width: 0;
  }

  .nf-consent__more {
    grid-column: 1 / -1;
  }

  .breaking-bar {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .breaking-bar time {
    display: none;
  }

  .masthead__top {
    grid-template-columns: 1fr;
  }

  .brand__name {
    font-size: clamp(48px, 17vw, 72px);
  }

  .search-box {
    min-height: 46px;
  }

  .primary-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .primary-nav a {
    flex: 0 0 auto;
  }

  .hero-grid,
  .split-section,
  .proof-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-grid .lead-card__media {
    width: 100%;
    max-width: 100%;
    min-height: 170px;
  }

  .lead-card h1,
  .section-heading h2,
  .section-heading h3,
  .proof-section h2 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .secondary-stack {
    grid-template-columns: 1fr;
  }

  .news-card {
    min-height: 0;
  }

  .hub-grid,
  .rank-grid,
  .latest-grid {
    grid-template-columns: 1fr;
  }

  .hub-card,
  .rank-card,
  .line-card {
    min-height: 0;
  }

  .latest-grid {
    border-left: 0;
  }

  .line-card {
    border-left: 1px solid var(--ink);
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-links-categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  :root {
    --gutter: 14px;
  }

  .nf-consent__actions {
    grid-template-columns: 1fr;
  }

  .nf-consent__text,
  .nf-consent__details p {
    font-size: 13px;
  }

  .breaking-bar,
  .masthead,
  .hero-grid,
  .section-block,
  .split-section,
  .proof-section,
  .latest-section,
  .site-footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .ticker {
    font-size: 12px;
  }

  .lead-card p,
  .proof-section p {
    font-size: 15px;
  }

  .action-row .pill {
    max-width: 100%;
  }
}

/* Noir editorial direction v2: modern newspaper + Sin City inspired red accents */
.theme-noir {
  --paper: #f6f1e7;
  --paper-strong: #ebe3d4;
  --ink: #070707;
  --muted: #69645c;
  --red: #f10a0a;
  --red-dark: #8e0000;
  --shadow-hard: 10px 10px 0 #070707;
  background:
    radial-gradient(circle at 16% 10%, rgba(241, 10, 10, 0.26), transparent 24%),
    radial-gradient(circle at 86% 4%, rgba(255, 255, 255, 0.1), transparent 20%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 17px),
    #070707;
}

.theme-noir::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 4px),
    radial-gradient(circle at center, transparent 0 45%, rgba(0, 0, 0, 0.68) 100%);
}

.theme-noir .site-shell {
  margin-block: clamp(0px, 1.6vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.045) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(var(--paper), var(--paper));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
}

.theme-noir .breaking-bar {
  position: relative;
  overflow: hidden;
  min-height: 46px;
  background:
    linear-gradient(90deg, var(--red-dark), var(--ink) 30%, var(--ink));
}

.theme-noir .breaking-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0 58%, rgba(241, 10, 10, 0.35) 58% 59%, transparent 59%);
}

.theme-noir .masthead {
  position: relative;
  background:
    radial-gradient(circle at 6% 24%, rgba(241, 10, 10, 0.16), transparent 18%),
    linear-gradient(180deg, #fbf7ef, var(--paper));
  border-bottom: 7px solid var(--ink);
}

.theme-noir .masthead::after {
  content: "NOFACT.RU / ПОИСК / ПРОВЕРКА";
  display: block;
  margin-top: 14px;
  padding-top: 9px;
  border-top: 1px solid var(--ink);
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.18em;
}

.theme-noir .brand__name {
  position: relative;
  width: max-content;
  text-shadow: 0.055em 0.055em 0 rgba(241, 10, 10, 0.22);
}

.theme-noir .brand__name::after {
  content: "";
  position: absolute;
  left: 0.06em;
  right: 0.03em;
  bottom: 0.04em;
  height: 0.09em;
  background: var(--red);
  mix-blend-mode: multiply;
}

.theme-noir .brand__line {
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.theme-noir .search-box {
  border-width: 1px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 5px 5px 0 var(--ink);
  backdrop-filter: blur(10px);
}

.theme-noir .primary-nav {
  gap: 8px;
}

.theme-noir .primary-nav a,
.theme-noir .pill {
  border-width: 1px;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.theme-noir .primary-nav a {
  background: linear-gradient(180deg, #1a1a1a, #050505);
}

.theme-noir .primary-nav a.is-active,
.theme-noir .primary-nav a:hover {
  background: linear-gradient(180deg, #ff1717, #b00000);
}

.theme-noir .hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px) minmax(290px, 310px);
  gap: 32px;
  padding-top: 34px;
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.06) 1px, transparent 1px) 0 0 / 18px 18px,
    var(--paper);
}

.theme-noir .hero-grid::before {
  content: none;
}

.theme-noir .lead-card {
  padding-bottom: 10px;
}

.theme-noir .hero-grid .lead-card {
  overflow: hidden;
}

.theme-noir .lead-card::before {
  content: none;
}

.theme-noir .hero-grid .lead-card__media {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: clamp(310px, 33vw, 430px);
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: none;
}

.theme-noir .article-shell > .news-visual.lead-card__media {
  height: auto;
  min-height: 0;
  box-shadow: none;
}

.theme-noir .article-shell > .news-visual.lead-card__media.news-visual-no-photo {
  min-height: 500px;
}

.theme-noir .article-shell > .news-visual.lead-card__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.theme-noir .secondary-stack {
  min-width: 0;
}

.theme-noir .news-visual {
  border: 1px solid var(--ink);
  color: #f6f1e7;
  background: #050505;
}

.theme-noir .news-visual::before {
  z-index: -3;
  filter: grayscale(1) contrast(1.8);
  background:
    radial-gradient(ellipse at 50% 110%, rgba(255, 255, 255, 0.78), transparent 38%),
    radial-gradient(ellipse at 32% 56%, rgba(255, 255, 255, 0.34), transparent 16%),
    radial-gradient(ellipse at 68% 46%, rgba(255, 255, 255, 0.22), transparent 18%),
    linear-gradient(98deg, transparent 0 24%, rgba(255, 255, 255, 0.08) 24% 25%, transparent 25% 49%, rgba(255, 255, 255, 0.06) 49% 50%, transparent 50%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 7px),
    linear-gradient(135deg, #030303 0%, #272727 42%, #050505 100%);
}

.theme-noir .hero-grid .news-visual img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
}

.theme-noir .news-visual::after {
  inset: 0;
  z-index: -2;
  border: 0;
  background:
    radial-gradient(circle at 74% 34%, rgba(241, 10, 10, 0.98) 0 8%, transparent 8.4%),
    linear-gradient(125deg, transparent 0 60%, rgba(241, 10, 10, 0.72) 60% 62%, transparent 62%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.76), transparent 42%);
  mix-blend-mode: normal;
}

.theme-noir .hero-grid .news-visual::before,
.theme-noir .hero-grid .news-visual::after {
  z-index: 0;
}

.theme-noir .news-visual span {
  padding: 8px 14px 2px;
  background: rgba(7, 7, 7, 0.78);
  border: 1px solid rgba(246, 241, 231, 0.36);
  font-size: clamp(42px, 6vw, 84px);
  letter-spacing: -0.075em;
  text-shadow: 4px 4px 0 rgba(241, 10, 10, 0.7);
}

.theme-noir .news-visual small {
  width: max-content;
  justify-self: center;
  padding: 6px 10px;
  background: var(--red);
  color: var(--white);
  letter-spacing: 0.08em;
}

.theme-noir .lead-card h1 {
  max-width: 100%;
  font-size: clamp(44px, 5.8vw, 86px);
  text-wrap: balance;
}

.theme-noir .lead-card p {
  max-width: 740px;
  color: #17130f;
}

.theme-noir .hero-grid .lead-card__excerpt {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.4;
}

.theme-noir .news-card,
.theme-noir .hub-card,
.theme-noir .wide-card,
.theme-noir .rank-card,
.theme-noir .line-card,
.theme-noir .live-feed {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 241, 231, 0.92)),
    var(--paper);
  border-width: 1px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.theme-noir .news-card::before,
.theme-noir .wide-card::before,
.theme-noir .rank-card::before,
.theme-noir .line-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: calc(100% + 2px);
  background: var(--red);
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 180ms ease;
}

.theme-noir .news-card:hover,
.theme-noir .hub-card:hover,
.theme-noir .wide-card:hover,
.theme-noir .rank-card:hover,
.theme-noir .line-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-hard);
  background: #111;
  color: var(--paper);
}

.theme-noir .news-card:hover p,
.theme-noir .hub-card:hover p,
.theme-noir .wide-card:hover p,
.theme-noir .rank-card:hover p,
.theme-noir .line-card:hover p,
.theme-noir .line-card:hover time {
  color: rgba(246, 241, 231, 0.74);
}

.theme-noir .news-card:hover::before,
.theme-noir .wide-card:hover::before,
.theme-noir .rank-card:hover::before,
.theme-noir .line-card:hover::before {
  transform: scaleY(1);
}

.theme-noir .live-feed {
  overflow: hidden;
  box-shadow: 8px 8px 0 var(--ink);
}

.theme-noir .live-feed::before {
  content: "";
  position: absolute;
  inset: auto -40px -54px auto;
  width: 170px;
  height: 170px;
  border-radius: 999px;
  background: rgba(241, 10, 10, 0.18);
}

.photo-language {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.2fr);
  gap: 34px;
  align-items: center;
  padding: 44px var(--gutter);
  background:
    radial-gradient(circle at 14% 24%, rgba(241, 10, 10, 0.16), transparent 22%),
    #101010;
  color: var(--paper);
  border-bottom: 1px solid #000;
}

.photo-language__copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.photo-language__title-link {
  width: fit-content;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}

.photo-language h2 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.93;
  letter-spacing: -0.06em;
  font-weight: 950;
  text-wrap: balance;
}

.photo-language__title-link:hover h2,
.photo-language h2:hover {
  color: var(--red);
}

.photo-language p {
  max-width: 640px;
  margin: 0;
  color: rgba(246, 241, 231, 0.72);
  font-size: 17px;
  line-height: 1.45;
  font-weight: 650;
}

.noir-photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 165px;
  gap: 14px;
}

.noir-photo-grid-single {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: auto;
}

.theme-noir .noir-photo-grid.noir-photo-grid-single {
  grid-template-columns: minmax(0, 1fr);
  grid-auto-rows: auto;
}

.noir-shot {
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  min-height: 160px;
  padding: 16px;
  border: 1px solid rgba(246, 241, 231, 0.28);
  background: #050505;
  isolation: isolate;
}

.noir-shot:first-child {
  grid-row: span 2;
}

.noir-shot::before,
.noir-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.noir-shot::before {
  background:
    radial-gradient(ellipse at 40% 28%, rgba(255, 255, 255, 0.5), transparent 18%),
    radial-gradient(ellipse at 60% 92%, rgba(255, 255, 255, 0.65), transparent 30%),
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.1) 0 2px, transparent 2px 16px),
    linear-gradient(140deg, #030303, #3b3b3b 48%, #080808);
}

.noir-shot::after {
  background:
    radial-gradient(circle at var(--red-x, 72%) var(--red-y, 36%), rgba(241, 10, 10, 0.96) 0 10%, transparent 10.5%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 45%);
}

.noir-shot span {
  width: max-content;
  padding: 7px 10px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.noir-shot-market {
  --red-x: 62%;
  --red-y: 42%;
}

.noir-shot-news {
  min-height: 0;
  aspect-ratio: 16 / 9;
  text-decoration: none;
  background: #050505;
}

.noir-shot-news::before {
  z-index: 1;
  background:
    repeating-linear-gradient(115deg, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 16px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%);
  mix-blend-mode: screen;
  opacity: 0.34;
}

.noir-shot-news::after {
  z-index: 2;
  background:
    radial-gradient(circle at var(--red-x, 62%) var(--red-y, 42%), rgba(241, 10, 10, 0.92) 0 8%, transparent 8.5%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 48%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 34%);
}

.noir-shot__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.18) brightness(0.78);
  transform: scale(1.02);
}

.noir-shot-news span {
  position: relative;
  z-index: 3;
}

.noir-shot-city {
  --red-x: 76%;
  --red-y: 28%;
}

.noir-shot-ai {
  --red-x: 44%;
  --red-y: 62%;
}

.theme-noir .section-block-paper {
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.05) 1px, transparent 1px) 0 0 / 22px 22px,
    var(--paper-strong);
}

.theme-noir .section-heading {
  border-bottom-width: 5px;
}

.theme-noir .section-heading h2,
.theme-noir .section-heading h3,
.theme-noir .proof-section h2 {
  text-transform: uppercase;
}

.theme-noir .hub-card {
  overflow: hidden;
  min-height: 318px;
}

.theme-noir .hub-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(241, 10, 10, 0.12);
}

.theme-noir .split-section {
  background:
    linear-gradient(135deg, rgba(241, 10, 10, 0.08), transparent 22%),
    #fbf7ef;
}

.theme-noir .proof-section {
  background:
    radial-gradient(circle at 80% 22%, rgba(241, 10, 10, 0.24), transparent 22%),
    linear-gradient(135deg, #050505, #151515);
}

.theme-noir .status-board {
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.theme-noir .latest-section {
  background:
    radial-gradient(circle at 14% 12%, rgba(241, 10, 10, 0.12), transparent 18%),
    var(--paper);
}

.theme-noir .site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 14%, rgba(241, 10, 10, 0.32), transparent 24%),
    #050505;
}

.theme-noir .site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 5px);
}

.theme-noir .site-footer > * {
  position: relative;
}

@media (max-width: 1120px) {
  .theme-noir .photo-language {
    grid-template-columns: 1fr;
  }

  .theme-noir .noir-photo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .theme-noir .noir-shot:first-child {
    grid-row: auto;
  }
}

@media (max-width: 760px) {
  .theme-noir .site-shell {
    margin: 0;
    border: 0;
  }

  .theme-noir .masthead::after {
    font-size: 9px;
    line-height: 1.4;
  }

  .theme-noir .hero-grid .lead-card__media {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 230px;
    box-shadow: none;
  }

  .theme-noir .photo-language {
    grid-template-columns: 1fr;
    padding-block: 34px;
  }

  .theme-noir .noir-photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 175px;
  }

  .theme-noir .noir-photo-grid.noir-photo-grid-single {
    grid-auto-rows: auto;
  }
}

/* Final noir responsive overrides. These intentionally sit last because the
   noir visual layer is declared after the base mobile rules. */
@media (max-width: 1180px) {
  .theme-noir .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 28px;
  }

  .theme-noir .live-feed {
    grid-column: 1 / -1;
  }

  .theme-noir .live-feed ol {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 18px;
  }

  .theme-noir .hub-grid,
  .theme-noir .latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-noir .proof-section,
  .theme-noir .site-footer {
    grid-template-columns: 1fr;
  }

  .theme-noir .footer-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  }

  .theme-noir .footer-contacts {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .theme-noir .masthead__top,
  .theme-noir .hero-grid,
  .theme-noir .photo-language,
  .theme-noir .split-section,
  .theme-noir .proof-section {
    grid-template-columns: 1fr;
  }

  .theme-noir .search-box {
    max-width: none;
  }

  .theme-noir .secondary-stack {
    grid-template-columns: 1fr;
  }

  .theme-noir .live-feed ol,
  .theme-noir .hub-grid,
  .theme-noir .rank-grid,
  .theme-noir .latest-grid,
  .theme-noir .noir-photo-grid {
    grid-template-columns: 1fr;
  }

  .theme-noir .latest-grid {
    border-left: 0;
  }

  .theme-noir .line-card {
    border-left: 1px solid var(--ink);
  }

  .theme-noir .footer-grid,
  .theme-noir .footer-bottom {
    grid-template-columns: 1fr;
  }

  .theme-noir .footer-links-categories {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .theme-noir {
    --gutter: 14px;
  }

  .theme-noir .site-shell {
    width: 100%;
    margin: 0;
    border: 0;
  }

  .theme-noir .breaking-bar {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
  }

  .theme-noir .breaking-bar time {
    display: none;
  }

  .theme-noir .masthead {
    padding-top: 18px;
  }

  .theme-noir .brand__name {
    font-size: clamp(46px, 19vw, 74px);
    letter-spacing: -0.075em;
  }

  .theme-noir .brand__line {
    max-width: 330px;
    line-height: 1.25;
  }

  .theme-noir .primary-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 7px;
    scrollbar-width: none;
  }

  .theme-noir .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .theme-noir .primary-nav a {
    flex: 0 0 auto;
  }

  .theme-noir .hero-grid .lead-card__media {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 220px;
    box-shadow: none;
  }

  .theme-noir .article-shell > .news-visual.lead-card__media {
    height: auto;
    min-height: 0;
  }

  .theme-noir .article-shell > .news-visual.lead-card__media.news-visual-no-photo {
    min-height: 500px;
  }

  .theme-noir .news-visual span {
    max-width: calc(100vw - 70px);
    font-size: clamp(35px, 14vw, 58px);
    text-align: center;
  }

  .theme-noir .news-visual small {
    max-width: calc(100vw - 70px);
    white-space: normal;
  }

  .theme-noir .lead-card h1,
  .theme-noir .photo-language h2,
  .theme-noir .section-heading h2,
  .theme-noir .section-heading h3,
  .theme-noir .proof-section h2 {
    font-size: clamp(34px, 12vw, 50px);
    line-height: 0.96;
  }

  .theme-noir .news-card,
  .theme-noir .hub-card,
  .theme-noir .wide-card,
  .theme-noir .rank-card,
  .theme-noir .line-card {
    min-height: 0;
    box-shadow: none;
  }

  .theme-noir .news-card:hover,
  .theme-noir .hub-card:hover,
  .theme-noir .wide-card:hover,
  .theme-noir .rank-card:hover,
  .theme-noir .line-card:hover {
    transform: none;
    box-shadow: none;
  }

  .theme-noir .photo-language {
    padding-block: 30px;
  }

  .theme-noir .noir-shot {
    min-height: 170px;
  }

  .theme-noir .status-board {
    padding: 14px;
  }
}

/* Template prototypes */
.template-main {
  padding: 34px var(--gutter) 48px;
}

.template-hero {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 46px);
  border-bottom: 1px solid var(--ink);
  background:
    radial-gradient(circle at 82% 20%, rgba(241, 10, 10, 0.18), transparent 22%),
    linear-gradient(135deg, #fbf7ef, var(--paper));
}

.template-hero.dark {
  background:
    radial-gradient(circle at 86% 22%, rgba(241, 10, 10, 0.34), transparent 24%),
    linear-gradient(135deg, #050505, #171717);
  color: var(--paper);
}

.template-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 950;
  text-wrap: balance;
}

.template-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.4;
  font-weight: 650;
}

.template-hero.dark p {
  color: rgba(246, 241, 231, 0.74);
}

.template-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 34px;
  align-items: start;
}

.article-shell {
  display: grid;
  gap: 24px;
}

.article-shell > .news-visual.lead-card__media {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
}

.article-shell > .news-visual.lead-card__media.news-visual-no-photo {
  min-height: 500px;
}

.article-shell > .news-visual.lead-card__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.article-body {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 18px;
  max-width: 820px;
  font-size: 19px;
  line-height: 1.62;
}

.article-body p,
.article-body ul,
.article-body ol {
  margin: 0;
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  margin: 16px 0 0;
}

.article-body h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.article-table-scroll {
  width: 100%;
  max-width: 100%;
  margin: 6px 0;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--ink);
  background: var(--paper);
  box-shadow: 6px 6px 0 var(--ink);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scrollbar-color: var(--red) var(--paper-strong);
  scrollbar-width: thin;
}

.article-table-scroll:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 3px;
}

.article-table-scroll::-webkit-scrollbar {
  height: 10px;
}

.article-table-scroll::-webkit-scrollbar-track {
  background: var(--paper-strong);
}

.article-table-scroll::-webkit-scrollbar-thumb {
  border: 2px solid var(--paper-strong);
  background: var(--red);
}

.article-table {
  width: 100%;
  min-width: 640px;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
}

.article-table th,
.article-table td {
  min-width: 150px;
  padding: 14px 16px;
  border-right: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  vertical-align: top;
  text-align: left;
  overflow-wrap: anywhere;
}

.article-table th:last-child,
.article-table td:last-child {
  border-right: 0;
}

.article-table th {
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-table-content tr:first-child td {
  background: var(--ink);
  color: var(--paper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.article-table tbody tr:nth-child(even) td {
  background: rgba(9, 9, 9, 0.045);
}

.article-table tbody tr:last-child td {
  border-bottom: 0;
}

@media (hover: hover) {
  .article-table:not(.article-table-content) tbody tr:hover td,
  .article-table-content tbody tr:not(:first-child):hover td {
    background: rgba(225, 6, 0, 0.08);
  }
}

.article-body blockquote,
.fact-box,
.source-box,
.ad-slot,
.timeline,
.filter-bar,
.profile-card,
.error-panel {
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.72);
}

.article-body blockquote,
.fact-box,
.source-box,
.ad-slot,
.profile-card,
.error-panel {
  padding: 18px;
}

.article-body blockquote {
  margin: 0;
  border-left: 7px solid var(--red);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.fact-box {
  display: grid;
  gap: 10px;
  border-left: 7px solid var(--red);
}

.fact-box-known {
  border-left-color: var(--ink);
}

.fact-check-box {
  border-left-color: var(--yellow);
}

.fact-check-box__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fact-box strong,
.source-box strong,
.ad-slot strong {
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fact-check-list {
  display: grid;
  gap: 14px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.fact-check-list li {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(18, 18, 18, 0.18);
}

.fact-check-status {
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid var(--ink);
  background: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fact-check-status-confirmed {
  background: var(--green);
}

.fact-check-status-partial {
  background: var(--blue);
  color: var(--paper);
}

.fact-check-status-contested {
  background: var(--orange);
  color: var(--paper);
}

.fact-check-status-refuted {
  background: var(--red);
  color: var(--paper);
}

.fact-check-status-unconfirmed {
  background: var(--yellow);
}

.fact-check-evidence {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fact-check-evidence a {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--ink);
  background: #000;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-embed-author {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 13px;
}

.source-box ul {
  display: grid;
  gap: 10px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.video-box li {
  display: grid;
  gap: 3px;
}

.video-box small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.sidebar-stack {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 16px;
}

.sidebar-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.sidebar-card h2,
.sidebar-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.sidebar-card ol,
.sidebar-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.archive-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 210px;
  padding: 16px;
  border: 1px solid var(--ink);
  background: var(--paper);
}

.archive-card h2,
.archive-card h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.archive-card__title-link {
  color: inherit;
  text-decoration: none;
}

.archive-card p {
  margin: 0;
  color: #29241f;
  line-height: 1.35;
}

.category-mini-section {
  display: grid;
  gap: 22px;
  padding: 34px var(--gutter) 54px;
  border-top: 1px solid var(--ink);
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.04), transparent 130px),
    var(--paper);
}

.category-mini-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.category-mini-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  min-height: 260px;
  padding: 14px;
  border: 1px solid var(--ink);
  background: var(--paper);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.category-mini-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 5px;
  height: calc(100% + 2px);
  background: var(--red);
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 180ms ease;
}

.category-mini-card__media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border: 1px solid var(--ink);
  background:
    linear-gradient(135deg, #111, #444);
  color: var(--paper);
  font-size: 28px;
  font-weight: 950;
  text-decoration: none;
}

.category-mini-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  transition: filter 180ms ease;
}

.category-mini-card__body {
  display: grid;
  gap: 10px;
}

.category-mini-card .meta-row {
  gap: 7px;
}

.category-mini-card .pill {
  font-size: 10px;
}

.category-mini-card time {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.category-mini-card h3,
.category-mini-card__title-link {
  display: block;
  margin: 0;
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.category-mini-card__title-link {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: color 180ms ease;
}

.category-mini-card__title-link:hover {
  color: var(--red);
}

.theme-noir .category-mini-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(246, 241, 231, 0.92)),
    var(--paper);
}

.theme-noir .category-mini-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-hard);
  background: #111;
  color: var(--paper);
}

.theme-noir .category-mini-card:hover::before {
  transform: scaleY(1);
}

.theme-noir .category-mini-card:hover time {
  color: rgba(246, 241, 231, 0.74);
}

.category-mini-card:hover .category-mini-card__media img {
  filter: grayscale(0) contrast(1);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  padding: 14px;
}

.timeline {
  display: grid;
  gap: 0;
}

.timeline-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-bottom: 1px solid var(--ink);
}

.timeline-item:last-child {
  border-bottom: 0;
}

.timeline-item time {
  color: var(--red);
  font-weight: 950;
}

.timeline-item h2,
.timeline-item p {
  margin: 0;
}

.search-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0;
  max-width: 760px;
  border: 2px solid var(--ink);
  background: var(--white);
}

.search-panel input {
  min-height: 58px;
  min-width: 0;
  border: 0;
  padding: 0 18px;
  background: transparent;
  font-size: 18px;
  font-weight: 800;
}

.search-panel button {
  border: 0;
  border-left: 2px solid var(--ink);
  background: var(--red);
  color: var(--white);
  padding: 0 22px;
  font-weight: 950;
}

.profile-card {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.avatar-mark {
  display: grid;
  place-items: center;
  width: 120px;
  aspect-ratio: 1;
  background:
    radial-gradient(circle at 70% 34%, var(--red) 0 12%, transparent 13%),
    linear-gradient(135deg, #050505, #454545);
  color: var(--paper);
  font-size: 42px;
  font-weight: 950;
}

.error-panel {
  display: grid;
  gap: 18px;
  min-height: 430px;
  place-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 34%, rgba(241, 10, 10, 0.22), transparent 18%),
    #101010;
  color: var(--paper);
}

.error-panel strong {
  font-size: clamp(92px, 18vw, 180px);
  line-height: 0.8;
  letter-spacing: -0.08em;
}

@media (max-width: 980px) {
  .template-grid,
  .content-grid,
  .content-grid.two {
    grid-template-columns: 1fr;
  }

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

  .sidebar-stack {
    position: static;
  }

  .timeline-item,
  .profile-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .template-main {
    padding: 24px 14px 36px;
  }

  .category-mini-section {
    padding: 24px 14px 38px;
  }

  .category-mini-grid {
    grid-template-columns: 1fr;
  }

  .template-hero {
    padding: 28px 14px;
  }

  .article-body {
    font-size: 17px;
  }

  .article-table-scroll {
    box-shadow: 4px 4px 0 var(--ink);
  }

  .article-table {
    min-width: 560px;
    font-size: 14px;
  }

  .article-table th,
  .article-table td {
    min-width: 130px;
    padding: 11px 12px;
  }

  .article-table th {
    font-size: 11px;
  }

  .search-panel {
    grid-template-columns: 1fr;
  }

  .search-panel button {
    min-height: 48px;
    border-left: 0;
    border-top: 2px solid var(--ink);
  }

}

.theme-noir .article-shell > .news-visual.lead-card__media {
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  box-shadow: none;
}

.theme-noir .article-shell > .news-visual.lead-card__media.news-visual-no-photo {
  min-height: 500px;
}

.theme-noir .article-shell > .news-visual.lead-card__media img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Category page v3 */
.category-page .category-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(22px, 3vw, 42px);
  padding: 34px var(--gutter) 30px;
  border-bottom: 5px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.055) 1px, transparent 1px) 0 0 / 20px 20px,
    var(--paper);
}

.category-page .category-eyebrow {
  margin: 20px 0 10px;
  color: var(--red);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-page .category-hero h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(44px, 6.2vw, 86px);
  line-height: 0.93;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.category-page .category-hero__content > p:not(.category-eyebrow) {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.45;
  font-weight: 650;
}

.category-page .category-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 24px;
}

.category-page .button-ghost {
  border: 2px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.category-page .button-ghost:hover {
  background: var(--ink);
  color: var(--white);
}

.category-page .category-brief {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  border: 2px solid var(--ink);
  background: var(--paper-strong);
  box-shadow: var(--shadow-hard);
}

.category-page .category-brief h2,
.category-page .category-section-head h2,
.category-page .category-sidebar h2 {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 950;
}

.category-page .category-brief dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.category-page .category-brief dl div {
  padding: 12px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.45);
}

.category-page .category-brief dt {
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.category-page .category-brief dd {
  margin: 4px 0 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 950;
}

.category-page .category-brief p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 650;
}

.category-page .category-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 3vw, 42px);
  padding: 34px var(--gutter) 46px;
}

.category-page .category-main {
  min-width: 0;
}

.category-page .category-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.category-page .category-section-head p {
  margin: 0 0 5px;
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.category-page .category-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 22px;
  margin-bottom: 34px;
}

.category-page .category-lead-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 2px solid var(--ink);
}

.category-page .category-lead-card .news-visual {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: clamp(280px, 30vw, 420px);
  overflow: hidden;
  box-shadow: none;
}

.category-page .category-lead-card .lead-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
}

.category-page .category-lead-card .lead-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-page .category-lead-card h2 {
  margin: 0;
  font-size: clamp(32px, 4.3vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.category-page .category-lead-card__title-link {
  color: inherit;
  text-decoration: none;
}

.category-page .category-lead-card p,
.category-page .category-mini-card p,
.category-page .subcategory-card p,
.category-page .category-feed-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.category-page .category-side-stack {
  display: grid;
  gap: 14px;
}

.category-page .category-mini-card,
.category-page .subcategory-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.38);
}

.category-page .subcategory-card {
  color: var(--ink);
  text-decoration: none;
}

.category-page .subcategory-card:hover {
  background: rgba(241, 10, 10, 0.08);
}

.category-page .subcategory-card .pill {
  width: fit-content;
  max-width: 100%;
  min-height: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-wrap: nowrap;
}

.category-page .category-mini-card::before {
  display: none;
}

.theme-noir .category-page .category-mini-card,
.theme-noir .category-page .category-mini-card:hover {
  transform: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.38);
  color: var(--ink);
}

.category-page .category-mini-card h3,
.category-page .category-mini-card__title-link,
.category-page .subcategory-card h3,
.category-page .category-feed-row h3,
.category-page .category-feed-row__title-link {
  display: block;
  margin: 0;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-weight: 950;
}

.category-page .category-feed-row__title-link {
  color: inherit;
  text-decoration: none;
}

.category-page .subcategory-section {
  margin-bottom: 36px;
  padding-top: 28px;
  border-top: 6px solid var(--ink);
}

.category-page .subcategory-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-page .subcategory-card small {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.category-page .category-feed {
  border-top: 6px solid var(--ink);
  padding-top: 28px;
}

.category-page .category-feed-row {
  position: relative;
  display: grid;
  grid-template-columns: 58px auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--ink);
}

.category-page .category-feed-row time {
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.category-page .category-feed-row p {
  grid-column: 3;
}

.category-page .category-sidebar {
  display: grid;
  align-content: start;
  gap: 18px;
}

.category-page .category-proof-card ol,
.category-page .sidebar-links {
  margin: 12px 0 0;
  padding-left: 20px;
}

.category-page .category-proof-card li,
.category-page .sidebar-links li {
  margin-bottom: 10px;
  color: var(--muted);
  line-height: 1.35;
  font-weight: 650;
}

.category-page .source-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.category-page .source-pills span,
.category-page .source-pills a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--white);
  color: var(--ink);
  font-size: 11px;
  font-weight: 950;
  text-decoration: none;
}

.category-page .source-pills a:hover {
  background: var(--red);
  color: var(--white);
}

@media (max-width: 980px) {
  .category-page .category-hero,
  .category-page .category-layout,
  .category-page .category-feature-grid {
    grid-template-columns: 1fr;
  }

  .category-page .category-section-head {
    align-items: start;
    flex-direction: column;
  }

  .category-page .subcategory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .category-page .category-hero,
  .category-page .category-layout {
    padding-left: 14px;
    padding-right: 14px;
  }

  .category-page .category-hero h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  .category-page .category-brief dl,
  .category-page .subcategory-grid {
    grid-template-columns: 1fr;
  }

  .category-page .category-feed-row {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .category-page .category-feed-row h3,
  .category-page .category-feed-row__title-link,
  .category-page .category-feed-row p {
    grid-column: 1 / -1;
  }
}

/* Live stream page */
.pill-gray {
  background: #5d5d5d;
}

.live-page {
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0.045), transparent 360px),
    var(--paper);
}

.live-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: 26px;
  padding: 58px var(--gutter) 28px;
  border-bottom: 2px solid var(--ink);
}

.live-hero__copy {
  min-width: 0;
}

.eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 14px;
}

.live-hero h1 {
  max-width: 820px;
  margin: 0;
  font-size: 96px;
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-hero p {
  max-width: 860px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.34;
  font-weight: 720;
}

.live-control-card {
  align-self: stretch;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  border: 2px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(225, 6, 0, 0.22), transparent 42%),
    #101010;
  color: var(--paper);
  box-shadow: var(--shadow-hard);
}

.live-control-card p {
  margin: 0;
  color: rgba(250, 244, 232, 0.76);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.live-pulse {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(250, 244, 232, 0.25);
}

.live-pulse span {
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(225, 6, 0, 0.18), 0 0 30px rgba(225, 6, 0, 0.95);
  animation: nofactPulse 1.8s ease-in-out infinite;
}

.live-paused .live-pulse span {
  animation: none;
  background: #777;
  box-shadow: none;
}

.live-pulse strong,
.live-pulse small {
  min-width: 0;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-pulse small {
  color: var(--yellow);
}

.control-button {
  min-height: 44px;
  border: 2px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--ink);
}

.control-button:hover {
  transform: translate(-1px, -1px);
  box-shadow: 5px 5px 0 var(--ink);
}

.control-button-red,
.live-update-banner button {
  background: var(--red);
  color: var(--white);
}

@keyframes nofactPulse {
  0%, 100% { transform: scale(0.9); opacity: 0.78; }
  50% { transform: scale(1.1); opacity: 1; }
}

.live-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 2px solid var(--ink);
}

.live-stats article {
  min-width: 0;
  padding: 18px var(--gutter);
  border-right: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.5);
}

.live-stats article:last-child {
  border-right: 0;
}

.live-stats span {
  display: block;
  color: var(--red);
  font-size: 48px;
  line-height: 0.94;
  font-weight: 950;
  letter-spacing: 0;
}

.live-stats strong,
.live-stats small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 950;
  text-transform: uppercase;
}

.live-stats small {
  color: var(--muted);
  font-weight: 800;
}

.live-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-bottom: 2px solid var(--ink);
  background: var(--ink);
}

.live-tab {
  min-width: 0;
  min-height: 74px;
  border: 0;
  border-right: 1px solid rgba(250, 244, 232, 0.26);
  background: #111;
  color: var(--paper);
  padding: 12px 14px;
  text-align: left;
  cursor: pointer;
}

.live-tab:last-child {
  border-right: 0;
}

.live-tab span,
.live-tab small {
  display: block;
}

.live-tab span {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.live-tab small {
  margin-top: 6px;
  color: rgba(250, 244, 232, 0.62);
  font-size: 11px;
  font-weight: 800;
}

.live-tab.is-active,
.live-tab:hover {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 45%),
    var(--red);
  color: var(--white);
}

.live-tab.is-active small,
.live-tab:hover small {
  color: rgba(255, 255, 255, 0.84);
}

.live-filter-panel {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr minmax(220px, 1.45fr) auto;
  gap: 12px;
  align-items: end;
  padding: 18px var(--gutter);
  border-bottom: 2px solid var(--ink);
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.06) 1px, transparent 1px) 0 0 / 16px 16px,
    var(--paper-strong);
}

.live-filter-panel label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.live-filter-panel label span {
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-filter-panel select,
.live-filter-panel input {
  width: 100%;
  min-height: 46px;
  border: 2px solid var(--ink);
  background: var(--white);
  padding: 0 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
}

.live-update-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 22px var(--gutter) 0;
  padding: 14px 16px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: var(--shadow-hard);
}

.live-update-banner[hidden] {
  display: none;
}

.live-update-banner strong,
.live-update-banner p {
  margin: 0;
}

.live-update-banner strong {
  font-size: 16px;
  font-weight: 950;
}

.live-update-banner p {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.live-update-banner button {
  min-height: 44px;
  border: 2px solid var(--ink);
  padding: 0 18px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.live-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
  gap: 26px;
  background:
    linear-gradient(90deg, rgba(9, 9, 9, 0.06) 1px, transparent 1px) 0 0 / 16px 16px,
    var(--paper-strong);
  padding: 28px var(--gutter) 44px;
}

.live-main-column,
.live-sidebar {
  min-width: 0;
}

.live-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-bottom: 16px;
}

.live-section-head h2,
.live-section-head p {
  margin: 0;
}

.live-section-head h2 {
  margin-top: 8px;
  font-size: 40px;
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-section-head p {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.live-stream {
  display: grid;
  gap: 14px;
}

.live-card {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.live-card::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
  width: 5px;
  height: calc(100% + 2px);
  background: var(--red);
  transform: scaleY(0.28);
  transform-origin: top;
  transition: transform 180ms ease;
}

.live-card:hover {
  transform: translate(-4px, -4px);
  box-shadow: var(--shadow-hard);
  background: #111;
  color: var(--paper);
}

.live-card:hover::before {
  transform: scaleY(1);
}

.live-card[hidden] {
  display: none;
}

.live-card-main {
  background:
    linear-gradient(90deg, rgba(225, 6, 0, 0.1), transparent 42%),
    var(--white);
}

.live-card-alert {
  background:
    repeating-linear-gradient(-45deg, rgba(225, 6, 0, 0.07) 0 8px, transparent 8px 16px),
    var(--white);
}

.live-card-main:hover,
.live-card-alert:hover {
  background: #111;
  color: var(--paper);
}

.live-card-fresh {
  animation: nofactFresh 0.44s ease-out both;
}

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

.live-card__time {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 18px 12px;
  border-right: 2px solid var(--ink);
  background: #101010;
  color: var(--paper);
  text-align: center;
}

.live-card__time time {
  color: var(--red);
  font-size: 22px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
}

.live-card__time span {
  color: rgba(250, 244, 232, 0.72);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.live-card__body {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 18px;
}

.live-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 10px;
}

.live-card__title-link {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: 0;
  font-weight: 950;
  text-decoration: none;
  transition: color 180ms ease;
}

.live-card:hover .live-card__title-link {
  color: var(--red);
}

.live-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.42;
  font-weight: 700;
}

.live-card:hover p {
  color: rgba(246, 241, 231, 0.74);
}

.evidence-line {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.evidence-line span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.live-sidebar {
  display: grid;
  align-content: start;
  gap: 16px;
}

.live-radar-card {
  padding: 18px;
  border: 2px solid var(--ink);
  background: var(--white);
  box-shadow: 5px 5px 0 var(--ink);
}

.live-radar-card-dark {
  background:
    linear-gradient(135deg, rgba(225, 6, 0, 0.26), transparent 36%),
    #101010;
  color: var(--paper);
}

.live-radar-card h2 {
  margin: 10px 0 0;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.live-radar-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
  font-weight: 750;
}

.live-radar-card-dark p,
.live-radar-card-dark .radar-list span {
  color: rgba(250, 244, 232, 0.72);
}

.radar-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.radar-list li {
  display: grid;
  gap: 3px;
  padding-left: 13px;
  border-left: 3px solid var(--red);
}

.radar-list strong,
.radar-list span {
  font-size: 12px;
  line-height: 1.22;
  font-weight: 950;
  text-transform: uppercase;
}

.radar-list span {
  color: var(--muted);
  font-weight: 760;
}

.quick-mode-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.quick-mode-grid button {
  min-height: 44px;
  border: 2px solid var(--ink);
  background: var(--paper);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  cursor: pointer;
}

.quick-mode-grid button:hover {
  background: var(--red);
  color: var(--white);
}

.status-map {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.status-map span {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
}

.dot {
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 1px solid var(--ink);
}

.dot-green { background: var(--green); }
.dot-blue { background: var(--blue); }
.dot-yellow { background: var(--yellow); }
.dot-orange { background: var(--orange); }
.dot-red { background: var(--red); }

.topic-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.topic-cloud a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: 5px 10px;
  background: var(--paper);
  font-size: 12px;
  font-weight: 950;
}

.topic-cloud a:hover {
  background: var(--red);
  color: var(--white);
}

.live-api-note code {
  display: inline-block;
  border: 1px solid rgba(9, 9, 9, 0.2);
  background: var(--paper-strong);
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .live-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .live-filter-panel .live-search,
  .live-filter-panel #resetFilters {
    grid-column: 1 / -1;
  }

  .live-layout,
  .live-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .live-hero {
    padding-top: 36px;
  }

  .live-hero h1 {
    font-size: 64px;
  }

  .live-hero p {
    font-size: 18px;
  }

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

  .live-stats article:nth-child(2n) {
    border-right: 0;
  }

  .live-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .live-tab {
    min-height: 66px;
  }

  .live-section-head,
  .live-update-banner {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .live-section-head {
    display: grid;
  }

  .live-card {
    grid-template-columns: 1fr;
  }

  .live-card__time {
    grid-template-columns: auto 1fr;
    align-items: center;
    text-align: left;
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }
}

@media (max-width: 560px) {
  .live-hero,
  .live-layout,
  .live-filter-panel,
  .live-stats article {
    padding-left: 14px;
    padding-right: 14px;
  }

  .live-hero h1 {
    font-size: 46px;
  }

  .live-section-head h2 {
    font-size: 30px;
  }

  .live-filter-panel,
  .live-tabs,
  .live-stats,
  .quick-mode-grid {
    grid-template-columns: 1fr;
  }

  .live-stats article,
  .live-tab {
    border-right: 0;
  }

  .live-stats article {
    border-bottom: 1px solid var(--ink);
  }

  .live-card__title-link {
    font-size: 22px;
  }

  .live-control-card,
  .live-radar-card,
  .live-card,
  .live-update-banner {
    box-shadow: 4px 4px 0 var(--ink);
  }
}
