/*
Theme Name: Latest Deaths Editorial
Theme URI: https://latestdeaths.org/
Author: LatestDeaths.org
Description: A fast, modern news index for recently reported deaths.
Version: 8.9.12
Text Domain: latest-deaths
*/

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/sora-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/sora-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-sans-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/ibm-plex-sans-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #11151b;
  --muted: #626b78;
  --bg: #f2f4f7;
  --surface: #ffffff;
  --line: #dde2e8;
  --blue: #1557ff;
  --blue-dark: #0c3fc8;
  --red: #ef3f46;
  --yellow: #ffd84d;
  --green: #087f5b;
  --radius: 14px;
  --shadow: 0 12px 34px rgba(17, 21, 27, .08);
  --content: 1240px;
  --sans: "Segoe UI", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--bg); font-family: var(--sans); font-size: 17px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { width: auto; height: auto; padding: 10px 14px; margin: 8px; clip: auto; background: #fff; z-index: 99999; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-main { min-height: 66px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: var(--blue); color: #fff; font-size: 18px; font-weight: 900; font-style: normal; }
.brand-name { font-size: 23px; font-weight: 800; letter-spacing: -.035em; }
.brand-name span { color: var(--blue); }
.primary-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.primary-nav a { color: #343b45; text-decoration: none; font-size: 15px; font-weight: 700; }
.primary-nav a:hover { color: var(--blue); }
.header-search { display: flex; align-items: center; width: 240px; height: 38px; background: var(--bg); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.header-search input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 8px 11px; background: transparent; color: var(--ink); }
.header-search button { align-self: stretch; border: 0; padding: 0 13px; background: var(--ink); color: #fff; cursor: pointer; font-size: 13px; font-weight: 800; }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: var(--surface); border-radius: 9px; padding: 7px 12px; font-weight: 750; }
.news-strip { border-top: 1px solid #f0f1f3; background: #fff; }
.news-strip__inner { min-height: 36px; display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 13px; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(239,63,70,.12); }
.news-strip strong { color: var(--ink); }
.news-strip__link { margin-left: auto; color: var(--blue); text-decoration: none; font-weight: 750; }

.news-home { padding: 34px 0 70px; }
.news-intro { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; margin-bottom: 25px; }
.news-intro h1 { margin: 0 0 6px; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: -.055em; }
.news-intro p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.index-count { display: flex; align-items: baseline; gap: 8px; padding: 12px 15px; background: #e8edff; border-radius: 10px; color: var(--blue-dark); }
.index-count strong { font-size: 25px; line-height: 1; }
.index-count span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.topic-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 9px; overflow-x: auto; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; scrollbar-width: none; }
.topic-bar::-webkit-scrollbar { display: none; }
.topic-bar__label { padding: 7px 9px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.topic-chip { flex: 0 0 auto; padding: 8px 13px; border-radius: 8px; background: var(--bg); color: #38404a; text-decoration: none; font-size: 14px; font-weight: 700; }
.topic-chip:hover { background: var(--blue); color: #fff; }

.lead-layout { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(315px, .7fr); gap: 22px; align-items: stretch; }
.lead-story { min-height: 475px; position: relative; overflow: hidden; border-radius: var(--radius); background: #1d2530; color: #fff; text-decoration: none; box-shadow: var(--shadow); }
.lead-story img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lead-story::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,15,22,.92) 0%, rgba(10,15,22,.72) 46%, rgba(10,15,22,.12) 100%); }
.lead-story__content { position: relative; z-index: 1; width: min(58%, 600px); min-height: 475px; padding: clamp(30px, 5vw, 58px); display: flex; flex-direction: column; justify-content: flex-end; }
.breaking-label { align-self: flex-start; margin-bottom: 15px; padding: 6px 9px; border-radius: 6px; background: var(--red); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.lead-story h2 { margin: 0 0 12px; font-size: clamp(39px, 5vw, 68px); line-height: .96; letter-spacing: -.055em; }
.lead-story p { max-width: 570px; margin: 0 0 18px; color: rgba(255,255,255,.86); font-size: 17px; }
.fact-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.fact-chip { padding: 7px 10px; border-radius: 7px; background: rgba(255,255,255,.14); color: #fff; font-size: 13px; font-weight: 700; backdrop-filter: blur(8px); }
.lead-placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.12); font-size: 160px; font-weight: 900; }

.updates-rail { padding: 20px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.rail-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 13px; border-bottom: 2px solid var(--ink); }
.rail-head h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; }
.rail-head span { color: var(--red); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.update-item { display: grid; grid-template-columns: 54px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.update-item:last-child { border-bottom: 0; }
.update-item img, .update-initials { width: 54px; height: 54px; border-radius: 9px; object-fit: cover; background: #e7ebf0; }
.update-initials { display: grid; place-items: center; color: var(--blue); font-weight: 900; }
.update-item strong { display: block; font-size: 16px; line-height: 1.22; }
.update-item small { display: block; margin-top: 4px; color: var(--muted); font-size: 13px; }
.update-item:hover strong { color: var(--blue); }

.news-section { margin-top: 42px; }
.news-section__head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 17px; }
.news-section__head h2 { margin: 0; font-size: 29px; letter-spacing: -.035em; }
.news-section__head a { color: var(--blue); font-size: 15px; font-weight: 800; text-decoration: none; }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 19px; }
.profile-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.profile-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.profile-card img, .card-placeholder { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #e8ebef; }
.card-placeholder { display: grid; place-items: center; color: #a9b2bf; font-size: 50px; font-weight: 900; }
.card-body { padding: 17px; }
.card-kicker { display: flex; align-items: center; gap: 7px; margin-bottom: 7px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.card-kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.card-body h2, .card-body h3 { margin: 0 0 7px; font-size: 23px; line-height: 1.08; letter-spacing: -.035em; }
.card-body p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.52; }
.card-footer { display: flex; gap: 10px; margin-top: 13px; color: #747d89; font-size: 12px; font-weight: 700; }

.load-more-wrap { margin-top: 22px; }
.load-more-button { width: 100%; min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid #cfd6df; border-radius: 12px; background: var(--surface); color: var(--ink); cursor: pointer; font-size: 17px; font-weight: 800; transition: color .18s, border-color .18s, background .18s; }
.load-more-button i { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--bg); color: var(--blue); font-style: normal; }
.load-more-button:hover { border-color: var(--blue); background: #f6f8ff; color: var(--blue); }
.load-more-button:disabled { cursor: wait; opacity: .7; }
.load-more-status { margin: 11px 0 0; color: var(--muted); text-align: center; font-size: 14px; }

.browse-row { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; gap: 19px; margin-top: 42px; }
.search-panel, .about-panel { padding: 25px; border-radius: 13px; }
.search-panel { background: var(--blue); color: #fff; }
.search-panel h2, .about-panel h2 { margin: 0 0 7px; font-size: 25px; letter-spacing: -.03em; }
.search-panel p, .about-panel p { margin: 0 0 17px; font-size: 15px; }
.search-panel p { color: rgba(255,255,255,.8); }
.about-panel { background: var(--yellow); }
.about-panel p { color: #4c4321; }
.big-search { height: 46px; display: flex; overflow: hidden; background: #fff; border-radius: 9px; }
.big-search input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 14px; }
.big-search button { border: 0; padding: 0 17px; background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; }
.text-link { font-size: 15px; font-weight: 800; text-decoration: none; }

.page-hero { padding: 42px 0 30px; background: var(--surface); border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.page-title { max-width: 940px; margin: 7px 0 9px; font-size: clamp(39px, 5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.page-intro { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.section { padding: 34px 0 70px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 19px; }
.archive-hero { padding-bottom: 54px; }
.archive-section { padding: 0 0 72px; }
.archive-filters { position: relative; z-index: 2; margin-top: -27px; padding: 18px; display: grid; grid-template-columns: minmax(260px, 1.6fr) repeat(3, minmax(145px, .65fr)) auto; gap: 12px; align-items: end; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.archive-filters label { display: block; margin: 0 0 7px; color: #4c5561; font-size: 12px; font-weight: 800; }
.archive-filters input, .archive-filters select { width: 100%; height: 46px; padding: 0 12px; border: 1px solid #cfd5dd; border-radius: 9px; outline: 0; background: #fff; color: var(--ink); font-size: 15px; }
.archive-filters input:focus, .archive-filters select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,87,255,.12); }
.filter-submit { height: 46px; padding: 0 19px; border: 0; border-radius: 9px; background: var(--blue); color: #fff; cursor: pointer; font-size: 15px; font-weight: 800; white-space: nowrap; }
.filter-submit:hover { background: var(--blue-dark); }
.archive-result-bar { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 2px solid var(--ink); }
.archive-result-bar p { margin: 0; font-size: 15px; font-weight: 800; }
.archive-result-bar a { color: var(--blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.archive-results { background: var(--surface); }
.archive-result { min-height: 164px; display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.archive-result__image { align-self: stretch; min-height: 124px; overflow: hidden; display: block; border-radius: 10px; background: #e6eaf0; text-decoration: none; }
.archive-result__image img { width: 100%; height: 100%; object-fit: cover; }
.archive-result__image span { width: 100%; height: 100%; display: grid; place-items: center; color: #a2acb9; font-size: 42px; font-weight: 800; }
.archive-result__meta { display: flex; flex-wrap: wrap; gap: 7px 13px; margin-bottom: 7px; color: #727b87; font-size: 12px; font-weight: 700; }
.archive-result__meta span:first-child { color: var(--blue); text-transform: uppercase; letter-spacing: .055em; }
.archive-result__content h2 { margin: 0 0 7px; font-size: 27px; line-height: 1.08; letter-spacing: -.035em; }
.archive-result__content h2 a { text-decoration: none; }
.archive-result__content h2 a:hover { color: var(--blue); }
.archive-result__content p { max-width: 740px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.5; }
.archive-result__link { padding: 10px 0 10px 16px; color: var(--blue); font-size: 14px; font-weight: 800; text-decoration: none; white-space: nowrap; }
.archive-empty { margin-top: 26px; padding: 65px 25px; border: 1px dashed #c8d0da; border-radius: 13px; text-align: center; background: var(--surface); }
.archive-empty h2 { margin: 0 0 7px; font-size: 28px; }
.archive-empty p { margin: 0 0 14px; color: var(--muted); }
.archive-empty a { color: var(--blue); font-weight: 800; }
.pagination { margin-top: 35px; display: flex; justify-content: center; gap: 6px; }
.pagination .page-numbers { min-width: 39px; min-height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); text-decoration: none; }
.pagination .current { background: var(--blue); color: #fff; border-color: var(--blue); }
.empty-state { padding: 70px 20px; text-align: center; }

.category-band { padding: 34px 0 70px; }
.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.category-card { min-height: 130px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); text-decoration: none; }
.category-card span { color: var(--muted); font-size: 11px; font-weight: 750; }
.category-card strong { font-size: 20px; line-height: 1.1; }
.category-card:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
.category-card:hover span { color: rgba(255,255,255,.75); }

.topics-hero { padding-bottom: 34px; }
.topic-jump { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.topic-jump a { min-height: 43px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 10px 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: var(--bg); text-decoration: none; }
.topic-jump strong { font-size: 14px; }
.topic-jump span { min-width: 26px; height: 26px; padding: 0 6px; display: grid; place-items: center; border-radius: 999px; background: #fff; color: var(--muted); font-size: 12px; font-weight: 800; }
.topic-jump a:hover { border-color: var(--blue); color: var(--blue); }
.topics-index { padding: 8px 0 75px; }
.topic-section { padding: 36px 0 40px; border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.topic-section:last-child { border-bottom: 0; }
.topic-section__head { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.topic-section__head span { color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .055em; }
.topic-section__head h2 { margin: 2px 0 0; font-size: 34px; line-height: 1; letter-spacing: -.04em; }
.topic-section__head > a { color: var(--blue); font-size: 15px; font-weight: 800; text-decoration: none; }
.topic-stories { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 19px; }
.topic-stories .profile-card:first-child { border-top: 4px solid var(--blue); }
.topic-stories .profile-card:first-child .card-body h2 { font-size: 27px; }

.profile-hero { padding: 30px 0 34px; background: var(--surface); border-bottom: 1px solid var(--line); }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 13px; font-weight: 700; }
.breadcrumbs a { text-decoration: none; }
.profile-head { display: grid; grid-template-columns: minmax(0,1fr) 410px; gap: 45px; align-items: center; }
.profile-title { margin: 9px 0 12px; font-size: clamp(48px, 6vw, 79px); line-height: .95; letter-spacing: -.06em; }
.profile-dek { max-width: 730px; margin: 0 0 19px; color: #424a55; font-size: clamp(18px, 2vw, 23px); line-height: 1.35; }
.profile-top-facts { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-top-facts span { padding: 7px 10px; border-radius: 8px; background: var(--bg); color: #464e59; font-size: 13px; font-weight: 700; }
.profile-portrait, .profile-image-placeholder { width: 100%; aspect-ratio: 4 / 3; border-radius: 13px; object-fit: cover; object-position: center 20%; background: #e7ebef; }
.profile-image-placeholder { display: grid; place-items: center; color: #aab2bd; font-size: 80px; font-weight: 900; }
.profile-main { display: grid; grid-template-columns: minmax(0,760px) 340px; justify-content: space-between; gap: 60px; padding: 42px 0 65px; }
.article-label { margin-bottom: 16px; padding-bottom: 10px; border-bottom: 3px solid var(--ink); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.article-body { font-size: 18px; line-height: 1.78; }
.article-body p { margin: 0 0 1.35em; }
.article-body h2 { margin: 1.6em 0 .6em; font-size: 28px; line-height: 1.15; }
.fact-sheet { align-self: start; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.fact-sheet h2 { margin: 0; padding: 17px 19px; background: var(--ink); color: #fff; font-size: 18px; }
.fact-sheet dl { margin: 0; padding: 4px 19px; }
.fact-row { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: 0; }
.fact-row dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.fact-row dd { margin: 0; font-size: 15px; font-weight: 650; line-height: 1.4; }
.source-box { margin: 12px; padding: 15px; border-radius: 10px; background: var(--bg); }
.source-box h3 { margin: 0 0 6px; font-size: 15px; }
.source-box p, .source-box li { color: var(--muted); font-size: 13px; }
.source-box ul { padding-left: 17px; }
.source-box a { color: var(--blue); overflow-wrap: anywhere; }
.related-section { padding: 40px 0 65px; border-top: 1px solid var(--line); }

.content-page { max-width: 780px; margin: 0 auto; padding: 42px 0 70px; font-size: 17px; line-height: 1.75; }
.content-page h2 { margin: 1.5em 0 .5em; font-size: 27px; letter-spacing: -.025em; }

.site-footer { position: relative; z-index: 1; padding: 32px 0 20px; background: #10141a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 45px; }
.footer-brand { font-size: 22px; font-weight: 850; }
.site-footer p { max-width: 480px; color: #aeb5bf; font-size: 14px; }
.site-footer h2 { margin: 0 0 9px; color: #8e97a4; font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 6px 0; }
.footer-links a { color: #e8ebef; text-decoration: none; font-size: 14px; }
.footer-bottom { margin-top: 25px; padding-top: 15px; border-top: 1px solid #2b3139; color: #969eaa; font-size: 12px; display: flex; justify-content: space-between; gap: 20px; }

@media (max-width: 1000px) {
  .primary-nav, .header-search { display: none; }
  .nav-toggle { display: block; }
  .site-header.nav-open .primary-nav { position: absolute; top: 66px; left: 0; right: 0; padding: 12px 20px 18px; display: flex; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); }
  .site-header.nav-open .primary-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .lead-layout, .profile-head, .profile-main { grid-template-columns: 1fr; }
  .updates-rail { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 18px; }
  .rail-head { grid-column: 1 / -1; }
  .profile-portrait, .profile-image-placeholder { max-width: 610px; }
  .profile-main { gap: 25px; }
  .fact-sheet { max-width: 620px; }
  .archive-filters { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .filter-search { grid-column: span 2; }
  .archive-result { grid-template-columns: 165px minmax(0,1fr); }
  .archive-result__link { grid-column: 2; padding: 0; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 26px), var(--content)); }
  .news-strip__inner { white-space: nowrap; overflow: hidden; }
  .news-strip__link { display: none; }
  .news-home { padding-top: 25px; }
  .news-intro { grid-template-columns: 1fr; gap: 14px; }
  .index-count { justify-self: start; }
  .lead-story { min-height: 490px; }
  .lead-story::after { background: linear-gradient(0deg, rgba(10,15,22,.94) 0%, rgba(10,15,22,.62) 55%, rgba(10,15,22,.1) 100%); }
  .lead-story__content { width: 100%; min-height: 490px; padding: 25px; }
  .lead-story h2 { font-size: 44px; }
  .lead-story p { font-size: 15px; }
  .updates-rail { grid-template-columns: 1fr; }
  .news-grid, .archive-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .browse-row { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .archive-filters { grid-template-columns: 1fr 1fr; }
  .filter-search { grid-column: 1 / -1; }
  .filter-submit { grid-column: 1 / -1; }
  .topic-stories { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .topic-stories .profile-card:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(250px,.9fr) 1fr; }
  .topic-stories .profile-card:first-child img, .topic-stories .profile-card:first-child .card-placeholder { height: 100%; aspect-ratio: auto; }
  .profile-head { gap: 25px; }
  .profile-title { font-size: 51px; }
  .profile-main { padding-top: 28px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand-name { font-size: 20px; }
  .news-intro h1 { font-size: 43px; }
  .news-grid, .archive-grid { grid-template-columns: 1fr; }
  .profile-card { display: grid; grid-template-columns: 120px 1fr; }
  .profile-card img, .profile-card .card-placeholder { height: 100%; min-height: 130px; aspect-ratio: auto; }
  .card-body { padding: 14px; }
  .card-body h2, .card-body h3 { font-size: 20px; }
  .card-body p { display: none; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card { min-height: 105px; }
  .archive-hero { padding-bottom: 45px; }
  .archive-filters { grid-template-columns: 1fr; padding: 14px; }
  .filter-search, .filter-submit { grid-column: auto; }
  .archive-result-bar { min-height: 62px; }
  .archive-result { min-height: 0; grid-template-columns: 105px minmax(0,1fr); gap: 14px; padding: 16px 0; }
  .archive-result__image { min-height: 105px; }
  .archive-result__content h2 { font-size: 22px; }
  .archive-result__content p { display: none; }
  .archive-result__link { grid-column: 2; font-size: 13px; }
  .topic-jump { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .topic-jump a { flex: 0 0 auto; }
  .topic-section__head { align-items: center; }
  .topic-section__head h2 { font-size: 29px; }
  .topic-section__head > a { font-size: 13px; }
  .topic-stories { grid-template-columns: 1fr; }
  .topic-stories .profile-card:first-child { grid-column: auto; display: grid; grid-template-columns: 120px 1fr; }
  .topic-stories .profile-card:first-child .card-body h2 { font-size: 20px; }
  .profile-title { font-size: 45px; }
  .profile-dek { font-size: 18px; }
  .fact-row { grid-template-columns: 90px 1fr; }
  .footer-bottom { flex-direction: column; }
}

/* 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 {
  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-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: 29px; }
.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 { 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__copy, .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: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; }
}

/* 4.0 — contemporary editorial system */
:root {
  --ink: #101117;
  --muted: #344158;
  --bg: #fffaf2;
  --surface: #ffffff;
  --line: #eadfce;
  --blue: #3548ff;
  --blue-dark: #2131d8;
  --red: #ff503c;
  --yellow: #ddff63;
  --green: #008f68;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(37, 31, 23, .09);
  --sans: Aptos, "Segoe UI Variable Text", "Segoe UI", Arial, sans-serif;
}

body { background: var(--bg); font-size: 17px; line-height: 1.6; letter-spacing: -.008em; }
.container { width: min(calc(100% - 56px), 1280px); }
.site-header { background: rgba(255,250,242,.96); border-bottom: 0; box-shadow: 0 1px 0 rgba(16,17,23,.1); }
.header-main { min-height: 82px; gap: 34px; }
.brand { gap: 11px; }
.brand-mark { position: relative; width: 38px; height: 38px; overflow: hidden; border-radius: 50%; background: var(--red); color: transparent; }
.brand-mark i:first-child { position: absolute; width: 14px; height: 14px; left: 8px; top: 8px; border: 4px solid #fff; border-radius: 50%; }
.brand-mark i:last-child { position: absolute; width: 11px; height: 4px; right: 6px; bottom: 9px; border-radius: 4px; background: var(--yellow); transform: rotate(-38deg); }
.brand-lockup { display: grid; gap: 0; line-height: 1; }
.brand-name { font-size: 24px; font-weight: 760; letter-spacing: -.055em; text-transform: lowercase; }
.brand-name strong { color: var(--blue); font-weight: 850; }
.brand-edition { margin-top: 4px; color: #596174; font-size: 9px; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.primary-nav { gap: 30px; }
.primary-nav a { position: relative; padding: 28px 0 26px; color: var(--ink); font-size: 15px; font-weight: 760; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 3px; background: var(--red); transition: right .18s; }
.primary-nav a:hover { color: var(--ink); }
.primary-nav a:hover::after { right: 0; }
.header-search { width: 255px; height: 44px; border: 0; border-radius: 999px; background: #fff; box-shadow: inset 0 0 0 1px #dfd4c4; }
.header-search input { padding-left: 16px; color: var(--ink); font-size: 14px; }
.header-search input::placeholder { color: #596174; opacity: 1; }
.header-search button { padding: 0 17px; border-radius: 999px; background: var(--blue); font-size: 13px; }
.news-strip { border: 0; background: var(--ink); }
.news-strip__inner { min-height: 38px; color: #fff; font-size: 13px; }
.news-strip__inner > span:not(.live-dot) { color: #eef0f7; }
.live-dot { background: var(--yellow); box-shadow: 0 0 0 4px rgba(221,255,99,.16); }
.news-strip strong { color: #fff; }
.news-strip__link { color: var(--yellow); }

.news-home { padding: 0 0 82px; }
.news-intro { grid-template-columns: minmax(0,1fr) 250px; gap: 70px; align-items: center; margin: 0; padding: 58px 0 40px; }
.intro-kicker { display: block; margin-bottom: 14px; color: var(--red); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.news-intro h1 { max-width: 910px; margin: 0 0 16px; font-size: clamp(52px, 6.3vw, 86px); line-height: .96; letter-spacing: -.072em; text-wrap: balance; }
.news-intro p { max-width: 790px; color: #29354a; font-size: 19px; line-height: 1.48; }
.index-count { min-height: 210px; padding: 25px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 6px; border-radius: 24px; background: var(--blue); color: #fff; transform: rotate(1.5deg); }
.index-count strong { color: var(--yellow); font-size: 62px; letter-spacing: -.07em; }
.index-count span { color: #fff; font-size: 12px; letter-spacing: .09em; }
.index-count a { margin-top: 10px; color: #fff; font-size: 14px; font-weight: 800; text-decoration: none; }
.topic-bar { margin-bottom: 25px; padding: 0; gap: 9px; border: 0; border-radius: 0; background: transparent; }
.topic-bar__label { padding-left: 0; color: var(--ink); }
.topic-chip { padding: 10px 15px; border: 1px solid transparent; border-radius: 999px; color: var(--ink); font-size: 14px; }
.topic-chip:nth-of-type(3n+1) { background: #e7ebff; }
.topic-chip:nth-of-type(3n+2) { background: #ffe6de; }
.topic-chip:nth-of-type(3n+3) { background: #efffbd; }
.topic-chip:hover { border-color: var(--ink); background: #fff; color: var(--ink); }
.lead-layout { grid-template-columns: minmax(0,1.72fr) minmax(330px,.68fr); gap: 24px; }
.lead-story { min-height: 520px; border-radius: 28px; background: #151b2c; box-shadow: none; }
.lead-story::after { background: linear-gradient(90deg, rgba(8,11,21,.96) 0%, rgba(8,11,21,.72) 52%, rgba(8,11,21,.05) 100%); }
.lead-story__content { min-height: 520px; }
.breaking-label { background: var(--red); }
.lead-story h2 { letter-spacing: -.065em; }
.updates-rail { padding: 25px; border: 0; border-radius: 28px; background: #fff; box-shadow: 0 8px 35px rgba(37,31,23,.06); }
.rail-head { border-color: var(--ink); }
.update-item { border-color: #eee5d8; }
.update-item small { color: #4c5870; }
.news-section { margin-top: 52px; }
.news-section__head h2 { font-size: 34px; }
.profile-card { border: 0; border-radius: 20px; box-shadow: 0 8px 28px rgba(37,31,23,.07); }
.profile-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(37,31,23,.12); }
.profile-card img, .card-placeholder { background: #f0e8dc; }
.card-body { padding: 21px; }
.card-body p { color: #344158; }
.card-footer { color: #4b566c; }
.load-more-button { min-height: 72px; border: 2px solid var(--ink); border-radius: 18px; background: transparent; }
.load-more-button i { background: var(--yellow); color: var(--ink); }
.load-more-button:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.browse-row { gap: 24px; }
.search-panel, .about-panel { padding: 31px; border-radius: 22px; }
.search-panel { background: var(--blue); }
.about-panel { background: var(--yellow); }
.search-panel p { color: #f0f2ff; }

.page-hero { padding: 58px 0 44px; border-bottom: 0; background: #fff; }
.page-title { margin-top: 10px; letter-spacing: -.065em; }
.page-intro { color: #344158; }
.eyebrow { color: var(--red); letter-spacing: .12em; }

.archive-hero { padding: 66px 0 112px; background: var(--blue); color: #fff; }
.archive-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) 210px; gap: 60px; align-items: end; }
.archive-hero .eyebrow { color: var(--yellow); }
.archive-hero .page-title { max-width: none; color: #fff; font-size: clamp(54px,7vw,92px); }
.archive-hero .page-intro { max-width: 720px; color: #fff; font-size: 20px; }
.archive-count { padding-left: 25px; border-left: 2px solid rgba(255,255,255,.38); }
.archive-count strong { display: block; color: var(--yellow); font-size: 62px; line-height: .9; letter-spacing: -.065em; }
.archive-count span { display: block; margin-top: 11px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.archive-section { padding: 0 0 86px; }
.archive-filters { margin-top: -64px; padding: 32px 36px 30px; display: block; border: 0; border-radius: 26px; background: #fff; box-shadow: 0 24px 70px rgba(20,23,55,.16); }
.archive-filters label { margin-bottom: 9px; color: var(--ink); font-size: 12px; letter-spacing: .07em; text-transform: uppercase; }
.archive-search-control { height: 68px; display: flex; overflow: hidden; border: 2px solid var(--ink); border-radius: 16px; background: #fffdf9; }
.archive-search-control input { height: 100%; padding: 0 20px; border: 0; border-radius: 0; background: transparent; color: var(--ink); font-size: 20px; font-weight: 650; }
.archive-search-control input::placeholder { color: #566176; opacity: 1; }
.archive-search-control input:focus { box-shadow: none; }
.filter-submit { height: 100%; min-width: 160px; padding: 0 24px; border-radius: 0; background: var(--ink); font-size: 16px; }
.filter-submit:hover { background: var(--red); }
.archive-filter-row { margin-top: 24px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)) auto; gap: 14px; align-items: end; }
.archive-filter-row .filter-field { min-width: 0; padding: 10px 14px 12px; border-radius: 13px; }
.archive-filter-row .filter-field:nth-child(1) { background: #e8ecff; }
.archive-filter-row .filter-field:nth-child(2) { background: #ffe7df; }
.archive-filter-row .filter-field:nth-child(3) { background: #efffc2; }
.archive-filters select { height: 31px; padding: 0 25px 0 0; border: 0; border-bottom: 1px solid rgba(16,17,23,.28); border-radius: 0; background-color: transparent; color: var(--ink); font-size: 15px; font-weight: 750; }
.archive-filters select:focus { border-color: var(--blue); box-shadow: none; }
.filter-apply { height: 62px; padding: 0 23px; border: 2px solid var(--ink); border-radius: 13px; background: #fff; color: var(--ink); cursor: pointer; font-size: 15px; font-weight: 800; }
.filter-apply:hover { background: var(--yellow); }
.archive-result-bar { min-height: 92px; border: 0; }
.archive-result-bar p { font-size: 18px; }
.archive-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; background: transparent; }
.archive-result { min-height: 230px; display: grid; grid-template-columns: 145px minmax(0,1fr); gap: 22px; align-items: stretch; padding: 20px; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 9px 30px rgba(37,31,23,.065); }
.archive-result:first-child { grid-column: 1 / -1; grid-template-columns: 250px minmax(0,1fr); min-height: 275px; background: #111526; color: #fff; }
.archive-result__image { min-height: 0; height: 100%; border-radius: 15px; background: #f0e9df; }
.archive-result__content { min-width: 0; align-self: center; }
.archive-result__meta { margin-bottom: 9px; color: #46536b; font-size: 12px; }
.archive-result__meta span:first-child { color: var(--blue); }
.archive-result__content h2 { margin-bottom: 9px; font-size: 29px; }
.archive-result__content p { color: #344158; font-size: 15px; }
.archive-result__link { display: inline-flex; margin-top: 15px; padding: 0; color: var(--blue); font-size: 14px; }
.archive-result:first-child .archive-result__meta, .archive-result:first-child .archive-result__content p { color: #dbe0ed; }
.archive-result:first-child .archive-result__meta span:first-child, .archive-result:first-child .archive-result__link { color: var(--yellow); }
.archive-result:first-child .archive-result__content h2 { font-size: 40px; }
.archive-result:first-child .archive-result__content h2 a:hover { color: var(--yellow); }
.pagination .page-numbers { border: 0; border-radius: 999px; background: #fff; }
.pagination .current { background: var(--blue); }

.topics-hero { background: #fff; }
.topic-jump { gap: 10px; }
.topic-jump a { min-height: 48px; padding: 9px 10px 9px 16px; border: 2px solid var(--ink); background: #fff; }
.topic-jump a:nth-child(3n+1) { background: #e7ebff; }
.topic-jump a:nth-child(3n+2) { background: #ffe6de; }
.topic-jump a:nth-child(3n+3) { background: #efffbd; }
.topic-jump span { background: var(--ink); color: #fff; }
.topic-jump a:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.topic-section { border-color: #ded2c2; }
.topic-section__head span { color: #46536b; }

.profile-hero { padding: 0 0 48px; border: 0; background: #fff; }
.profile-site-nav { min-height: 66px; margin-bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #e8ded0; }
.profile-site-nav a { color: var(--ink); font-size: 14px; font-weight: 780; text-decoration: none; }
.profile-site-nav a:hover { color: var(--blue); }
.profile-site-nav > div { display: flex; gap: 24px; }
.profile-back span { color: var(--red); }
.profile-head { gap: 64px; }
.profile-title { letter-spacing: -.072em; }
.profile-dek { color: #29354a; }
.profile-top-facts span { padding: 9px 12px; color: var(--ink); }
.profile-top-facts span:nth-child(3n+1) { background: #e7ebff; }
.profile-top-facts span:nth-child(3n+2) { background: #ffe6de; }
.profile-top-facts span:nth-child(3n+3) { background: #efffbd; }
.profile-portrait, .profile-image-placeholder { border-radius: 26px; background: #f1e9de; box-shadow: 16px 16px 0 #e7ebff; }
.profile-main { padding-top: 54px; }
.article-label { border-color: var(--red); }
.article-body { color: #182033; font-size: 19px; }
.fact-sheet { border: 0; border-radius: 22px; box-shadow: 0 12px 40px rgba(37,31,23,.09); }
.fact-sheet h2 { padding: 19px 21px; background: var(--blue); }
.fact-sheet dl { padding: 6px 21px; }
.fact-row { border-color: #eee4d7; }
.fact-row dt { color: #4a566c; }
.source-box { margin: 14px; padding: 17px; border-radius: 15px; background: #fff5e7; }
.source-box p, .source-box li { color: #344158; }
.fact-shortcuts { display: grid; border-top: 1px solid #e8ded0; }
.fact-shortcuts a { padding: 13px 19px; display: flex; justify-content: space-between; color: var(--ink); font-size: 14px; font-weight: 780; text-decoration: none; border-bottom: 1px solid #eee4d7; }
.fact-shortcuts a:last-child { border-bottom: 0; }
.fact-shortcuts a span { color: var(--blue); }
.fact-shortcuts a:hover { background: #efffc2; }
.profile-discovery { padding: 55px 0 62px; background: var(--ink); color: #fff; }
.profile-discovery__intro { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.profile-discovery__intro span { color: var(--yellow); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.profile-discovery__intro h2 { margin: 0; font-size: 39px; letter-spacing: -.045em; }
.discovery-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.discovery-grid a { min-height: 185px; position: relative; padding: 22px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; color: #fff; text-decoration: none; transition: transform .18s, background .18s, color .18s; }
.discovery-grid a > span { color: var(--yellow); font-size: 12px; font-weight: 850; }
.discovery-grid strong { margin-top: auto; font-size: 23px; letter-spacing: -.03em; }
.discovery-grid small { margin-top: 4px; color: #cdd3df; font-size: 14px; }
.discovery-grid i { position: absolute; right: 20px; top: 18px; font-size: 25px; font-style: normal; }
.discovery-grid a:hover { transform: translateY(-4px); background: var(--yellow); color: var(--ink); }
.discovery-grid a:hover > span, .discovery-grid a:hover small { color: var(--ink); }
.related-section { background: var(--bg); border: 0; }

.site-footer { padding-top: 44px; background: #0d0f15; }
.site-footer p { color: #d0d4dd; }
.site-footer h2 { color: var(--yellow); }
.footer-links a { color: #fff; }

@media (max-width: 1000px) {
  .container { width: min(calc(100% - 40px), 1280px); }
  .news-intro { gap: 35px; }
  .archive-results { grid-template-columns: 1fr; }
  .archive-result:first-child { grid-column: auto; }
  .archive-result, .archive-result:first-child { grid-template-columns: 190px minmax(0,1fr); }
  .archive-result__link { grid-column: auto; }
  .profile-site-nav { margin-top: 0; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), 1280px); }
  .header-main { min-height: 70px; }
  .site-header.nav-open .primary-nav { top: 70px; background: var(--bg); }
  .site-header.nav-open .primary-nav a { padding: 14px 0; }
  .brand-edition { display: none; }
  .news-intro { grid-template-columns: 1fr; padding: 40px 0 30px; }
  .news-intro h1 { font-size: 56px; }
  .index-count { min-height: 145px; transform: none; }
  .index-count strong { font-size: 48px; }
  .lead-story, .lead-story__content { min-height: 510px; }
  .archive-hero { padding: 48px 0 92px; }
  .archive-hero__grid { grid-template-columns: 1fr; gap: 28px; }
  .archive-count { padding: 0; display: flex; align-items: baseline; gap: 12px; border: 0; }
  .archive-count strong { font-size: 46px; }
  .archive-filters { margin-top: -52px; padding: 23px; }
  .archive-filter-row { grid-template-columns: 1fr 1fr; }
  .filter-apply { grid-column: 1 / -1; }
  .archive-result, .archive-result:first-child { grid-template-columns: 145px minmax(0,1fr); min-height: 230px; }
  .archive-result:first-child .archive-result__content h2 { font-size: 31px; }
  .profile-site-nav { margin-bottom: 25px; }
  .profile-head { gap: 34px; }
  .profile-portrait, .profile-image-placeholder { box-shadow: 9px 9px 0 #e7ebff; }
  .discovery-grid { grid-template-columns: 1fr; }
  .discovery-grid a { min-height: 145px; }
}

@media (max-width: 520px) {
  .brand-mark { width: 34px; height: 34px; }
  .brand-name { font-size: 22px; }
  .news-intro h1 { font-size: 47px; }
  .news-intro p { font-size: 17px; }
  .archive-search-control { height: auto; display: grid; overflow: visible; border: 0; background: transparent; }
  .archive-search-control input { height: 58px; border: 2px solid var(--ink); border-radius: 13px; font-size: 17px; }
  .filter-submit { height: 54px; margin-top: 9px; border-radius: 13px; }
  .archive-filter-row { grid-template-columns: 1fr; }
  .filter-apply { grid-column: auto; }
  .archive-result, .archive-result:first-child { grid-template-columns: 96px minmax(0,1fr); min-height: 175px; padding: 14px; gap: 14px; }
  .archive-result__content h2, .archive-result:first-child .archive-result__content h2 { font-size: 22px; }
  .archive-result__content p { display: none; }
  .archive-result__link { margin-top: 10px; }
  .profile-site-nav { align-items: flex-start; padding: 15px 0; }
  .profile-site-nav > div { display: grid; gap: 4px; text-align: right; }
  .profile-discovery__intro { display: block; }
  .profile-discovery__intro h2 { margin-top: 5px; }
}
