:root {
  --red: #c60017;
  --red-dark: #a90014;
  --ink: #111317;
  --muted: #666a70;
  --soft: #f5f5f6;
  --line: #dfe1e4;
  --line-dark: #b9bdc2;
  --page: 1960px;
  --sans: Arial, Helvetica, sans-serif;
  --condensed: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--sans); font-size: 15px; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
img { display: block; max-width: 100%; }
h1, h2, h3, p, a { word-break: normal; overflow-wrap: break-word; }
button { color: inherit; }
.page-width { width: min(calc(100% - 92px), var(--page)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only, .sr-only:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.utility-bar { color: rgba(255,255,255,.84); background: #181b1e; font-size: 12px; }
.utility-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; }
.utility-left, .utility-right, .social-links { display: flex; align-items: center; }
.utility-left, .utility-right { gap: 14px; }
.utility-separator { width: 1px; height: 16px; background: rgba(255,255,255,.34); }
.edition-button { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.social-links { gap: 17px; }
.social-links a { min-width: 12px; color: #fff; font-weight: 700; text-align: center; opacity: .85; }
.social-links a:hover { color: #fff; opacity: 1; }
.weather { white-space: nowrap; }

.masthead {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 79px;
  align-items: center;
}
.masthead-tools { display: flex; align-items: center; gap: 20px; }
.masthead-tools-right { justify-content: flex-end; }
.icon-button { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; background: transparent; cursor: pointer; }
.menu-button { gap: 4px; align-content: center; }
.menu-button span { display: block; width: 22px; height: 2px; background: #17191c; }
.search-button svg { width: 24px; fill: none; stroke: #17191c; stroke-linecap: round; stroke-width: 1.9; }
.brand { display: inline-flex; flex-direction: column; align-items: center; color: var(--ink); line-height: 1; }
.brand:hover { color: var(--ink); }
.brand-name { font-size: clamp(34px, 2.7vw, 54px); font-weight: 500; letter-spacing: -2.6px; white-space: nowrap; }
.brand-name b { color: var(--red); font-weight: 800; }
.brand-tagline { margin-top: 7px; color: #45484d; font-size: 10px; font-weight: 700; letter-spacing: 2.15px; text-transform: uppercase; }
.subscribe-button { min-width: 110px; height: 43px; border: 0; border-radius: 2px; color: #fff; background: var(--red); font-size: 12px; font-weight: 700; cursor: pointer; transition: background .16s ease-out, transform .16s ease-out; }
.subscribe-button:hover { background: var(--red-dark); }
.subscribe-button:active { transform: scale(.97); }

.breaking-bar { color: #fff; background: linear-gradient(90deg, #d0061d, #bd0016); }
.breaking-inner { display: flex; min-height: 45px; align-items: center; gap: 20px; }
.breaking-inner strong { display: flex; align-items: center; gap: 9px; font-size: 13px; letter-spacing: .35px; text-transform: uppercase; white-space: nowrap; }
.breaking-inner strong span { font-size: 21px; line-height: 1; }
.breaking-divider { width: 1px; height: 23px; background: rgba(255,255,255,.64); }
.breaking-copy { min-width: 0; flex: 1; overflow: hidden; font-size: 13px; white-space: nowrap; }
.breaking-copy span { display: block; overflow: hidden; text-overflow: ellipsis; }
.ticker-next { width: 34px; height: 34px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 29px; line-height: 1; cursor: pointer; }

.category-nav { border-bottom: 1px solid var(--line); background: #fff; }
.category-scroll { display: flex; min-height: 49px; align-items: stretch; justify-content: center; gap: clamp(22px, 4.5vw, 68px); overflow-x: auto; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-scroll a { position: relative; display: grid; flex: none; place-items: center; color: #17191c; font-size: 13px; font-weight: 700; white-space: nowrap; }
.category-scroll a:hover { color: var(--red); }
.category-scroll a.active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--red); content: ""; }
.mobile-nav { display: none; }

.search-panel { position: absolute; top: 142px; right: 0; left: 0; z-index: 50; padding: 28px 46px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 16px 38px rgba(0,0,0,.12); }
.search-panel[hidden] { display: none; }
.search-form { width: min(760px, 100%); margin: 0 auto; }
.search-form > label { display: block; margin-bottom: 8px; font-family: var(--condensed); font-size: 18px; font-weight: 800; text-transform: uppercase; }
.search-control { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; }
.search-control input, .newsletter-form input { min-width: 0; height: 44px; padding: 0 13px; border: 1px solid var(--line-dark); border-radius: 0; outline: none; }
.search-control input:focus, .newsletter-form input:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(198,0,23,.1); }
.search-control button, .newsletter-form button { border: 0; color: #fff; background: var(--red); font-weight: 700; cursor: pointer; }
.search-control button { padding: 0 22px; }
.search-control .search-close { width: 44px; padding: 0; color: var(--ink); background: var(--soft); font-size: 22px; }
.form-message { margin: 8px 0 0; color: var(--muted); font-size: 12px; }

.lead-grid { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(600px, 2.15fr) minmax(320px, 1.05fr); gap: 0; align-items: start; padding-top: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--line-dark); }
.latest-column { padding: 0 24px 0 0; border-right: 1px solid var(--line); }
.lead-slider { position: relative; min-width: 0; align-self: start; padding: 0 22px 40px; }
.top-column { padding-left: 22px; border-left: 1px solid var(--line); }
.module-heading { display: flex; min-height: 32px; align-items: flex-start; justify-content: space-between; gap: 16px; }
.module-heading h2, .section-title-row h2 { margin: 0; font-family: var(--condensed); font-size: 17px; font-weight: 800; letter-spacing: .15px; text-transform: uppercase; }
.module-heading a, .section-title-row a { color: var(--muted); font-size: 11px; white-space: nowrap; }
.module-heading a:hover, .section-title-row a:hover { color: var(--red); }

.latest-list { position: relative; margin: 3px 0 0; padding: 0; list-style: none; }
.latest-list::before { position: absolute; top: 17px; bottom: 21px; left: 5px; width: 1px; background: var(--line-dark); content: ""; }
.latest-list li { position: relative; display: grid; grid-template-columns: 64px minmax(0, 1fr); min-height: 68px; align-items: start; padding: 9px 0 9px 22px; border-bottom: 1px solid var(--line); }
.latest-list li:last-child { border-bottom: 0; }
.latest-list li::before { position: absolute; top: 14px; left: 1px; width: 9px; height: 9px; border-radius: 50%; background: var(--red); content: ""; }
.latest-list time { color: var(--red); font-size: 10px; font-weight: 600; }
.latest-list a { display: -webkit-box; overflow: hidden; font-size: 12px; font-weight: 500; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.lead-slides { position: relative; }
.lead-slide { display: none; animation: fade-slide .32s ease-out; }
.lead-slide.is-active { display: block; }
@keyframes fade-slide { from { opacity: .25; transform: translateX(8px); } to { opacity: 1; transform: none; } }
.lead-image-wrap { position: relative; overflow: hidden; background: #e8eaed; aspect-ratio: 2.9 / 1; }
.lead-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.category-label { position: absolute; bottom: 0; left: 0; padding: 9px 14px 8px; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .15px; text-transform: uppercase; }
.lead-story-body h1, .lead-story-body .lead-title { margin: 10px 0 8px; font-family: var(--condensed); font-size: clamp(28px, 2.25vw, 42px); font-weight: 800; line-height: 1; letter-spacing: -.65px; }
.lead-story-body > p { max-width: 760px; margin: 0; font-size: 14px; line-height: 1.45; }
.byline { display: flex; margin-top: 15px; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; }
.byline strong { color: var(--ink); }
.author-avatar { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: #fff; background: #43484f; font-weight: 800; }
.meta-divider { width: 1px; height: 15px; background: var(--line-dark); }
.slider-controls { position: absolute; right: 32px; bottom: 5px; display: flex; align-items: center; gap: 8px; }
.slider-controls > button, .score-switcher button { display: grid; width: 25px; height: 25px; padding: 0; place-items: center; border: 1px solid var(--line); background: #fff; font-size: 20px; line-height: 1; cursor: pointer; }
.slider-dots { display: flex; gap: 5px; }
.slider-dots button { width: 17px; height: 3px; padding: 0; border: 0; background: #c5c7ca; cursor: pointer; }
.slider-dots button.is-active { background: var(--red); }

.top-list { margin-top: 1px; }
.top-story { display: grid; grid-template-columns: 106px 1fr; min-height: 78px; gap: 14px; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--line); }
.top-story:last-child { border-bottom: 0; }
.top-story img { width: 106px; height: 66px; object-fit: cover; }
.top-story h3 { display: -webkit-box; margin: 0 0 8px; overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.top-story p, .story-meta { display: flex; margin: 0; align-items: center; gap: 8px; color: #8a8d91; font-size: 9px; text-transform: uppercase; }
.top-story p span, .story-meta span { color: #6b6f74; }
.top-story p i, .story-meta i { width: 1px; height: 10px; background: var(--line-dark); }

.more-section { padding-top: 12px; padding-bottom: 9px; border-bottom: 1px solid var(--line-dark); }
.section-title-row { display: flex; min-height: 31px; align-items: flex-start; justify-content: space-between; }
.more-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 1.18fr; align-items: stretch; }
.compact-story { display: grid; grid-template-columns: minmax(150px, 48%) minmax(0, 1fr); min-width: 0; min-height: 132px; align-items: stretch; gap: 15px; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--line); }
.compact-story > a { display: block; height: 100%; }
.compact-story img { width: 100%; height: 100%; min-height: 132px; object-fit: cover; }
.compact-story h3 { display: -webkit-box; margin: 0 0 5px; overflow: hidden; font-size: 12px; font-weight: 700; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.compact-story > div > p { margin: 0 0 9px; color: var(--muted); font-size: 10px; line-height: 1.35; }
.ad-slot { position: relative; display: grid; min-height: 132px; place-content: center; overflow: hidden; padding: 14px 22px; border: 1px solid #3b2b2f; color: #fff; background: radial-gradient(circle at 88% 16%, rgba(224,0,31,.52), transparent 30%), linear-gradient(135deg, #15161a 0%, #281116 58%, #9e0015 140%); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); text-align: left; text-decoration: none; transition: transform 180ms cubic-bezier(.23,1,.32,1), box-shadow 180ms cubic-bezier(.23,1,.32,1); }
.ad-slot::after { position: absolute; right: -22px; bottom: -43px; width: 125px; height: 125px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; }
.ad-slot:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(120,0,18,.22), inset 0 1px 0 rgba(255,255,255,.1); }
.ad-slot:focus-visible { outline: 3px solid rgba(198,0,23,.34); outline-offset: 3px; }
.ad-slot .ad-label { color: rgba(255,255,255,.66); font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.ad-slot strong { margin-top: 5px; font-family: "Barlow Condensed", sans-serif; font-size: 21px; font-weight: 800; letter-spacing: .2px; line-height: 1; text-transform: uppercase; }
.ad-slot em { margin-top: 5px; color: rgba(255,255,255,.76); font-size: 10px; font-style: normal; letter-spacing: .1px; line-height: 1.3; }
.ad-slot b { width: max-content; margin-top: 8px; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 9px; letter-spacing: .8px; text-transform: uppercase; }

.lower-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: stretch; border-bottom: 1px solid var(--line-dark); }
.section-cards { display: contents; }
.section-card, .live-score-card, .video-card, .newsletter-card { min-width: 0; min-height: 224px; overflow: hidden; padding: 14px 18px 16px; border-right: 1px solid var(--line); }
.section-card:first-child { padding-left: 0; }
.section-card .module-heading { min-height: 45px; align-items: flex-start; }
.section-card .module-heading h2 { max-width: calc(100% - 48px); font-size: 15px; line-height: 1.02; }
.section-card .module-heading a { flex: none; font-size: 9px; }
.section-card article { display: grid; grid-template-columns: minmax(82px, 42%) minmax(0, 1fr); gap: 12px; margin-top: 2px; }
.section-card img { width: 100%; height: 86px; object-fit: cover; }
.section-card h3, .video-card h3 { display: -webkit-box; margin: 0 0 13px; overflow: hidden; font-size: 11px; font-weight: 700; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.section-card time { color: #83868a; font-size: 9px; }
.section-briefs { margin: 14px 0 0; padding: 10px 0 0; border-top: 1px solid var(--line); list-style: none; }
.section-briefs li { position: relative; padding: 6px 0 6px 12px; border-bottom: 1px solid #eceef0; font-size: 10px; font-weight: 600; line-height: 1.3; }
.section-briefs li:last-child { border-bottom: 0; }
.section-briefs li::before { position: absolute; top: 11px; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--red); content: ""; }

.score-head { display: flex; align-items: flex-start; justify-content: space-between; }
.score-head h2 { margin: 0; font-family: var(--condensed); font-size: 14px; font-weight: 800; line-height: 1.05; text-transform: uppercase; }
.live-badge { display: flex; gap: 6px; align-items: center; color: var(--red); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(198,0,23,.1); animation: pulse 1.5s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(198,0,23,0); } }
.score-loading, .score-error { display: grid; min-height: 100px; place-items: center; color: var(--muted); font-size: 11px; }
.score-series { display: flex; margin: 11px 0 12px; align-items: center; gap: 8px; color: #7f8388; font-size: 9px; }
.score-series i { width: 1px; height: 10px; background: var(--line); }
.teams { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.team { display: flex; min-width: 0; gap: 7px; align-items: center; }
.team-away { justify-content: flex-end; text-align: right; }
.team img { width: 28px; height: 22px; object-fit: contain; }
.team div { min-width: 0; }
.team strong { display: block; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.team b { display: block; margin-top: 4px; font-size: 12px; line-height: 1.25; white-space: normal; }
.versus { color: #9a9da1; font-size: 9px; text-transform: uppercase; }
.match-note { margin: 13px 0 0; padding-top: 9px; overflow: hidden; border-top: 1px solid var(--line); color: #4f5358; font-size: 9px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.match-venue { display: -webkit-box; margin: 6px 0 0; overflow: hidden; color: #8a8d91; font-size: 9px; line-height: 1.3; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.score-switcher { display: flex; margin-top: 9px; align-items: center; justify-content: space-between; color: var(--muted); font-size: 9px; }
.score-switcher button { width: 22px; height: 22px; }
.score-more { display: grid; gap: 6px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); }
.score-more strong { font-family: var(--condensed); font-size: 11px; text-transform: uppercase; }
.score-more span { display: -webkit-box; overflow: hidden; color: #55595e; font-size: 9px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.score-refresh { margin: 10px 0 0; color: #92969a; font-size: 8px; text-transform: uppercase; }

.video-card { padding-inline: 14px; }
.video-card .module-heading, .newsletter-card .module-heading, .live-score-card .score-head { min-height: 33px; }
.video-thumb { position: relative; display: block; margin-top: 2px; overflow: hidden; aspect-ratio: 1.75; background: #ddd; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; }
.play-button { position: absolute; top: 50%; left: 50%; display: grid; width: 35px; height: 35px; padding-left: 3px; place-items: center; border-radius: 50%; color: var(--red); background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.24); font-size: 13px; transform: translate(-50%, -50%); }
.video-card h3 { margin-top: 7px; margin-bottom: 8px; }

.newsletter-card { padding-right: 0; border-right: 0; }
.newsletter-card .module-heading h2 { display: flex; gap: 7px; align-items: center; }
.newsletter-card > p { margin: 1px 0 12px; color: #4f5358; font-size: 11px; line-height: 1.4; }
.newsletter-form input, .newsletter-form button { width: 100%; height: 38px; }
.newsletter-form button { margin-top: 8px; font-size: 11px; }
.newsletter-form .form-message { font-size: 10px; }
.newsletter-extras { margin-top: 16px; padding-top: 13px; border-top: 1px solid var(--line); }
.newsletter-extras strong { font-family: var(--condensed); font-size: 11px; text-transform: uppercase; }
.newsletter-extras ul { display: grid; gap: 7px; margin: 10px 0 12px; padding: 0; list-style: none; }
.newsletter-extras li { position: relative; padding-left: 13px; color: #55595e; font-size: 9px; line-height: 1.35; }
.newsletter-extras li::before { position: absolute; top: 4px; left: 0; color: var(--red); content: "✓"; font-weight: 800; }
.newsletter-extras small { color: #92969a; font-size: 8px; }

.topic-band { padding-top: 28px; padding-bottom: 44px; }
.topic-band .section-title-row { margin-bottom: 12px; border-bottom: 2px solid var(--ink); }
.topic-band .section-title-row h2 { padding-bottom: 9px; border-bottom: 4px solid var(--red); }
.topic-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.topic-grid article { border-right: 1px solid var(--line); padding-right: 22px; }
.topic-grid article:last-child { border-right: 0; padding-right: 0; }
.topic-grid img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.topic-grid h3 { margin: 9px 0 0; font-family: var(--condensed); font-size: 18px; line-height: 1.12; }

.site-footer { padding: 46px 0; color: #d5d7da; background: #17191c; }
.footer-inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 25px 80px; align-items: start; }
.footer-brand { align-items: flex-start; color: #fff; }
.footer-brand:hover { color: #fff; }
.footer-brand .brand-name { font-size: 34px; }
.footer-brand .brand-tagline { color: #aeb2b7; font-size: 8px; }
.footer-inner p { max-width: 540px; margin: 0; color: #aeb2b7; font-size: 12px; line-height: 1.6; }
.footer-inner nav { display: flex; grid-column: 1 / -1; gap: 24px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid #34373b; }
.footer-inner nav a { font-size: 12px; }
.footer-inner nav a:hover { color: #fff; }
.footer-inner small { color: #7f8388; font-size: 10px; }

@media (max-width: 1500px) {
  .page-width { width: min(calc(100% - 60px), var(--page)); }
  .lead-grid { grid-template-columns: 265px minmax(500px, 1fr) 310px; }
  .category-scroll { gap: 40px; }
  .compact-story { grid-template-columns: 110px 1fr; gap: 12px; margin-right: 14px; padding-right: 14px; }
  .compact-story img { width: 110px; height: 82px; }
  .section-card, .live-score-card, .video-card, .newsletter-card { padding-inline: 14px; }
  .section-card:first-child { padding-left: 0; }
  .section-card article { grid-template-columns: minmax(72px, 40%) minmax(0, 1fr); gap: 10px; }
  .section-card img { height: 78px; }
}

@media (max-width: 1400px) {
  .lower-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section-card, .live-score-card, .video-card, .newsletter-card { min-height: 210px; border-bottom: 1px solid var(--line); }
  .section-card article { grid-template-columns: 116px minmax(0, 1fr); }
  .section-card img { height: 86px; }
}

@media (max-width: 1260px) {
  .lead-grid { grid-template-columns: 220px minmax(0, 1fr); }
  .top-column { grid-column: 1 / -1; padding: 17px 0 0; margin-top: 16px; border-top: 1px solid var(--line); border-left: 0; }
  .top-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
  .top-story { grid-template-columns: 85px 1fr; border-bottom: 0; }
  .top-story img { width: 85px; height: 60px; }
  .more-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .compact-story { grid-template-columns: minmax(126px, 45%) minmax(0, 1fr); min-height: 118px; }
  .compact-story img { min-height: 118px; }
  .ad-slot { display: grid; grid-column: 1 / -1; min-height: 96px; margin-top: 12px; text-align: center; }
  .ad-slot b { margin-inline: auto; }
  .lower-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .section-card, .live-score-card, .video-card, .newsletter-card { min-height: 210px; border-bottom: 1px solid var(--line); }
  .newsletter-card { border-right: 0; }
  .category-scroll { justify-content: flex-start; }
}

@media (max-width: 850px) {
  .page-width { width: min(calc(100% - 32px), var(--page)); }
  .utility-right .social-links, .utility-right .utility-separator { display: none; }
  .masthead { min-height: 84px; }
  .brand-name { font-size: 36px; }
  .brand-tagline { font-size: 7px; letter-spacing: 1.4px; }
  .subscribe-button { min-width: 86px; height: 38px; }
  .category-nav { display: none; }
  .mobile-nav { position: absolute; right: 0; left: 0; z-index: 45; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 10px 16px 18px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: 0 18px 28px rgba(0,0,0,.11); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 13px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 700; }
  .breaking-inner { gap: 12px; }
  .breaking-inner strong { font-size: 11px; }
  .breaking-copy { font-size: 11px; }
  .lead-grid { display: flex; flex-direction: column; padding-top: 14px; }
  .lead-slider { order: -1; padding: 0 0 36px; border-bottom: 1px solid var(--line); }
  .lead-image-wrap { aspect-ratio: 16 / 9; }
  .lead-story-body h1, .lead-story-body .lead-title { font-size: 34px; }
  .latest-column { padding: 16px 0 4px; border-right: 0; }
  .latest-list { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 24px; }
  .latest-list::before { display: none; }
  .latest-list li { grid-template-columns: 68px 1fr; min-height: 68px; padding-left: 18px; }
  .latest-list li::before { left: 0; }
  .top-list { grid-template-columns: repeat(2, 1fr); }
  .more-grid { grid-template-columns: 1fr; }
  .compact-story { grid-template-columns: 180px 1fr; min-height: 120px; margin: 0; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .compact-story img { width: 180px; height: 120px; min-height: 120px; }
  .lower-grid { grid-template-columns: repeat(2, 1fr); }
  .section-card { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-card article { grid-template-columns: 145px 1fr; }
  .section-card img { width: 145px; height: 95px; }
  .live-score-card, .video-card { border-bottom: 1px solid var(--line); }
  .newsletter-card { padding-right: 18px; }
  .topic-grid { grid-template-columns: repeat(2, 1fr); }
  .topic-grid article:nth-child(2) { border-right: 0; padding-right: 0; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 14px; }
  .utility-bar { font-size: 9px; }
  .utility-inner { min-height: 32px; }
  .utility-right { display: none; }
  .masthead { grid-template-columns: 58px 1fr 58px; min-height: 73px; }
  .masthead-tools { gap: 3px; }
  .search-button { display: none; }
  .masthead-tools-right { display: flex; }
  .subscribe-button { width: 40px; min-width: 40px; height: 34px; overflow: hidden; font-size: 0; }
  .subscribe-button::after { content: "✉"; font-size: 15px; }
  .brand-name { font-size: 29px; letter-spacing: -1.5px; }
  .brand-tagline { max-width: 210px; margin-top: 5px; overflow: hidden; font-size: 6px; letter-spacing: 1px; text-overflow: ellipsis; white-space: nowrap; }
  .breaking-bar { position: relative; }
  .breaking-inner { width: 100%; min-height: 42px; padding-inline: 16px; }
  .breaking-inner strong { font-size: 10px; }
  .breaking-divider { height: 18px; }
  .breaking-copy { font-size: 10px; }
  .lead-image-wrap { margin-inline: -16px; }
  .lead-story-body h1, .lead-story-body .lead-title { margin-top: 13px; font-size: 31px; }
  .lead-story-body > p { font-size: 13px; }
  .byline { padding-right: 70px; }
  .slider-controls { right: 0; }
  .latest-list { grid-template-columns: 1fr; }
  .latest-list li { grid-template-columns: 66px 1fr; }
  .top-list { grid-template-columns: 1fr; }
  .top-story { grid-template-columns: 110px 1fr; }
  .top-story img { width: 110px; height: 70px; }
  .compact-story { grid-template-columns: 138px 1fr; min-height: 104px; }
  .compact-story img { width: 138px; height: 104px; min-height: 104px; }
  .lower-grid { grid-template-columns: 1fr; }
  .live-score-card, .video-card, .newsletter-card { padding: 16px 0; border-right: 0; }
  .newsletter-card { border-bottom: 1px solid var(--line); }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article { display: grid; grid-template-columns: 125px 1fr; gap: 13px; padding: 12px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .topic-grid img { width: 125px; height: 82px; }
  .topic-grid h3 { margin: 0; font-size: 16px; }
  .search-panel { top: 105px; padding: 22px 16px; }
  .search-control { grid-template-columns: 1fr auto; }
  .search-control .search-close { grid-column: 1 / -1; width: 100%; height: 38px; }
  .footer-inner nav { gap: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Publication routes and shared navigation */
.utility-right a { color: rgba(255,255,255,.84); }
.utility-right a:hover { color: #fff; }
.breaking-copy a { display: none; overflow: hidden; color: #fff; text-overflow: ellipsis; white-space: nowrap; }
.breaking-copy a.is-active { display: block; }
.lead-image-wrap { display: block; }
.body-lock, body.drawer-open { overflow: hidden; }
.drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(12,14,17,.48); opacity: 0; transition: opacity .22s cubic-bezier(.23,1,.32,1); }
.drawer-backdrop.is-open { opacity: 1; }
.site-drawer { position: fixed; top: 0; bottom: 0; left: 0; z-index: 90; width: min(520px, 92vw); overflow-y: auto; background: #fff; box-shadow: 18px 0 52px rgba(0,0,0,.24); transform: translateX(-102%); transition: transform .22s cubic-bezier(.23,1,.32,1); }
.site-drawer.is-open { transform: none; }
.drawer-head { position: sticky; top: 0; z-index: 2; display: flex; min-height: 104px; padding: 20px 30px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.drawer-brand { align-items: flex-start; }
.drawer-brand .brand-name { font-size: 31px; }
.drawer-brand .brand-tagline { font-size: 7px; letter-spacing: 1.25px; }
.drawer-close { display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 27px; line-height: 1; cursor: pointer; }
.drawer-body { display: grid; gap: 29px; padding: 28px 30px 44px; }
.drawer-label { margin: 0 0 12px; color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.drawer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.drawer-grid a { display: grid; min-height: 104px; align-content: center; gap: 6px; padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.drawer-grid strong { font-family: var(--condensed); font-size: 18px; text-transform: uppercase; }
.drawer-grid span { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.drawer-quick { display: flex; gap: 8px; flex-wrap: wrap; }
.drawer-quick a { padding: 9px 12px; border: 1px solid var(--line); font-size: 11px; font-weight: 700; }

.breadcrumbs { padding-top: 20px; color: #777b80; font-size: 11px; }
.breadcrumbs ol { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: flex; gap: 8px; }
.breadcrumbs a:hover { color: var(--red); }
.page-eyebrow, .story-kicker, .article-kicker, .sidebar-label, .footer-kicker { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

.compact-card { display: grid; min-width: 0; }
.compact-card img { width: 100%; height: 100%; object-fit: cover; }
.compact-card h3 { margin: 3px 0 8px; font-size: 12px; line-height: 1.32; }
.compact-card .story-kicker { font-size: 8px; }
.compact-card .story-meta { gap: 6px; }
.top-list .compact-card { grid-template-columns: 106px minmax(0,1fr); min-height: 78px; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.top-list .compact-card > a { height: 66px; }
.top-list .compact-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.more-grid .compact-card { grid-template-columns: 150px minmax(0,1fr); gap: 15px; }
.more-grid .compact-card > a { height: 94px; }
.more-grid .compact-card h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.story-card { min-width: 0; }
.story-card-image { position: relative; display: block; overflow: hidden; aspect-ratio: 16/9; background: #eceef0; }
.story-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s cubic-bezier(.23,1,.32,1); }
.story-card:hover .story-card-image img { transform: scale(1.025); }
.story-card-copy { padding-top: 11px; }
.story-card h2 { margin: 6px 0 8px; font-family: var(--condensed); font-size: 22px; line-height: 1.08; letter-spacing: -.25px; }
.story-card p { display: -webkit-box; margin: 0 0 12px; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-play { position: absolute; top: 50%; left: 50%; display: grid; width: 52px; height: 52px; padding-left: 3px; place-items: center; border-radius: 50%; color: var(--red); background: #fff; box-shadow: 0 4px 18px rgba(0,0,0,.3); transform: translate(-50%,-50%); }

.home-category-bands { padding-bottom: 52px; }
.home-category-row { padding: 25px 0; border-top: 1px solid var(--line-dark); }
.home-category-row .section-title-row { margin-bottom: 14px; }
.home-row-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.home-row-grid.single .story-card { display: grid; grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: 28px; align-items: center; }
.home-row-grid.single .story-card-copy { padding: 0; }
.home-row-grid.single .story-card h2 { font-size: clamp(28px,3.4vw,49px); }
.topic-band .topic-grid { gap: 24px; }
.topic-band .story-card { display: block; padding-right: 22px; border-right: 1px solid var(--line); }
.topic-band .story-card:last-child { padding-right: 0; border-right: 0; }
.topic-band .story-card h2 { font-size: 20px; }

/* Category pages */
.category-page { padding-bottom: 60px; }
.category-header { max-width: 980px; padding: 42px 0 30px; }
.category-header h1, .info-hero h1, .error-page h1 { margin: 6px 0 10px; font-family: var(--condensed); font-size: clamp(48px, 6vw, 92px); line-height: .92; letter-spacing: -2px; text-transform: uppercase; }
.category-header > p:last-child { max-width: 800px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.topic-tabs { display: flex; gap: 8px; overflow-x: auto; margin-bottom: 28px; padding-bottom: 12px; border-bottom: 1px solid var(--line-dark); scrollbar-width: none; }
.topic-tabs::-webkit-scrollbar { display: none; }
.topic-tabs a { flex: none; padding: 10px 14px; border: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.topic-tabs a.active { border-color: var(--ink); color: #fff; background: var(--ink); }
.category-lead { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(340px,.8fr); gap: 34px; align-items: center; padding: 0 0 36px; border-bottom: 1px solid var(--line-dark); }
.category-lead > a { overflow: hidden; aspect-ratio: 16/9; }
.category-lead img { width: 100%; height: 100%; object-fit: cover; }
.category-lead h2 { margin: 8px 0 12px; font-family: var(--condensed); font-size: clamp(34px,4vw,61px); line-height: .98; letter-spacing: -1px; }
.category-lead p { color: var(--muted); font-size: 15px; line-height: 1.55; }
.category-content { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 48px; padding-top: 34px; }
.category-section-title { margin-bottom: 18px; border-bottom: 2px solid var(--ink); }
.category-section-title h2 { padding-bottom: 10px; border-bottom: 4px solid var(--red); }
.category-section-title span { color: var(--muted); font-size: 10px; }
.article-grid, .related-grid, .search-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 26px; }
.article-grid .story-card { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.category-sidebar { display: grid; align-content: start; gap: 24px; }
.sidebar-panel, .author-card, .score-explainer { padding: 24px; border-top: 4px solid var(--red); background: #f3f4f5; }
.sidebar-panel h2, .score-explainer h2 { margin: 8px 0 10px; font-family: var(--condensed); font-size: 25px; line-height: 1.05; }
.sidebar-panel p, .score-explainer p { color: var(--muted); font-size: 12px; line-height: 1.55; }
.sidebar-panel a, .score-explainer a { display: block; margin-top: 12px; font-size: 11px; font-weight: 800; }
.score-page-card { min-height: 0; padding: 22px; border: 1px solid var(--line); }
.score-page-card .score-head h2 { font-size: 19px; }
.score-page-card .team strong { font-size: 12px; }
.score-page-card .team b { font-size: 18px; }
.score-page-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr); gap: 28px; padding: 6px 0 42px; border-bottom: 1px solid var(--line-dark); }
.score-explainer { align-self: start; }

/* Article and video pages */
.article-page { max-width: 1480px; padding-bottom: 64px; }
.article-header { max-width: 1050px; margin: 0 auto; padding: 44px 0 28px; text-align: center; }
.article-header h1 { margin: 10px 0 16px; font-family: var(--condensed); font-size: clamp(48px,6.1vw,92px); line-height: .95; letter-spacing: -2px; }
.article-dek { max-width: 850px; margin: 0 auto; color: #4f5358; font-size: 18px; line-height: 1.55; }
.article-byline { display: inline-flex; margin-top: 23px; align-items: center; gap: 12px; text-align: left; }
.article-byline p { margin: 5px 0 0; color: var(--muted); font-size: 10px; }
.article-media { max-width: 1240px; margin: 0 auto; }
.article-media img, .article-media video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #111; }
.article-media figcaption { padding-top: 7px; color: #85898e; font-size: 10px; }
.article-layout { display: grid; grid-template-columns: minmax(0,720px) 280px; gap: 70px; justify-content: center; padding-top: 40px; }
.article-copy { min-width: 0; }
.article-copy > section { margin-top: 38px; }
.article-copy h2 { margin: 0 0 14px; font-family: var(--condensed); font-size: 31px; line-height: 1.05; }
.article-copy p { margin: 0 0 17px; color: #282b2f; font-family: Georgia,serif; font-size: 18px; line-height: 1.75; }
.article-key-points { padding: 22px 24px; border-left: 4px solid var(--red); background: #f4f5f6; }
.article-key-points strong { font-family: var(--condensed); font-size: 17px; text-transform: uppercase; }
.article-key-points ul { display: grid; gap: 9px; margin: 12px 0 0; padding-left: 18px; }
.article-key-points li { font-size: 13px; line-height: 1.5; }
.article-sidebar { display: grid; align-content: start; gap: 22px; }
.author-card { background: #fff; border: 1px solid var(--line); border-top: 4px solid var(--ink); }
.author-card .author-avatar { margin-bottom: 14px; }
.author-avatar.large { width: 54px; height: 54px; font-size: 19px; }
.author-card p { margin: 0; color: var(--muted); font-size: 9px; letter-spacing: 1px; text-transform: uppercase; }
.author-card h2 { margin: 5px 0 4px; font-family: var(--condensed); font-size: 23px; }
.author-card > strong, .author-card > span { display: block; }
.author-card > strong { color: var(--red); font-size: 10px; }
.author-card > span { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.author-card > a { display: block; margin-top: 15px; font-size: 10px; font-weight: 800; }
.article-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); }
.article-tags a { padding: 7px 10px; border: 1px solid var(--line); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.related-section { padding-top: 42px; margin-top: 48px; border-top: 1px solid var(--line-dark); }
.related-section .section-title-row { margin-bottom: 16px; }
.related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.video-transcript-note { padding: 22px; background: #f5f6f7; }

/* Search, author and publication information */
.search-results-page, .author-page, .info-page, .error-page { padding-bottom: 64px; }
.page-search { display: grid; grid-template-columns: minmax(0,520px) auto; max-width: 700px; gap: 8px; margin-top: 22px; }
.page-search input, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line-dark); background: #fff; outline: none; }
.page-search input { height: 48px; padding: 0 14px; }
.page-search button, .contact-form button { border: 0; color: #fff; background: var(--red); font-weight: 800; cursor: pointer; }
.page-search button { padding: 0 25px; }
.empty-state { padding: 55px 0; text-align: center; }
.primary-link { display: inline-flex; margin-top: 16px; padding: 13px 17px; color: #fff; background: var(--red); font-weight: 800; }
.author-hero { display: flex; max-width: 900px; gap: 24px; padding: 50px 0 35px; align-items: center; }
.author-hero .author-avatar { flex: none; width: 90px; height: 90px; font-size: 32px; }
.author-hero h1 { margin: 4px 0; font-family: var(--condensed); font-size: 54px; }
.author-hero strong { color: var(--red); font-size: 12px; }
.author-hero p:last-child { max-width: 650px; color: var(--muted); line-height: 1.55; }
.info-hero { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; padding: 38px 0; border-bottom: 1px solid var(--line-dark); }
.info-hero h1 { font-size: clamp(44px,5.3vw,78px); }
.info-hero p { color: var(--muted); font-size: 16px; line-height: 1.55; }
.info-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.info-layout { display: grid; grid-template-columns: minmax(0,760px) 260px; gap: 70px; justify-content: center; padding-top: 42px; }
.info-copy section { margin-bottom: 36px; }
.info-copy h2 { margin: 0 0 12px; font-family: var(--condensed); font-size: 30px; }
.info-copy p { color: #34373b; font-family: Georgia,serif; font-size: 17px; line-height: 1.7; }
.info-sidebar { display: grid; align-content: start; border-top: 4px solid var(--red); }
.info-sidebar > * { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.contact-form { display: grid; gap: 16px; padding: 24px; background: #f4f5f6; }
.contact-form label { display: grid; gap: 7px; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select { height: 44px; padding: 0 12px; }
.contact-form textarea { padding: 12px; resize: vertical; }
.contact-form button { min-height: 44px; }
.error-page { min-height: 520px; padding-top: 80px; }

/* Expanded footer */
.site-footer { padding: 0; }
.footer-newsletter { display: grid; grid-template-columns: 1fr minmax(420px,.8fr); gap: 50px; align-items: center; padding-block: 38px; border-bottom: 1px solid #34373b; }
.footer-newsletter h2 { margin: 7px 0 5px; color: #fff; font-family: var(--condensed); font-size: 34px; line-height: 1; text-transform: uppercase; }
.footer-newsletter p { margin: 0; color: #aeb2b7; font-size: 11px; }
.footer-newsletter .newsletter-form > div { display: grid; grid-template-columns: 1fr auto; }
.footer-newsletter .newsletter-form input { border: 0; }
.footer-newsletter .newsletter-form button { width: auto; margin: 0; padding: 0 22px; }
.footer-newsletter .form-message { color: #85898e; }
.footer-main { display: grid; grid-template-columns: 1.4fr repeat(3,minmax(130px,.55fr)); gap: 55px; padding-block: 42px; }
.footer-about p { max-width: 390px; color: #aeb2b7; font-size: 12px; line-height: 1.6; }
.footer-contact { color: #fff; font-size: 11px; font-weight: 800; }
.footer-main nav { display: grid; align-content: start; gap: 9px; }
.footer-main nav h3 { margin: 0 0 7px; color: #fff; font-family: var(--condensed); font-size: 15px; text-transform: uppercase; }
.footer-main nav a { color: #aeb2b7; font-size: 11px; }
.footer-main nav a:hover { color: #fff; }
.footer-bottom { display: flex; padding-block: 18px; justify-content: space-between; border-top: 1px solid #34373b; color: #75797e; font-size: 9px; }

@media (max-width: 1100px) {
  .category-content { grid-template-columns: minmax(0,1fr) 270px; gap: 30px; }
  .category-lead { grid-template-columns: 1.35fr .85fr; }
  .article-layout { grid-template-columns: minmax(0,680px) 250px; gap: 40px; }
  .footer-main { grid-template-columns: 1.2fr repeat(3,minmax(120px,.55fr)); gap: 35px; }
}

@media (max-width: 850px) {
  .utility-right { display: none; }
  .category-header { padding-top: 34px; }
  .category-header h1 { font-size: 58px; }
  .category-lead { grid-template-columns: 1fr; gap: 20px; }
  .category-lead > div { max-width: 720px; }
  .category-content { grid-template-columns: 1fr; }
  .category-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-layout { grid-template-columns: 1fr; padding-inline: 26px; }
  .article-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-header h1 { font-size: 56px; }
  .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .info-hero { grid-template-columns: 1fr; gap: 22px; }
  .info-hero img { order: -1; }
  .info-layout { grid-template-columns: 1fr; gap: 30px; }
  .info-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .info-sidebar .sidebar-label { grid-column: 1/-1; }
  .footer-newsletter { grid-template-columns: 1fr; gap: 20px; }
  .footer-main { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer-about { grid-column: 1/-1; }
  .home-row-grid { grid-template-columns: 1fr; }
  .home-row-grid.single .story-card { grid-template-columns: minmax(240px,.85fr) minmax(0,1.15fr); }
  .topic-band .topic-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .topic-band .story-card { display: block; padding-right: 0; border-right: 0; }
}

@media (max-width: 560px) {
  .drawer-head { min-height: 82px; padding: 15px 18px; }
  .drawer-body { padding: 22px 18px 35px; }
  .drawer-grid { grid-template-columns: 1fr; }
  .drawer-grid a { min-height: 82px; }
  .category-header h1 { font-size: 45px; letter-spacing: -1px; }
  .category-header > p:last-child { font-size: 14px; }
  .category-lead h2 { font-size: 37px; }
  .article-grid, .related-grid, .search-grid { grid-template-columns: 1fr; }
  .category-sidebar, .article-sidebar { grid-template-columns: 1fr; }
  .article-header { padding-top: 32px; text-align: left; }
  .article-header h1 { font-size: 42px; letter-spacing: -1px; }
  .article-dek { font-size: 15px; }
  .article-byline { align-items: flex-start; }
  .article-media { margin-inline: -16px; }
  .article-media figcaption { padding-inline: 16px; }
  .article-layout { padding: 28px 0 0; }
  .article-copy p { font-size: 17px; line-height: 1.68; }
  .article-copy h2 { font-size: 27px; }
  .article-key-points { padding: 18px; }
  .page-search { grid-template-columns: 1fr; }
  .page-search button { min-height: 44px; }
  .author-hero { align-items: flex-start; }
  .author-hero .author-avatar { width: 62px; height: 62px; font-size: 23px; }
  .author-hero h1 { font-size: 37px; }
  .info-hero h1 { font-size: 43px; }
  .info-hero img { height: 230px; aspect-ratio: auto; object-position: center 38%; }
  .info-layout { padding-top: 30px; }
  .info-copy h2 { font-size: 26px; }
  .info-copy p { font-size: 16px; }
  .info-sidebar { grid-template-columns: 1fr; }
  .score-page-grid { grid-template-columns: 1fr; }
  .footer-newsletter .newsletter-form > div { grid-template-columns: 1fr; gap: 8px; }
  .footer-newsletter .newsletter-form button { height: 42px; }
  .footer-main { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
  .footer-main nav:last-child { grid-column: 1/-1; }
  .footer-bottom { gap: 10px; flex-direction: column; }
  .topic-band .topic-grid { grid-template-columns: 1fr; }
  .home-row-grid.single .story-card { display: block; }
  .home-row-grid.single .story-card-copy { padding-top: 12px; }
  .topic-band .story-card { display: grid; grid-template-columns: 125px 1fr; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); }
  .topic-band .story-card-image { width: 125px; height: 82px; }
  .topic-band .story-card-copy { padding: 0; }
  .topic-band .story-card h2 { margin-top: 3px; font-size: 17px; }
  .topic-band .story-card p { display: none; }
}
