@font-face {
  font-family: "Source Serif 4";
  src: url("../../../twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Serif 4";
  src: url("../../../twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Italic.ttf.woff2")
    format("woff2");
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("../../../twentytwentyfour/assets/fonts/instrument-sans/InstrumentSans-VariableFont_wdth,wght.woff2")
    format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --sports-paper: #f5f1ea;
  --sports-surface: #ffffff;
  --sports-surface-secondary: #faf7f1;
  --sports-black: #121212;
  --sports-ink: #535353;
  --sports-muted: #767676;
  --sports-line: #ddd5ca;
  --sports-soft: #ece5da;
  --sports-red: #c8102e;
  --sports-red-dark: #a40d25;
  --sports-nav: #111111;
  --sports-rail: #fffdfa;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0, rgba(255, 255, 255, 0.92) 120px, transparent 120px),
    var(--sports-paper);
  color: var(--sports-black);
  font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition:
    color 150ms ease,
    border-color 150ms ease,
    background-color 150ms ease,
    opacity 150ms ease,
    transform 250ms ease;
}

button,
input,
textarea,
select {
  border-radius: 0;
}

.page-shell {
  min-height: 100vh;
  background: transparent;
}

.page-wrap {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 16px;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
}

.brand-lockup__image {
  display: block;
  width: auto;
  max-width: min(72vw, 320px);
  height: 64px;
}

@media (min-width: 768px) {
  .page-wrap {
    padding-inline: 24px;
  }

  .brand-lockup__image {
    max-width: min(24vw, 380px);
    height: 96px;
  }
}

.portal-block {
  background: transparent;
  border: 0;
}

.story-link:hover {
  color: var(--sports-red);
}

.section-kicker,
.story-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--sports-red);
}

.news-badge {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--sports-red);
}

.site-header {
  box-shadow: 0 10px 30px rgba(18, 18, 18, 0.03);
}

.section-heading {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--sports-line);
}

.section-heading::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 3px;
  background: var(--sports-red);
}

.section-heading--gold::before {
  background: #b58a1a;
}

.section-heading--green::before {
  background: #2f7b52;
}

.section-heading__title {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--sports-black);
}

.editorial-shell,
.editorial-section,
.editorial-aside {
  position: relative;
}

.editorial-section--desk .story-lead__stack {
  gap: 1.15rem;
}

.editorial-section--desk .story-standfirst--lead {
  max-width: 34rem;
  font-size: 17px;
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.95rem;
  font-size: 12px;
  line-height: 1.3;
  color: var(--sports-muted);
}

.story-meta--compact {
  margin-top: 0.75rem;
  font-size: 11px;
}

.story-meta__dot {
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.7;
}

.story-standfirst {
  margin-top: 1rem;
  color: var(--sports-ink);
  font-size: 16px;
  line-height: 1.72;
}

.story-standfirst--lead {
  max-width: 40rem;
  font-size: 18px;
  line-height: 1.7;
}

.story-standfirst--list {
  max-width: 34rem;
  font-size: 14px;
  line-height: 1.65;
}

.story-standfirst--article {
  max-width: 40rem;
  font-size: 20px;
  line-height: 1.7;
}

.story-lead__grid,
.story-lead__stack {
  display: grid;
  gap: 1.5rem;
}

.story-lead__media {
  display: block;
  overflow: hidden;
  background: var(--sports-soft);
}

.story-lead__layout--media-first > .story-lead__media,
.story-lead__layout--media-first-mobile > .story-lead__media {
  order: -1;
}

.story-lead__copy {
  align-self: center;
}

.story-lead__copy--full {
  max-width: 52rem;
}

.story-secondary,
.story-related {
  min-width: 0;
}

.story-list {
  display: grid;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--sports-soft);
}

.story-list:first-child {
  padding-top: 0;
}

.story-list--compact {
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: start;
}

.story-list__media {
  display: block;
  overflow: hidden;
  background: var(--sports-soft);
}

.story-list__image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.story-list--home {
  display: block;
}

.story-list--home .story-list__media {
  margin-bottom: 0.95rem;
}

.story-list__image--home {
  aspect-ratio: 16 / 9;
}

.story-rail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--sports-soft);
}

.story-rail:first-of-type {
  padding-top: 0;
}

.story-rail__index {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: #d0c6b8;
}

.news-rail {
  background: transparent;
}

.news-rail__title {
  margin-bottom: 0.35rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--sports-line);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--sports-muted);
}

.editorial-stack-list .story-list:last-child,
.news-rail .story-rail:last-child {
  border-bottom: 0;
}

.home-desk-support {
  display: grid;
  gap: 0 1.5rem;
  margin-top: 1.5rem;
}

.home-desk-support .story-list {
  padding-top: 1rem;
}

.home-desk-support .story-list--compact {
  grid-template-columns: 112px minmax(0, 1fr);
}

.breadcrumb-trail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  font-size: 11px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sports-muted);
}

.breadcrumb-trail__divider {
  opacity: 0.6;
}

.sportsnation-ad-slot {
  border-top: 1px solid var(--sports-line);
  border-bottom: 1px solid var(--sports-line);
  background: rgba(255, 255, 255, 0.55);
  padding: 1rem 0;
}

.sportsnation-ad-slot__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.sportsnation-ad-slot__label,
.sportsnation-ad-slot__size {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sports-muted);
}

.sportsnation-ad-slot__body,
.sportsnation-ad-slot__embed {
  text-align: center;
}

.mega-menu-panel {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  z-index: 30;
  min-width: 680px;
  max-width: 940px;
  border: 1px solid var(--sports-line);
  background: var(--sports-surface);
  padding: 20px;
  opacity: 0;
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.08);
  transition: opacity 150ms ease;
}

.mega-menu:hover .mega-menu-panel,
.mega-menu:focus-within .mega-menu-panel {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.article-content {
  color: var(--sports-black);
  font-size: 17px;
  line-height: 1.8;
}

.article-content p {
  margin: 0 0 1.35rem;
}

.article-content h2,
.article-content h3 {
  margin: 2.4rem 0 0.9rem;
  color: var(--sports-black);
  font-family: "Source Serif 4", Georgia, serif;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.article-content h2 {
  font-size: 34px;
}

.article-content h3 {
  font-size: 28px;
}

.article-content ul,
.article-content ol {
  margin: 0 0 1.35rem;
  padding-left: 1.25rem;
}

.article-content ul {
  list-style: disc;
}

.article-content ol {
  list-style: decimal;
}

.article-content li {
  margin-bottom: 0.55rem;
}

.article-content figure {
  margin: 2rem 0;
  background: var(--sports-surface-secondary);
}

.article-content figcaption {
  padding: 10px 0 0;
  color: var(--sports-ink);
  font-size: 12px;
  line-height: 1.5;
}

.article-content img {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}

.site-footer details {
  border-top: 1px solid var(--sports-line);
}

.footer-group__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 0;
  cursor: pointer;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--sports-black);
}

.footer-group__summary::-webkit-details-marker {
  display: none;
}

.footer-group__summary::after {
  content: "+";
  font-size: 16px;
  font-weight: 400;
  color: var(--sports-muted);
}

.footer-group[open] .footer-group__summary::after {
  content: "−";
}

.footer-group__links {
  display: none;
  gap: 0.75rem;
  padding: 0 0 1rem;
}

.footer-group[open] .footer-group__links {
  display: grid;
}

.footer-group__link {
  font-size: 13px;
  line-height: 1.5;
  color: var(--sports-ink);
}

.footer-group__link:hover {
  color: var(--sports-red);
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-list > li {
  padding: 1.15rem 0;
}

.comment-form input,
.comment-form textarea {
  background: var(--sports-surface);
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sportsnation-ad-slot__embed iframe,
.sportsnation-ad-slot__embed img,
.sportsnation-ad-slot__embed ins,
.sportsnation-ad-slot__embed object,
.sportsnation-ad-slot__embed embed {
  max-width: 100%;
}

@media (min-width: 768px) {
  .story-lead__layout--media-first-mobile > .story-lead__media {
    order: 0;
  }

  .story-list {
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
  }

  .story-lead__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1fr);
    align-items: center;
  }

  .home-desk-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-desk-support .story-list:nth-child(-n + 2) {
    padding-top: 0;
  }

  .site-footer details {
    border-top: 0;
  }

  .footer-group__summary {
    pointer-events: none;
    padding-top: 0;
  }

  .footer-group__summary::after {
    content: "";
  }

  details.footer-group > .footer-group__links,
  details.footer-group[open] > .footer-group__links {
    display: grid;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .section-heading__title {
    font-size: 24px;
  }

  .story-standfirst--lead,
  .story-standfirst--article {
    font-size: 17px;
  }

  .story-list--compact {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .news-rail {
    margin-top: 0.5rem;
  }
}
