
:root {
    --te-blue: #196eeb;
    --te-blue-dark: #105ac8;
    --te-blue-soft: #eef4ff;
    --te-navy: #07162e;
    --te-navy-2: #0b2044;
    --te-ink: #111827;
    --te-muted: #667085;
    --te-line: #dce3ee;
    --te-canvas: #f5f7fb;
    --te-surface: #ffffff;
    --te-success: #087a55;
    --te-warning: #a65f00;
    --te-danger: #b42318;
    --te-radius: 18px;
    --te-radius-small: 10px;
    --te-shadow: 0 18px 48px rgba(7, 22, 46, 0.08);
    --te-shell: 1280px;
    --te-content: 760px;
}

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

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    color: var(--te-ink);
    background: var(--te-surface);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
    top: 32px;
}

img,
svg,
video,
iframe {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

a {
    color: var(--te-blue-dark);
    text-decoration: none;
    text-underline-offset: 0.16em;
}

a:hover {
    color: var(--te-blue);
}

p {
    margin: 0 0 1.25rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.65em;
    color: var(--te-ink);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

h1 {
    font-size: clamp(2.4rem, 6vw, 5.4rem);
}

h2 {
    font-size: clamp(1.8rem, 3.2vw, 3rem);
}

h3 {
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
.button {
    cursor: pointer;
}

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

.narrow-shell {
    max-width: 820px;
}

.page-shell {
    max-width: 980px;
}

.section {
    padding-block: clamp(56px, 7vw, 104px);
}

.section + .section {
    border-top: 1px solid rgba(220, 227, 238, 0.72);
}

.screen-reader-text {
    position: absolute !important;
    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,
.skip-link:focus {
    z-index: 100000;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 12px 18px;
    overflow: visible;
    clip: auto;
    color: #fff;
    background: var(--te-blue);
    border-radius: 8px;
    white-space: normal;
}

.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border: 1px solid var(--te-blue);
    border-radius: 9px;
    color: #fff;
    background: var(--te-blue);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
    color: #fff;
    background: var(--te-blue-dark);
    border-color: var(--te-blue-dark);
    transform: translateY(-1px);
}

.button--small {
    min-height: 38px;
    padding: 8px 14px;
}

.button--light {
    color: var(--te-navy);
    background: #fff;
    border-color: #fff;
}

.button--light:hover {
    color: var(--te-navy);
    background: #e9f1ff;
    border-color: #e9f1ff;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--te-blue-dark);
    font-size: 0.9rem;
    font-weight: 800;
}

.text-link::after {
    content: "→";
    transition: transform 160ms ease;
}

.text-link:hover::after {
    transform: translateX(4px);
}

.text-link--light {
    color: #a9c8ff;
}

.section-kicker,
.story-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--te-blue);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.12em;
    line-height: 1.3;
    text-transform: uppercase;
}

.story-kicker a {
    color: inherit;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.section-heading h2 {
    max-width: 760px;
    margin: 0;
}

.section-heading > p {
    max-width: 470px;
    margin: 0;
    color: var(--te-muted);
    line-height: 1.55;
}

.section-heading--compact {
    margin-bottom: 12px;
}

.section-heading--compact h2 {
    font-size: 1.3rem;
}

.section-heading--dark h2 {
    color: #fff;
}

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-utility {
    color: #bdc9dc;
    background: #030c1a;
    font-size: 0.77rem;
}

.site-utility__inner {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-utility nav {
    display: flex;
    gap: 20px;
}

.site-utility a {
    color: #dbe6f8;
}

.site-masthead {
    position: relative;
    background: var(--te-navy);
}

.site-masthead__inner {
    display: grid;
    grid-template-columns: 190px 1fr auto;
    min-height: 82px;
    align-items: center;
    gap: 28px;
}

.site-branding {
    display: inline-flex;
    align-items: center;
}

.site-branding__logo {
    width: 178px;
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
}

.primary-navigation {
    min-width: 0;
}

.primary-menu,
.primary-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.7vw, 26px);
}

.primary-menu li {
    position: relative;
}

.primary-menu > li > a {
    display: block;
    padding: 29px 0 27px;
    color: #e5edf9;
    font-size: 0.87rem;
    font-weight: 760;
    white-space: nowrap;
}

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li > a:hover {
    color: #fff;
}

.primary-menu > li.current-menu-item > a::after,
.primary-menu > li.current-menu-ancestor > a::after {
    position: absolute;
    right: 0;
    bottom: 18px;
    left: 0;
    height: 3px;
    border-radius: 99px;
    background: var(--te-blue);
    content: "";
}

.primary-menu .sub-menu {
    position: absolute;
    top: calc(100% - 8px);
    left: -18px;
    width: 230px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    opacity: 0;
    visibility: hidden;
    background: #0b2044;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
    transform: translateY(8px);
    transition: 160ms ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-menu .sub-menu a {
    display: block;
    padding: 9px 10px;
    color: #dbe6f8;
    border-radius: 7px;
    font-size: 0.86rem;
}

.primary-menu .sub-menu a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.masthead-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-toggle,
.menu-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 9px;
    color: #fff;
    background: transparent;
}

.menu-toggle {
    display: none;
}

.header-search {
    position: absolute;
    right: 0;
    left: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--te-navy-2);
    box-shadow: var(--te-shadow);
}

.header-search .search-form {
    max-width: 760px;
    margin-inline: auto;
}

.breaking-bar {
    color: #111827;
    background: #fff;
    border-bottom: 1px solid var(--te-line);
}

.breaking-bar__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 42px;
    align-items: center;
    gap: 18px;
}

.breaking-bar strong {
    color: #fff;
    background: var(--te-blue);
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.breaking-bar__stories {
    display: flex;
    min-width: 0;
    gap: 24px;
    overflow: hidden;
    white-space: nowrap;
}

.breaking-bar__stories a {
    color: var(--te-ink);
    font-size: 0.82rem;
    font-weight: 730;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home-lead {
    padding-top: 38px;
    background:
        linear-gradient(180deg, var(--te-canvas), #fff 72%);
}

.home-lead__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.8fr) minmax(250px, 0.65fr);
    gap: 22px;
}

.lead-story {
    position: relative;
    min-height: 570px;
    overflow: hidden;
    border-radius: 24px;
    background: var(--te-navy);
    box-shadow: var(--te-shadow);
}

.lead-story__media,
.lead-story__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.lead-story__media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(2, 10, 24, 0.18) 46%, rgba(2, 10, 24, 0.96) 100%);
    content: "";
}

.lead-story__media img {
    object-fit: cover;
}

.lead-story__content {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: clamp(24px, 4vw, 48px);
    color: #fff;
}

.lead-story__content h1 {
    max-width: 870px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.2rem, 4.3vw, 4.7rem);
}

.lead-story__content h1 a {
    color: inherit;
}

.lead-story__content > p {
    max-width: 720px;
    color: #d8e3f4;
    font-size: 1.05rem;
}

.lead-story .story-meta {
    color: #cbd7e8;
}

.home-lead__secondary {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.headline-rail {
    padding: 22px;
    border: 1px solid var(--te-line);
    border-radius: 18px;
    background: #fff;
}

.story-card {
    min-width: 0;
}

.story-card__media {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: var(--te-navy);
}

.story-image {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 260ms ease;
}

.story-card:hover .story-image:not(.story-image--placeholder) {
    transform: scale(1.025);
}

.story-image--placeholder {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 70% 25%, rgba(25, 110, 235, 0.62), transparent 28%),
        linear-gradient(135deg, #07162e, #12376e);
}

.story-image--placeholder img {
    width: 26%;
    opacity: 0.94;
}

.story-card__body {
    padding-top: 14px;
}

.story-card__title {
    margin-bottom: 8px;
    font-size: clamp(1.12rem, 1.6vw, 1.42rem);
    line-height: 1.18;
}

.story-card__title a {
    color: var(--te-ink);
}

.story-card__excerpt {
    margin-bottom: 12px;
    color: var(--te-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.story-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    color: var(--te-muted);
    font-size: 0.76rem;
    line-height: 1.4;
}

.story-card--overlay {
    position: relative;
    min-height: 274px;
    overflow: hidden;
    border-radius: 18px;
    background: var(--te-navy);
}

.story-card--overlay .story-card__media,
.story-card--overlay .story-card__media::after,
.story-card--overlay .story-card__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.story-card--overlay .story-card__media::after {
    background: linear-gradient(180deg, rgba(4, 14, 32, 0.02), rgba(4, 14, 32, 0.95));
    content: "";
}

.story-card--overlay .story-card__media img {
    object-fit: cover;
}

.story-card--overlay .story-card__body {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 22px;
}

.story-card--overlay .story-card__title a,
.story-card--overlay .story-meta {
    color: #fff;
}

.story-card--overlay .story-card__title {
    font-size: 1.35rem;
}

.story-card--large {
    grid-column: span 2;
}

.story-card--large .story-image {
    aspect-ratio: 16 / 8.5;
}

.story-card--large .story-card__title {
    font-size: clamp(1.5rem, 2.7vw, 2.65rem);
}

.story-card--compact .story-card__title {
    font-size: 1.06rem;
}

.story-card--compact .story-image {
    aspect-ratio: 16 / 10;
}

.story-card--horizontal {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 16px;
    align-items: center;
}

.story-card--horizontal .story-card__media,
.story-card--horizontal .story-image {
    height: 100%;
    min-height: 110px;
    aspect-ratio: auto;
}

.story-card--horizontal .story-card__body {
    padding: 0;
}

.story-card--horizontal .story-card__title {
    font-size: 1rem;
}

.story-list-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--te-line);
}

.story-list-item__number {
    color: #b4c1d4;
    font-size: 1rem;
    font-weight: 850;
}

.story-list-item h3 {
    margin: 0 0 7px;
    font-size: 0.98rem;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.story-list-item h3 a {
    color: var(--te-ink);
}

.context-section {
    background: #fff;
}

.context-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.story-grid {
    display: grid;
    gap: 28px;
}

.story-grid--four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.latest-section {
    background: var(--te-canvas);
}

.dark-feature {
    overflow: hidden;
    color: #dbe7f8;
    background:
        radial-gradient(circle at 87% 38%, rgba(73, 118, 255, 0.58), transparent 23%),
        radial-gradient(circle at 87% 38%, rgba(255, 255, 255, 0.2), transparent 6%),
        linear-gradient(125deg, #061329 0%, #0a1e40 67%, #08162d 100%);
}

.feature-split {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.7fr);
    gap: 40px;
}

.story-card--feature-dark .story-card__media {
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.story-card--feature-dark .story-image {
    aspect-ratio: 16 / 8.5;
}

.story-card--feature-dark .story-card__title {
    font-size: clamp(1.8rem, 4vw, 3.5rem);
}

.story-card--feature-dark .story-card__title a,
.story-card--feature-dark .story-meta {
    color: #fff;
}

.story-card--feature-dark .story-card__excerpt {
    color: #b9c9de;
}

.feature-split__list .story-list-item {
    border-color: rgba(255, 255, 255, 0.14);
}

.feature-split__list .story-list-item h3 a {
    color: #fff;
}

.feature-split__list .story-meta {
    color: #afc0d7;
}

.desk-section:nth-of-type(even) {
    background: var(--te-canvas);
}

.africa-section {
    background:
        linear-gradient(180deg, #f7fbff, #fff);
}

.africa-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 36px;
}

.reviews-section {
    background: var(--te-canvas);
}

.review-table {
    overflow: hidden;
    border: 1px solid var(--te-line);
    border-radius: 18px;
    background: #fff;
}

.review-row {
    display: grid;
    grid-template-columns: minmax(280px, 2fr) repeat(3, minmax(120px, 0.55fr));
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--te-line);
}

.review-row:last-child {
    border-bottom: 0;
}

.review-row__product {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 14px;
}

.review-row__product .story-image {
    width: 72px;
    height: 60px;
    border-radius: 8px;
}

.review-row h3 {
    margin: 2px 0 0;
    font-size: 1rem;
}

.review-row h3 a {
    color: var(--te-ink);
}

.review-row > div:not(.review-row__product) {
    display: grid;
    gap: 3px;
}

.review-row > div:not(.review-row__product) span {
    color: var(--te-muted);
    font-size: 0.72rem;
}

.video-section {
    color: #fff;
    background: var(--te-navy);
}

.video-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, minmax(0, 0.65fr));
    gap: 22px;
}

.story-card--video-feature {
    grid-row: span 2;
}

.story-card--video-feature .story-image {
    aspect-ratio: 10 / 9;
}

.story-card--video-feature .story-card__title {
    font-size: clamp(1.5rem, 3vw, 2.7rem);
}

.story-card--video .story-card__title,
.story-card--video-feature .story-card__title {
    color: #fff;
}

.story-card--video .story-card__title a,
.story-card--video-feature .story-card__title a {
    color: inherit;
}

.story-card--video .story-meta,
.story-card--video-feature .story-meta {
    color: #b5c3d9;
}

.newsletter-panel {
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: clamp(28px, 5vw, 64px);
    overflow: hidden;
    border-radius: 24px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 22, 46, 0.08), transparent 55%),
        radial-gradient(circle at 87% 25%, rgba(255, 255, 255, 0.18), transparent 22%),
        var(--te-blue);
    box-shadow: var(--te-shadow);
}

.newsletter-panel h2 {
    color: #fff;
}

.newsletter-panel p {
    max-width: 700px;
    color: #e5efff;
}

.site-footer {
    color: #b8c6d9;
    background: #030c1a;
}

.footer-briefing {
    background: #0a1e3d;
}

.footer-briefing__inner {
    display: flex;
    min-height: 230px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.footer-briefing h2 {
    max-width: 680px;
    color: #fff;
}

.footer-briefing p {
    color: #c2d0e3;
}

.site-footer__main {
    padding: 70px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, minmax(0, 1fr));
    gap: 48px;
}

.footer-brand img {
    width: 190px;
    margin-bottom: 20px;
}

.footer-brand p {
    margin: 0 0 8px;
}

.footer-promise {
    color: #8db8ff;
    font-weight: 800;
}

.footer-nav h2 {
    color: #fff;
    font-size: 0.98rem;
    letter-spacing: 0;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li + li {
    margin-top: 9px;
}

.footer-menu a {
    color: #bdc9dc;
    font-size: 0.88rem;
}

.site-footer__legal {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.78rem;
}

.site-footer__legal .site-shell {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.site-footer__legal p {
    margin: 0;
}

.breadcrumbs {
    margin-bottom: 28px;
    color: var(--te-muted);
    font-size: 0.78rem;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
    margin-left: 7px;
    color: #a6b2c2;
    content: "/";
}

.archive-header {
    max-width: 900px;
    margin: 0 0 44px;
}

.archive-header h1 {
    font-size: clamp(2.5rem, 5vw, 4.9rem);
}

.archive-header p,
.archive-description {
    max-width: 760px;
    color: var(--te-muted);
    font-size: 1.08rem;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 28px;
}

.navigation.pagination {
    margin-top: 54px;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.page-numbers {
    display: grid;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    place-items: center;
    border: 1px solid var(--te-line);
    border-radius: 8px;
    color: var(--te-ink);
    background: #fff;
}

.page-numbers.current {
    color: #fff;
    background: var(--te-blue);
    border-color: var(--te-blue);
}

.page-header {
    max-width: 850px;
    margin: 34px 0 44px;
}

.page-header h1 {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.page-dek {
    color: var(--te-muted);
    font-size: 1.15rem;
}

.page-featured-image {
    margin: 0 0 42px;
}

.page-featured-image img {
    width: 100%;
    border-radius: var(--te-radius);
}

.entry-content {
    color: #263244;
}

.page-entry > .entry-content {
    max-width: var(--te-content);
}

.entry-content > * {
    max-width: var(--te-content);
}

.entry-content > .alignwide {
    max-width: 1100px;
}

.entry-content > .alignfull {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
}

.entry-content h2 {
    margin-top: 2.2em;
    font-size: clamp(1.65rem, 3vw, 2.5rem);
}

.entry-content h3 {
    margin-top: 1.8em;
}

.entry-content a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.entry-content blockquote {
    margin: 2.2rem 0;
    padding: 18px 24px;
    border-left: 4px solid var(--te-blue);
    color: #25344a;
    background: var(--te-blue-soft);
    font-family: Georgia, serif;
    font-size: 1.2rem;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.entry-content th,
.entry-content td {
    padding: 12px;
    border: 1px solid var(--te-line);
    text-align: left;
}

.entry-content th {
    color: var(--te-navy);
    background: var(--te-blue-soft);
}

.article-header {
    padding: clamp(48px, 7vw, 90px) 0 36px;
    background: linear-gradient(180deg, #f4f7fc, #fff);
}

.article-header__inner {
    max-width: 1120px;
}

.article-header h1 {
    max-width: 1080px;
    margin: 15px 0 24px;
    font-size: clamp(2.8rem, 6.4vw, 6rem);
}

.article-dek {
    max-width: 900px;
    color: #4a5a70;
    font-size: clamp(1.1rem, 2.1vw, 1.42rem);
    line-height: 1.55;
}

.article-labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
}

.article-type,
.verification,
.article-category {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.article-type {
    color: #fff;
    background: var(--te-blue);
}

.article-category {
    color: var(--te-blue-dark);
    background: var(--te-blue-soft);
}

.verification {
    color: #344054;
    background: #eaecf0;
}

.verification--verified {
    color: #05603a;
    background: #dcfae6;
}

.verification--developing {
    color: #854a0e;
    background: #fff0c7;
}

.verification--disputed,
.verification--unconfirmed {
    color: #912018;
    background: #fee4e2;
}

.article-byline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    color: var(--te-muted);
    font-size: 0.82rem;
}

.article-byline a {
    color: var(--te-ink);
    font-weight: 800;
}

.article-author-avatar {
    border-radius: 50%;
}

.article-hero {
    margin-top: 18px;
}

.article-hero img {
    width: 100%;
    max-height: 780px;
    border-radius: 22px;
    object-fit: cover;
}

.article-hero figcaption {
    max-width: 900px;
    margin-top: 9px;
    color: var(--te-muted);
    font-size: 0.75rem;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, var(--te-content)) minmax(240px, 300px);
    justify-content: center;
    gap: clamp(46px, 8vw, 100px);
    padding-top: 55px;
    padding-bottom: 90px;
}

.article-content {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.1rem;
    line-height: 1.82;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.article-notice {
    max-width: 980px;
    margin: 24px auto 0;
    padding: 16px 18px;
    border-radius: 10px;
}

.article-notice p {
    margin: 4px 0 0;
}

.article-notice--correction {
    color: #791f18;
    background: #fee4e2;
}

.article-notice--update {
    color: #24549c;
    background: #e5efff;
}

.direct-answer,
.review-summary,
.job-summary,
.event-summary {
    margin-bottom: 34px;
    padding: 24px;
    border: 1px solid #cbdaf2;
    border-radius: 14px;
    background: var(--te-blue-soft);
}

.direct-answer > span {
    display: block;
    color: var(--te-blue-dark);
    font-size: 0.7rem;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.direct-answer p {
    margin: 7px 0 0;
    color: #1c2b41;
    font-size: 1.05rem;
    line-height: 1.58;
}

.review-summary {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px 28px;
    background: #fff;
}

.review-summary > div:first-child {
    display: grid;
    min-height: 110px;
    place-items: center;
    align-content: center;
    border-radius: 14px;
    color: #fff;
    background: var(--te-navy);
    text-align: center;
}

.review-summary > div span {
    font-size: 0.65rem;
    text-transform: uppercase;
}

.review-summary > div strong {
    font-size: 2.4rem;
    line-height: 1;
}

.review-summary dl,
.job-summary dl,
.event-summary dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
}

.review-summary dl div,
.job-summary dl div,
.event-summary dl div {
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff;
}

.review-summary dt,
.job-summary dt,
.event-summary dt {
    color: var(--te-muted);
    font-size: 0.7rem;
}

.review-summary dd,
.job-summary dd,
.event-summary dd {
    margin: 3px 0 0;
    font-weight: 800;
}

.review-summary > p {
    grid-column: 1 / -1;
    margin: 0;
}

.article-rail__sticky {
    position: sticky;
    top: 150px;
    display: grid;
    gap: 20px;
}

.rail-card {
    padding: 20px;
    border: 1px solid var(--te-line);
    border-radius: 14px;
    background: #fff;
}

.rail-card p {
    color: var(--te-muted);
    font-size: 0.86rem;
    line-height: 1.55;
}

.article-toc ol {
    margin: 0;
    padding-left: 20px;
}

.article-toc li + li {
    margin-top: 8px;
}

.article-toc a {
    color: var(--te-ink);
    font-size: 0.82rem;
    font-weight: 700;
}

.context-boxes {
    margin-top: 58px;
    padding: 30px;
    border-radius: 18px;
    background: var(--te-navy);
}

.context-boxes h2,
.context-boxes h3 {
    color: #fff;
}

.context-boxes > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.context-boxes article {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #c4d2e5;
    background: rgba(255, 255, 255, 0.04);
}

.context-boxes article p {
    margin: 0;
}

.source-box {
    margin-top: 46px;
    padding: 25px;
    border: 1px solid var(--te-line);
    border-radius: 14px;
    background: var(--te-canvas);
}

.source-box h2 {
    font-size: 1.2rem;
}

.source-box ol {
    margin: 0;
    padding-left: 22px;
}

.source-box li + li {
    margin-top: 7px;
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 36px;
}

.article-tags a {
    padding: 6px 10px;
    border: 1px solid var(--te-line);
    border-radius: 999px;
    color: var(--te-muted);
    font-size: 0.75rem;
}

.author-box {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 20px;
    align-items: center;
    margin-top: 55px;
    padding: 28px;
    border-top: 4px solid var(--te-blue);
    background: var(--te-canvas);
}

.author-box img {
    border-radius: 50%;
}

.author-box h2 {
    margin: 2px 0 5px;
    font-size: 1.35rem;
}

.author-box p {
    margin: 0;
    color: var(--te-muted);
    font-size: 0.88rem;
}

.related-stories {
    background: var(--te-canvas);
}

.comments-area {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid var(--te-line);
}

.comment-list {
    padding: 0;
    list-style: none;
}

.comment {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid var(--te-line);
    border-radius: 12px;
}

.search-form {
    display: flex;
    gap: 8px;
}

.search-field {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid #aebbd0;
    border-radius: 9px;
    color: var(--te-ink);
    background: #fff;
}

.search-form button {
    min-width: 100px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--te-blue);
    font-weight: 800;
}

.search-page-form {
    max-width: 760px;
    margin: -20px 0 46px;
}

.empty-state,
.empty-newsroom {
    text-align: center;
}

.empty-state {
    max-width: 720px;
    margin: 50px auto;
    padding: 40px;
    border: 1px solid var(--te-line);
    border-radius: 18px;
    background: var(--te-canvas);
}

.empty-newsroom h1 {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.error-page {
    display: grid;
    min-height: 66vh;
    place-items: center;
    padding: 80px 0;
    text-align: center;
}

.error-code {
    display: block;
    color: #d8e4f6;
    font-size: clamp(7rem, 20vw, 15rem);
    font-weight: 900;
    line-height: 0.8;
}

.error-page h1 {
    font-size: clamp(2rem, 5vw, 4rem);
}

.error-page .search-form {
    margin: 28px 0;
}

.te-public-form-wrap {
    margin: 32px 0;
    padding: 28px;
    border: 1px solid var(--te-line);
    border-radius: 18px;
    background: #fff;
}

.te-public-form label {
    display: block;
    font-weight: 750;
}

.te-public-form input[type="text"],
.te-public-form input[type="email"],
.te-public-form input[type="url"],
.te-public-form textarea {
    width: 100%;
    margin-top: 7px;
    padding: 12px 14px;
    border: 1px solid #b8c4d6;
    border-radius: 8px;
}

.te-public-form button {
    padding: 12px 20px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--te-blue);
    font-weight: 800;
}

.te-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.te-form-consent label {
    display: flex;
    gap: 8px;
    font-weight: 400;
}

.te-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.te-form-notice {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 8px;
}

.te-form-notice--success {
    color: #05603a;
    background: #dcfae6;
}

.te-form-notice--error {
    color: #912018;
    background: #fee4e2;
}

@media (max-width: 1160px) {
    .site-masthead__inner {
        grid-template-columns: 170px 1fr auto;
        gap: 18px;
    }

    .primary-menu {
        gap: 13px;
    }

    .primary-menu > li > a {
        font-size: 0.78rem;
    }

    .home-lead__grid {
        grid-template-columns: minmax(0, 1.4fr) minmax(270px, 0.75fr);
    }

    .headline-rail {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 200px repeat(2, 1fr) auto;
        align-items: center;
        gap: 20px;
    }

    .headline-rail .story-list-item {
        border: 0;
    }

    .story-grid--four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .video-grid {
        grid-template-columns: 1.4fr repeat(2, minmax(0, 0.7fr));
    }
}

@media (max-width: 920px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .site-utility {
        display: none;
    }

    .site-masthead__inner {
        grid-template-columns: 1fr auto auto;
        min-height: 72px;
    }

    .menu-toggle {
        display: inline-grid;
        grid-template-columns: 20px auto;
        width: auto;
        padding: 0 12px;
        gap: 7px;
    }

    .menu-toggle__icon,
    .menu-toggle__icon::before,
    .menu-toggle__icon::after {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 99px;
        background: currentColor;
    }

    .menu-toggle__icon {
        position: relative;
    }

    .menu-toggle__icon::before,
    .menu-toggle__icon::after {
        position: absolute;
        left: 0;
        content: "";
    }

    .menu-toggle__icon::before {
        top: -6px;
    }

    .menu-toggle__icon::after {
        top: 6px;
    }

    .primary-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 72px);
        padding: 16px 20px 24px;
        overflow-y: auto;
        background: var(--te-navy);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .primary-navigation.is-open {
        display: block;
    }

    .primary-menu {
        display: block;
    }

    .primary-menu > li > a {
        padding: 12px 0;
        font-size: 0.95rem;
    }

    .primary-menu .sub-menu {
        position: static;
        width: auto;
        padding: 0 0 0 16px;
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: none;
        transform: none;
    }

    .primary-menu > li.current-menu-item > a::after,
    .primary-menu > li.current-menu-ancestor > a::after {
        display: none;
    }

    .masthead-actions .button {
        display: none;
    }

    .home-lead__grid {
        grid-template-columns: 1fr;
    }

    .lead-story {
        min-height: 520px;
    }

    .home-lead__secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: none;
    }

    .headline-rail {
        display: block;
        grid-column: auto;
    }

    .context-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-card--large {
        grid-column: span 2;
    }

    .feature-split {
        grid-template-columns: 1fr;
    }

    .africa-grid {
        grid-template-columns: 1fr;
    }

    .video-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .story-card--video-feature {
        grid-column: span 2;
        grid-row: auto;
    }

    .story-card--video-feature .story-image {
        aspect-ratio: 16 / 8;
    }

    .review-row {
        grid-template-columns: minmax(260px, 1.7fr) repeat(3, minmax(100px, 0.6fr));
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .article-layout {
        grid-template-columns: minmax(0, var(--te-content));
    }

    .article-rail {
        display: none;
    }

    .archive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body {
        font-size: 16px;
    }

    .site-shell {
        width: min(calc(100% - 28px), var(--te-shell));
    }

    .section {
        padding-block: 54px;
    }

    .site-branding__logo {
        width: 145px;
    }

    .menu-toggle__label {
        display: none;
    }

    .menu-toggle {
        width: 42px;
        padding: 0;
        grid-template-columns: 1fr;
    }

    .breaking-bar__inner {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .breaking-bar__stories a:not(:first-child) {
        display: none;
    }

    .lead-story {
        min-height: 480px;
    }

    .lead-story__content h1 {
        font-size: 2.35rem;
    }

    .lead-story__content > p {
        display: none;
    }

    .home-lead__secondary,
    .context-grid,
    .story-grid--four,
    .story-grid--three,
    .archive-grid,
    .video-grid,
    .context-boxes > div,
    .te-form-grid {
        grid-template-columns: 1fr;
    }

    .story-card--large,
    .story-card--video-feature {
        grid-column: auto;
    }

    .section-heading,
    .footer-briefing__inner,
    .newsletter-panel {
        display: block;
    }

    .section-heading > p,
    .section-heading > .text-link {
        margin-top: 14px;
    }

    .story-card--horizontal {
        grid-template-columns: 110px 1fr;
    }

    .review-table {
        overflow-x: auto;
    }

    .review-row {
        min-width: 720px;
    }

    .newsletter-panel .button,
    .footer-briefing__action {
        margin-top: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .site-footer__legal .site-shell {
        display: block;
    }

    .site-footer__legal p + p {
        margin-top: 7px;
    }

    .article-header h1 {
        font-size: 2.6rem;
    }

    .article-dek {
        font-size: 1.05rem;
    }

    .article-layout {
        padding-top: 38px;
    }

    .article-content {
        font-size: 1.03rem;
    }

    .review-summary {
        grid-template-columns: 1fr;
    }

    .review-summary dl,
    .job-summary dl,
    .event-summary dl {
        grid-template-columns: 1fr;
    }

    .author-box {
        grid-template-columns: 64px 1fr;
        padding: 20px;
    }

    .author-box img {
        width: 64px;
        height: 64px;
    }

    .search-form {
        display: grid;
        grid-template-columns: 1fr auto;
    }
}

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

@media print {
    .site-header,
    .site-footer,
    .article-rail,
    .related-stories,
    .comments-area,
    .article-tags {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .article-layout {
        display: block;
        padding: 0;
    }

    .article-content {
        max-width: none;
    }
}

.author-header {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    gap: 28px;
    max-width: 900px;
    margin: 26px 0 70px;
}

.author-header img {
    border-radius: 50%;
}

.author-header h1 {
    margin-bottom: 10px;
    font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.author-header p {
    max-width: 720px;
    margin: 0;
    color: var(--te-muted);
}

.article-disclosure {
    margin-top: 40px;
    padding: 18px 20px;
    border-left: 4px solid var(--te-warning);
    color: #5d3b0a;
    background: #fff7df;
}

.article-disclosure p {
    margin: 4px 0 0;
}

@media (max-width: 680px) {
    .author-header {
        grid-template-columns: 72px 1fr;
        gap: 18px;
    }

    .author-header img {
        width: 72px;
        height: 72px;
    }
}
