.home-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.home-brief {
  align-self: center;
  padding: 22px;
  border: 1px solid var(--si-border-strong);
  border-radius: 16px;
}
.home-brief .si-h2 {
  margin: 10px 0;
}
.home-brief .si-btn {
  margin-top: 18px;
}
.home-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}
.home-grid > *,
.home-top > * {
  min-width: 0;
}
.home-game {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--si-border);
}
.home-game-head {
  display: flex;
  justify-content: space-between;
  color: var(--si-text-3);
  font-size: 11px;
  margin-bottom: 8px;
}
.home-team {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 5px 0;
}
.home-team b {
  flex: 1;
}
.home-rank {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid var(--si-border);
}
.home-rank > span:first-child {
  width: 24px;
  font-weight: 800;
  color: var(--si-quiet);
  font-variant-numeric: tabular-nums;
}
.home-rank b {
  flex: 1;
}
.home-prize {
  display: block;
  border: 1px solid var(--si-border-strong);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
}
.home-prize img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.home-prize > div {
  padding: 16px;
}
.si-hero.no-image {
  background: var(--si-ink);
}
.news-embed {
  margin: 12px 0;
  border: 1px solid var(--si-border);
  border-radius: 12px;
  overflow: hidden;
}
.news-embed iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  display: block;
}
.news-platform {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#newsHero .si-hero {
  min-height: 360px;
}
#newsFeed + .si-btn {
  margin-top: 20px;
}
#newsTrending .si-h2 {
  margin: 24px 0 12px;
}
.home-brief p + p {
  margin-top: 8px;
}
.si-story-content {
  min-width: 0;
}
.si-story.no-image {
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .home-top {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  }
  .home-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 1fr);
    gap: 40px;
  }
  .home-grid > aside {
    border-left: 1px solid var(--si-border);
    padding-left: 28px;
  }
  .home-top .si-hero {
    margin: 0;
  }
}
@media (max-width: 599px) {
  #newsHero .si-hero {
    min-height: 270px;
  }
  #newsConference {
    max-width: 160px;
    font-size: 12px;
  }
  .si-page-top:has(#newsFilters) {
    align-items: flex-start;
    flex-direction: column;
  }
  #newsFilters {
    max-width: 100%;
  }
}

.home-module-filter {
  max-width: 220px;
  margin-bottom: 15px;
}
.home-weekend-rail {
  display: flex;
  gap: 14px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  padding: 0 0 14px;
}
.home-weekend-rail > div {
  flex: 0 0 280px;
  scroll-snap-align: start;
  border: 1px solid var(--si-border);
  border-radius: 12px;
  padding: 8px 14px;
}
.home-weekend-rail .home-game {
  border: 0;
}
.home-rank-expand {
  width: 28px;
  height: 28px;
  border: 1px solid var(--si-border);
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
}
.home-team-leaders {
  padding: 10px 14px;
  background: var(--si-fill);
  border-radius: 8px;
}
.home-leader-detail {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  font-size: 12px;
}
.home-leader-detail > a {
  flex: 1;
}
.home-leader-detail > span {
  min-width: 55px;
}
.home-next-card {
  padding: 18px;
  border: 1px solid var(--si-border);
  border-radius: 14px;
}
.home-next-preview {
  margin: 14px 0;
}
.home-ticket-progress {
  margin: 14px 0 22px;
}
.home-ticket-progress progress {
  width: 100%;
  height: 8px;
  accent-color: var(--si-up);
}
.home-brief:empty {
  display: none;
}
.news-play {
  margin-top: 10px;
}
.news-gameday-story {
  border-bottom: 1px solid var(--si-border);
  padding: 18px 0;
}
.news-gameday-story .home-game {
  border: 0;
}
.news-gameday-story > .si-caption {
  margin-top: 8px;
}
.news-retry {
  padding: 25px 0;
}
.news-retry .si-btn {
  margin-top: 12px;
}
.si-story-card.no-image {
  justify-content: end;
  min-height: 200px;
  border: 1px solid var(--si-border);
  border-radius: 12px;
  padding: 15px;
}
.si-hero-body > .si-eyebrow,
.si-hero-body > .si-story-src {
  color: inherit;
}
.si-hero.no-image .si-hero-body {
  background: none;
}
.home-top .home-brief {
  margin-bottom: 12px;
}
.home-game-head {
  gap: 10px;
}
.home-game-head > span:last-child {
  text-align: right;
}
.home-team {
  font-size: 13px;
}
.home-team .si-caption {
  font-size: 10px;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .home-weekend-rail > div {
    flex-basis: 86%;
  }
  .home-rank {
    gap: 8px;
    font-size: 12px;
  }
  .home-rank .si-caption {
    font-size: 10px;
  }
  .home-rank .si-crest {
    width: 24px;
    height: 24px;
  }
  .home-next-card {
    padding: 14px;
  }
  .home-brief {
    padding: 18px;
  }
}

.si-hero.no-image {
  background: var(--si-card);
}
.si-hero.no-image .si-hero-body {
  color: var(--si-ink);
}

.news-social {
  padding: 18px 0;
  border-bottom: 1px solid var(--si-border);
}
.news-social .si-avatar {
  width: 36px;
  height: 36px;
}
.news-social-text {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.65;
  margin: 12px 0;
}
.news-social-image {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
  border-radius: 10px;
}
.news-social-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 12px 0;
}
.news-embed-slot {
  max-width: 550px;
  min-width: 0;
  margin: auto;
}
.news-inline-video {
  grid-column: 1/-1;
  margin-top: 6px;
}
.news-inline-video > .si-btn {
  display: block;
  margin: 12px auto;
}
.news-embed-slot iframe {
  max-width: 100%;
}

/* Web layouts restored from explore-front.css / news-hub.css at f4abba57:
   column-head lead, ruled story ledger, filter rail and outline story grid.
   These selectors stay local because Scores also loads this sheet for feeds. */
.web-home, .web-news {
  --news-ease: cubic-bezier(0.2, 0.7, 0.3, 1);
  --news-wipe: rgba(var(--si-ink-rgb), 0.05);
  padding-bottom: 36px;
}
.home-masthead, .news-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 8px 0 28px;
  min-height: 48px;
}
.home-masthead h1 { margin-top: 5px; font-size: 20px; font-weight: 700; line-height: 1.3; }
.news-masthead > .si-field { display: flex; align-items: center; gap: 12px; margin: 0; }
.news-masthead .si-input { width: auto; min-width: 190px; padding-block: 7px; }
.web-home .si-eyebrow-row, .web-news .si-eyebrow-row {
  justify-content: flex-start;
  gap: 14px;
  padding: 0;
  min-height: 26px;
  margin: 0 0 14px;
}
.web-home .si-eyebrow-row::after, .web-news .si-eyebrow-row::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  min-width: 12px;
  background: var(--si-border-strong);
}
.web-home .si-eyebrow-row > .si-link,
.web-news .si-eyebrow-row > .si-caption,
.web-news .si-eyebrow-row > .si-segment { order: 2; flex: none; }
.web-home .si-eyebrow-row .si-eyebrow,
.web-news .si-eyebrow-row .si-eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  line-height: 1.3;
  color: var(--si-text-2);
  white-space: nowrap;
}
.web-home .si-eyebrow-row .si-link { color: var(--si-text); font-size: 12.5px; font-weight: 600; white-space: nowrap; }
.web-home .home-top { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 28px; align-items: start; margin-bottom: 36px; }
.home-feature, .home-lead, .home-storylines { min-width: 0; }
.home-storylines > section + section { margin-top: 22px; }
.web-home .home-brief {
  padding: 20px 0 0;
  margin: 22px 0 0;
  border: 0;
  border-top: 1px solid var(--si-border-strong);
  border-radius: 0;
}
.web-home .home-brief .si-h2 { font-size: 20px; line-height: 1.3; }
.web-home .home-brief .si-body { font-size: 14px; color: var(--si-text-2); }
.web-home .home-brief .si-btn { margin-top: 12px; font-size: 12.5px; padding: 8px 18px; }
/* The original Home lead puts ink type above a clean photograph. */
#homeHero .si-hero-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
#homeHero .si-hero-body { order: 0; padding: 0; color: var(--si-text); background: none; }
#homeHero .si-hero-body > .si-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 26px;
  margin: 0 0 14px;
  color: var(--si-text-2);
  font-size: 12px;
  letter-spacing: 1.4px;
}
#homeHero .si-hero-body > .si-eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--si-border-strong); }
#homeHero .si-hero-title { font-size: 40px; font-weight: 850; letter-spacing: -1px; line-height: 1.06; text-wrap: balance; }
#homeHero .si-hero:hover .si-hero-title { text-decoration: underline; text-underline-offset: 2px; }
#homeHero .si-hero-dek { margin-top: 10px; font-size: 17.5px; line-height: 1.45; color: var(--si-text-2); opacity: 1; }
#homeHero .si-story-src { margin: 12px 0 16px; font-size: 12px; color: var(--si-text-3); }
#homeHero .si-hero-column > img {
  position: relative;
  inset: auto;
  order: 1;
  display: block;
  width: 100%;
  height: 410px;
  border-radius: 16px;
  object-fit: cover;
  transition: transform 0.25s var(--news-ease), box-shadow 0.25s var(--news-ease);
}
#homeHero .si-hero:hover > img { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16, 20, 24, 0.16); }
#homeHero .si-hero:active > img { transform: translateY(-1px); }
.home-story-list { display: flex; flex-direction: column; }
.home-story-list .si-story-card, .news-more-stories .si-story-card {
  position: relative;
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 15px;
  row-gap: 5px;
  align-items: center;
  width: auto;
  min-height: 100px;
  padding: 10px 8px;
  margin: 0 -8px;
  border-radius: 8px;
  background-image: linear-gradient(var(--news-wipe), var(--news-wipe));
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.45s var(--news-ease), transform 0.25s var(--news-ease);
}
.home-story-list .si-story-card::after { content: ""; position: absolute; bottom: 0; left: 8px; right: 8px; height: 1px; background: var(--si-border); }
.home-story-list .si-story-card:last-child::after { display: none; }
.home-story-list .si-story-card > img, .news-more-stories .si-story-card > img {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 128px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}
.home-story-list .si-story-title, .news-more-stories .si-story-title { grid-column: 2; align-self: end; font-size: 16px; line-height: 1.3; font-weight: 800; letter-spacing: -0.2px; }
.home-story-list .si-story-card > .si-caption, .news-more-stories .si-story-card > .si-caption { grid-column: 2; align-self: start; font-size: 11.5px; }
.home-story-list .si-story-card.no-image, .news-more-stories .si-story-card.no-image { grid-template-columns: 1fr; padding: 14px 8px; border: 0; }
.home-story-list .si-story-card.no-image > *, .news-more-stories .si-story-card.no-image > * { grid-column: 1; }
.home-story-list .si-story-card:hover, .news-more-stories .si-story-card:hover { background-size: 100% 100%; transform: translateX(4px); }
.home-story-list .si-story-card:active, .news-more-stories .si-story-card:active { transform: translateX(2px); }
.home-story-list .si-story-card:hover .si-story-title { text-decoration: underline; text-underline-offset: 2px; }
.web-home .home-weekend-rail { gap: 12px; padding-top: 4px; }
.web-home .home-weekend-rail > div { flex-basis: 250px; border-radius: 12px; background: transparent; transition: transform 0.25s var(--news-ease), box-shadow 0.25s var(--news-ease); }
.web-home .home-weekend-rail > div:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(16, 20, 24, 0.1); }
.home-next-module { margin-bottom: 36px; }
.web-home .home-grid { grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr); gap: 28px; margin-bottom: 36px; }
.web-home .home-grid > aside { border: 0; padding: 0; }
.home-data-modules { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.home-data-modules > section { min-width: 0; }
.home-data-modules .home-module-filter { max-width: none; margin-bottom: 16px; }
.home-data-modules .home-rank { font-size: 12.5px; gap: 8px; min-height: 55px; }
.home-data-modules .home-rank .si-crest { width: 26px; height: 26px; }
.home-data-modules .home-rank .si-caption { font-size: 10.5px; }
.home-latest-module { margin-top: 36px; }

/* The News hub keeps its wide lead/trending band and a desktop filter rail. */
.news-feature { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 3fr); gap: 32px; align-items: stretch; margin-bottom: 20px; }
.news-feature > * { min-width: 0; }
.news-lead-column { display: flex; flex-direction: column; }
#newsHero { flex: 1; display: flex; flex-direction: column; }
#newsHero .si-hero { flex: 1; width: 100%; min-height: 420px; margin: 0; border-radius: 12px; transition: transform 0.25s var(--news-ease), box-shadow 0.25s var(--news-ease); }
#newsHero .si-hero-body { padding: 70px 22px 22px; background: linear-gradient(to top, rgba(10,12,15,0.92), rgba(10,12,15,0.55) 60%, transparent); }
#newsHero .si-hero-title { font-size: 24px; font-weight: 800; line-height: 1.25; letter-spacing: -0.35px; }
#newsHero .si-hero-body > .si-eyebrow { margin-bottom: 10px; font-size: 12px; letter-spacing: 1.2px; }
#newsHero .si-hero-body > .si-story-src { margin-top: 10px; font-size: 13px; }
#newsHero .si-hero.no-image { background: var(--si-fill); border: 1px solid var(--si-border-strong); }
#newsHero .si-hero.no-image .si-hero-body { background: none; }
#newsHero .si-hero:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16, 20, 24, 0.16); }
#newsHero .si-hero:active { transform: translateY(-1px); }
#newsTrending { display: flex; flex-direction: column; }
#newsTrending [data-trend-list] { display: flex; flex: 1; flex-direction: column; }
#newsTrending .si-segment { padding: 2px; border: 1px solid var(--si-chrome); border-radius: 999px; background: none; }
#newsTrending .si-segment button { flex: none; padding: 3px 11px; min-height: 0; border-radius: 999px; font-size: 10.5px; line-height: 1.3; }
#newsTrending .si-trend-row {
  flex: 1;
  text-align: left;
  width: 100%;
  min-height: 76px;
  padding: 10px 8px;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid var(--si-border);
  border-radius: 8px;
  background-color: transparent;
  background-image: linear-gradient(var(--news-wipe), var(--news-wipe));
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.45s var(--news-ease);
}
#newsTrending .si-trend-row:last-child { border-bottom: 0; }
#newsTrending .si-trend-row:hover { background-size: 100% 100%; }
#newsTrending .si-trend-row .si-avatar { width: 42px; height: 42px; object-fit: contain; border-radius: 0; background: transparent; }
#newsTrending .si-trend-row b { font-size: 15px; font-weight: 800; }
#newsTrending .si-trend-row small { margin-top: 3px; font-size: 13px; line-height: 1.5; white-space: normal; }
.news-gameday-list { max-height: 420px; overflow-y: auto; overscroll-behavior: contain; }
.news-more-stories { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; margin-bottom: 44px; }
.news-more-stories:empty { display: none; }
.news-more-stories .si-story-card { grid-template-columns: 100px minmax(0, 1fr); gap: 4px 12px; }
.news-more-stories .si-story-card > img { width: 100px; height: 72px; }
.news-more-stories .si-story-title { font-size: 14px; }
.news-content-layout { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 28px; align-items: start; }
.news-filter-panel { position: sticky; top: calc(var(--si-header-h) + 60px); }
.news-filter-heading { margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--si-text); font-size: 13px; font-weight: 800; }
.news-filter-panel > .si-eyebrow { margin-bottom: 10px; }
.news-filter-row { display: block; width: 100%; padding: 9px 10px; border: 0; border-radius: 6px; background: transparent; color: var(--si-text); font: inherit; font-size: 12.5px; font-weight: 600; text-align: left; cursor: pointer; }
.news-filter-row:hover { background: var(--news-wipe); }
.news-filter-row.is-active { background: var(--si-fill); font-weight: 800; }
.news-feed-column { min-width: 0; }
.news-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.news-card-grid > .si-empty, .news-card-grid > .si-loading, .news-card-grid > .news-retry { grid-column: 1 / -1; }
.news-card-grid > .si-story, .news-card-grid > .news-social {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 1px solid var(--si-border-strong);
  border-radius: 14px;
  overflow: hidden;
  background: transparent;
  gap: 0;
  transition: transform 0.25s var(--news-ease), box-shadow 0.25s var(--news-ease), border-color 0.25s var(--news-ease);
}
.news-card-grid > .si-story:hover, .news-card-grid > .news-social:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(16,20,24,0.14); }
.news-card-grid .si-story-img { order: -1; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 0; }
.news-card-grid .si-story-content { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 13px 15px 15px; }
.news-card-grid .si-story-title { font-size: 14px; font-weight: 800; line-height: 1.35; letter-spacing: -0.1px; }
.news-card-grid .si-story-title a:hover { text-decoration: underline; text-underline-offset: 2px; }
.news-card-grid .si-story-src { margin-top: auto; padding-top: 2px; font-size: 11px; }
.news-card-grid .news-play { margin-top: 3px; align-self: flex-start; }
.news-card-grid > .news-social { padding: 15px; }
.news-card-grid .news-social-text { font-size: 14px; line-height: 1.5; }
.news-card-grid .news-social-actions { flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 10px; }
.news-card-grid .news-social-actions .si-btn { font-size: 11px; }
.news-card-grid .news-inline-video { width: 100%; }
.news-feed-column > #newsMore { display: block; margin: 24px auto 0; font-size: 12.5px; padding: 9px 20px; }

/* Existing newsroom motion: short staggered entrances, ink wipes and lifts. */
@keyframes news-fadeup { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes news-ring { 0% { transform: scale(0.6); opacity: 0.8; } 70%, 100% { transform: scale(2); opacity: 0; } }
#homeHero .si-hero-body, #homeHero .si-hero-column > img,
.home-story-list .si-story-card, #newsHero .si-hero,
#newsTrending > *, .news-more-stories .si-story-card,
.news-card-grid > article { animation: news-fadeup 0.55s var(--news-ease) backwards; }
#homeHero .si-hero-column > img { animation-delay: 0.16s; }
.home-story-list > :nth-child(2), .news-more-stories > :nth-child(2), .news-card-grid > :nth-child(3n + 2) { animation-delay: 0.06s; }
.home-story-list > :nth-child(3), .news-more-stories > :nth-child(3), .news-card-grid > :nth-child(3n) { animation-delay: 0.12s; }
.home-story-list > :nth-child(4) { animation-delay: 0.18s; }
.news-live-dot { position: relative; width: 6px; height: 6px; flex: none; }
.news-live-dot::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--si-text); }
.news-live-dot::after { content: ""; position: absolute; inset: -3px; border-radius: 50%; border: 1px solid var(--si-text); animation: news-ring 2.4s ease-out infinite; }
@media (max-width: 1180px) {
  .news-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-data-modules { grid-template-columns: 1fr; gap: 36px; }
  .news-more-stories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #homeHero .si-hero-title { font-size: 34px; }
  .home-story-list .si-story-card { grid-template-columns: 100px minmax(0, 1fr); gap: 5px 12px; }
  .home-story-list .si-story-card > img { width: 100px; height: 72px; }
  .home-story-list .si-story-title { font-size: 14px; }
}
@media (max-width: 900px) {
  .web-home .home-top, .news-feature { grid-template-columns: 1fr; gap: 28px; }
  .web-home .home-grid { grid-template-columns: minmax(0, 1.4fr) minmax(230px, 1fr); }
  .home-story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; }
  .news-content-layout { grid-template-columns: 130px minmax(0, 1fr); gap: 20px; }
  #newsTrending .si-trend-row { min-height: 70px; }
  #homeHero .si-hero-column > img { height: 340px; }
}
@media (max-width: 640px) {
  .home-masthead, .news-masthead { gap: 12px; margin: 8px 0 24px; }
  .home-masthead h1 { font-size: 18px; }
  .home-masthead > .si-btn { flex: none; }
  .news-masthead { align-items: flex-start; flex-direction: column; }
  .news-masthead > .si-field { width: 100%; }
  .news-masthead .si-input { flex: 1; min-width: 0; max-width: none; }
  #homeHero .si-hero-title { font-size: 28px; letter-spacing: -0.6px; }
  #homeHero .si-hero-dek { font-size: 16px; }
  #homeHero .si-hero-column > img { height: 300px; }
  .web-home .home-grid, .home-story-list, .news-content-layout, .news-card-grid { grid-template-columns: 1fr; }
  .web-home .home-grid { gap: 36px; }
  .home-story-list .si-story-card { grid-template-columns: 112px minmax(0, 1fr); }
  .home-story-list .si-story-card > img { width: 112px; height: 76px; }
  .web-home .si-eyebrow-row, .web-news .si-eyebrow-row { gap: 10px; }
  .web-home .si-eyebrow-row .si-eyebrow, .web-news .si-eyebrow-row .si-eyebrow { font-size: 11px; letter-spacing: 1.1px; }
  #newsHero .si-hero { min-height: 340px; }
  #newsHero .si-hero-title { font-size: 22px; }
  .news-more-stories { grid-template-columns: 1fr; margin-bottom: 32px; }
  .news-filter-panel { position: static; }
  .news-filter-heading, .news-filter-panel > .si-eyebrow { display: none; }
  #newsFilters { display: flex; flex-wrap: wrap; gap: 6px; }
  .news-filter-row { width: auto; padding: 8px 14px; border: 1px solid var(--si-chrome); border-radius: 999px; }
  .news-filter-row.is-active { background: var(--si-accent); border-color: var(--si-accent); color: var(--si-on-accent); }
}
@media (prefers-reduced-motion: reduce) {
  .web-home *, .web-home *::after, .web-news *, .web-news *::after { animation: none !important; transition: none !important; }
  #homeHero .si-hero:hover > img, #newsHero .si-hero:hover,
  .home-story-list .si-story-card:hover, .news-more-stories .si-story-card:hover,
  .news-card-grid > .si-story:hover, .news-card-grid > .news-social:hover,
  .web-home .home-weekend-rail > div:hover { transform: none; }
}
