.site-header {
  min-height: 88px;
  gap: 42px;
  background: rgba(5,5,5,.97);
}

.site-header .brand img { width: 48px; height: 48px; }
.site-header .brand b { font-size: 18px; }
.site-header .brand strong { font-size: 30px; }
.site-header nav { gap: 30px; }
.site-header nav a { font-size: 10px; letter-spacing: .1em; }
.header-action {
  padding: 15px 21px;
  border-radius: 7px;
  font-size: 10px;
  letter-spacing: .11em;
  box-shadow: 0 12px 34px rgba(241,38,60,.2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.header-action:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(241,38,60,.32); }

.news-hero {
  min-height: clamp(760px, calc(100svh - 88px), 920px);
  isolation: isolate;
}
.news-hero > img {
  object-position: center center;
  filter: saturate(1.13) contrast(1.04) brightness(1.02);
  transform: none;
}
.news-hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(3,4,6,.97) 0%, rgba(3,4,6,.78) 25%, rgba(3,4,6,.24) 48%, rgba(3,4,6,.02) 75%),
    linear-gradient(0deg, rgba(3,4,6,.91) 0%, rgba(3,4,6,.12) 38%, rgba(3,4,6,.02) 70%);
}
.news-orbit { display: none; }
.news-hero-copy {
  width: min(790px, calc(100% - 44px));
  padding: 138px 0 78px;
}
.news-hero-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: .22em;
}
.news-hero-copy > span::before {
  content: "";
  width: 34px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 16px rgba(241,38,60,.7);
}
.news-hero-copy h1 {
  margin: 25px 0 26px;
  font-size: clamp(84px, 9.2vw, 138px);
  line-height: .76;
  letter-spacing: -.045em;
  text-shadow: 0 15px 50px rgba(0,0,0,.5);
}
.news-hero-copy p {
  max-width: 640px;
  color: rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.65;
}
.news-hero-copy ul {
  margin: 24px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.news-hero-copy li {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  background: rgba(5,5,5,.36);
  backdrop-filter: blur(8px);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .13em;
}
.news-hero-copy > div { margin-top: 28px; gap: 11px; }
.news-hero-copy a {
  padding: 17px 21px;
  border-radius: 7px;
  font-size: 10px;
  letter-spacing: .1em;
}
.news-wire-status {
  top: 31px;
  padding: 15px 17px;
  gap: 3px 11px;
  border-color: rgba(255,255,255,.24);
  border-radius: 9px;
  background: rgba(4,6,8,.74);
  box-shadow: 0 18px 50px rgba(0,0,0,.24);
}
.news-wire-status i { width: 10px; height: 10px; }
.news-wire-status span { color: rgba(255,255,255,.62); font-size: 8px; }
.news-wire-status b { font-size: 10px; letter-spacing: .09em; }

.headline-wire {
  height: 76px;
  background: linear-gradient(90deg, #090909, #101010 55%, #090909);
}
.headline-wire > span,
.headline-wire > b {
  padding-inline: 30px;
  font: 900 15px/.9 "Barlow Condensed", sans-serif;
  letter-spacing: .1em;
}
.headline-wire > span { box-shadow: 18px 0 45px rgba(241,38,60,.14); }
.headline-wire p { padding-left: 30px; font-size: 12px; }
.ticker-track a { font-size: 12px; letter-spacing: .015em; }

@media (max-width: 1080px) {
  .site-header { min-height: 80px; }
  .news-hero { min-height: 780px; }
  .news-hero > img { object-position: 58% center; }
  .news-hero-shade {
    background:
      linear-gradient(90deg, rgba(3,4,6,.98) 0%, rgba(3,4,6,.84) 45%, rgba(3,4,6,.2) 82%),
      linear-gradient(0deg, rgba(3,4,6,.98), rgba(3,4,6,.05) 58%);
  }
}

@media (max-width: 700px) {
  .site-header { min-height: 72px; gap: 12px; padding-inline: 16px; }
  .site-header .brand img { width: 40px; height: 40px; }
  .site-header .brand b { font-size: 14px; }
  .site-header .brand strong { font-size: 24px; }
  .header-action { display: inline-flex; padding: 11px 12px; font-size: 8px; }
  .news-hero { min-height: 760px; }
  .news-hero > img { object-position: 62% center; filter: saturate(1.09) contrast(1.03) brightness(.84); }
  .news-hero-shade {
    background:
      linear-gradient(90deg, rgba(3,4,6,.97), rgba(3,4,6,.68) 75%, rgba(3,4,6,.28)),
      linear-gradient(0deg, rgba(3,4,6,.99) 0%, rgba(3,4,6,.45) 58%, rgba(3,4,6,.12));
  }
  .news-hero-copy { width: calc(100% - 36px); margin-left: 18px; padding: 150px 0 48px; }
  .news-hero-copy > span { font-size: 8px; letter-spacing: .16em; }
  .news-hero-copy > span::before { width: 22px; }
  .news-hero-copy h1 { margin-block: 20px; font-size: clamp(68px, 21vw, 88px); }
  .news-hero-copy p { max-width: 94%; font-size: 12px; }
  .news-hero-copy ul { margin-top: 18px; gap: 6px; }
  .news-hero-copy li { padding: 6px 8px; font-size: 7px; }
  .news-hero-copy a { padding: 14px 15px; font-size: 8px; }
  .news-wire-status { top: 18px; right: 18px; padding: 11px 12px; }
  .news-wire-status span { font-size: 6px; }
  .news-wire-status b { font-size: 8px; }
  .headline-wire { height: 68px; }
  .headline-wire > span { padding-inline: 14px; font-size: 12px; }
  .headline-wire p, .ticker-track a { font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .header-action { transition: none; }
}
