:root {
  --ons-black: #070708;
  --ons-ink: #15171a;
  --ons-charcoal: #24262a;
  --ons-red: #d71920;
  --ons-red-dark: #9f0b10;
  --ons-green: #087233;
  --ons-silver: #d6d9df;
  --ons-paper: #ffffff;
  --ons-soft: #f3f4f6;
  --ons-muted: #686d75;
  --ons-border: #dfe2e7;
  --ons-success: #147a3f;
  --ons-max: 1280px;
  --ons-reading: 780px;
  --ons-radius: 3px;
  --ons-shadow: 0 16px 50px rgba(8, 11, 16, 0.1);
  --font-ui: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --font-editorial: Georgia, "Times New Roman", serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ons-ink);
  background: var(--ons-paper);
  font-family: var(--font-ui);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

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

a { color: inherit; text-decoration-color: color-mix(in srgb, currentColor 40%, transparent); text-underline-offset: 0.2em; }
a:hover { color: var(--ons-red); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.12; text-wrap: balance; }

button, input, textarea { font: inherit; }
button { cursor: pointer; }

.site-shell { width: min(calc(100% - 40px), var(--ons-max)); margin-inline: auto; }
.page-shell { width: min(calc(100% - 40px), 920px); margin-inline: auto; }
.article-shell { width: min(calc(100% - 40px), var(--ons-reading)); margin-inline: auto; }
.section-space { padding-block: clamp(48px, 7vw, 88px); }
.section-space--soft { background: var(--ons-soft); }
.screen-reader-text,
.skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; background: #fff; color: #000; border: 2px solid var(--ons-red); }

.utility-bar { color: #d9dce2; background: #101114; font-size: 0.74rem; letter-spacing: 0.05em; text-transform: uppercase; }
.utility-bar__inner { min-height: 34px; display: flex; gap: 24px; align-items: center; }
.utility-bar__tagline { margin-right: auto; color: #fff; font-weight: 800; }
.social-nav { display: flex; gap: 16px; }
.social-nav a { text-decoration: none; }

.brand-bar { color: #fff; background: radial-gradient(circle at 28% 10%, #25272c 0, #101114 36%, #050506 70%); border-bottom: 1px solid #303238; }
.brand-bar__inner { min-height: 132px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 24px; min-width: 0; text-decoration: none; }
.brand:hover { color: #fff; }
.brand__mark,
.brand .custom-logo { width: clamp(180px, 26vw, 330px); max-height: 96px; object-fit: contain; object-position: left center; }
.brand .custom-logo-link { display: flex; }
.brand__text { display: flex; flex-direction: column; padding-left: 22px; border-left: 1px solid #4b4e55; }
.brand__text strong { font-size: clamp(0.82rem, 1.2vw, 1rem); letter-spacing: 0.16em; text-transform: uppercase; }
.brand__text small { margin-top: 6px; color: #aeb2ba; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.news-tip-button { display: inline-flex; align-items: center; gap: 9px; padding: 12px 18px; color: #fff; border: 1px solid #555861; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; }
.news-tip-button:hover { color: #fff; background: var(--ons-red); border-color: var(--ons-red); }

.nav-bar { position: relative; z-index: 40; background: #fff; border-bottom: 1px solid var(--ons-border); box-shadow: 0 5px 18px rgba(0,0,0,0.04); }
.nav-bar__inner { min-height: 54px; display: flex; align-items: stretch; }
.primary-nav { flex: 1; }
.primary-nav ul { list-style: none; margin: 0; padding: 0; }
.primary-nav > ul { height: 100%; display: flex; align-items: stretch; }
.primary-nav > ul > li { position: relative; display: flex; align-items: stretch; }
.primary-nav a { display: flex; align-items: center; padding: 0 16px; font-size: 0.83rem; font-weight: 850; letter-spacing: 0.035em; text-decoration: none; text-transform: uppercase; }
.primary-nav > ul > li:first-child > a { padding-left: 0; }
.primary-nav .current-menu-item > a,
.primary-nav .current-menu-ancestor > a,
.primary-nav a:hover { color: var(--ons-red); }
.primary-nav .menu-item-has-children > a::after { content: "⌄"; margin-left: 7px; font-size: 0.8em; }
.primary-nav .sub-menu { visibility: hidden; opacity: 0; position: absolute; top: 100%; left: 0; min-width: 210px; padding: 9px; background: #fff; border: 1px solid var(--ons-border); box-shadow: var(--ons-shadow); transform: translateY(6px); transition: 0.16s ease; }
.primary-nav .sub-menu a { min-height: 42px; padding-inline: 13px; }
.primary-nav li:hover > .sub-menu,
.primary-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.menu-toggle { display: none; align-items: center; gap: 10px; padding: 0; color: var(--ons-ink); background: none; border: 0; font-size: 0.8rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.menu-toggle__lines { width: 22px; display: grid; gap: 4px; }
.menu-toggle__lines i { height: 2px; background: currentColor; transition: 0.2s ease; }
.search-toggle { width: 52px; margin-left: auto; color: var(--ons-ink); background: transparent; border: 0; border-left: 1px solid var(--ons-border); font-size: 1.45rem; }
.search-toggle:hover { color: var(--ons-red); }
.header-search { position: absolute; inset-inline: 0; top: 100%; padding: 18px 0; background: #fff; border-bottom: 1px solid var(--ons-border); box-shadow: var(--ons-shadow); }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 48px; padding-inline: 15px; color: var(--ons-ink); background: #fff; border: 1px solid #c9cdd4; border-radius: 0; }
.search-field:focus { outline: 2px solid var(--ons-red); outline-offset: 2px; }
.search-submit { padding-inline: 24px; color: #fff; background: var(--ons-red); border: 0; font-weight: 850; }

.breaking-bar { color: #fff; background: var(--ons-red); }
.breaking-bar__inner { min-height: 42px; display: flex; gap: 17px; align-items: center; font-size: 0.9rem; }
.breaking-bar strong { padding-right: 17px; border-right: 1px solid rgba(255,255,255,0.5); font-size: 0.73rem; letter-spacing: 0.1em; text-transform: uppercase; }
.breaking-bar a { color: #fff; text-decoration: none; font-weight: 700; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid var(--ons-ink); }
.section-heading--compact { margin-bottom: 24px; }
.section-heading h1,
.section-heading h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3.25rem); letter-spacing: -0.04em; }
.section-heading > a { flex: 0 0 auto; font-size: 0.78rem; font-weight: 850; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.section-heading > a span { color: var(--ons-red); font-size: 1.2em; }
.section-heading--dark { color: #fff; border-color: #585b63; }
.section-kicker { display: block; margin-bottom: 7px; color: var(--ons-red); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow { display: inline-block; color: var(--ons-red); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.13em; text-decoration: none; text-transform: uppercase; }
.post-meta { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; color: var(--ons-muted); font-size: 0.74rem; }
.post-meta a { font-weight: 700; }

.top-stories { padding-top: clamp(40px, 5vw, 68px); }
.lead-grid { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(310px, 0.85fr); gap: 36px; }
.lead-story { min-width: 0; }
.lead-story__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ons-soft); }
.lead-story__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.lead-story:hover .lead-story__image > img { transform: scale(1.018); }
.lead-story__content { margin-top: 22px; }
.lead-story h2 { margin: 8px 0 12px; font-family: var(--font-editorial); font-size: clamp(2rem, 4.4vw, 4.4rem); font-weight: 700; letter-spacing: -0.045em; }
.lead-story h2 a { text-decoration: none; }
.lead-story p { max-width: 790px; margin-bottom: 15px; color: #50545b; font-size: 1.06rem; }
.secondary-stories { display: grid; align-content: start; }
.compact-card { display: grid; grid-template-columns: 128px minmax(0, 1fr); gap: 16px; padding-block: 18px; border-bottom: 1px solid var(--ons-border); }
.compact-card:first-child { padding-top: 0; }
.compact-card__image { aspect-ratio: 1.15/1; overflow: hidden; background: var(--ons-soft); }
.compact-card__image > img { width: 100%; height: 100%; object-fit: cover; }
.compact-card h3 { margin: 5px 0 8px; font-size: 1.03rem; }
.compact-card h3 a { text-decoration: none; }
.compact-card .post-meta span:last-child { display: none; }

.media-placeholder { position: relative; width: 100%; height: 100%; display: grid; place-items: center; color: #fff; background: radial-gradient(circle at 25% 10%, #303239, #0a0b0d 70%); }
.media-placeholder img { width: 64%; max-height: 60%; object-fit: contain; opacity: 0.85; }
.media-placeholder span { position: absolute; right: 12px; bottom: 10px; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }

.latest-strip { color: #fff; background: var(--ons-ink); border-top: 3px solid var(--ons-red); }
.latest-strip__inner { min-height: 78px; display: grid; grid-template-columns: 132px minmax(0, 1fr); align-items: center; }
.latest-strip h2 { display: flex; gap: 9px; align-items: center; margin: 0; font-size: 0.78rem; letter-spacing: 0.09em; text-transform: uppercase; }
.latest-strip h2 i { width: 8px; height: 8px; background: var(--ons-red); border-radius: 50%; box-shadow: 0 0 0 5px rgba(215,25,32,0.16); }
.latest-strip__items { min-width: 0; display: flex; overflow-x: auto; scrollbar-width: thin; }
.latest-strip__items a { flex: 0 0 310px; display: grid; grid-template-columns: 44px 1fr; gap: 10px; align-items: start; padding: 14px 22px; border-left: 1px solid #383a40; text-decoration: none; font-size: 0.83rem; line-height: 1.35; }
.latest-strip__items time { color: #9da1a9; font-size: 0.7rem; }

.ad-slot { min-height: 120px; display: grid; place-content: center; place-items: center; gap: 4px; padding: 22px; color: #8a8e96; background: repeating-linear-gradient(135deg, #fff, #fff 9px, #fafafa 9px, #fafafa 18px); border: 1px solid var(--ons-border); text-align: center; }
.ad-slot span { font-size: 0.61rem; letter-spacing: 0.16em; text-transform: uppercase; }
.ad-slot strong { font-size: 0.73rem; font-weight: 600; }

.story-grid { display: grid; gap: 26px; }
.story-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.story-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.story-card { min-width: 0; }
.story-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; background: var(--ons-soft); }
.story-card__image > img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.story-card:hover .story-card__image > img { transform: scale(1.025); }
.story-card__body { padding-top: 14px; }
.story-card h3 { margin: 6px 0 11px; font-family: var(--font-editorial); font-size: clamp(1.2rem, 1.8vw, 1.55rem); letter-spacing: -0.02em; }
.story-card h3 a { text-decoration: none; }
.category-section:nth-of-type(even) { background: #fafafa; }

.video-section { color: #fff; background: radial-gradient(circle at 10% 0%, #34363c, #111216 42%, #050506 85%); }
.video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; }
.video-card__image { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; margin-bottom: 15px; background: #16171a; }
.video-card__image > img { width: 100%; height: 100%; object-fit: cover; transition: 0.25s ease; }
.video-card:hover .video-card__image > img { transform: scale(1.025); opacity: 0.78; }
.play-button { position: absolute; left: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--ons-red); border-radius: 50%; font-size: 0.8rem; padding-left: 2px; box-shadow: 0 5px 18px rgba(0,0,0,0.3); }
.video-card h3 { margin: 6px 0 0; font-size: 1.1rem; }
.video-card h3 a { color: #fff; text-decoration: none; }

.newsletter-section { background: var(--ons-soft); }
.newsletter-box { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(34px, 5vw, 70px); color: #fff; background: linear-gradient(115deg, #8e080d 0, var(--ons-red) 48%, #bb1218 100%); box-shadow: var(--ons-shadow); }
.newsletter-box h2 { max-width: 750px; margin-bottom: 10px; font-family: var(--font-editorial); font-size: clamp(2rem, 4vw, 3.8rem); letter-spacing: -0.04em; }
.newsletter-box p { margin-bottom: 0; color: #ffe9ea; }
.newsletter-box .section-kicker { color: #fff; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; color: #fff; background: var(--ons-red); border: 1px solid var(--ons-red); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; }
.button:hover { color: #fff; background: var(--ons-red-dark); border-color: var(--ons-red-dark); }
.button--light { color: var(--ons-ink); background: #fff; border-color: #fff; }
.button--light:hover { color: #fff; background: transparent; border-color: #fff; }

.archive-header { max-width: 820px; margin-bottom: 42px; }
.archive-header h1 { margin-bottom: 12px; font-family: var(--font-editorial); font-size: clamp(2.5rem, 6vw, 5.2rem); letter-spacing: -0.05em; }
.archive-header p,
.archive-description { color: var(--ons-muted); font-size: 1.06rem; }
.archive-description p { margin: 0; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(36px, 6vw, 72px); }
.archive-list { border-top: 2px solid var(--ons-ink); }
.list-card { display: grid; grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr); gap: 26px; padding-block: 28px; border-bottom: 1px solid var(--ons-border); }
.list-card__image { aspect-ratio: 16/9; overflow: hidden; background: var(--ons-soft); }
.list-card__image > img { width: 100%; height: 100%; object-fit: cover; }
.list-card h2 { margin: 7px 0 10px; font-family: var(--font-editorial); font-size: clamp(1.45rem, 2.5vw, 2.05rem); letter-spacing: -0.025em; }
.list-card h2 a { text-decoration: none; }
.list-card p { margin-bottom: 12px; color: #5d6168; }
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 6px 12px; background: var(--ons-soft); text-decoration: none; font-weight: 800; }
.page-numbers.current { color: #fff; background: var(--ons-red); }

.sidebar { display: grid; align-content: start; gap: 28px; }
.sidebar-card { padding: 26px; border: 1px solid var(--ons-border); }
.sidebar-card--dark { color: #fff; background: var(--ons-ink); border-color: var(--ons-ink); }
.sidebar-card h2 { margin-bottom: 12px; font-family: var(--font-editorial); font-size: 1.7rem; }
.sidebar-card p { color: #c8cbd1; font-size: 0.92rem; }
.sidebar-links { list-style: none; margin: 18px 0 0; padding: 0; }
.sidebar-links li { border-top: 1px solid #3a3c41; }
.sidebar-links a { display: flex; justify-content: space-between; padding-block: 10px; color: #fff; text-decoration: none; font-size: 0.83rem; font-weight: 800; }
.sidebar-links span { color: var(--ons-red); }
.widget { padding: 24px; border: 1px solid var(--ons-border); }
.widget-title { font-size: 1.25rem; }

.article-header { padding-bottom: 38px; }
.article-header h1 { margin: 10px 0 18px; font-family: var(--font-editorial); font-size: clamp(2.6rem, 7vw, 6.4rem); line-height: 0.98; letter-spacing: -0.055em; }
.article-deck { margin-bottom: 20px; color: #555960; font-size: clamp(1.05rem, 2vw, 1.32rem); line-height: 1.5; }
.article-hero { margin-top: 0; margin-bottom: 0; }
.article-hero img { width: 100%; max-height: 760px; object-fit: cover; }
.article-hero figcaption { padding-top: 8px; color: var(--ons-muted); font-size: 0.73rem; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(44px, 7vw, 96px); }
.article-main { min-width: 0; }
.share-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 30px; padding-bottom: 18px; border-bottom: 1px solid var(--ons-border); font-size: 0.73rem; font-weight: 800; }
.share-bar > span { margin-right: 7px; color: var(--ons-muted); letter-spacing: 0.09em; text-transform: uppercase; }
.share-bar a,
.share-bar button { padding: 6px 10px; background: var(--ons-soft); border: 0; text-decoration: none; }
.article-content { font-family: var(--font-editorial); font-size: clamp(1.07rem, 1.6vw, 1.2rem); line-height: 1.78; }
.article-content > p:first-child::first-letter { float: left; margin: 0.08em 0.1em 0 0; color: var(--ons-red); font-size: 4.15em; font-weight: 700; line-height: 0.78; }
.article-content h2,
.article-content h3 { margin: 1.6em 0 0.55em; font-family: var(--font-ui); letter-spacing: -0.025em; }
.article-content blockquote { margin: 2em 0; padding: 8px 0 8px 26px; border-left: 5px solid var(--ons-red); font-size: 1.35em; font-weight: 700; line-height: 1.45; }
.article-content img { margin-block: 1.7em; }
.article-content a { color: var(--ons-red-dark); }
.article-tags { margin-top: 32px; padding-top: 20px; border-top: 1px solid var(--ons-border); font-size: 0.82rem; }
.article-tags a { display: inline-block; margin: 5px; padding: 5px 10px; background: var(--ons-soft); text-decoration: none; }
.correction-box { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-top: 34px; padding: 18px; background: var(--ons-soft); border-left: 4px solid var(--ons-red); font-size: 0.83rem; }
.correction-box a { font-weight: 850; }

.page-header { margin-bottom: 30px; padding-bottom: 22px; border-bottom: 2px solid var(--ons-ink); }
.page-header h1 { margin: 0; font-family: var(--font-editorial); font-size: clamp(2.8rem, 7vw, 5.5rem); letter-spacing: -0.05em; }
.page-content { font-size: 1.08rem; }
.page-content h2 { margin-top: 1.6em; font-size: 1.9rem; }
.editorial-form { display: grid; gap: 19px; margin-top: 34px; padding: clamp(24px, 5vw, 44px); background: var(--ons-soft); border-top: 4px solid var(--ons-red); }
.editorial-form label { display: grid; gap: 7px; font-size: 0.82rem; font-weight: 800; }
.editorial-form label > span { color: var(--ons-red); }
.editorial-form input,
.editorial-form textarea { width: 100%; padding: 12px 13px; color: var(--ons-ink); background: #fff; border: 1px solid #c7cbd2; border-radius: 0; font-weight: 400; }
.editorial-form input:focus,
.editorial-form textarea:focus { outline: 2px solid var(--ons-red); outline-offset: 2px; }
.editorial-form .button { justify-self: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field--honeypot { position: absolute !important; left: -9999px !important; }
.form-privacy { margin: -4px 0 0; color: var(--ons-muted); font-size: 0.76rem; }
.form-notice { margin: 24px 0; padding: 15px 18px; border-left: 4px solid; font-weight: 700; }
.form-notice--success { color: #0c5a2b; background: #e7f7ee; border-color: var(--ons-success); }
.form-notice--error { color: #7b1115; background: #ffeaeb; border-color: var(--ons-red); }
.tip-safety { margin: 28px 0; padding: 18px; background: #fff5db; border-left: 4px solid #dda919; }
.tip-safety p { margin: 5px 0 0; }

.live-hero { color: #fff; background: #08090b; }
.live-header { max-width: 780px; margin-bottom: 32px; }
.live-header h1 { margin: 14px 0 10px; font-family: var(--font-editorial); font-size: clamp(3rem, 8vw, 6.4rem); letter-spacing: -0.05em; }
.live-header p { color: #c3c6cd; font-size: 1.08rem; }
.live-pill { display: inline-flex; gap: 9px; align-items: center; padding: 5px 11px; color: #fff; background: var(--ons-red); font-size: 0.68rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.live-pill i { width: 7px; height: 7px; background: #fff; border-radius: 50%; animation: live-pulse 1.4s infinite; }
.live-player { aspect-ratio: 16/9; display: grid; place-items: center; overflow: hidden; background: #16171b; border: 1px solid #32343a; }
.live-player iframe { width: 100%; height: 100%; }
.live-offline { width: 100%; height: 100%; display: grid; place-content: center; place-items: center; gap: 12px; padding: 30px; background: radial-gradient(circle at 50% 25%, #2d2f34, #090a0c 68%); text-align: center; }
.live-offline img { width: min(48%, 430px); }
.live-offline strong { font-family: var(--font-editorial); font-size: clamp(1.5rem, 4vw, 2.8rem); }
.live-offline span { color: #aaadb4; }
@keyframes live-pulse { 50% { opacity: 0.3; transform: scale(0.78); } }

.empty-home,
.no-results { padding: clamp(35px, 6vw, 72px); background: var(--ons-soft); text-align: center; }
.empty-home img { width: min(360px, 70%); margin: 0 auto 25px; padding: 22px; background: var(--ons-ink); }
.empty-home h2,
.no-results h2 { margin-bottom: 10px; font-family: var(--font-editorial); font-size: clamp(1.8rem, 4vw, 3rem); }
.empty-home p,
.no-results p { max-width: 620px; margin: 0 auto 24px; color: var(--ons-muted); }
.no-results .search-form { max-width: 660px; margin-inline: auto; }
.error-page { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.error-code { display: block; color: var(--ons-red); font-size: clamp(5rem, 18vw, 12rem); font-weight: 950; letter-spacing: -0.08em; line-height: 0.8; }
.error-page h1 { margin: 25px 0 10px; font-family: var(--font-editorial); font-size: clamp(2rem, 5vw, 4rem); }
.error-page .search-form { margin: 30px 0 18px; }

.site-footer { color: #d7dae0; background: #0a0b0d; border-top: 4px solid var(--ons-red); }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr 0.8fr 0.9fr; gap: 55px; padding-block: 65px; }
.footer-brand img { width: min(330px, 90%); }
.footer-brand p { max-width: 430px; margin: 20px 0 6px; color: #afb2b9; }
.footer-brand strong { color: #fff; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; }
.site-footer h2 { margin-bottom: 14px; color: #fff; font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
.site-footer a { color: #d7dae0; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-socials { margin-bottom: 22px !important; }
.footer-bottom { border-top: 1px solid #303238; }
.footer-bottom__inner { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #8f939b; font-size: 0.72rem; }
.footer-bottom ul { display: flex; gap: 18px; }

@media (max-width: 1050px) {
  .brand__text { display: none; }
  .lead-grid { grid-template-columns: minmax(0, 1.4fr) minmax(290px, 0.8fr); gap: 26px; }
  .story-grid--four,
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 38px; }
  .primary-nav a { padding-inline: 11px; font-size: 0.75rem; }
}

@media (max-width: 820px) {
  .utility-bar__tagline { display: none; }
  .utility-bar__date { margin-right: auto; }
  .social-nav { gap: 11px; }
  .brand-bar__inner { min-height: 105px; }
  .brand__mark,
  .brand .custom-logo { width: 230px; }
  .news-tip-button { padding: 10px 12px; font-size: 0.68rem; }
  .menu-toggle { display: flex; }
  .nav-bar__inner { min-height: 52px; align-items: center; }
  .primary-nav { display: none; position: fixed; z-index: 50; inset: 0; top: 0; padding: 80px 24px 30px; overflow-y: auto; color: #fff; background: rgba(7,7,8,0.98); }
  body.menu-open .primary-nav { display: block; }
  body.menu-open .menu-toggle { position: fixed; z-index: 60; top: 22px; left: 22px; color: #fff; }
  body.menu-open .menu-toggle__lines i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  body.menu-open .menu-toggle__lines i:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle__lines i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav > ul { height: auto; display: block; }
  .primary-nav > ul > li { display: block; border-bottom: 1px solid #32343a; }
  .primary-nav a { min-height: 52px; padding-inline: 0 !important; font-size: 1rem; }
  .primary-nav .sub-menu { visibility: visible; opacity: 1; position: static; min-width: 0; padding: 0 0 10px 18px; color: #c8cbd1; background: transparent; border: 0; box-shadow: none; transform: none; }
  .primary-nav .sub-menu a { min-height: 40px; }
  .search-toggle { margin-left: auto; }
  .lead-grid { grid-template-columns: 1fr; }
  .secondary-stories { grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .compact-card { grid-template-columns: 110px minmax(0,1fr); }
  .content-layout,
  .article-layout { grid-template-columns: 1fr; }
  .sidebar { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1.3fr 0.8fr; }
  .newsletter-box { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  .site-shell,
  .page-shell,
  .article-shell { width: min(calc(100% - 28px), var(--ons-max)); }
  .utility-bar__date { font-size: 0.65rem; }
  .social-nav { display: none; }
  .brand-bar__inner { min-height: 88px; }
  .brand__mark,
  .brand .custom-logo { width: 180px; max-height: 68px; }
  .news-tip-button { width: 40px; height: 40px; justify-content: center; padding: 0; font-size: 0; border-radius: 50%; }
  .news-tip-button span { font-size: 1.25rem; }
  .section-heading { align-items: flex-start; }
  .section-heading h1,
  .section-heading h2 { font-size: 2rem; }
  .section-heading > a { padding-top: 5px; font-size: 0; }
  .section-heading > a span { font-size: 1.1rem; }
  .lead-story h2 { font-size: 2.35rem; }
  .lead-story p { font-size: 0.95rem; }
  .secondary-stories { display: block; }
  .compact-card { grid-template-columns: 105px minmax(0,1fr); }
  .latest-strip__inner { grid-template-columns: 1fr; padding-block: 12px; }
  .latest-strip h2 { margin-bottom: 8px; }
  .latest-strip__items a { flex-basis: 270px; padding-left: 0; border-left: 0; border-right: 1px solid #383a40; }
  .story-grid--four,
  .story-grid--three,
  .video-grid { grid-template-columns: 1fr; }
  .story-card h3 { font-size: 1.45rem; }
  .list-card { grid-template-columns: 120px minmax(0, 1fr); gap: 15px; padding-block: 20px; }
  .list-card h2 { font-size: 1.18rem; }
  .list-card p { display: none; }
  .list-card .post-meta span:last-child { display: none; }
  .sidebar { grid-template-columns: 1fr; }
  .article-header h1 { font-size: 2.7rem; }
  .article-layout { padding-top: 44px; }
  .correction-box { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .live-player { aspect-ratio: 4/3; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom__inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

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

@media print {
  .site-header, .site-footer, .sidebar, .share-bar, .related-stories, .ad-slot { display: none !important; }
  .article-layout { display: block; }
  .article-header h1 { font-size: 38pt; }
  body { color: #000; background: #fff; }
}
