:root {
  --ink: #101114;
  --muted: #60636b;
  --line: #dedfe3;
  --paper: #ffffff;
  --soft: #f3f3f1;
  --red: #b4111b;
  --red-dark: #810912;
  --charcoal: #17181b;
  --shell: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 100; background: #fff; padding: 12px 16px; box-shadow: 0 4px 18px #0003; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: -38px; z-index: 80; background: #fff; }
.utility-bar { min-height: 38px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: #6b6d74; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar p { margin: 0; }
.editorial-note { color: var(--red); }
.header-boundary { position: relative; background: #fff; border-bottom: 3px solid var(--ink); box-shadow: 0 4px 14px rgba(16,17,20,.08); }
.masthead { min-height: 82px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(20px, 2.7vw, 42px); }
.masthead-brand { grid-column: 1; display: block; flex: 0 0 auto; }
.brand-lockup { display: inline-block; line-height: 0; }
.masthead-brand .brand-lockup img { width: clamp(220px, 20vw, 285px); height: auto; }
.brand { display: inline-flex; align-items: center; gap: 10px; letter-spacing: -.055em; line-height: 1; white-space: nowrap; }
.brand-gem { width: 26px; height: 26px; background: var(--red); transform: rotate(45deg); display: inline-block; position: relative; margin-right: 2px; }
.brand-gem::after { content: ""; position: absolute; inset: 5px; border: 2px solid #fff; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 46px); font-weight: 900; }
.brand-tag { align-self: flex-end; margin-bottom: 3px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.icon-button { width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; padding: 10px; }
.menu-button { justify-self: start; display: none; flex-direction: column; gap: 5px; justify-content: center; }
.menu-button span { display: block; height: 2px; width: 25px; background: var(--ink); }
.search-button { grid-column: 3; justify-self: end; background: transparent; border: 0; cursor: pointer; display: flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 800; }
.search-icon { width: 19px; height: 19px; border: 2px solid currentColor; border-radius: 50%; position: relative; }
.search-icon::after { content: ""; width: 7px; height: 2px; background: currentColor; position: absolute; right: -5px; bottom: -2px; transform: rotate(45deg); }
.main-nav { min-width: 0; }
.nav-inner { min-height: 79px; display: flex; justify-content: flex-start; align-items: center; gap: clamp(14px, 1.65vw, 28px); }
.nav-inner a { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; position: relative; white-space: nowrap; }
.nav-inner a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -11px; height: 3px; background: var(--red); transition: right .2s ease; }
.nav-inner a:hover::after, .nav-inner a:focus-visible::after { right: 0; }
.news-ticker { background: var(--charcoal); color: #fff; }
.ticker-inner { min-height: 46px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; font-size: 13px; }
.ticker-inner strong { background: var(--red); align-self: stretch; display: flex; align-items: center; padding-inline: 18px; font-size: 11px; letter-spacing: .16em; }
.ticker-inner p { margin: 0; color: #e4e4e6; }
.ticker-inner a { font-weight: 800; white-space: nowrap; }

.editorial-grid { padding-block: 42px 50px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr) minmax(280px, .72fr); gap: 28px; align-items: start; }
.image-frame { display: block; overflow: hidden; background: #ddd; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.image-frame:hover img { transform: scale(1.025); }
.lead-image { aspect-ratio: 16/9; margin-bottom: 22px; }
.story-meta { display: flex; align-items: center; gap: 9px; margin-top: 15px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.story-meta span { color: var(--red); }
.story-meta i { width: 3px; height: 3px; border-radius: 50%; background: #aaa; }
.story-meta time { font-style: normal; }
.lead-story h1 { max-width: 850px; margin: 10px 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(35px, 4vw, 58px); line-height: 1.02; letter-spacing: -.035em; }
.lead-story > p { max-width: 780px; color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.55; }
.read-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 10px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.read-link span { font-size: 19px; transition: transform .2s ease; }
.read-link:hover span { transform: translateX(4px); }
.side-features { border-left: 1px solid var(--line); padding-left: 28px; }
.side-features article + article { border-top: 1px solid var(--line); margin-top: 25px; padding-top: 25px; }
.side-image { aspect-ratio: 16/9; }
.side-features h2 { margin: 8px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.13; letter-spacing: -.02em; }
.side-features h2 a:hover, .headline-stack h3 a:hover, .story-card h3 a:hover { color: var(--red); }
.latest-panel { border-left: 1px solid var(--line); padding-left: 28px; }
.section-title { border-top: 4px solid var(--ink); padding-top: 13px; margin-bottom: 24px; display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.section-title.compact { margin-bottom: 0; align-items: center; }
.section-title > p, .section-title > div > p { margin: 0; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.section-title > div > h2 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.03em; }
.section-title > a { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.latest-list article { padding: 17px 0; border-bottom: 1px solid var(--line); }
.latest-list article > div { display: flex; justify-content: space-between; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.latest-list time { color: #999; }
.latest-list h3 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.18; }
.latest-list h3 a:hover { text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 3px; }
.fact-box { margin-top: 24px; padding: 20px; background: var(--soft); border-left: 4px solid var(--red); }
.fact-box span, .eyebrow { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.fact-box p { margin: 8px 0 0; font-size: 13px; line-height: 1.5; }

.topic-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-strip a { min-height: 126px; padding: 25px 22px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 14px; align-content: center; }
.topic-strip a + a { border-left: 1px solid var(--line); }
.topic-strip span { grid-row: 1/3; color: #c7c7ca; font-family: Georgia, serif; font-size: 32px; }
.topic-strip strong { align-self: end; font-family: Georgia, serif; font-size: 17px; }
.topic-strip small { color: var(--muted); margin-top: 4px; }
.topic-strip a:hover { background: var(--soft); }

.section { padding-block: 74px; }
.feature-row { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr); gap: 50px; }
.feature-wide .image-frame { aspect-ratio: 16/9; }
.feature-wide h3 { margin: 10px 0; font-family: Georgia, serif; font-size: clamp(29px, 3vw, 44px); line-height: 1.07; letter-spacing: -.03em; }
.feature-wide > p { color: var(--muted); font-family: Georgia, serif; font-size: 17px; line-height: 1.55; }
.headline-stack { border-top: 1px solid var(--line); }
.headline-stack article { padding: 21px 0; border-bottom: 1px solid var(--line); }
.headline-stack span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.headline-stack h3 { margin: 7px 0; font-family: Georgia, serif; font-size: 23px; line-height: 1.16; }
.headline-stack p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

.dark-section { background: var(--charcoal); color: #fff; }
.section-title.inverse { border-color: #fff; }
.section-title.inverse > div > p { color: #ff5961; }
.section-title.inverse > a { color: #ccc; }
.dark-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; }
.dark-lead .image-frame { aspect-ratio: 16/9; }
.dark-lead h3 { margin: 10px 0; font-family: Georgia, serif; font-size: clamp(30px, 3.5vw, 48px); line-height: 1.08; }
.dark-list { border-top: 1px solid #444; }
.dark-list article { min-height: 112px; display: grid; grid-template-columns: 54px 1fr; align-items: center; border-bottom: 1px solid #444; }
.dark-list article > span { color: #71747c; font-family: Georgia, serif; font-size: 29px; }
.dark-list p { margin: 0 0 6px; color: #ff5961; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.dark-list h3 { margin: 0; font-family: Georgia, serif; font-size: 20px; line-height: 1.18; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.story-card .image-frame { aspect-ratio: 16/9; }
.story-card h3 { margin: 10px 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.13; }
.story-card > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.trust-section { margin-bottom: 74px; padding: 48px; background: var(--soft); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; border-left: 6px solid var(--red); }
.trust-section h2 { margin: 8px 0 0; font-family: Georgia, serif; font-size: clamp(29px, 3.2vw, 46px); line-height: 1.05; }
.trust-section p { color: #464950; font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.trust-section a { color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { background: #0d0e10; color: #fff; padding: 58px 0 20px; }
.site-footer .brand-lockup img { width: 290px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 50px; }
.footer-grid > div:first-child > p { max-width: 390px; color: #aaaeb6; font-size: 13px; line-height: 1.6; }
.footer-grid h3 { margin: 0 0 16px; color: #ff5a63; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 10px 0; color: #d2d3d7; font-size: 13px; }
.footer-grid > div:last-child p { color: #aaaeb6; font-size: 13px; line-height: 1.6; }
.copyright { margin-top: 48px; padding-top: 18px; border-top: 1px solid #2d2e32; color: #777b83; font-size: 11px; }

.search-layer { position: fixed; inset: 0; z-index: 90; padding: 6vh 20px; background: #0d0e10ee; display: grid; place-items: start center; }
.search-panel { width: min(760px, 100%); max-height: 88vh; overflow: auto; background: #fff; padding: 34px; box-shadow: 0 24px 80px #0008; }
.search-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid var(--line); }
.search-panel-head .brand-lockup img { width: 260px; }
.search-panel-head button { border: 0; background: transparent; cursor: pointer; font-size: 34px; line-height: 1; }
.search-panel label { display: block; margin: 28px 0 10px; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.search-panel input { width: 100%; padding: 17px 18px; border: 2px solid var(--ink); outline: 0; font-size: 18px; }
.search-panel input:focus { border-color: var(--red); box-shadow: 0 0 0 3px #b4111b1f; }
.search-results { margin-top: 20px; }
.search-results a { display: grid; gap: 5px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.search-results a span { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.search-results a strong { font-family: Georgia, serif; font-size: 19px; }

/* Article and listing routes */
.article-page, .listing-page { background: #fff; }
.breadcrumb { display: flex; gap: 9px; align-items: center; padding-top: 26px; color: var(--muted); font-size: 12px; }
.breadcrumb a:hover { color: var(--red); }
.article-layout { max-width: 1180px; padding-block: 28px 76px; }
.article-hero { max-width: 990px; margin: 0 auto; padding: 28px 0 34px; }
.article-hero h1, .simple-page h1, .listing-head h1 { margin: 12px 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 76px); line-height: .99; letter-spacing: -.045em; }
.article-dek { max-width: 900px; margin: 0; color: #4f535b; font-family: Georgia, "Times New Roman", serif; font-size: clamp(19px, 2.2vw, 25px); line-height: 1.55; }
.article-byline { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: #747780; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.article-byline span { color: var(--ink); }
.article-cover { max-width: 1120px; margin: 0 auto 38px; }
.article-cover img { width: 100%; aspect-ratio: 16/8; object-fit: cover; }
.article-cover figcaption { padding-top: 8px; color: #7b7e86; font-size: 11px; }
.article-columns { display: grid; grid-template-columns: minmax(0, 760px) 250px; justify-content: center; gap: 72px; align-items: start; }
.article-body { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.82; }
.article-body section { padding: 0 0 28px; }
.article-body h2, .simple-page h2 { margin: 1.4em 0 .55em; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(27px, 3vw, 38px); line-height: 1.12; letter-spacing: -.025em; }
.article-body p, .simple-page p { color: #31343a; }
.key-points { margin-bottom: 36px; padding: 26px 28px; background: var(--soft); border-top: 4px solid var(--red); font-family: Arial, Helvetica, sans-serif; }
.key-points strong { font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.key-points ul { margin: 16px 0 0; padding-left: 20px; }
.key-points li { margin: 9px 0; font-size: 14px; line-height: 1.45; }
.source-box { margin-top: 22px; padding: 28px; background: #f5f2f3; border-left: 4px solid var(--red); font-family: Arial, Helvetica, sans-serif; }
.source-box h2 { margin: 0 0 8px; font-size: 23px; }
.source-box p, .source-box li { color: #555963; font-size: 13px; line-height: 1.55; }
.source-box a { color: var(--red-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-notice { margin-top: 22px; padding: 18px 20px; border: 1px solid var(--line); color: #555963; font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 1.55; }
.article-side { position: sticky; top: 108px; border-top: 4px solid var(--ink); }
.article-side > strong { display: block; padding: 15px 0; color: var(--red); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.article-side a { display: block; padding: 16px 0; border-top: 1px solid var(--line); font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.25; }
.article-side a span { display: block; margin-bottom: 5px; color: var(--red); font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.simple-page { max-width: 880px; padding-block: 70px 90px; }
.simple-page h1 { font-size: clamp(42px, 5vw, 65px); }
.simple-page p { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.8; }
.editorial-policy { max-width: 960px; }
.editorial-policy ol { margin: 18px 0 28px; padding: 22px 26px 22px 48px; background: var(--soft); border-left: 4px solid var(--red); }
.editorial-policy li { margin: 9px 0; color: #31343a; font-family: Georgia, "Times New Roman", serif; font-size: 17px; line-height: 1.65; }
.listing-head { padding-block: 70px 38px; }
.listing-head h1 { max-width: 900px; }
.listing-head p { color: var(--muted); font-family: Georgia, serif; font-size: 19px; }
.listing-grid { padding-bottom: 84px; }
.listing-grid .story-card h2 { margin: 10px 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.13; }
.listing-grid .story-card > p { color: var(--muted); font-size: 14px; line-height: 1.55; }

@media (max-width: 1100px) {
  .editorial-grid { grid-template-columns: 1.5fr 1fr; }
  .latest-panel { grid-column: 1/-1; border-left: 0; padding-left: 0; display: grid; grid-template-columns: 1fr 1.5fr; gap: 30px; }
  .latest-panel .fact-box { align-self: start; }
  .masthead { gap: 19px; }
  .masthead-brand .brand-lockup img { width: 220px; }
  .nav-inner { gap: 13px; }
  .nav-inner a { font-size: 9px; }
  .topic-strip { grid-template-columns: repeat(2, 1fr); }
  .topic-strip a:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .topic-strip a:nth-child(4) { border-top: 1px solid var(--line); }
  .article-columns { grid-template-columns: minmax(0, 760px); }
  .article-side { position: static; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .article-side > strong { grid-column: 1 / -1; }
  .article-side a { border-bottom: 1px solid var(--line); }
}

@media (max-width: 960px) {
  .shell { width: min(100% - 28px, var(--shell)); }
  .utility-bar { min-height: 34px; }
  .editorial-note { display: none; }
  .site-header { top: -34px; }
  .header-boundary { border-bottom-width: 2px; }
  .masthead { min-height: 72px; grid-template-columns: 46px 1fr 46px; gap: 0; }
  .masthead-brand { grid-column: 2; justify-self: center; }
  .masthead-brand .brand-lockup img { width: min(235px, 58vw); }
  .brand { justify-self: center; gap: 7px; }
  .brand-gem { width: 17px; height: 17px; }
  .brand-gem::after { inset: 4px; border-width: 1px; }
  .brand-name { font-size: 27px; }
  .brand-tag { font-size: 8px; margin-bottom: 2px; }
  .menu-button { display: flex; }
  .search-button span:last-child { display: none; }
  .main-nav { display: none; grid-column: 1 / -1; width: 100%; border-top: 1px solid var(--line); }
  .main-nav.is-open { display: block; }
  .nav-inner { padding-block: 12px; align-items: stretch; flex-direction: column; gap: 0; }
  .nav-inner a { padding: 12px 4px; border-bottom: 1px solid var(--line); font-size: 12px; }
  .nav-inner a:last-child { border: 0; }
  .ticker-inner { min-height: 44px; grid-template-columns: auto 1fr; gap: 10px; }
  .ticker-inner strong { padding-inline: 12px; }
  .ticker-inner p { font-size: 11px; line-height: 1.3; }
  .ticker-inner a { display: none; }
  .article-side { top: 88px; }
}

@media (max-width: 760px) {
  .editorial-grid { padding-top: 22px; grid-template-columns: 1fr; gap: 36px; }
  .lead-story h1 { font-size: 37px; }
  .lead-story > p { font-size: 16px; }
  .side-features, .latest-panel { border-left: 0; padding-left: 0; }
  .side-features { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .side-features article + article { border-top: 0; margin-top: 0; padding-top: 0; }
  .side-features h2 { font-size: 19px; }
  .latest-panel { grid-column: auto; display: block; }
  .topic-strip { grid-template-columns: 1fr; }
  .topic-strip a { min-height: 92px; }
  .topic-strip a + a, .topic-strip a:nth-child(3), .topic-strip a:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding-block: 52px; }
  .section-title { align-items: start; }
  .section-title > div > h2 { font-size: 30px; }
  .section-title > a { display: none; }
  .feature-row, .dark-grid, .card-grid, .trust-section, .footer-grid { grid-template-columns: 1fr; }
  .feature-row, .dark-grid { gap: 34px; }
  .feature-wide h3 { font-size: 32px; }
  .dark-lead h3 { font-size: 32px; }
  .card-grid { gap: 36px; }
  .trust-section { margin-bottom: 52px; padding: 32px 24px; gap: 22px; }
  .trust-section h2 { font-size: 33px; }
  .footer-grid { gap: 30px; }
  .search-panel { padding: 24px 18px; }
  .search-panel-head .brand-lockup img { width: 210px; }
  .breadcrumb { overflow: hidden; white-space: nowrap; }
  .article-layout { padding-top: 14px; }
  .article-hero h1, .listing-head h1 { font-size: 43px; }
  .article-dek { font-size: 18px; }
  .article-cover img { aspect-ratio: 16/10; }
  .article-columns { display: block; }
  .article-body { font-size: 17px; }
  .article-side { margin-top: 40px; display: block; }
  .simple-page { padding-block: 50px 70px; }
  .site-footer .brand-lockup img { width: min(290px, 82vw); }
}

@media (max-width: 480px) {
  .side-features { grid-template-columns: 1fr; }
  .side-features article + article { padding-top: 22px; border-top: 1px solid var(--line); }
}

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

.legacy-article{max-width:1080px;padding-block:34px 76px}.legacy-article .article-shell,.legacy-article>article{max-width:960px;margin:auto}.legacy-article .article-head,.legacy-article .hero{padding:38px 0;border-bottom:1px solid var(--line)}.legacy-article h1{margin:10px 0;font-family:Georgia,serif;font-size:clamp(42px,5vw,65px);line-height:1.02;letter-spacing:-.04em}.legacy-article .dek{color:var(--muted);font:21px/1.55 Georgia,serif}.legacy-article .byline,.legacy-article .meta{color:var(--muted);font-size:12px}.legacy-article .keybox,.legacy-article .summary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:22px 0}.legacy-article .keybox div,.legacy-article .summary div{padding:14px;background:var(--soft);border-left:3px solid var(--red)}.legacy-article .feature-visual{margin:28px 0}.legacy-article .feature-visual img{width:100%;height:auto}.legacy-article .body-grid{display:grid;grid-template-columns:minmax(0,720px) 220px;gap:52px}.legacy-article .article-body,.legacy-article .article{font:18px/1.82 Georgia,serif}.legacy-article .article-body section,.legacy-article .article section{padding-bottom:24px}.legacy-article h2{font:700 clamp(26px,3vw,36px)/1.15 Georgia,serif}.legacy-article p{color:#31343a}.legacy-article .side-note{position:sticky;top:20px;border-top:4px solid var(--ink);padding-top:14px}.legacy-article .side-note a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}.legacy-article .source-box{font-family:Arial,sans-serif}.legacy-article .cluster-links,.legacy-article .related,.legacy-article .pill-support{margin-top:35px;padding:25px;background:var(--soft)}.legacy-article .cards,.legacy-article .cluster-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.legacy-article .card,.legacy-article .cluster-list a{padding:14px;background:#fff;border:1px solid var(--line)}.guide-cluster{padding-bottom:66px}.guide-cluster .story-card{padding-top:16px;border-top:1px solid var(--line)}
@media(max-width:760px){.legacy-article .body-grid{display:block}.legacy-article .side-note{position:static;margin-top:32px}.legacy-article .keybox,.legacy-article .summary,.legacy-article .cards,.legacy-article .cluster-list{grid-template-columns:1fr}.legacy-article{padding-top:12px}.legacy-article .article-head,.legacy-article .hero{padding:24px 0}.legacy-article h1{font-size:40px}}

.search-layer[hidden] { display: none; }
