.news-shell {
  max-width: none;
  padding: 0;
}

.news-hero {
  position: relative;
  min-height: calc(82svh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--card);
  background: var(--ink);
  isolation: isolate;
}

.news-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(29, 26, 22, 0.92), rgba(29, 26, 22, 0.58) 48%, rgba(29, 26, 22, 0.12)),
    linear-gradient(0deg, rgba(29, 26, 22, 0.86), rgba(29, 26, 22, 0.02) 58%);
}

.news-hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-hero-copy {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 90px 0 150px;
}

.news-kicker,
.report-kicker {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--accent);
  font-family: var(--label);
  font-size: 0.74rem;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.news-hero h1 {
  max-width: 860px;
  margin: 0 0 18px;
  font-family: var(--cond);
  font-size: clamp(54px, 9vw, 128px);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(247, 241, 227, 0.86);
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.25;
}

.news-hero-meta {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(247, 241, 227, 0.26);
  border-radius: 8px;
  background: rgba(247, 241, 227, 0.16);
}

.news-hero-meta div {
  min-width: 0;
  padding: 16px;
  background: rgba(29, 26, 22, 0.76);
}

.news-hero-meta strong,
.news-hero-meta span {
  display: block;
}

.news-hero-meta strong {
  color: var(--accent);
  font-family: var(--label);
  font-size: 1.05rem;
}

.news-hero-meta span {
  color: rgba(247, 241, 227, 0.76);
  font-size: 0.88rem;
}

.news-section {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 42px 28px;
}

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

.report-card {
  min-width: 0;
  overflow: hidden;
  color: inherit;
  background: var(--card) var(--grain);
  clip-path: var(--torn-1);
  filter: drop-shadow(5px 7px 0 var(--shadow));
}

.report-card:nth-child(2) {
  clip-path: var(--torn-2);
}

.report-card:nth-child(3) {
  clip-path: var(--torn-3);
}

.report-card h3,
.news-layout h2,
.news-sources h2 {
  margin: 0 0 12px;
  font-family: var(--cond);
  line-height: 0.98;
  text-transform: uppercase;
}

.report-card h3 {
  padding: 0 18px;
  font-size: clamp(26px, 3vw, 38px);
}

.report-card p,
.report-card a {
  margin-right: 18px;
  margin-left: 18px;
}

.report-card p {
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 1.05rem;
}

.report-card a {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--ink);
  font-family: var(--label);
  font-size: 0.72rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.report-card--lead {
  grid-column: span 2;
}

.report-card--lead .report-thumb {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 3px solid var(--ink);
}

.report-card--lead .report-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.report-card .report-kicker {
  margin: 16px 18px 10px;
  color: var(--red);
}

.report-band {
  height: 9px;
  background: var(--accent);
}

.report-band--green {
  background: var(--green);
}

.report-band--red {
  background: var(--red);
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: start;
}

.news-layout h2,
.news-sources h2 {
  font-size: clamp(34px, 5vw, 64px);
}

.news-layout p,
.news-sources p {
  max-width: 720px;
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 1.12rem;
}

.news-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(29, 26, 22, 0.18);
  border-radius: 8px;
  background: rgba(29, 26, 22, 0.18);
}

.news-checklist div {
  min-width: 0;
  padding: 20px;
  background: var(--card) var(--grain);
}

.news-checklist strong,
.news-checklist span {
  display: block;
}

.news-checklist strong {
  font-family: var(--label);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.news-checklist span {
  margin-top: 8px;
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 1rem;
}

.news-sources {
  padding-bottom: 68px;
}

.news-sources a {
  color: var(--red);
  font-weight: 700;
}

.race-article {
  max-width: none;
  padding: 0;
}

.race-article .news-hero {
  min-height: calc(88svh - 72px);
}

.race-article-body {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 44px 28px 72px;
}

.race-article-body .dateline {
  margin: 0 0 18px;
}

.race-article-body h2,
.race-article-body h3 {
  margin: 42px 0 12px;
  font-family: var(--cond);
  line-height: 0.98;
  text-transform: uppercase;
}

.race-article-body h2 {
  max-width: 900px;
  font-size: clamp(38px, 5vw, 68px);
}

.race-article-body h3 {
  font-size: clamp(28px, 3.5vw, 42px);
}

.race-article-body p,
.race-article-body li {
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.race-article-body .lede {
  max-width: 880px;
  color: var(--ink);
  font-size: clamp(23px, 3vw, 34px);
  line-height: 1.18;
}

.race-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.8fr);
  gap: 34px;
  align-items: start;
}

.race-grid > div {
  min-width: 0;
}

.race-result-panel {
  position: sticky;
  top: 92px;
  overflow: hidden;
  background: var(--card) var(--grain);
  border: 1px solid rgba(29, 26, 22, 0.22);
  border-radius: 8px;
  filter: drop-shadow(5px 7px 0 var(--shadow));
}

.race-result-panel h2 {
  margin: 0;
  padding: 18px;
  color: var(--card);
  background: var(--ink);
  font-size: 34px;
}

.race-result-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: baseline;
  padding: 13px 18px;
  border-top: 1px solid rgba(29, 26, 22, 0.14);
}

.race-result-row strong {
  font-family: var(--label);
  font-size: 0.92rem;
}

.race-result-row span {
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 1.02rem;
}

.race-result-row b {
  color: var(--red);
  font-family: var(--label);
  font-size: 0.94rem;
}

.race-result-row:first-of-type {
  background: rgba(247, 198, 0, 0.34);
}

.race-note {
  margin: 0;
  padding: 18px;
  color: var(--ink);
  background: rgba(247, 198, 0, 0.24);
  font-family: var(--label);
  font-size: 0.78rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.race-pullquote {
  margin: 36px 0;
  padding: 24px 0 24px 24px;
  border-left: 10px solid var(--accent);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(27px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.02;
}

.article-figure {
  margin: 42px 0 0;
}

.article-figure img {
  width: 100%;
  display: block;
  border: 6px solid var(--ink);
}

.article-figure figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: 0.98rem;
}

.source-list {
  padding-left: 1.1em;
}

.source-list a {
  color: var(--red);
  font-weight: 700;
}

@media (max-width: 860px) {
  .news-hero {
    min-height: 86svh;
  }

  .news-hero h1 {
    font-size: clamp(24px, 11vw, 52px);
    overflow-wrap: anywhere;
  }

  .news-hero-copy {
    width: min(720px, calc(100% - 36px));
    padding: 62px 0 190px;
  }

  .news-hero-meta,
  .report-grid,
  .news-layout,
  .news-checklist,
  .race-grid {
    grid-template-columns: 1fr;
  }

  .report-card--lead {
    grid-column: span 1;
  }

  .race-result-panel {
    position: static;
  }

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

  .race-article-body {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/* Kinetic Spread news: white editorial plates shared with expokinetic.com. */
.news-shell {
  background: var(--paper);
}

.news-hero {
  width: min(1184px, calc(100% - 56px));
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.82fr);
  align-items: stretch;
  margin: 28px auto 0;
  overflow: visible;
  color: var(--ink);
  background: #fff;
  border: 1.5px solid var(--ink);
}

.news-hero::before {
  content: "Fig. 01 - race desk";
  position: absolute;
  top: -13px;
  left: 26px;
  z-index: 4;
  background: #fff;
  padding: 2px 12px;
  color: var(--ink);
  font-family: var(--label);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.news-hero--latest::before {
  content: "Latest report";
}

.news-hero::after {
  display: none;
}

.news-hero-image {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-hero img {
  position: static;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-left: 1px solid var(--rule, #ddd);
}

.news-hero-copy {
  width: auto;
  padding: clamp(40px, 6vw, 72px);
}

.news-hero--latest .news-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-kicker,
.report-kicker {
  color: var(--accent);
  font-family: var(--label);
  font-weight: 700;
  letter-spacing: 0.2em;
}

.news-hero .news-kicker,
.report-card .report-kicker {
  color: var(--accent);
  font-family: var(--label);
}

.news-hero h1 {
  color: var(--ink);
  font-family: var(--label);
  font-size: clamp(42px, 7vw, 86px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
  text-transform: lowercase;
}

.news-hero p {
  color: var(--ink-soft);
  font-family: var(--body);
  font-size: clamp(17px, 2vw, 23px);
}

.news-hero-link {
  align-self: flex-start;
  margin-top: 26px;
  padding: 11px 14px 10px;
  color: #fff;
  background: var(--accent);
  border: 1.5px solid var(--accent);
  font-family: var(--label);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-decoration: none;
  text-transform: uppercase;
}

.news-hero-link:hover,
.news-hero-link:focus-visible {
  color: var(--accent);
  background: #fff;
  outline: none;
}

.news-hero-meta {
  position: static;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 0;
  border-top: 1px solid var(--rule, #ddd);
  border-radius: 0;
  background: var(--rule, #ddd);
}

.news-hero-meta div {
  background: #fff;
}

.news-hero-meta strong {
  color: var(--accent);
  font-family: var(--label);
}

.news-hero-meta span {
  color: var(--ink-soft);
  font-family: var(--body);
}

.news-section {
  padding-top: 46px;
}

.report-grid {
  gap: 18px;
}

.report-grid--archive {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
}

.report-card,
.news-checklist,
.race-result-panel,
.article-figure img {
  background: #fff;
  border: 1.5px solid var(--ink);
  border-radius: 0;
  clip-path: none;
  filter: none;
}

.report-card {
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.12s;
}

.report-card:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.report-card h3,
.news-layout h2,
.news-sources h2 {
  font-family: var(--label);
  font-weight: 500;
  letter-spacing: -0.04em;
  text-transform: lowercase;
}

.report-card h3 {
  font-size: clamp(24px, 3vw, 36px);
}

.report-card p,
.news-layout p,
.news-sources p {
  color: var(--ink-soft);
  font-family: var(--body);
}

.report-card a,
.source-list a {
  color: var(--accent);
  font-family: var(--label);
}

.report-card--lead .report-thumb {
  border-bottom: 1px solid var(--rule, #ddd);
}

.report-band,
.report-band--green,
.report-band--red {
  height: 6px;
  background: var(--accent);
}

.news-checklist {
  gap: 1px;
  background: var(--rule, #ddd);
}

.news-checklist div {
  background: #fff;
}

.news-checklist strong {
  color: var(--accent);
  font-family: var(--label);
  letter-spacing: 0.16em;
}

.news-checklist span {
  color: var(--ink-soft);
  font-family: var(--body);
}

.race-article {
  background: var(--paper);
}

.race-article .news-hero {
  margin-bottom: 42px;
}

.race-article-body {
  max-width: 1184px;
}

.race-grid {
  gap: 32px;
}

.race-result-panel {
  color: var(--ink);
}

.race-result-panel h2 {
  background: #fff;
  color: var(--accent);
  border-bottom: 1px solid var(--rule, #ddd);
  font-family: var(--label);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: lowercase;
}

.race-result-row {
  border-top: 1px solid var(--rule, #ddd);
}

.race-result-row:first-of-type {
  background: #eef2ff;
}

.race-result-row strong,
.race-result-row b {
  font-family: var(--label);
}

.race-result-row b {
  color: var(--accent);
}

.race-result-row span {
  color: var(--ink-soft);
  font-family: var(--body);
}

.race-note {
  background: var(--ink);
  color: #fff;
  font-family: var(--label);
}

.race-pullquote {
  border-left: 2px solid var(--accent);
  font-family: var(--body);
  font-style: italic;
  font-weight: 500;
}

.article-figure {
  position: relative;
}

.article-figure::before {
  content: "Fig.";
  position: absolute;
  top: -13px;
  left: 20px;
  z-index: 2;
  background: #fff;
  padding: 2px 12px;
  color: var(--accent);
  font-family: var(--label);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.article-figure img {
  padding: 0;
}

.article-figure figcaption {
  color: var(--ink-soft);
  font-family: var(--body);
  font-style: italic;
}

@media (max-width: 860px) {
  .news-hero {
    width: min(calc(100% - 36px), 720px);
    grid-template-columns: 1fr;
  }

  .news-hero img {
    min-height: 280px;
    border-left: 0;
    border-top: 1px solid var(--rule, #ddd);
  }

  .news-hero-copy {
    padding: 42px 24px 32px;
  }

  .news-hero-meta,
  .report-grid,
  .news-layout,
  .news-checklist,
  .race-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .news-hero h1 {
    font-size: clamp(24px, 11vw, 52px);
    overflow-wrap: anywhere;
  }
}
