:root {
  --ink: #10284f;
  --ink-deep: #081a35;
  --red: #e5312f;
  --blue: #165fb8;
  --sky: #eaf2fb;
  --line: #d9e0e8;
  --muted: #667085;
  --surface: #ffffff;
  --soft: #f5f7fa;
  --container: 1180px;
  --shadow: 0 18px 50px rgba(16, 40, 79, .10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  color: var(--ink-deep);
  background: var(--surface);
  font-family: "Helvetica Neue", Arial, system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

body.menu-open { overflow: hidden; }

main { flex: 1 0 auto; }

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

a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }

a:hover { color: var(--red); }

button, input { font: inherit; }

:focus-visible { outline: 3px solid #f5b6b5; outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: .65rem 1rem;
  background: var(--surface);
  color: var(--ink);
  border: 2px solid var(--red);
}

.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }

.utility-bar { background: var(--ink-deep); color: #fff; font-size: .78rem; line-height: 1; }

.utility-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-bar p { margin: 0; }

.utility-links { display: flex; gap: 22px; }
.utility-links a { text-decoration: none; color: #fff; }

.masthead {
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
  min-height: 126px;
  padding-block: 20px;
}

.brand { display: inline-flex; text-decoration: none; }
.brand img, .brand svg { display: block; width: 290px; height: auto; }

.masthead-note {
  min-height: 72px;
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: stretch;
  border: 1px solid var(--line);
  background: linear-gradient(110deg, var(--soft) 0 63%, var(--sky) 63%);
}

.masthead-note strong {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  font-size: 1.65rem;
  letter-spacing: -.04em;
}

.masthead-note p { align-self: center; margin: 0; padding: 12px 22px; font-size: .92rem; line-height: 1.35; }
.masthead-note span { display: block; color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }

.nav-shell { border-block: 1px solid var(--line); background: #fff; }

.nav-inner { display: flex; align-items: center; min-height: 58px; }

.primary-nav { flex: 1; }
.primary-nav ul { list-style: none; display: flex; align-items: center; gap: clamp(15px, 2.2vw, 31px); margin: 0; padding: 0; }
.primary-nav a { display: block; padding-block: 16px; color: var(--ink); text-decoration: none; font-size: .88rem; font-weight: 700; }
.primary-nav a[aria-current="page"] { color: var(--red); }
.primary-nav a:hover { color: var(--red); }

.icon-button, .menu-button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.icon-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-left: 1px solid var(--line);
}

.icon-button svg { width: 21px; height: 21px; }

.menu-button { display: none; padding: 10px 0; font-weight: 800; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; }

.topic-strip { border-bottom: 1px solid var(--line); background: var(--soft); }
.topic-inner { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 72px; }
.topic-label { align-self: stretch; display: grid; place-items: center; padding: 0 25px; color: #fff; background: var(--ink); font-size: .77rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.topic-list { display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 0; padding: 0; }
.topic-list li { padding: 0 21px; border-right: 1px solid var(--line); }
.topic-list li:last-child { border-right: 0; }
.topic-list a { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; text-decoration: none; line-height: 1.25; font-size: .82rem; font-weight: 700; }
.topic-index { color: var(--red); font-size: 1.4rem; font-weight: 900; font-variant-numeric: tabular-nums; }

.hero { padding-block: 30px 58px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 2.1fr) minmax(270px, 1fr); gap: 24px; }

.hero-main, .hero-side { position: relative; overflow: hidden; background: var(--ink-deep); }
.hero-main { min-height: 570px; }
.hero-side-stack { display: grid; grid-template-rows: 1fr 1fr; gap: 24px; }
.hero-side { min-height: 273px; background-image: var(--hero-image); background-position: center; background-size: cover; }
.hero-main img, .hero-side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.hero-main:hover img, .hero-side:hover img { transform: scale(1.025); }
.hero-main::after, .hero-side::after { content: ""; position: absolute; inset: 0; }
.hero-main::after { background: linear-gradient(180deg, transparent 34%, rgba(5, 17, 35, .92) 100%); }
.hero-side::after { background: linear-gradient(180deg, rgba(5, 17, 35, .22) 0%, rgba(5, 17, 35, .95) 100%); }
.hero-copy { position: absolute; z-index: 1; inset: auto 0 0 0; padding: clamp(25px, 4vw, 50px); color: #fff; }
.hero-main .hero-copy { border-left: 8px solid var(--red); }
.hero-copy a { text-decoration: none; }
.hero-copy h1, .hero-copy h2 { max-width: 820px; margin: 10px 0 0; color: #fff; line-height: .98; letter-spacing: -.045em; }
.hero-copy h1 { font-size: clamp(2.15rem, 2.2vw, 2.2rem); }
.hero-copy h2 { font-size: clamp(1.25rem, 2vw, 1.3rem); line-height: 1.08; }
.eyebrow { color: var(--red); font-size: .74rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.hero-copy .eyebrow { color: #ff7775; }

.section { padding-block: 60px; }
.section-soft { background: var(--soft); border-block: 1px solid var(--line); }
.section-dark { color: #fff; background: var(--ink-deep); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 14px; border-bottom: 2px solid var(--ink); }
.section-dark .section-heading { border-color: rgba(255,255,255,.3); }
.section-heading h2 { margin: 0; font-size: clamp(1.6rem, 2.5vw, 2.25rem); line-height: 1.05; letter-spacing: -.04em; }
.section-heading a { flex: 0 0 auto; color: var(--red); font-size: .82rem; font-weight: 800; text-decoration: none; }

.story-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; }
.story-card { min-width: 0; }
.story-card figure { margin: 0 0 17px; overflow: hidden; background: var(--sky); }
.story-card img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .4s ease; }
.story-card:hover img { transform: scale(1.025); }
.story-card h3 { margin: 7px 0 9px; font-size: 1.25rem; line-height: 1.18; letter-spacing: -.025em; }
.story-card h3 a { text-decoration: none; }
.story-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.story-card.featured { grid-row: span 2; }
.story-card.featured img { aspect-ratio: 4 / 3; }
.story-card.featured h3 { font-size: clamp(1.45rem, 2vw, 1.95rem); }

.editorial-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; }
.editorial-feature { display: grid; grid-template-columns: 1.1fr .9fr; background: #fff; box-shadow: var(--shadow); }
.editorial-feature figure { min-height: 440px; margin: 0; }
.editorial-feature img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { align-self: center; padding: 42px; }
.editorial-copy h2 { margin: 10px 0 18px; font-size: clamp(1.8rem, 1.7vw, 1.85rem); line-height: 1.02; letter-spacing: -.045em; }
.editorial-copy p { color: var(--muted); }
.text-link { color: var(--red); font-weight: 800; text-decoration: none; }

.story-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.story-list li { border-bottom: 1px solid var(--line); }
.story-list a { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 18px 0; text-decoration: none; }
.story-list b { color: var(--red); font-size: 1.4rem; font-variant-numeric: tabular-nums; }
.story-list span { font-weight: 750; line-height: 1.25; }

.category-band { display: grid; grid-template-columns: .7fr 1.3fr; gap: 64px; align-items: start; }
.category-band h2 { margin: 0; font-size: clamp(1.25rem, 2.3vw, 2.6rem); line-height: .92; letter-spacing: -.055em; }
.category-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 26px; border-top: 1px solid rgba(255,255,255,.28); }
.category-links a { display: flex; justify-content: space-between; gap: 15px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.28); color: #fff; text-decoration: none; }
.category-links a::after { content: "→"; color: var(--red); }

.page-hero { padding: clamp(12px, 3vw, 16px) 0 15px; background: var(--soft); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 24px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; color: var(--muted); font-size: .8rem; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 8px; color: #98a2b3; }
.breadcrumbs a { text-decoration: none; }
.page-hero h1 { max-width: 970px; margin: 0; font-size: clamp(2.35rem, 2.6vw, 2.8rem); line-height: .94; letter-spacing: -.055em; }
.page-hero p { max-width: 760px; margin: 25px 0 0; color: var(--muted); font-size: 1.08rem; }
.page-kicker { display: inline-block; margin-bottom: 15px; color: var(--red); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }

.listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px 28px; }
.listing-grid .story-card:first-child { grid-column: span 2; }
.listing-grid .story-card:first-child img { aspect-ratio: 16 / 8.3; }
.listing-grid .story-card:first-child h2, .listing-grid .story-card:first-child h3 { font-size: clamp(1.6rem, 2.4vw, 2.25rem); }

.article-shell { display: grid; grid-template-columns: minmax(0, 800px) minmax(240px, 300px); gap: clamp(50px, 8vw, 40px); padding-block: 28px 10px; align-items: start; }
.article-header { grid-column: 1 / -1; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.article-header h1 { max-width: 1050px; margin: 14px 0 22px; font-size: clamp(2.15rem, 2.2vw, 2.6rem); line-height: .97; letter-spacing: -.05em; }
.article-deck { max-width: 850px; margin: 0; color: var(--muted); font-size: 1.14rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 9px 25px; margin-top: 24px; font-size: .82rem; font-weight: 700; }
.article-meta span:first-child { color: var(--red); }

.article-body { min-width: 0; font-size: 1.06rem; }
.article-body h2 { margin: 2.55rem 0 .85rem; padding-top: .25rem; font-size: clamp(1.55rem, 2.5vw, 2.2rem); line-height: 1.1; letter-spacing: -.035em; }
.article-body h3 { margin: 1.95rem 0 .7rem; font-size: 1.4rem; line-height: 1.2; }
.article-body p { margin: 0 0 1rem; }
.article-body ul, .article-body ol { margin: 0 0 1.15rem; padding-left: 1.25rem; }
.article-body li { margin-bottom: .65rem; }
.article-body blockquote { margin: 2rem 0; padding: 1.3rem 1.6rem; border-left: 5px solid var(--red); background: var(--soft); font-size: 1.14rem; }
.article-body a { color: var(--blue); }
.article-body .article-figure { margin: 1.5rem 0 1.8rem; }
.article-body .article-figure img { display: block; width: 100%; max-height: 620px; object-fit: cover; border-radius: 0; }
.article-body .article-figure figcaption { margin-top: .7rem; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.article-body .img-left, .article-body .img-right { max-width: 46%; }
.article-body .img-left { float: left; margin: .4rem 1.7rem 1rem 0; }
.article-body .img-right { float: right; margin: .4rem 0 1rem 1.7rem; }
.article-body .img-center { clear: both; max-width: 100%; text-align: left; }
.article-body .clearfix::after { content: ""; display: block; clear: both; }

.article-body figure { max-width: 100%; }
.article-body figure > img { display: block; width: 100%; height: auto; }
.article-body figure > figcaption { margin-top: .65rem; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.article-body :is(.article-image, .article-visual, .image-center, .image-left, .image-right, .figure-center, .figure-left, .figure-right) { margin-top: 1.35rem; margin-bottom: 1.65rem; }
.article-body :is(.article-image, .article-visual, .image-center, .image-left, .image-right, .figure-center, .figure-left, .figure-right) > img { max-height: 560px; object-fit: cover; }
.article-body :is(.image-left, .figure-left, .article-visual.left) { float: left; width: 44%; max-width: 420px; margin-right: 1.5rem; }
.article-body :is(.image-right, .figure-right, .article-visual.right) { float: right; width: 44%; max-width: 420px; margin-left: 1.5rem; }
.article-body :is(.image-center, .figure-center, .article-visual.full) { clear: both; width: 100%; }

.article-info {
  clear: both;
  position: relative;
  margin: 2rem 0 2.35rem;
  padding: 1.45rem 1.55rem 1.55rem;
  border-top: 4px solid var(--red);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--soft) 0, #fff 78%);
}
.article-info::after { content: ""; position: absolute; top: -4px; right: 0; width: 30%; height: 4px; background: var(--ink); }
.article-info h2 { margin: 0 0 1rem; padding: 0; font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.08; }
.article-info > p { max-width: 68ch; color: var(--muted); }
.article-info > :last-child { margin-bottom: 0; }
.article-info blockquote { margin: 1.2rem 0 0; padding: 1rem 1.15rem; background: #fff; font-size: 1rem; line-height: 1.55; }
.article-info--checklist ol, .article-info--checklist ul { list-style: none; padding: 0; }
.article-info--checklist ol { counter-reset: info-step; }
.article-info--checklist li { position: relative; min-height: 2rem; padding-left: 2.8rem; }
.article-info--checklist ol > li::before { content: counter(info-step, decimal-leading-zero); counter-increment: info-step; position: absolute; top: -.08rem; left: 0; color: var(--red); font-size: 1rem; font-weight: 900; letter-spacing: -.03em; }
.article-info--checklist ul > li::before { content: ""; position: absolute; top: .62em; left: .25rem; width: 8px; height: 8px; background: var(--red); }
.article-info--facts dl { display: grid; grid-template-columns: minmax(130px, .36fr) minmax(0, 1fr); margin: 0; border-top: 1px solid var(--line); }
.article-info--facts dt, .article-info--facts dd { margin: 0; padding: .72rem 0; border-bottom: 1px solid var(--line); }
.article-info--facts dt { padding-right: 1.2rem; color: var(--red); }
.article-info--facts dd { color: var(--ink-deep); }
.article-info--details details { border-top: 1px solid var(--line); }
.article-info--details details:last-of-type { border-bottom: 1px solid var(--line); }
.article-info--details summary { padding: .82rem 2rem .82rem 0; cursor: pointer; color: var(--ink); line-height: 1.35; }
.article-info--details summary::marker { color: var(--red); }
.article-info--details details p { margin: 0; padding: 0 0 .9rem 1.15rem; color: var(--muted); font-size: .96rem; }
.article-info--matrix .table-wrap { margin: .9rem 0 0; background: #fff; }
.article-info--matrix table { min-width: 600px; }
.article-info--matrix caption { background: #fff; }

.table-wrap { width: 100%; margin: 1.8rem 0 2.4rem; overflow-x: auto; border: 1px solid var(--line); }
.article-body table { width: 100%; min-width: 680px; border-collapse: collapse; font-size: .87rem; line-height: 1.45; }
.article-body caption { padding: 14px 16px; text-align: left; font-weight: 800; }
.article-body th, .article-body td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { color: #fff; background: var(--ink); }
.article-body tr:nth-child(even) td { background: var(--soft); }

.article-aside { position: sticky; top: 22px; }
.sidebar-block { border-top: 3px solid var(--ink); }
.sidebar-menu + .sidebar-block { margin-top: 26px; }
.sidebar-heading { padding: 18px 0 15px; border-bottom: 1px solid var(--line); }
.sidebar-heading h2 { margin: 0; font-size: .86rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .12em; }
.sidebar-feature { padding: 20px 0 22px; border-bottom: 1px solid var(--line); }
.sidebar-feature figure { margin: 0 0 13px; overflow: hidden; background: var(--sky); }
.sidebar-feature img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .35s ease; }
.sidebar-feature:hover img { transform: scale(1.025); }
.sidebar-feature h3 { margin: 7px 0 0; font-size: 1.08rem; line-height: 1.2; letter-spacing: -.02em; }
.sidebar-feature h3 a { text-decoration: none; }
.sidebar-list { list-style: none; margin: 0; padding: 0; }
.sidebar-list li { border-bottom: 1px solid var(--line); }
.sidebar-list a { display: block; padding: 15px 0; text-decoration: none; }
.sidebar-list span { font-size: .82rem; font-weight: 750; line-height: 1.35; }
.sidebar-category { margin-top: 26px; padding: 22px; border-left: 5px solid var(--red); background: var(--soft); }
.sidebar-category small { display: block; margin-bottom: 6px; color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.sidebar-category strong { display: block; margin-bottom: 15px; font-size: 1.12rem; line-height: 1.2; }
.sidebar-category a { color: var(--red); font-size: .78rem; font-weight: 800; text-decoration: none; }
.sidebar-menu { border-top: 3px solid var(--ink); }
.sidebar-menu h2 { margin: 0; padding: 18px 0 15px; border-bottom: 1px solid var(--line); font-size: .86rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .12em; }
.sidebar-menu ul { list-style: none; margin: 0; padding: 0; }
.sidebar-menu li { border-bottom: 1px solid var(--line); }
.sidebar-menu a { display: block; padding: 11px 0; color: var(--ink); font-size: .81rem; font-weight: 750; line-height: 1.25; text-decoration: none; }
.sidebar-menu a:hover, .sidebar-menu a[aria-current="page"] { color: var(--red); }

.related { clear: both; margin-top: 64px; padding-top: 34px; border-top: 1px solid var(--line); }
.related h2 { margin: 0 0 22px; font-size: 1.7rem; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }

.prose { max-width: 100%; padding-block: 55px 85px; }
.prose h2 { margin-top: 2.7rem; font-size: 1.8rem; line-height: 1.2; }
.prose h3 { margin-top: 2rem; }
.prose address { font-style: normal; padding: 24px; border-left: 5px solid var(--red); background: var(--soft); }
.prose dl { display: grid; grid-template-columns: minmax(150px, .45fr) 1fr; margin: 30px 0; border-top: 1px solid var(--line); }
.prose dt, .prose dd { margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.prose dt { font-weight: 800; }

.site-footer { flex: 0 0 auto; color: #fff; background: var(--ink-deep); }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 60px; padding-block: 52px; }
.footer-logo { display: inline-flex; text-decoration: none; }
.footer-logo img, .footer-logo svg { display: block; width: 220px; max-width: 100%; height: auto; }
.footer-main p { color: #c8d2e0; font-size: .86rem; }
.footer-main h2 { margin: 0 0 15px; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main li { margin-bottom: 9px; }
.footer-main a { color: #dbe3ee; font-size: .86rem; text-decoration: none; }
.footer-main a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-block: 17px; border-top: 1px solid rgba(255,255,255,.16); color: #aebcd0; font-size: .75rem; }

.search-dialog { width: min(760px, calc(100% - 30px)); max-height: 82vh; padding: 0; border: 0; box-shadow: var(--shadow); }
.search-dialog::backdrop { background: rgba(5, 17, 35, .74); }
.search-panel { padding: 28px; }
.search-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.search-top h2 { margin: 0; font-size: 1.6rem; }
.close-button { border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 1.8rem; line-height: 1; }
.search-label { display: block; margin: 25px 0 8px; font-size: .8rem; font-weight: 800; }
.search-input { width: 100%; padding: 14px 16px; border: 2px solid var(--ink); color: var(--ink); background: #fff; }
.search-results { list-style: none; margin: 20px 0 0; padding: 0; }
.search-results li { border-top: 1px solid var(--line); }
.search-results a { display: block; padding: 14px 0; text-decoration: none; }
.search-results small { display: block; color: var(--red); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.search-empty { color: var(--muted); }

@media (max-width: 1040px) {
  .primary-nav ul { gap: 15px; }
  .primary-nav a { font-size: .77rem; }
  .hero-main { min-height: 510px; }
  .editorial-feature { grid-template-columns: 1fr; }
  .editorial-feature figure { min-height: 310px; }
  .article-shell { grid-template-columns: minmax(0, 1fr) 240px; gap: 45px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-links { display: none; }
  .masthead { grid-template-columns: 1fr; min-height: auto; gap: 18px; }
  .brand img, .brand svg { width: 240px; }
  .masthead-note { display: none; }
  .nav-inner { justify-content: space-between; }
  .menu-button { display: block; }
  .primary-nav { position: fixed; z-index: 99; inset: 0; padding: 90px 24px 30px; transform: translateX(-100%); transition: transform .3s ease; background: var(--ink-deep); }
  .menu-open .primary-nav { transform: translateX(0); }
  .primary-nav ul { display: block; }
  .primary-nav a { padding: 11px 0; color: #fff; font-size: 1.15rem; }
  .nav-shell .icon-button { position: relative; z-index: 100; }
  .menu-button { position: relative; z-index: 100; }
  .menu-open .menu-button { position: fixed; top: 18px; left: 24px; color: #fff; }
  .menu-open .menu-button span { transition: transform .2s ease, opacity .2s ease; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-open .nav-shell .icon-button { visibility: hidden; }
  .topic-inner { grid-template-columns: 1fr; }
  .topic-label { display: none; }
  .topic-list { grid-template-columns: 1fr; }
  .topic-list li { display: none; border-right: 0; padding: 15px 0; }
  .topic-list li:first-child { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-main { min-height: 470px; }
  .hero-side-stack { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .hero-side { min-height: 250px; }
  .story-grid { grid-template-columns: 1fr 1fr; }
  .story-card.featured { grid-row: auto; grid-column: 1 / -1; }
  .editorial-layout { grid-template-columns: 1fr; gap: 38px; }
  .category-band { grid-template-columns: 1fr; gap: 35px; }
  .article-shell { display: block; }
  .article-header { margin-bottom: 35px; }
  .article-aside { position: static; margin-top: 50px; }
  .listing-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  html, body { max-width: 100%; overflow-x: clip; }
  body { font-size: 16px; }
  .utility-inner { min-height: 42px; justify-content: center; }
  .utility-bar p { text-align: center; font-size: .7rem; line-height: 1.25; }
  .brand img, .brand svg { width: 212px; }
  .hero { padding-top: 18px; }
  .hero-main { min-height: 440px; }
  .hero-side-stack { grid-template-columns: 1fr; }
  .hero-side { min-height: 240px; }
  .hero-copy { padding: 24px; }
  .hero-copy h1, .hero-copy h2 { max-width: 100%; }
  .hero-main .hero-copy { border-left-width: 5px; }
  .story-grid, .listing-grid { grid-template-columns: 1fr; }
  .listing-grid .story-card:first-child { grid-column: auto; }
  .editorial-feature { display: block; }
  .editorial-copy { padding: 28px 24px; }
  .category-links { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: clamp(2.15rem, 10vw, 3.1rem); }
  .article-header h1 { font-size: clamp(2.1rem, 9.5vw, 3rem); }
  .article-body { font-size: 1rem; }
  .article-body figure { float: none !important; width: 100% !important; max-width: 100% !important; margin: 1.25rem 0 1.5rem !important; }
  .article-body figure > img { max-height: none !important; }
  .article-body .img-left, .article-body .img-right { float: none; max-width: 100%; margin: 1.25rem 0 1.5rem; }
  .article-body h2 { margin-top: 2.15rem; }
  .article-body h3 { margin-top: 1.65rem; }
  .article-info { margin: 1.65rem 0 2rem; padding: 1.2rem 1.05rem 1.3rem; }
  .article-info h2 { margin-top: 0; font-size: 1.45rem; }
  .article-info--facts dl { grid-template-columns: 1fr; }
  .article-info--facts dt { padding-bottom: .15rem; border-bottom: 0; }
  .article-info--facts dd { padding-top: 0; }
  .article-info--matrix table { min-width: 520px; }
  .related-grid { grid-template-columns: 1fr; }
  .prose dl { grid-template-columns: 1fr; }
  .prose dt { padding-bottom: 0; border-bottom: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-main > :first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

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