/* 5.0 â€” ink / paper editorial direction */
:root {
  --ink: #132238;
  --muted: #405169;
  --bg: #f3efe7;
  --surface: #fffdf8;
  --line: #d8cfc1;
  --blue: #e4572e;
  --blue-dark: #bd3c1b;
  --red: #e4572e;
  --yellow: #f2c14e;
  --green: #e4572e;
  --radius: 15px;
  --shadow: 0 18px 45px rgba(19,34,56,.08);
  --sans: "IBM Plex Sans", sans-serif;
  --display: "Bricolage Grotesque", sans-serif;
}

body {
  overflow-x: clip;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    radial-gradient(circle at 4% 1%, rgba(228,87,46,.10), transparent 31rem),
    linear-gradient(rgba(19,34,56,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(19,34,56,.026) 1px, transparent 1px);
  background-size: auto, 44px 44px, 44px 44px;
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
}
h1, h2, h3, .brand-name, .index-count strong, .archive-count strong { font-family: var(--display); font-variation-settings: "wdth" 88; }
.container { width: min(calc(100% - 60px), 1260px); }

.site-header { background: rgba(243,239,231,.94); box-shadow: 0 1px 0 rgba(19,34,56,.16); }
.header-main { min-height: 78px; }
.brand-mark { width: 28px; height: 35px; overflow: visible; border-radius: 0; background: transparent; }
.brand-mark i:first-child, .brand-mark i:last-child { position: absolute; top: auto; right: auto; bottom: 2px; border: 0; border-radius: 2px; transform: skew(-13deg); }
.brand-mark i:first-child { left: 3px; width: 8px; height: 31px; background: var(--ink); }
.brand-mark i:last-child { left: 15px; width: 8px; height: 22px; background: var(--red); }
.brand-name { color: var(--ink); font-size: 25px; font-weight: 700; letter-spacing: -.055em; }
.brand-name strong { color: var(--red); }
.brand-edition { color: #4d5b6f; font-size: 9px; }
.primary-nav { gap: 29px; }
.primary-nav a { padding: 26px 0 24px; font-size: 15px; }
.primary-nav a::after { bottom: 18px; height: 2px; background: var(--red); }
.header-search { height: 42px; border-radius: 7px; background: rgba(255,253,248,.72); box-shadow: inset 0 0 0 1px #cabfae; }
.header-search button { border-radius: 0 7px 7px 0; background: var(--ink); }
.header-search button:hover { background: var(--red); }
.news-strip { background: var(--ink); }
.news-strip__link { color: #ffd7ca; }
.live-dot { background: var(--red); box-shadow: 0 0 0 4px rgba(228,87,46,.2); }

.news-home { position: relative; z-index: 2; overflow: visible; padding-bottom: 86px; }
.news-home::before { content: ""; position: absolute; top: 0; right: -170px; width: 520px; height: 520px; border: 1px solid rgba(19,34,56,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(19,34,56,.018), 0 0 0 140px rgba(19,34,56,.014); pointer-events: none; }
.news-home > .container { position: relative; }
.news-intro { grid-template-columns: minmax(0,1.45fr) minmax(290px,.55fr); gap: 74px; align-items: end; padding: 67px 0 44px; }
.intro-kicker { color: var(--red); font-size: 11px; letter-spacing: .16em; }
.news-intro h1 { max-width: 850px; margin: 0; font-size: clamp(55px,6.7vw,88px); line-height: .94; letter-spacing: -.065em; }
.news-intro__side { padding: 3px 0 5px 29px; border-left: 2px solid var(--red); }
.news-intro__side > p { margin: 0; color: #2d3d54; font-size: 18px; line-height: 1.52; }
.index-count { min-height: 0; margin-top: 25px; padding: 0; display: flex; flex-direction: row; align-items: baseline; justify-content: flex-start; gap: 10px; border-radius: 0; background: transparent; color: var(--ink); transform: none; }
.index-count strong { color: var(--ink); font-size: 42px; line-height: .9; }
.index-count span { color: #43536a; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.index-count a { margin: 0 0 0 auto; color: var(--red); font-size: 13px; }
.topic-bar { margin-bottom: 24px; padding: 11px 0; gap: 0; border-top: 1px solid #cfc5b6; border-bottom: 1px solid #cfc5b6; }
.topic-bar__label { padding: 7px 18px 7px 0; color: var(--red); }
.topic-chip, .topic-chip:nth-of-type(n) { padding: 7px 14px; border: 0; border-radius: 0; background: transparent; color: var(--ink); }
.topic-chip + .topic-chip { border-left: 1px solid #d2c8b9; }
.topic-chip:hover { background: transparent; color: var(--red); text-decoration: underline; text-underline-offset: 5px; }

.feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.feature-story { min-width: 0; min-height: 472px; overflow: hidden; display: grid; grid-template-rows: 48% 1fr; border: 1px solid #d1c7b8; border-radius: 16px; background: rgba(255,253,248,.92); color: var(--ink); text-decoration: none; box-shadow: 0 12px 35px rgba(19,34,56,.055); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.feature-story:hover { transform: translateY(-6px); border-color: var(--red); box-shadow: 0 22px 45px rgba(19,34,56,.11); }
.feature-story__media { position: relative; overflow: hidden; display: block; background: #ded6ca; }
.feature-story__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.feature-story:hover .feature-story__media img { transform: scale(1.035); }
.feature-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: #7d8794; font-family: var(--display); font-size: 62px; font-weight: 700; }
.feature-label { position: absolute; left: 17px; bottom: 15px; padding: 6px 9px; border-radius: 4px; background: var(--red); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.feature-label--mobile { display: none; }
.feature-story__body { min-width: 0; padding: 22px; display: flex; flex-direction: column; }
.feature-kicker { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.feature-story h2 { margin: 8px 0 8px; font-size: 29px; line-height: 1; letter-spacing: -.045em; }
.feature-story--lead h2 { font-size: 27px; }
.feature-story p { margin: 0; color: #35465d; font-size: 14px; line-height: 1.48; }
.feature-meta { margin-top: auto; padding-top: 14px; display: flex; gap: 12px; color: #4c5b6e; font-size: 11px; font-weight: 600; }

.briefing-strip { margin-top: 18px; display: grid; grid-template-columns: 150px repeat(4,minmax(0,1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: rgba(255,253,248,.58); }
.briefing-strip__title { padding: 18px 16px 18px 0; display: flex; align-items: center; gap: 9px; }
.briefing-strip__title > span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); animation: pulse-ring 2s ease-out infinite; }
.briefing-strip__title strong { font-size: 13px; }
.briefing-strip > a { min-width: 0; padding: 15px 16px; display: grid; border-left: 1px solid #cfc5b6; text-decoration: none; }
.briefing-strip > a > span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.briefing-strip > a strong { overflow: hidden; color: var(--ink); font-size: 14px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.briefing-strip > a small { color: #536175; font-size: 11px; }
.briefing-strip > a:hover strong { color: var(--red); }
.news-section__head h2 { font-size: 36px; }
.news-section__head a { color: var(--red); }
.profile-card { border: 1px solid #d5ccbd; border-radius: 15px; background: rgba(255,253,248,.94); box-shadow: none; }
.profile-card:hover { border-color: var(--red); box-shadow: 0 16px 36px rgba(19,34,56,.09); }
.card-body p { color: #35465d; }
.card-kicker { color: var(--red); }
.card-kicker::before { background: var(--red); }
.load-more-button { border-color: var(--ink); border-radius: 10px; }
.load-more-button i { background: var(--red); color: #fff; }
.load-more-button:hover { border-color: var(--ink); background: var(--ink); }
.search-panel, .about-panel { border-radius: 15px; }
.search-panel { background: var(--ink); }
.about-panel { border: 1px solid #d0c5b5; background: rgba(255,253,248,.78); }
.about-panel p { color: #35465d; }
.big-search button { background: var(--red); }

.page-hero { background-color: rgba(255,253,248,.86); background-image: radial-gradient(circle at 86% 5%, rgba(228,87,46,.11), transparent 22rem); }
.eyebrow { color: var(--red); }
.page-intro { color: #34455c; }
.archive-hero { background-color: var(--ink); background-image: radial-gradient(circle at 88% 22%, rgba(228,87,46,.42), transparent 23rem), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: auto, 36px 36px, 36px 36px; }
.archive-hero .eyebrow, .archive-count strong { color: #ffb39c; }
.archive-filters { border-radius: 18px; background: var(--surface); box-shadow: 0 24px 65px rgba(19,34,56,.15); }
.archive-search-control { border-color: var(--ink); border-radius: 9px; background: #fff; }
.filter-submit { background: var(--red); }
.filter-submit:hover { background: var(--ink); }
.archive-filter-row .filter-field:nth-child(n) { border-radius: 8px; background: #eee8dd; }
.archive-filters select { color: var(--ink); }
.filter-apply { border-radius: 8px; }
.filter-apply:hover { background: #f2d9d1; }
.archive-result { border: 1px solid #d4cab9; border-radius: 15px; background: rgba(255,253,248,.96); box-shadow: none; }
.archive-result:first-child { border: 1px solid #d4cab9; border-top: 4px solid var(--red); background: rgba(255,253,248,.96); color: var(--ink); }
.archive-result__image { border-radius: 9px; }
.archive-result__meta, .archive-result:first-child .archive-result__meta { color: #4c5b70; }
.archive-result__meta span:first-child, .archive-result:first-child .archive-result__meta span:first-child, .archive-result__link, .archive-result:first-child .archive-result__link { color: var(--red); }
.archive-result__content p, .archive-result:first-child .archive-result__content p { color: #35465d; }
.archive-result:first-child .archive-result__content h2 a:hover { color: var(--red); }
.pagination .current { background: var(--red); }

.topics-hero { background-color: rgba(255,253,248,.9); }
.topic-jump { gap: 20px 27px; }
.topic-jump a, .topic-jump a:nth-child(n) { min-height: 42px; padding: 6px 0; border: 0; border-bottom: 1px solid #a99e8d; border-radius: 0; background: transparent; }
.topic-jump strong { font-size: 15px; }
.topic-jump span { min-width: 25px; height: 25px; background: var(--red); color: #fff; }
.topic-jump a:hover { border-color: var(--red); color: var(--red); transform: none; }
.topics-index { background: rgba(243,239,231,.46); }
.topic-section { border-color: #cfc5b6; }
.topic-section__head > a { color: var(--red); }
.topic-stories .profile-card:first-child { border-top-color: var(--red); }

.profile-hero { background-color: rgba(255,253,248,.9); background-image: radial-gradient(circle at 84% 18%, rgba(228,87,46,.09), transparent 24rem); }
.profile-site-nav { border-color: #d2c8b8; }
.profile-site-nav a:hover, .profile-back span { color: var(--red); }
.profile-top-facts span:nth-child(n) { border: 1px solid #d7cabb; background: #f2ece2; }
.profile-portrait, .profile-image-placeholder { border-radius: 16px; box-shadow: 13px 13px 0 #e8dbcf; }
.article-label { border-color: var(--red); }
.article-body { color: #25364d; }
.fact-sheet { border: 1px solid #d5cabb; border-radius: 14px; box-shadow: none; }
.fact-sheet h2 { background: var(--ink); }
.source-box { background: #f2ece2; }
.fact-shortcuts a span { color: var(--red); }
.fact-shortcuts a:hover { background: #f4ddd5; }
.profile-discovery { background-color: var(--ink); background-image: radial-gradient(circle at 90% 20%, rgba(228,87,46,.28), transparent 24rem); }
.profile-discovery__intro span, .discovery-grid a > span { color: #ffb39c; }
.discovery-grid a { border-radius: 12px; }
.discovery-grid a:hover { background: var(--red); color: #fff; }
.discovery-grid a:hover > span, .discovery-grid a:hover small { color: #fff; }
.related-section { background: transparent; }
.site-footer { position: relative; z-index: 1; background: #0e1a2b; }
.site-footer h2 { color: #ffb39c; }

@keyframes editorial-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(228,87,46,.45); }
  50% { box-shadow: 0 0 0 7px rgba(228,87,46,0); }
}
.news-intro__side, .page-hero .container, .profile-head { animation: editorial-rise .65s both cubic-bezier(.2,.75,.25,1); }
.news-intro__side { animation-delay: .08s; }
.topic-bar, .profile-site-nav { animation: editorial-rise .6s .12s both cubic-bezier(.2,.75,.25,1); }
.feature-story { animation: editorial-rise .65s .18s both cubic-bezier(.2,.75,.25,1); }
.feature-story:first-child { animation: none; }
.feature-story:nth-child(2) { animation-delay: .25s; }
.feature-story:nth-child(3) { animation-delay: .32s; }
.briefing-strip { animation: editorial-rise .6s .38s both cubic-bezier(.2,.75,.25,1); }

@media (max-width: 1000px) {
  .news-intro { grid-template-columns: 1fr; gap: 25px; }
  .news-intro__side { max-width: 780px; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-story--lead { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 48% 1fr; min-height: 472px; }
  .briefing-strip { grid-template-columns: 140px repeat(2,minmax(0,1fr)); }
  .briefing-strip > a:nth-of-type(n+3) { border-top: 1px solid #cfc5b6; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 30px), 1260px); }
  .news-intro { padding-top: 48px; }
  .news-intro h1 { font-size: 57px; }
  .news-intro__side { padding-left: 19px; }
  .topic-bar { overflow-x: auto; }
  .topic-chip { flex: 0 0 auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-story--lead { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 48% 1fr; min-height: 472px; }
  .briefing-strip { grid-template-columns: 130px repeat(4,210px); overflow-x: auto; }
  .briefing-strip > a:nth-of-type(n) { border-top: 0; }
  .archive-result:first-child { background: rgba(255,253,248,.96); }
}

@media (max-width: 520px) {
  .news-intro h1 { font-size: 48px; }
  .index-count { flex-wrap: wrap; }
  .index-count a { margin-left: 0; width: 100%; }
  .feature-story, .feature-story--lead { min-height: 455px; }
  .feature-story h2, .feature-story--lead h2 { font-size: 29px; }
  .feature-story p { display: none; }
  .topic-jump { gap: 12px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .news-intro__copy, .news-intro__side, .page-hero .container, .profile-head, .topic-bar, .profile-site-nav, .feature-story, .briefing-strip { animation: none !important; }
  .briefing-strip__title > span { animation: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* 6.0 — legibility and information architecture refinements */
:root { --display: "Sora", sans-serif; }
h1, h2, h3, .brand-name, .index-count strong, .archive-count strong { font-variation-settings: normal; letter-spacing: -.045em; }

.header-main { min-height: 96px; gap: 30px; }
.brand { gap: 14px; }
.brand-mark { width: 35px; height: 44px; }
.brand-mark i:first-child { left: 4px; width: 9px; height: 38px; }
.brand-mark i:last-child { left: 19px; width: 9px; height: 27px; }
.brand-name { font-size: 30px; letter-spacing: -.045em; }
.brand-edition { margin-top: 5px; font-size: 10px; letter-spacing: .2em; }
.primary-nav { margin-left: auto; padding: 5px; gap: 2px; border: 1px solid #d2c7b7; border-radius: 12px; background: rgba(235,228,217,.78); }
.primary-nav a { padding: 11px 16px; border-radius: 8px; font-size: 16px; }
.primary-nav a::after { display: none; }
.primary-nav a:hover { background: var(--surface); color: var(--red); }
.header-search { width: 270px; height: 48px; margin-left: 0; }
.header-search input { font-size: 15px; }
.header-search button { padding-inline: 20px; font-size: 14px; }
.news-strip__inner { min-height: 42px; }

.news-intro h1 { font-size: clamp(52px,6vw,78px); line-height: 1.02; letter-spacing: -.055em; }
.feature-story { min-height: 420px; grid-template-rows: 49% 1fr; }
.feature-story__body { display: flex; flex-direction: column; padding: 20px 22px; }
.feature-story h2 { font-size: 27px; line-height: 1.08; letter-spacing: -.04em; }
.feature-story--lead h2 { font-size: 27px; }
.feature-story p { font-size: 14px; line-height: 1.44; }
.feature-meta { margin-top: 14px; padding-top: 0; }
.briefing-strip { margin-top: 20px; overflow: hidden; border: 1px solid var(--ink); border-radius: 11px; }
.briefing-strip__title { padding: 17px 16px; }
.briefing-strip__title > span { flex: 0 0 auto; }
.briefing-strip > a { padding-block: 14px; }

.archive-filter-row { padding-top: 22px; border-top: 1px solid #d8cfc1; }
.archive-filter-row .filter-field:nth-child(n) { padding: 0 20px; border-left: 1px solid #d8cfc1; border-radius: 0; background: transparent; }
.archive-filter-row .filter-field:first-child { padding-left: 0; border-left: 0; }
.archive-filters select { height: 37px; border: 0; color: var(--ink); }
.filter-apply { height: 58px; border: 0; background: var(--ink); color: #fff; }
.filter-apply:hover { background: var(--red); color: #fff; }

.profile-title { font-size: clamp(46px,5.6vw,72px); line-height: 1.02; letter-spacing: -.055em; }
.profile-discovery { padding: 40px 0 45px; }
.profile-discovery__intro { margin-bottom: 17px; align-items: center; }
.profile-discovery__intro h2 { font-size: 31px; }
.discovery-grid { gap: 11px; }
.discovery-grid a { min-height: 108px; padding: 17px 18px; display: grid; grid-template-columns: 36px minmax(0,1fr) 32px; grid-template-rows: auto auto; column-gap: 12px; align-content: center; border-radius: 10px; background: rgba(255,255,255,.035); }
.discovery-grid a > span { grid-row: 1 / 3; align-self: center; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,179,156,.6); border-radius: 50%; }
.discovery-grid strong { margin: 0; align-self: end; font-size: 17px; letter-spacing: -.015em; }
.discovery-grid small { margin: 2px 0 0; font-size: 12px; }
.discovery-grid i { position: static; grid-column: 3; grid-row: 1 / 3; align-self: center; justify-self: end; font-size: 21px; }
.related-section { padding-top: 48px; }
.related-more-button { min-height: 64px; margin-top: 20px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); border-radius: 10px; color: var(--ink); font-size: 16px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.related-more-button i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-style: normal; }
.related-more-button:hover { transform: translateY(-2px); background: var(--ink); color: #fff; }

.topics-hero { padding: 62px 0 55px; }
.topics-hero__grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr); gap: 75px; align-items: end; }
.topics-hero .page-title { max-width: 760px; font-size: clamp(48px,5.8vw,72px); line-height: 1.02; }
.topics-hero .page-intro { padding-left: 25px; border-left: 2px solid var(--red); font-size: 17px; }
.topic-directory { padding: 52px 0 80px; background: rgba(243,239,231,.5); }
.topic-directory__layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 58px; align-items: start; }
.topic-directory__aside { position: sticky; top: 158px; padding: 23px 27px 25px 0; border-right: 1px solid #cfc5b6; }
.topic-directory__aside > span { display: block; margin-bottom: 13px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.topic-directory__aside nav { display: grid; }
.topic-directory__aside nav a { padding: 10px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d8cfc1; color: var(--ink); text-decoration: none; }
.topic-directory__aside nav a:hover strong { color: var(--red); }
.topic-directory__aside nav strong { font-size: 14px; }
.topic-directory__aside nav small { min-width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 10px; }
.directory-archive-link { margin-top: 20px; display: flex; justify-content: space-between; color: var(--red); font-size: 13px; font-weight: 700; text-decoration: none; }
.topic-directory__section { padding: 0 0 46px; margin-bottom: 46px; border-bottom: 1px solid #cfc5b6; scroll-margin-top: 165px; }
.topic-directory__section:last-child { margin-bottom: 0; border-bottom: 0; }
.topic-directory__head { margin-bottom: 17px; display: grid; grid-template-columns: 46px minmax(0,1fr) auto; gap: 15px; align-items: center; }
.topic-directory__number { color: var(--red); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.topic-directory__head h2 { margin: 0; font-size: 32px; line-height: 1.08; }
.topic-directory__head p { margin: 3px 0 0; color: #526075; font-size: 12px; }
.topic-directory__head > a { color: var(--red); font-size: 13px; font-weight: 700; text-decoration: none; }
.topic-directory__stories { overflow: hidden; border: 1px solid #d4cab9; border-radius: 12px; background: rgba(255,253,248,.78); }
.topic-directory__story { min-height: 102px; padding: 13px 16px; display: grid; grid-template-columns: 76px minmax(0,1fr) 115px; gap: 17px; align-items: center; color: var(--ink); text-decoration: none; border-bottom: 1px solid #d8cfc1; transition: background .18s; }
.topic-directory__story:last-child { border-bottom: 0; }
.topic-directory__story:hover { background: #fff; }
.topic-directory__image { width: 76px; height: 76px; overflow: hidden; display: block; border-radius: 8px; background: #e4dbce; }
.topic-directory__image img { width: 100%; height: 100%; object-fit: cover; }
.topic-directory__image i { width: 100%; height: 100%; display: grid; place-items: center; color: #7b8797; font-family: var(--display); font-style: normal; font-weight: 700; }
.topic-directory__story-copy { min-width: 0; display: grid; }
.topic-directory__story-copy strong { font-family: var(--display); font-size: 19px; letter-spacing: -.025em; }
.topic-directory__story-copy small { margin-top: 4px; overflow: hidden; color: #46566d; font-size: 13px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.topic-directory__date { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #526075; font-size: 11px; font-weight: 600; }
.topic-directory__date i { color: var(--red); font-size: 18px; font-style: normal; }

@media (max-width: 1000px) {
  .header-main { min-height: 82px; }
  .brand-name { font-size: 27px; }
  .topics-hero__grid { grid-template-columns: 1fr; gap: 25px; }
  .topics-hero .page-intro { max-width: 780px; }
  .topic-directory__layout { grid-template-columns: 200px minmax(0,1fr); gap: 35px; }
}

@media (max-width: 760px) {
  .site-header.nav-open .primary-nav { top: 82px; padding: 10px 20px 18px; border-radius: 0; }
  .feature-story, .feature-story--lead { min-height: 405px; }
  .briefing-strip { grid-template-columns: 135px repeat(4,210px); }
  .archive-filter-row .filter-field:nth-child(n) { padding: 0 12px; }
  .archive-filter-row .filter-field:nth-child(odd) { border-left: 0; }
  .topic-directory__layout { grid-template-columns: 1fr; }
  .topic-directory__aside { position: static; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid #cfc5b6; }
  .topic-directory__aside nav { display: flex; gap: 9px; overflow-x: auto; }
  .topic-directory__aside nav a { flex: 0 0 auto; gap: 8px; padding: 8px 10px; border: 1px solid #cfc5b6; border-radius: 8px; }
}

@media (max-width: 520px) {
  .brand-mark { width: 29px; height: 38px; }
  .brand-name { font-size: 24px; }
  .news-intro h1 { font-size: 43px; }
  .archive-filter-row .filter-field:nth-child(n) { padding: 5px 0; border-left: 0; border-bottom: 1px solid #d8cfc1; }
  .discovery-grid { grid-template-columns: 1fr; }
  .topic-directory__head { grid-template-columns: 35px minmax(0,1fr); }
  .topic-directory__head > a { grid-column: 2; }
  .topic-directory__story { grid-template-columns: 64px minmax(0,1fr); min-height: 88px; padding: 11px; }
  .topic-directory__image { width: 64px; height: 64px; }
  .topic-directory__date { grid-column: 2; margin-top: -9px; }
  .topic-directory__story-copy small { display: none; }
}

/* 6.1 — final accessibility, performance, and profile-link refinements */
:root { --red: #b93a1c; }

.feature-grid { align-items: stretch; }
.feature-story,
.feature-story--lead { min-height: 420px; grid-template-rows: auto 1fr; align-self: stretch; }
.feature-story__media { aspect-ratio: 16 / 10; }
.feature-placeholder { color: #5f6977; }
.feature-story__body { padding-bottom: 20px; }
.feature-meta { margin-top: auto; }

.profile-top-facts > a,
.profile-top-facts > span { padding: 7px 10px; border: 1px solid #d7cabb; border-radius: 8px; background: #f2ece2; color: #313e50; font-size: 13px; font-weight: 700; text-decoration: none; }
.profile-top-facts > a { transition: border-color .18s, color .18s, background .18s; }
.profile-top-facts > a:hover { border-color: var(--red); background: #fffdf8; color: var(--red); }
.fact-row dd a { color: var(--red); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.fact-row dd a:hover { color: var(--ink); }

@media (max-width: 760px) {
  .news-intro__copy { animation: none; }
  .feature-story,
  .feature-story--lead { min-height: 420px; }
}

/* 7.0 — newsroom masthead, stronger type scale, and reader-first pages */
.site-header { background: rgba(247,243,235,.98); }
.header-main { min-height: 88px; gap: 28px; }
.brand { gap: 15px; }
.brand-mark { width: 38px; height: 48px; }
.brand-mark i:first-child { left: 4px; width: 10px; height: 42px; }
.brand-mark i:last-child { left: 21px; width: 10px; height: 30px; }
.brand-name { font-size: 34px; }
.brand-edition { margin-top: 6px; font-size: 11px; }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.header-search { width: 350px; height: 46px; margin: 0; border: 1px solid #cfc4b4; border-radius: 5px; background: #fffdf8; box-shadow: none; }
.header-search input { padding-left: 15px; font-size: 16px; }
.header-search button { padding-inline: 20px; border-radius: 0; font-size: 15px; }

.site-nav-row { border-top: 1px solid #d8cfc1; border-bottom: 1px solid #c9bead; background: #fffdf8; }
.site-nav-row__inner { min-height: 54px; display: flex; align-items: stretch; }
.site-nav-label { padding-right: 23px; display: flex; align-items: center; border-right: 1px solid #d8cfc1; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav-home { min-width: 70px; display: grid; place-items: center; border-right: 1px solid #d8cfc1; color: var(--red); text-decoration: none; }
.site-nav-home svg { width: 22px; height: 22px; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-nav-home:hover { background: #f1e9dd; color: var(--ink); }
.site-nav-row .primary-nav { margin: 0; padding: 0; align-self: stretch; gap: 0; border: 0; border-radius: 0; background: transparent; }
.site-nav-row .primary-menu { height: 100%; margin: 0; padding: 0; display: flex; align-items: stretch; list-style: none; }
.site-nav-row .primary-nav a { min-height: 54px; padding: 0 24px; display: flex; align-items: center; border-right: 1px solid #e0d8cc; border-radius: 0; background: transparent; color: var(--ink); font-size: 17px; font-weight: 750; }
.site-nav-row .primary-nav a::after { display: none; }
.site-nav-row .primary-nav a:hover { background: #f1e9dd; color: var(--red); }
.header-topic-nav { display: flex; align-items: stretch; }
.header-topic-nav a { min-height: 54px; padding: 0 17px; display: flex; align-items: center; border-right: 1px solid #e0d8cc; color: #435168; font-size: 14px; font-weight: 650; text-decoration: none; }
.header-topic-nav a:hover { background: #f1e9dd; color: var(--red); }
.header-date { margin-left: auto; padding-left: 22px; display: flex; align-items: center; border-left: 1px solid #d8cfc1; color: #536175; font-size: 13px; font-weight: 650; white-space: nowrap; }

.news-strip__inner { min-height: 44px; gap: 11px; font-size: 14px; }
.news-strip strong { font-size: 14px; }
.news-strip__link { font-size: 14px; }

.topic-bar__label { font-size: 13px; }
.topic-chip, .topic-chip:nth-of-type(n) { font-size: 15px; }
.briefing-strip__title strong { font-size: 15px; }
.briefing-strip > a > span { font-size: 11px; }
.briefing-strip > a strong { font-size: 15px; }
.briefing-strip > a small { font-size: 13px; }

.topics-hero .page-intro { font-size: 19px; line-height: 1.55; }
.topic-directory__aside { top: 162px; }
.topic-directory__aside > span { font-size: 12px; }
.topic-directory__aside nav strong { font-size: 16px; }
.topic-directory__aside nav small { min-width: 28px; height: 28px; font-size: 11px; }
.directory-archive-link { font-size: 15px; }
.topic-directory__number { font-size: 13px; }
.topic-directory__head p { margin-top: 5px; font-size: 14px; }
.topic-directory__head > a { font-size: 15px; }
.topic-directory__story-copy strong { font-size: 21px; }
.topic-directory__story-copy small { font-size: 15px; line-height: 1.4; }
.topic-directory__date { font-size: 13px; }

.content-page { max-width: 860px; padding: 52px 0 82px; color: #25364d; font-size: 19px; line-height: 1.78; }
.content-page h2 { margin: 1.65em 0 .55em; font-size: 32px; line-height: 1.15; }
.content-page h2:first-child { margin-top: 0; }
.content-page p { margin: 0 0 1.25em; }
.content-page ul { margin: 0 0 1.6em; padding-left: 1.25em; }
.content-page li { margin-bottom: .55em; padding-left: .3em; }

@media (max-width: 1000px) {
  .header-main { min-height: 82px; }
  .brand-name { font-size: 30px; }
  .header-search { width: 285px; }
  .site-nav-label { display: none; }
  .site-nav-home { min-width: 56px; }
  .site-nav-row .primary-nav a { padding-inline: 19px; }
  .header-topic-nav { display: none; }
  .topic-directory__aside { top: 155px; }
}

@media (max-width: 760px) {
  .header-main { min-height: 76px; }
  .brand-mark { width: 31px; height: 40px; }
  .brand-mark i:first-child { width: 8px; height: 35px; }
  .brand-mark i:last-child { left: 17px; width: 8px; height: 25px; }
  .brand-name { font-size: 26px; }
  .brand-edition { display: block; font-size: 9px; }
  .header-search { display: none; }
  .nav-toggle { display: block; padding: 9px 13px; border-radius: 5px; font-size: 14px; }
  .site-nav-row { display: none; }
  .site-header.nav-open .site-nav-row { position: absolute; top: 76px; left: 0; right: 0; z-index: 60; display: block; border-bottom: 1px solid var(--ink); box-shadow: 0 18px 35px rgba(19,34,56,.15); }
  .site-header.nav-open .site-nav-row__inner { min-height: 0; padding: 15px 20px 20px; display: block; }
  .site-header.nav-open .site-nav-label { padding: 0 0 9px; display: block; border: 0; }
  .site-header.nav-open .site-nav-home { width: 42px; min-width: 42px; height: 42px; margin-bottom: 6px; display: grid; border: 1px solid #d8cfc1; border-radius: 8px; }
  .site-header.nav-open .primary-nav { position: static; padding: 0; display: grid; border: 0; }
  .site-header.nav-open .primary-menu { height: auto; display: grid; }
  .site-header.nav-open .primary-nav a { min-height: 0; padding: 13px 0; border-right: 0; border-bottom: 1px solid #ded5c8; font-size: 18px; }
  .site-header.nav-open .header-date { margin-top: 13px; padding: 8px 0 0; border: 0; }
  .briefing-strip__title strong { font-size: 14px; }
  .briefing-strip > a > span { font-size: 10px; }
  .briefing-strip > a strong { font-size: 15px; }
  .briefing-strip > a small { font-size: 12px; }
  .content-page { padding-top: 40px; font-size: 18px; }
}

@media (max-width: 520px) {
  .brand-name { font-size: 24px; }
  .brand-edition { font-size: 8px; }
  .news-strip__inner > span:not(.live-dot) { overflow: hidden; text-overflow: ellipsis; }
  .topics-hero .page-intro { font-size: 17px; }
  .topic-directory__head p { font-size: 13px; }
  .topic-directory__story-copy strong { font-size: 19px; }
  .topic-directory__date { font-size: 12px; }
}

/* 8.9 — publication identity */
.brand { gap: 13px; }
.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: block;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 6px 16px rgba(19,34,56,.13);
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
}
.brand-name {
  font-size: 33px;
  font-weight: 760;
  letter-spacing: -.055em;
}
.brand-name strong { font-weight: 820; }
.brand-edition {
  margin-top: 5px;
  color: #536075;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
}

@media (max-width: 1000px) {
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-name { font-size: 29px; }
}

@media (max-width: 520px) {
  .brand { gap: 10px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; box-shadow: 0 4px 12px rgba(19,34,56,.12); }
  .brand-name { font-size: 23px; }
  .brand-edition { margin-top: 4px; font-size: 8px; letter-spacing: .18em; }
}

/* 8.10 — controlled citations, article-to-article paths, and split-screen UI */
.article-body .article-source-link,
.article-body .article-profile-link {
  color: var(--red);
  font-weight: 700;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-color: color-mix(in srgb, currentColor 48%, transparent);
}
.article-body .article-source-link:hover,
.article-body .article-profile-link:hover { color: var(--blue); text-decoration-color: currentColor; }

.article-related-links {
  margin-top: 34px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  border-top: 1px solid #d9cfbf;
  border-bottom: 1px solid #d9cfbf;
}
.article-related-links > span {
  margin-right: 3px;
  color: #5b6678;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.article-related-links a {
  min-height: 38px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #d4c9b8;
  border-radius: 999px;
  background: #fffdf8;
  color: var(--ink);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.15;
  text-decoration: none;
}
.article-related-links a i { color: var(--red); font-size: 16px; font-style: normal; }
.article-related-links a:hover { border-color: var(--red); color: var(--red); }

/* A split desktop window is neither a full desktop nor a phone. Give it a
   composed intermediate layout instead of leaving desktop components cramped
   until the phone breakpoint. */
@media (min-width: 761px) and (max-width: 1000px) {
  .site-header { position: sticky; }
  .header-main { min-height: 82px; }
  .site-nav-row { display: none; }
  .site-header.nav-open .site-nav-row {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    z-index: 80;
    display: block;
    border-top: 1px solid #d8cfc1;
    border-bottom: 1px solid var(--ink);
    background: #fffdf8;
    box-shadow: 0 20px 44px rgba(19,34,56,.16);
  }
  .site-header.nav-open .site-nav-row__inner {
    min-height: 0;
    padding: 18px 30px 21px;
    display: grid;
    grid-template-columns: 48px minmax(0,1fr) auto;
    gap: 14px;
    align-items: start;
  }
  .site-header.nav-open .site-nav-home {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid #d8cfc1;
    border-radius: 10px;
  }
  .site-header.nav-open .primary-nav {
    position: static;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .site-header.nav-open .primary-menu {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    grid-column: 1 / -1;
  }
  .site-header.nav-open .primary-nav a {
    min-height: 48px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    border: 1px solid #ded4c5;
    border-radius: 9px;
    background: #fff;
    font-size: 16px;
  }
  .site-header.nav-open .header-date {
    min-height: 48px;
    margin: 0;
    padding: 0 0 0 16px;
    border-left: 1px solid #d8cfc1;
    font-size: 14px;
  }

  .news-intro {
    grid-template-columns: minmax(0,1fr);
    gap: 22px;
    padding: 43px 0 31px;
  }
  .news-intro h1 { max-width: 760px; font-size: clamp(54px,7.4vw,68px); }
  .news-intro__side {
    max-width: 760px;
    padding: 0 0 0 21px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 25px;
    align-items: center;
  }
  .news-intro__side .index-count { align-self: center; }
  .topic-bar { padding-bottom: 4px; overflow-x: auto; }

  .profile-hero { padding-bottom: 38px; }
  .profile-site-nav { margin-bottom: 25px; }
  .profile-head {
    grid-template-columns: minmax(0,1fr) minmax(255px,32vw);
    gap: 34px;
    align-items: center;
  }
  .profile-title { font-size: clamp(45px,6vw,58px); }
  .profile-dek { font-size: 18px; }
  .profile-portrait,
  .profile-image-placeholder { width: 100%; max-width: none; max-height: 390px; }
  .profile-main { gap: 30px; padding-top: 42px; }
  .profile-main > div:first-child { max-width: 760px; }
  .fact-sheet { width: 100%; max-width: 760px; }
  .fact-sheet dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 24px; }
  .fact-row { min-width: 0; }
  .source-box { margin-top: 8px; }
  .discovery-grid a { min-height: 165px; }
}

@media (max-width: 600px) {
  .article-related-links { align-items: stretch; }
  .article-related-links > span { width: 100%; margin-bottom: 2px; }
  .article-related-links a { flex: 1 1 100%; justify-content: space-between; border-radius: 9px; }
}

@media (min-width: 761px) and (max-width: 860px) {
  .topic-bar {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 0;
    overflow: visible;
    border-top: 1px solid #cfc5b6;
    border-bottom: 1px solid #cfc5b6;
  }
  .topic-bar__label,
  .topic-bar .topic-chip {
    min-width: 0;
    min-height: 43px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9cfbf;
    border-bottom: 1px solid #d9cfbf;
    text-align: center;
    white-space: normal;
    line-height: 1.15;
  }
  .topic-bar > :nth-child(4n) { border-right: 0; }
  .topic-bar > :nth-last-child(-n+4) { border-bottom: 0; }
}

@media (max-width: 1000px) {
  .news-home::before {
    right: 0;
    width: min(520px,65vw);
    height: min(520px,65vw);
    border: 0;
    box-shadow: none;
    background: repeating-radial-gradient(circle,transparent 0 68px,rgba(19,34,56,.035) 69px,transparent 70px);
  }
}

/* 8.0 — search, filtering, progressive results, and portrait framing */
.header-date { color: var(--ink); font-size: 17px; font-weight: 750; }
.index-count { display: grid; grid-template-columns: auto minmax(0,1fr); column-gap: 14px; row-gap: 3px; align-items: center; }
.index-count strong { grid-row: 1 / 3; line-height: 1; }
.index-count span { align-self: end; font-size: 13px; line-height: 1.2; }
.index-count a { grid-column: 2; align-self: start; width: auto; margin: 0; font-size: 16px; font-weight: 800; line-height: 1.25; text-decoration: none; }
.briefing-strip { grid-template-columns: 178px repeat(4,minmax(0,1fr)); }
.briefing-strip__title { gap: 10px; white-space: nowrap; }
.briefing-strip__title > span { flex: 0 0 9px; width: 9px; height: 9px; }
.briefing-strip__title strong { line-height: 1; }

.profile-card > img,
.feature-story__media img,
.archive-result__image img,
.topic-directory__image img { object-position: var(--ld-focal-x,50%) var(--ld-focal-y,22%); }
.profile-portrait { object-fit: cover; object-position: var(--ld-focal-x,50%) var(--ld-focal-y,18%); }

.predictive-search-shell { position: relative; min-width: 0; }
.predictive-search-shell--header { z-index: 75; width: 350px; }
.predictive-search-shell--header .header-search { width: 100%; }
.predictive-search-shell--large { width: 100%; }
.predictive-results { position: absolute; top: calc(100% + 8px); left: 0; right: 0; z-index: 100; max-height: 440px; overflow-y: auto; padding: 7px; border: 1px solid #cfc4b4; border-radius: 12px; background: #fffdf9; color: var(--ink); box-shadow: 0 22px 55px rgba(16,20,30,.2); }
.predictive-results[hidden] { display: none; }
.predictive-result { min-height: 66px; padding: 7px; display: grid; grid-template-columns: 50px minmax(0,1fr); gap: 12px; align-items: center; border-radius: 8px; color: var(--ink); text-decoration: none; }
.predictive-result:hover, .predictive-result.is-active { background: #f1e9dd; }
.predictive-result img, .predictive-result__initials { width: 50px; height: 50px; border-radius: 7px; background: #e8dfd2; object-fit: cover; object-position: 50% 20%; }
.predictive-result__initials { display: grid; place-items: center; color: #536175; font-family: var(--display); font-size: 15px; font-weight: 750; }
.predictive-result__copy { min-width: 0; display: grid; gap: 3px; }
.predictive-result__copy strong { overflow: hidden; font-family: var(--display); font-size: 17px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.predictive-result__copy small { overflow: hidden; color: #536175; font-size: 12px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.predictive-message { padding: 18px 14px; color: #536175; font-size: 14px; }
.predictive-all { min-height: 44px; padding: 11px 10px 7px; display: block; border-top: 1px solid #ded5c8; color: var(--red); font-size: 14px; font-weight: 750; text-decoration: none; }

.archive-more-filters { margin-top: 20px; border-top: 1px solid #d8cfc1; }
.archive-more-filters summary { min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; color: var(--ink); }
.archive-more-filters summary::-webkit-details-marker { display: none; }
.archive-more-filters summary span { color: var(--red); font-size: 15px; font-weight: 800; }
.archive-more-filters summary i { width: 10px; height: 10px; margin-right: 5px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); transform: rotate(45deg) translateY(-2px); transition: transform .18s; }
.archive-more-filters[open] summary i { transform: rotate(225deg) translate(-2px,-2px); }
.archive-more-filters summary:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; border-radius: 4px; }
.archive-advanced-grid { padding: 20px 0 8px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) minmax(210px,.9fr); gap: 16px; align-items: end; border-top: 1px solid #e5ddd1; }
.archive-advanced-grid .filter-field { min-width: 0; }
.archive-advanced-grid select { height: 48px; padding: 0 12px; border: 1px solid #cfc4b4; border-radius: 8px; background-color: #fffdf9; font-weight: 650; }
.filter-checkbox { min-height: 48px; margin: 0 !important; padding: 8px 11px; display: flex !important; align-items: center; gap: 10px; border: 1px solid #cfc4b4; border-radius: 8px; background: #fffdf9; cursor: pointer; letter-spacing: 0 !important; text-transform: none !important; }
.archive-filters .filter-checkbox input { flex: 0 0 auto; width: 20px; height: 20px; margin: 0; accent-color: var(--red); }
.filter-checkbox span { display: grid; gap: 2px; }
.filter-checkbox strong { font-size: 14px; }
.filter-checkbox small { color: #536175; font-size: 11px; font-weight: 550; }

.search-page-hero { padding-bottom: 96px; }
.search-page-hero__inner { max-width: 950px; }
.search-page-hero .page-intro { max-width: 760px; }
.predictive-search-shell--page { max-width: 850px; margin-top: 30px; }
.standalone-search { height: 70px; display: flex; overflow: hidden; border: 2px solid var(--ink); border-radius: 13px; background: #fff; box-shadow: 0 14px 38px rgba(19,34,56,.13); }
.standalone-search input { flex: 1; min-width: 0; padding: 0 21px; border: 0; outline: 0; color: var(--ink); font-size: 20px; font-weight: 650; }
.standalone-search button { min-width: 145px; padding: 0 24px; border: 0; background: var(--red); color: #fff; cursor: pointer; font-size: 16px; font-weight: 800; }
.standalone-search button:hover { background: var(--ink); }
.search-page-results { padding-top: 40px; }
.search-result-heading { min-height: 64px; margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 2px solid var(--ink); }
.search-result-heading p { margin: 0; font-family: var(--display); font-size: 22px; font-weight: 750; }
.search-result-heading a { color: var(--red); font-size: 15px; font-weight: 750; text-decoration: none; }
.search-empty { padding: 35px; border: 1px solid #d4cab9; border-radius: 18px; background: #fffdf9; }
.search-empty h2 { margin: 0 0 8px; font-size: 30px; }
.search-empty p { max-width: 700px; color: #46566d; font-size: 17px; line-height: 1.55; }
.search-empty a { color: var(--red); font-weight: 750; text-decoration: none; }
.search-recent-head { margin-bottom: 24px; padding-bottom: 17px; border-bottom: 2px solid var(--ink); }
.search-recent-head a { color: var(--red); font-size: 15px; font-weight: 800; text-decoration: none; }

.footer-brand { font-size: 25px; }
.site-footer p { font-size: 16px; line-height: 1.55; }
.site-footer h2 { font-size: 14px; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-size: 16px; line-height: 1.45; }
.footer-bottom { font-size: 14px; line-height: 1.45; }

@media (max-width: 1000px) {
  .predictive-search-shell--header { width: 285px; }
  .archive-advanced-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .briefing-strip { grid-template-columns: 178px repeat(4,210px); }
  .header-date { font-size: 17px; font-weight: 750; }
  .search-page-hero { padding-bottom: 72px; }
  .standalone-search { height: 62px; }
  .standalone-search input { padding-inline: 15px; font-size: 17px; }
  .standalone-search button { min-width: 105px; padding-inline: 14px; }
}

@media (max-width: 520px) {
  .archive-advanced-grid { grid-template-columns: 1fr; }
  .search-page-results { padding-top: 25px; }
  .search-result-heading { align-items: flex-start; flex-direction: column; padding-bottom: 15px; }
  .predictive-result { grid-template-columns: 44px minmax(0,1fr); }
  .predictive-result img, .predictive-result__initials { width: 44px; height: 44px; }
}

/* 8.2 — section landing heroes */
.taxonomy-hero { position: relative; overflow: hidden; padding: 66px 0 58px; background: linear-gradient(118deg,#101a2f 0%,#182943 65%,#6d2b2a 125%); color: #fff; }
.taxonomy-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,#000,transparent 78%); }
.taxonomy-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -120px; top: -250px; border: 1px solid rgba(255,179,156,.28); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,179,156,.035),0 0 0 140px rgba(255,179,156,.025); }
.taxonomy-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 70px; align-items: end; }
.taxonomy-kicker { display: inline-flex; align-items: center; gap: 9px; color: #ffb39c; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.taxonomy-kicker::before { content: ""; width: 26px; height: 2px; background: #ffb39c; }
.taxonomy-hero h1 { max-width: 900px; margin: 13px 0 12px; color: #fff; font-size: clamp(58px,8vw,98px); line-height: .92; letter-spacing: -.065em; }
.taxonomy-hero__copy p { max-width: 690px; margin: 0; color: #d8dfeb; font-size: 18px; line-height: 1.55; }
.taxonomy-hero__index { min-width: 190px; padding: 4px 0 6px 28px; display: grid; border-left: 1px solid rgba(255,255,255,.32); }
.taxonomy-hero__index strong { color: #ffb39c; font-family: var(--display); font-size: 54px; line-height: .9; letter-spacing: -.06em; }
.taxonomy-hero__index > span { margin-top: 7px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.taxonomy-hero__index a { margin-top: 22px; color: #fff; font-size: 15px; font-weight: 750; text-decoration: none; }
.taxonomy-hero__index a:hover { color: #ffb39c; }
.taxonomy-hero__index i { margin-left: 5px; color: #ffb39c; font-style: normal; }

@media (max-width: 760px) {
  .taxonomy-hero { padding: 48px 0 42px; }
  .taxonomy-hero__inner { grid-template-columns: 1fr; gap: 30px; }
  .taxonomy-hero h1 { font-size: clamp(52px,17vw,76px); }
  .taxonomy-hero__copy p { font-size: 17px; }
  .taxonomy-hero__index { min-width: 0; padding: 18px 0 0; grid-template-columns: auto 1fr auto; gap: 10px; align-items: end; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .taxonomy-hero__index strong { font-size: 42px; }
  .taxonomy-hero__index > span { margin: 0 0 3px; }
  .taxonomy-hero__index a { margin: 0 0 3px; }
}

@media (max-width: 520px) {
  .taxonomy-hero__index { grid-template-columns: auto 1fr; }
  .taxonomy-hero__index a { grid-column: 1 / -1; margin-top: 6px; }
}

/* 8.3 — article authorship */
.article-byline { margin-top: 23px; padding-top: 19px; display: flex; align-items: center; gap: 13px; border-top: 1px solid #d9cfc1; }
.article-byline__portrait { flex: 0 0 48px; width: 48px; height: 48px; overflow: hidden; display: block; border: 2px solid #fff; border-radius: 50%; background: #dce2ea; box-shadow: 0 0 0 1px #c7bcad; }
.article-byline__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; }
.article-byline__copy { min-width: 0; }
.article-byline__copy p { margin: 0 0 4px; color: #46536b; font-size: 14px; }
.article-byline__copy p a { color: var(--ink); font-size: 16px; font-weight: 800; text-decoration: none; }
.article-byline__copy p a:hover { color: var(--red); }
.article-byline__times { display: flex; flex-wrap: wrap; gap: 4px 17px; color: #59667a; font-size: 12px; line-height: 1.4; }
.article-byline__times span + span { position: relative; }
.article-byline__times span + span::before { content: ""; position: absolute; left: -10px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: var(--red); }

.author-profile-hero { position: relative; overflow: hidden; padding: 66px 0; background: #111b30; color: #fff; }
.author-profile-hero::after { content: ""; position: absolute; inset: 0 0 0 55%; background: radial-gradient(circle at 60% 40%,rgba(185,58,28,.32),transparent 47%); pointer-events: none; }
.author-profile-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 190px minmax(0,1fr) auto; gap: 42px; align-items: center; }
.author-profile-portrait { width: 190px; height: 190px; border: 5px solid rgba(255,255,255,.9); border-radius: 50%; object-fit: cover; object-position: center 24%; box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.author-profile-kicker { color: #ffb39c; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.author-profile-hero h1 { margin: 8px 0 5px; color: #fff; font-size: clamp(52px,7vw,82px); line-height: .95; letter-spacing: -.06em; }
.author-profile-role { margin: 0; color: #ffb39c; font-size: 17px; font-weight: 750; }
.author-profile-dek { max-width: 700px; margin: 15px 0 0; color: #dce3ee; font-size: 19px; line-height: 1.5; }
.author-profile-stat { min-width: 170px; padding-left: 25px; display: grid; border-left: 1px solid rgba(255,255,255,.3); }
.author-profile-stat strong { color: #ffb39c; font-family: var(--display); font-size: 52px; line-height: 1; }
.author-profile-stat span { margin-top: 4px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.author-profile-about { padding: 58px 0 64px; }
.author-profile-about__grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 75px; }
.author-profile-bio { max-width: 760px; margin-top: 18px; color: #26374e; font-size: 19px; line-height: 1.75; }
.author-profile-bio p { margin: 0 0 1.2em; }
.author-profile-links { align-self: start; padding: 24px; display: grid; border-top: 4px solid var(--red); border-radius: 0 0 12px 12px; background: #fff; box-shadow: 0 12px 35px rgba(24,31,45,.08); }
.author-profile-links h2 { margin: 0 0 13px; font-size: 20px; }
.author-profile-links a { padding: 12px 0; display: flex; justify-content: space-between; border-top: 1px solid #ded5c8; color: var(--ink); font-size: 15px; font-weight: 750; text-decoration: none; }
.author-profile-links a:hover { color: var(--red); }
.author-latest-work { padding: 52px 0 76px; border-top: 1px solid #d7cdbf; background: rgba(255,253,248,.62); }

@media (max-width: 900px) {
  .author-profile-hero__grid { grid-template-columns: 150px minmax(0,1fr); gap: 30px; }
  .author-profile-portrait { width: 150px; height: 150px; }
  .author-profile-stat { grid-column: 2; padding: 16px 0 0; grid-template-columns: auto 1fr; gap: 9px; align-items: end; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .author-profile-stat strong { font-size: 38px; }
  .author-profile-stat span { margin-bottom: 3px; }
  .author-profile-about__grid { grid-template-columns: 1fr; gap: 35px; }
  .author-profile-links { max-width: 560px; }
}

@media (max-width: 600px) {
  .article-byline__times { display: grid; gap: 2px; }
  .article-byline__times span + span::before { display: none; }
  .author-profile-hero { padding: 46px 0; }
  .author-profile-hero__grid { grid-template-columns: 1fr; text-align: center; }
  .author-profile-portrait { width: 140px; height: 140px; margin: 0 auto; }
  .author-profile-dek { font-size: 17px; }
  .author-profile-stat { grid-column: auto; justify-content: center; text-align: left; }
  .author-profile-about { padding: 42px 0 50px; }
  .author-profile-bio { font-size: 17px; }
}

/* 8.4 — collapsible profile sources */
.source-link-list { margin-top: 13px; display: grid; }
.source-link-list p { margin: 0; padding: 9px 0; border-top: 1px solid #ddcfbd; }
.source-link-list p:last-child { padding-bottom: 4px; }
.source-link-list a { display: inline-flex; align-items: baseline; gap: 4px; font-size: 14px; font-weight: 750; text-decoration: none; }
.source-link-list a:hover { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.source-more-button { width: 100%; min-height: 42px; margin-top: 7px; padding: 9px 2px 2px; display: flex; align-items: center; justify-content: space-between; border: 0; border-top: 1px solid #ddcfbd; background: transparent; color: var(--red); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.source-more-button:hover span { text-decoration: underline; text-underline-offset: 3px; }
.source-more-button i { width: 8px; height: 8px; margin-right: 4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); transition: transform .18s ease; }
.source-more-button[aria-expanded="true"] i { transform: rotate(225deg) translate(-2px,-2px); }

/* 8.5 — editorial page heroes */
.institutional-hero { --hero-accent:#ff9a78; position: relative; overflow: hidden; padding: 76px 0 70px; background: #111a2e; color: #fff; }
.institutional-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg,#000,transparent 82%); }
.institutional-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: -330px; border: 1px solid color-mix(in srgb,var(--hero-accent) 42%,transparent); border-radius: 50%; box-shadow: 0 0 0 80px color-mix(in srgb,var(--hero-accent) 5%,transparent),0 0 0 160px color-mix(in srgb,var(--hero-accent) 3%,transparent); }
.institutional-hero--about { --hero-accent:#ff9b79; background: linear-gradient(118deg,#101a30 0%,#17243a 62%,#48233a 120%); }
.institutional-hero--reporting { --hero-accent:#d8ff70; background: linear-gradient(120deg,#11151c 0%,#172331 61%,#354124 125%); }
.institutional-hero--privacy { --hero-accent:#72dfd3; background: linear-gradient(120deg,#10202d 0%,#12303b 63%,#16494b 125%); }
.institutional-hero--contact { --hero-accent:#ffca62; background: linear-gradient(120deg,#111a2c 0%,#20233a 63%,#4b3423 125%); }
.institutional-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 90px; align-items: end; }
.institutional-hero__kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--hero-accent); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.institutional-hero__kicker::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.institutional-hero h1 { max-width: 850px; margin: 14px 0 14px; color: #fff; font-size: clamp(56px,7.2vw,92px); line-height: .92; letter-spacing: -.07em; }
.institutional-hero__copy > p { max-width: 700px; margin: 0; color: #dce3ed; font-size: 20px; line-height: 1.55; }
.institutional-hero__panel { padding: 4px 0 3px 29px; display: grid; border-left: 1px solid rgba(255,255,255,.3); }
.institutional-hero__panel > span { color: var(--hero-accent); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.institutional-hero__panel > strong { margin-top: 10px; color: #fff; font-family: var(--display); font-size: 49px; line-height: .95; letter-spacing: -.055em; }
.institutional-hero__panel > small { margin-top: 7px; color: #d6dee8; font-size: 13px; }
.institutional-hero__panel > div { margin-top: 24px; display: grid; }
.institutional-hero__panel > div > span { padding: 9px 0; display: flex; gap: 12px; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 13px; font-weight: 750; }
.institutional-hero__panel i { color: var(--hero-accent); font-style: normal; font-size: 10px; letter-spacing: .08em; }

.topics-hero { position: relative; overflow: hidden; padding: 70px 0 66px; background: linear-gradient(120deg,#321827 0%,#69273a 54%,#c1482f 128%); color: #fff; }
.topics-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 0%,rgba(255,211,123,.16),transparent 28%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: auto,58px 58px,58px 58px; }
.topics-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(340px,.75fr); gap: 70px; align-items: center; }
.topics-hero__kicker { display: inline-flex; align-items: center; gap: 10px; color: #ffd37b; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.topics-hero__kicker::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.topics-hero h1 { max-width: 800px; margin: 14px 0 15px; color: #fff; font-size: clamp(54px,6.8vw,88px); line-height: .92; letter-spacing: -.07em; }
.topics-hero__copy > p { max-width: 690px; margin: 0; color: #f0dfe4; font-size: 19px; line-height: 1.55; }
.topics-hero__actions { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 10px; }
.topics-hero__actions a { min-height: 45px; padding: 0 16px; display: inline-flex; align-items: center; gap: 18px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.topics-hero__actions a:first-child { border-color: #ffd37b; background: #ffd37b; color: #321827; }
.topics-hero__actions a:hover { transform: translateY(-2px); border-color: #fff; background: #fff; color: #321827; }
.topics-hero__visual { position: relative; min-height: 330px; display: grid; place-items: center; }
.topics-hero__count { position: relative; z-index: 2; width: 146px; height: 146px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; background: rgba(48,21,36,.72); box-shadow: 0 22px 60px rgba(31,11,22,.26); }
.topics-hero__count strong { color: #ffd37b; font-family: var(--display); font-size: 62px; line-height: .82; letter-spacing: -.07em; }
.topics-hero__count span { margin-top: 9px; color: #fff; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.topics-hero__orbit { position: absolute; border: 1px solid rgba(255,211,123,.28); border-radius: 50%; transform: rotate(-12deg); }
.topics-hero__orbit--one { width: 285px; height: 215px; }
.topics-hero__orbit--two { width: 365px; height: 285px; transform: rotate(22deg); border-color: rgba(255,255,255,.2); }
.topics-hero__chip { position: absolute; z-index: 3; max-width: 155px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-size: 11px; font-weight: 800; line-height: 1.1; backdrop-filter: blur(6px); }
.topics-hero__chip--1 { left: 0; top: 46px; }
.topics-hero__chip--2 { right: -5px; top: 82px; }
.topics-hero__chip--3 { left: 15px; bottom: 50px; }
.topics-hero__chip--4 { right: 5px; bottom: 27px; }

.profile-hero { position: relative; overflow: hidden; background: linear-gradient(112deg,#fffdf8 0%,#fffaf3 63%,#f2f5ff 100%); }
.profile-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(22,27,46,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(22,27,46,.025) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg,transparent 10%,#000 70%); }
.profile-hero::after { content: ""; position: absolute; width: 470px; height: 470px; right: -230px; bottom: -300px; border: 1px solid rgba(186,57,28,.13); border-radius: 50%; box-shadow: 0 0 0 75px rgba(186,57,28,.025),0 0 0 150px rgba(52,83,176,.025); }
.profile-hero > .container { position: relative; z-index: 1; }
.profile-head .eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.profile-head .eyebrow::before { content: ""; width: 24px; height: 2px; background: currentColor; }
.profile-portrait { outline: 1px solid rgba(22,27,46,.12); outline-offset: 7px; }

@media (max-width: 900px) {
  .institutional-hero__grid { grid-template-columns: minmax(0,1fr) 270px; gap: 48px; }
  .topics-hero__grid { grid-template-columns: minmax(0,1fr) 300px; gap: 35px; }
  .topics-hero__visual { min-height: 290px; transform: scale(.9); }
}

@media (max-width: 760px) {
  .institutional-hero { padding: 55px 0 50px; }
  .institutional-hero__grid, .topics-hero__grid { grid-template-columns: 1fr; }
  .institutional-hero__grid { gap: 34px; }
  .institutional-hero h1, .topics-hero h1 { font-size: clamp(50px,14vw,70px); }
  .institutional-hero__copy > p, .topics-hero__copy > p { font-size: 17px; }
  .institutional-hero__panel { padding: 20px 0 0; grid-template-columns: auto 1fr; column-gap: 14px; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .institutional-hero__panel > span, .institutional-hero__panel > div { grid-column: 1 / -1; }
  .institutional-hero__panel > strong { font-size: 40px; }
  .institutional-hero__panel > small { align-self: end; margin-bottom: 3px; }
  .institutional-hero__panel > div { margin-top: 17px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .institutional-hero__panel > div > span { display: grid; gap: 3px; }
  .topics-hero { padding: 54px 0 38px; }
  .topics-hero__visual { min-height: 250px; width: min(100%,420px); margin: -5px auto 0; transform: scale(.82); }
  .profile-portrait { outline-offset: 4px; }
}

@media (max-width: 480px) {
  .institutional-hero__panel > div { grid-template-columns: 1fr; gap: 0; }
  .institutional-hero__panel > div > span { display: flex; }
  .topics-hero__actions { display: grid; }
  .topics-hero__actions a { justify-content: space-between; }
  .topics-hero__visual { margin-inline: -20px; }
}

/* 8.5.1 — restrained topics header */
.topics-hero { padding: 52px 0 48px; background: linear-gradient(118deg,#101a30 0%,#17243a 72%,#26304a 120%); }
.topics-hero::before { background: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,#000,transparent 85%); }
.topics-hero__grid { grid-template-columns: minmax(0,1fr) 190px; gap: 70px; align-items: end; }
.topics-hero h1 { max-width: none; margin: 10px 0 9px; font-size: clamp(48px,5.5vw,68px); line-height: .98; letter-spacing: -.06em; }
.topics-hero__copy > p { max-width: 740px; color: #dce3ed; font-size: 18px; }
.topics-hero__summary { padding: 3px 0 4px 25px; display: grid; border-left: 1px solid rgba(255,255,255,.3); }
.topics-hero__summary strong { color: #ff9b79; font-family: var(--display); font-size: 48px; line-height: .9; letter-spacing: -.06em; }
.topics-hero__summary span { margin-top: 8px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.topic-directory { padding-top: 42px; }

@media (max-width: 760px) {
  .topics-hero { padding: 43px 0 39px; }
  .topics-hero__grid { grid-template-columns: 1fr; gap: 24px; }
  .topics-hero h1 { font-size: clamp(45px,13vw,62px); }
  .topics-hero__summary { padding: 15px 0 0; grid-template-columns: auto 1fr; gap: 10px; align-items: end; border-left: 0; border-top: 1px solid rgba(255,255,255,.28); }
  .topics-hero__summary strong { font-size: 38px; }
  .topics-hero__summary span { margin-bottom: 3px; }
}

/* 8.5.2 — staff profile details */
.author-profile-hero { padding: 58px 0 62px; background: linear-gradient(118deg,#101a30 0%,#142039 66%,#3e2338 125%); }
.author-profile-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(90deg,#000,transparent 84%); }
.author-profile-hero::after { inset: 0 0 0 64%; background: radial-gradient(circle at 60% 42%,rgba(255,126,92,.25),transparent 50%); }
.author-profile-hero__grid { grid-template-columns: minmax(0,1fr) 175px; gap: 70px; }
.author-profile-portrait { width: 205px; height: 230px; border: 0; border-radius: 18px; outline: 1px solid rgba(255,255,255,.45); outline-offset: 7px; box-shadow: 15px 15px 0 rgba(255,155,121,.12),0 22px 55px rgba(0,0,0,.3); }
.author-profile-hero__copy { min-width: 0; }
.author-profile-kicker { display: inline-flex; align-items: center; gap: 9px; }
.author-profile-kicker::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.author-profile-hero h1 { font-size: clamp(54px,6.7vw,80px); }
.author-profile-role { font-size: 15px; letter-spacing: .035em; text-transform: uppercase; }
.author-profile-dek { max-width: 680px; margin-top: 13px; font-size: 18px; }
.author-profile-beats { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px 17px; }
.author-profile-beats > span { color: #aeb9cb; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.author-profile-beats a { position: relative; color: #fff; font-size: 13px; font-weight: 750; text-decoration: none; }
.author-profile-beats a + a::before { content: ""; position: absolute; left: -10px; top: 50%; width: 3px; height: 3px; border-radius: 50%; background: #ff9b79; }
.author-profile-beats a:hover { color: #ffb39c; }
.author-profile-stat { align-self: stretch; align-content: center; }
.author-profile-about { padding: 62px 0 70px; }
.author-profile-about__grid { grid-template-columns: minmax(0,1fr) 350px; }
.author-profile-bio { margin-top: 15px; }
.author-profile-bio h2 { max-width: 720px; margin: 0 0 17px; font-size: clamp(32px,3.2vw,43px); line-height: 1.08; letter-spacing: -.045em; }
.author-profile-brief { margin-top: 31px; padding: 21px 24px; display: grid; grid-template-columns: 105px minmax(0,1fr); gap: 20px; align-items: start; border-left: 4px solid var(--red); background: #fff5e7; }
.author-profile-brief span { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.author-profile-brief strong { color: var(--ink); font-family: var(--display); font-size: 20px; line-height: 1.35; }
.author-profile-links { padding: 26px; border-top: 0; border-radius: 14px; background: #111b30; color: #fff; box-shadow: 0 16px 45px rgba(24,31,45,.16); }
.author-profile-links__kicker { color: #ffb39c; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.author-profile-links h2 { margin: 7px 0 17px; color: #fff; font-size: 24px; }
.author-profile-links a { border-color: rgba(255,255,255,.17); color: #fff; }
.author-profile-links a:hover { color: #ffb39c; }
.author-latest-work { scroll-margin-top: 150px; }

@media (max-width: 900px) {
  .author-profile-hero__grid { grid-template-columns: minmax(0,1fr) 160px; }
  .author-profile-portrait { width: 170px; height: 195px; }
  .author-profile-stat { grid-column: 2; align-self: auto; }
  .author-profile-about__grid { grid-template-columns: 1fr; }
  .author-profile-links { max-width: 620px; }
}

@media (max-width: 600px) {
  .author-profile-hero { padding: 45px 0 48px; }
  .author-profile-hero__grid { grid-template-columns: 1fr; text-align: left; }
  .author-profile-portrait { width: 145px; height: 165px; margin: 0; }
  .author-profile-stat { grid-column: auto; justify-content: start; }
  .author-profile-beats { justify-content: flex-start; }
  .author-profile-brief { grid-template-columns: 1fr; gap: 7px; }
}

/* 8.6 — trait-ranked related profiles and unified sources */
.source-box { margin: 0; padding: 19px 21px 21px; border-top: 1px solid #eee4d7; border-radius: 0 0 22px 22px; background: #fff; }
.source-box h3 { margin: 0 0 5px; color: var(--ink); font-size: 18px; }
.source-box > p { margin: 0; color: #526075; font-size: 13px; line-height: 1.5; }
.source-link-list { margin-top: 14px; }
.source-link-list p { border-color: #eee4d7; }
.source-link-list a { color: var(--ink); }
.source-link-list a span { color: var(--red); }
.source-link-list a { max-width: 100%; overflow-wrap: anywhere; line-height: 1.35; }

/* 8.6.8 — real-phone overflow, rails, and portrait-safe media */
@media (max-width: 760px) {
  .predictive-search-shell--header { display: none; width: 0; }
  .header-actions { width: auto; min-width: 0; }
  .briefing-strip {
    grid-template-columns: 125px repeat(4,185px);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
  .briefing-strip__title,
  .briefing-strip > a { scroll-snap-align: start; }
  .feature-story,
  .feature-story--lead { min-height: 0; grid-template-rows: auto auto; }
  .feature-story__media { aspect-ratio: 4 / 3; background: radial-gradient(circle at 50% 34%,#fffdf8 0%,#e7ded1 72%,#d8cdbd 100%); }
  .feature-story__media img { object-fit: contain; object-position: 50% 50%; }
  .feature-story__body { min-height: 158px; }
  .topic-directory__layout,
  .topic-directory__aside,
  .topic-directory__content,
  .topic-directory__section { min-width: 0; width: 100%; }
  .topic-directory__aside nav { width: 100%; max-width: 100%; }
  .directory-archive-link { width: auto; max-width: 100%; }
  .site-header.nav-open .site-nav-row {
    top: 76px;
    max-height: calc(100vh - 76px);
    overflow-y: auto;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 3px solid var(--red);
    background: var(--ink);
    color: #fff;
    box-shadow: 0 24px 55px rgba(9,17,29,.28);
  }
  .site-header.nav-open .site-nav-row__inner {
    width: min(calc(100% - 30px),1260px);
    min-height: 0;
    margin-inline: auto;
    padding: 18px 0 22px;
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    gap: 16px;
    align-items: center;
  }
  .site-header.nav-open .site-nav-home {
    width: auto;
    min-width: 108px;
    height: 46px;
    margin: 0;
    padding: 0 14px;
    display: flex;
    gap: 9px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 7px;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
  }
  .site-header.nav-open .site-nav-home::after { content: "Home"; }
  .site-header.nav-open .site-nav-home:hover { background: #fff; color: var(--ink); }
  .site-header.nav-open .site-nav-home svg { width: 20px; height: 20px; }
  .site-header.nav-open .header-date {
    grid-column: 2;
    grid-row: 1;
    min-height: 46px;
    margin: 0;
    padding: 0 13px;
    justify-content: flex-end;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 7px;
    color: #f2e9dc;
    font-size: 15px;
    font-weight: 750;
  }
  .site-header.nav-open .primary-nav {
    position: static;
    grid-column: 1 / -1;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    border: 0;
    background: transparent;
  }
  .site-header.nav-open .primary-nav::before {
    content: "Browse";
    grid-column: 1 / -1;
    margin-bottom: 9px;
    color: #ffb39c;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
  }
  .site-header.nav-open .primary-menu {
    grid-column: 1 / -1;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
  }
  .site-header.nav-open .primary-nav a {
    min-height: 58px;
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 7px;
    background: rgba(255,255,255,.055);
    color: #fff;
    font-size: 18px;
    font-weight: 750;
  }
  .site-header.nav-open .primary-nav a:hover,
  .site-header.nav-open .primary-nav a:focus-visible {
    border-color: #ffb39c;
    background: rgba(255,179,156,.12);
    color: #fff;
  }
  .nav-toggle[aria-expanded="true"] { border-color: var(--red); background: var(--red); color: #fff; }
}

@media (max-width: 520px) {
  .card-match-reason {
    display: block;
    overflow: visible;
    white-space: normal;
    line-height: 1.35;
  }
  .card-match-reason i { display: block; margin-bottom: 3px; }
  .topic-directory { padding: 30px 0 56px; }
  .topic-directory__layout { width: min(calc(100% - 30px),1260px); }
  .topic-directory__section { margin-bottom: 32px; padding-bottom: 32px; }
  .topic-directory__head {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 38px minmax(0,1fr);
    gap: 11px 12px;
    align-items: center;
  }
  .topic-directory__number {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    align-self: start;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 11px;
  }
  .topic-directory__head h2 { font-size: 28px; line-height: 1.02; }
  .topic-directory__head > a {
    grid-column: 2;
    width: max-content;
    max-width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
    font-size: 14px;
  }
  .topic-directory__stories {
    display: grid;
    gap: 10px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .topic-directory__story {
    min-height: 122px;
    padding: 10px;
    display: grid;
    grid-template-columns: 100px minmax(0,1fr);
    grid-template-rows: minmax(0,1fr) auto;
    gap: 8px 13px;
    align-items: center;
    border: 1px solid #d4cab9;
    border-radius: 12px;
    background: #fffdf9;
  }
  .topic-directory__story:last-child { border-bottom: 1px solid #d4cab9; }
  .topic-directory__image {
    grid-row: 1 / 3;
    width: 100px;
    height: 100px;
    border-radius: 9px;
  }
  .topic-directory__story-copy { align-self: end; }
  .topic-directory__story-copy strong { font-size: 19px; line-height: 1.12; }
  .topic-directory__story-copy small {
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    color: #4b5a6f;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .topic-directory__date {
    grid-column: 2;
    margin: 0;
    padding-top: 7px;
    align-self: start;
    border-top: 1px solid #e7ddd0;
    font-size: 12px;
  }
  .archive-result-bar { scroll-margin-top: 92px; }
  .profile-card { min-height: 170px; grid-template-rows: 170px; }
  .profile-card > img,
  .profile-card > .card-placeholder {
    height: 170px;
    min-height: 0;
    max-height: 170px;
    align-self: stretch;
  }
  .profile-card > img,
  .archive-result__image img,
  .topic-directory__image img {
    object-fit: contain;
    object-position: 50% 50%;
    background: #e9e1d5;
  }
  .profile-site-nav {
    min-height: 0;
    margin: 0 0 27px;
    padding: 14px 0 17px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    border-bottom: 1px solid #d6cbbd;
  }
  .profile-site-nav .profile-back {
    min-height: 46px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--ink);
    border-radius: 8px;
    background: var(--ink);
    color: #fff;
    font-size: 15px;
  }
  .profile-site-nav .profile-back span { color: #ffb39c; }
  .profile-site-nav > div {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 8px;
    text-align: center;
  }
  .profile-site-nav > div a {
    min-height: 44px;
    padding: 9px 8px;
    display: grid;
    place-items: center;
    border: 1px solid #d3c7b7;
    border-radius: 8px;
    background: #fffdf8;
    color: var(--ink);
    font-size: 14px;
    line-height: 1.2;
  }
  .profile-site-nav > div a:hover,
  .profile-site-nav > div a:focus-visible { border-color: var(--red); color: var(--red); }
}
.source-more-button { border-color: #eee4d7; }

.related-section { padding: 56px 0 78px; }
.related-section__head { margin-bottom: 24px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 35px; align-items: end; }
.related-section__head > div > span { color: var(--red); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.related-section__head h2 { margin: 7px 0 6px; font-size: clamp(31px,3.4vw,44px); line-height: 1.05; letter-spacing: -.05em; }
.related-section__head p { max-width: 720px; margin: 0; color: #4d5b70; font-size: 15px; }
.related-section__head > strong { align-self: center; padding: 10px 14px; border-left: 3px solid var(--red); background: #fff; color: var(--ink); font-size: 13px; letter-spacing: .02em; }
.card-match-reason { margin-bottom: 8px; display: flex; gap: 7px; overflow: hidden; color: var(--red); font-size: 11px; font-weight: 800; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.card-match-reason i { color: #667286; font-style: normal; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.related-more-wrap { margin-top: 21px; }
.related-more-button.load-more-button { min-height: 62px; margin: 0; padding: 0 20px; border: 1px solid var(--ink); border-radius: 12px; background: transparent; color: var(--ink); font-size: 15px; }
.related-more-button.load-more-button i { width: 34px; height: 34px; background: var(--red); color: #fff; }
.related-more-button.load-more-button:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.related-more-button.load-more-button:hover i { background: #fff; color: var(--ink); }

@media (max-width: 700px) {
  .related-section__head { grid-template-columns: 1fr; gap: 16px; }
  .related-section__head > strong { justify-self: start; }
  .related-section__head p { font-size: 14px; }
  .related-more-button.load-more-button { min-height: 58px; }
}

@media (max-width: 520px) {
  .related-section .card-match-reason {
    display: block;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
    line-height: 1.35;
  }
  .related-section .card-match-reason i { display: block; margin-bottom: 3px; }
}

/* 8.7.6 — compact homepage and institutional heroes on real phones */
@media (max-width: 760px) {
  .briefing-strip {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    overflow: hidden;
    scroll-snap-type: none;
  }
  .briefing-strip__title {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.15);
    background: var(--ink);
    color: #fff;
  }
  .briefing-strip__title > span { background: #ff7657; }
  .briefing-strip > a {
    padding: 13px 16px;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    grid-template-areas: "topic date" "name date";
    column-gap: 14px;
    align-items: center;
    border-top: 1px solid #ddd3c5 !important;
    border-left: 0;
    scroll-snap-align: none;
  }
  .briefing-strip > a:first-of-type { border-top: 0 !important; }
  .briefing-strip > a > span { grid-area: topic; }
  .briefing-strip > a > strong {
    grid-area: name;
    overflow: visible;
    white-space: normal;
    text-overflow: clip;
  }
  .briefing-strip > a > small {
    grid-area: date;
    white-space: nowrap;
  }
  .news-section__head {
    margin-bottom: 18px;
    display: grid;
    grid-template-columns: minmax(0,1fr);
    gap: 13px;
    align-items: start;
  }
  .news-section__head h2 {
    font-size: 30px;
    line-height: 1.08;
  }
  .news-section__head a {
    width: 100%;
    min-height: 44px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 9px;
    background: var(--red);
    color: #fff;
  }
  .institutional-hero__grid { min-width: 0; }
  .institutional-hero__copy,
  .institutional-hero__panel {
    min-width: 0;
    width: 100%;
  }
  .institutional-hero h1 {
    max-width: 100%;
    font-size: clamp(36px,11.5vw,42px);
    line-height: .98;
    letter-spacing: -.06em;
  }
  .institutional-hero__copy > p { max-width: 100%; }
}

@media (max-width: 340px) {
  .institutional-hero h1 { font-size: 35px; }
}

/* 8.7.8 — breathing room in the three lead cards */
@media (min-width: 761px) {
  .feature-grid .feature-meta { padding-top: 16px; font-weight: 700; }
}

/* 8.8.2 — make the three lead stories feel native on phones */
@media (max-width: 520px) {
  .feature-grid { gap: 14px; }
  .feature-story,
  .feature-story--lead {
    min-height: 170px;
    display: grid;
    grid-template-columns: 120px minmax(0,1fr);
    grid-template-rows: 170px;
    align-items: stretch;
    border-radius: 15px;
  }
  .feature-story__media {
    width: 120px;
    height: 170px;
    aspect-ratio: auto;
  }
  .feature-story__body {
    min-height: 0;
    padding: 21px;
  }
  .feature-kicker {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .055em;
  }
  .feature-kicker::before {
    content: "";
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--red);
  }
  .feature-story h2,
  .feature-story--lead h2 {
    margin: 0 0 7px;
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: -.035em;
  }
  .feature-story p { display: none; }
  .feature-meta {
    margin-top: 6px;
    padding-top: 0;
    gap: 10px;
    font-size: 12px;
    font-weight: 700;
  }
  .feature-label {
    left: 8px;
    bottom: 8px;
    padding: 5px 6px;
    font-size: 8px;
    letter-spacing: .07em;
  }
  .feature-story--lead .feature-story__media .feature-label { display: none; }
  .feature-story--lead .feature-story__body { padding: 17px; }
  .feature-story--lead .feature-label--mobile {
    position: static;
    align-self: flex-start;
    margin-bottom: 7px;
    padding: 4px 7px;
    display: inline-flex;
    border-radius: 4px;
    font-size: 8px;
    line-height: 1.2;
    letter-spacing: .07em;
  }
  .feature-story--lead .feature-kicker {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .feature-story--lead .feature-meta { margin-top: 6px; padding-top: 0; }
}

/* 8.9.4 — final masthead identity overrides */
.brand { gap: 13px; }
.brand-mark {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: block;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: 0 6px 16px rgba(19,34,56,.13);
}
.brand-mark img { width: 100%; height: 100%; display: block; }
.brand-name { font-size: 33px; font-weight: 760; letter-spacing: -.055em; }
.brand-name strong { font-weight: 820; }
.brand-edition { margin-top: 5px; color: #536075; font-size: 10px; font-weight: 800; letter-spacing: .22em; }

@media (max-width: 1000px) {
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-name { font-size: 29px; }
}

@media (max-width: 520px) {
  .brand { gap: 10px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; box-shadow: 0 4px 12px rgba(19,34,56,.12); }
  .brand-name { font-size: 23px; }
  .brand-edition { margin-top: 4px; font-size: 8px; letter-spacing: .18em; }
}
