:root {
    --ink: #101512;
    --ink-soft: #1b241e;
    --paper: #f7f4eb;
    --white: #ffffff;
    --gold: #c9a83f;
    --gold-bright: #e3c761;
    --olive: #4b511e;
    --muted: #687069;
    --line: #d9d5c8;
    --danger: #a72b2f;
    --max: 1280px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.65 var(--sans); }
body, button, input, textarea, select { font-family: var(--sans); }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-bright); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -100px; padding: 12px 18px; background: var(--gold-bright); color: #000; font-weight: 800; }
.skip-link:focus { top: 16px; }

.utility-bar { background: #080b09; color: #d5d7d1; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utility-inner b { color: var(--gold); margin-inline: .45rem; }
.utility-contact { display: flex; gap: 22px; }
.utility-contact a { text-decoration: none; }
.utility-contact a:hover { color: var(--gold-bright); }
.masthead { background: var(--ink); color: white; border-bottom: 1px solid #353a31; }
.masthead-inner { min-height: 128px; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.brand { display: flex; align-items: center; gap: 18px; text-decoration: none; min-width: 0; }
.brand img { width: 88px; height: 90px; object-fit: cover; border-radius: 50%; flex: 0 0 auto; }
.brand span { display: grid; gap: 2px; }
.brand strong { font: 700 clamp(1.45rem, 3vw, 2.35rem)/1 var(--serif); letter-spacing: -.025em; }
.brand small { color: #bfc4bb; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.tip-link { border: 1px solid var(--gold); color: var(--gold-bright); padding: 10px 16px; text-decoration: none; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 800; }
.tip-link:hover { background: var(--gold); color: var(--ink); }
.nav-bar { background: var(--ink); color: white; box-shadow: 0 8px 30px rgb(0 0 0 / .12); }
.nav-shell { min-height: 52px; display: flex; align-items: stretch; gap: 24px; }
.primary-nav { flex: 1; min-width: 0; }
.primary-nav > ul { min-height: 52px; margin: 0; padding: 0; list-style: none; display: flex; align-items: stretch; }
.primary-nav li { position: relative; }
.primary-nav > ul > li > a { min-height: 52px; display: flex; align-items: center; padding: 0 13px; color: #f4f1e9; font-size: .77rem; text-transform: uppercase; letter-spacing: .055em; font-weight: 750; text-decoration: none; border-bottom: 3px solid transparent; white-space: nowrap; }
.primary-nav > ul > li > a:hover, .primary-nav > ul > li > a:focus-visible { color: var(--gold-bright); border-color: var(--gold); }
.submenu-toggle { display: none; }
.submenu { display: none; position: absolute; z-index: 50; left: 0; top: 100%; min-width: 230px; margin: 0; padding: 8px; list-style: none; background: #182019; border: 1px solid #3c443b; box-shadow: 0 16px 36px rgb(0 0 0 / .32); }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { display: grid; }
.submenu a { display: block; padding: 10px 12px; text-decoration: none; font-size: .86rem; }
.submenu a:hover { background: #29332a; color: var(--gold-bright); }
.header-search { align-self: center; display: flex; border-left: 1px solid #3a4039; padding-left: 18px; }
.header-search input { width: 110px; border: 0; border-bottom: 1px solid #5d645c; background: transparent; color: white; padding: 7px 4px; }
.header-search button { border: 0; background: transparent; color: var(--gold-bright); cursor: pointer; font-size: 1.2rem; }
.menu-toggle { display: none; }

.edition-line { display: flex; justify-content: space-between; gap: 18px; align-items: center; border-bottom: 1px solid #c9c4b6; padding: 18px 0 12px; color: #555d56; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 750; }
.lead-grid { padding: 28px 0 42px; display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, .82fr); gap: 36px; }
.lead-story { display: grid; grid-template-columns: minmax(280px, .95fr) minmax(300px, 1.05fr); gap: 30px; align-items: start; }
.lead-art, .news-card-art { position: relative; overflow: hidden; background: linear-gradient(135deg, var(--ink), var(--olive)); text-decoration: none; }
.lead-art { min-height: 410px; display: grid; place-items: center; color: var(--gold-bright); }
.lead-art::before, .news-card-art::before { content: ""; position: absolute; inset: 0; opacity: .58; background: repeating-linear-gradient(45deg, transparent 0 22px, rgb(255 255 255 / .055) 23px 24px); }
.lead-art span { position: relative; z-index: 1; font: 700 clamp(2rem, 5vw, 4.7rem)/.83 var(--serif); letter-spacing: -.06em; }
.lead-art img, .news-card-art img { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; }
.story-kicker { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--olive); font-size: .69rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.story-kicker a { text-decoration: none; }
.story-kicker a:hover { text-decoration: underline; }
.lead-story h1 { margin: 12px 0 16px; font: 700 clamp(2.2rem, 4.7vw, 4.8rem)/.98 var(--serif); letter-spacing: -.048em; }
.lead-story h1 a { text-decoration: none; }
.lead-story h1 a:hover { color: var(--olive); }
.lead-story > div > p { margin: 0 0 24px; color: #424943; font-size: 1.04rem; line-height: 1.75; }
.story-meta { display: flex; flex-wrap: wrap; gap: 7px 14px; color: var(--muted); font-size: .72rem; letter-spacing: .045em; text-transform: uppercase; }
.lead-side { border-left: 1px solid var(--line); padding-left: 28px; display: grid; align-content: start; }

.news-card { min-width: 0; display: grid; gap: 14px; border-top: 3px solid var(--ink); padding-top: 12px; }
.news-card-art { aspect-ratio: 16 / 9; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; color: white; }
.art-mark, .art-topic { position: relative; z-index: 1; }
.art-mark { font: 700 2.1rem/1 var(--serif); color: var(--gold-bright); }
.art-topic { align-self: end; font-size: .66rem; letter-spacing: .12em; text-transform: uppercase; }
.news-card h3 { margin: 7px 0; font: 700 clamp(1.18rem, 2vw, 1.55rem)/1.16 var(--serif); letter-spacing: -.025em; }
.news-card h3 a { text-decoration: none; }
.news-card h3 a:hover { color: var(--olive); text-decoration: underline; }
.news-card p { margin: 0 0 12px; color: #4e554f; font-size: .9rem; }
.news-card-compact { grid-template-columns: 105px 1fr; padding-block: 15px; border-top-width: 1px; }
.news-card-compact:first-child { padding-top: 0; border-top: 0; }
.news-card-compact .news-card-art { aspect-ratio: 1; padding: 10px; }
.news-card-compact .art-mark { font-size: 1rem; }
.news-card-compact .art-topic { display: none; }
.news-card-compact h3 { font-size: 1.04rem; margin-bottom: 9px; }
.breaking-label { display: inline-flex; background: var(--danger); color: white; padding: 3px 7px; font: 800 .62rem/1.3 var(--sans); letter-spacing: .08em; text-transform: uppercase; }

.topic-money-laundering { background: linear-gradient(145deg, #121713, #735e23); }
.topic-fraud-scams { background: linear-gradient(145deg, #211313, #8a3f38); }
.topic-corruption { background: linear-gradient(145deg, #1b1710, #6b4d21); }
.topic-cybercrime { background: linear-gradient(145deg, #101a1c, #345762); }
.topic-sanctions-illicit-finance { background: linear-gradient(145deg, #17131c, #594565); }
.topic-regulation-aml { background: linear-gradient(145deg, #101914, #315541); }
.topic-asset-recovery { background: linear-gradient(145deg, #16140f, #5d5540); }
.topic-terrorist-financing { background: linear-gradient(145deg, #1c1012, #633138); }

.news-section, .focus-section { padding: 68px 0; }
.section-grid-with-rail { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 50px; align-items: start; }
.section-heading { margin-bottom: 27px; padding-bottom: 12px; border-bottom: 2px solid var(--ink); display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading span, .page-eyebrow, .rail-eyebrow { color: var(--olive); font-size: .68rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2 { margin: 2px 0 0; font: 700 clamp(1.8rem, 3.5vw, 2.65rem)/1 var(--serif); }
.section-heading > a { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 26px; }
.news-rail { display: grid; gap: 24px; position: sticky; top: 20px; }
.rail-card { padding: 26px; background: #ede8da; border-top: 5px solid var(--gold); }
.rail-card h2 { margin: 6px 0 12px; font: 700 1.5rem/1.1 var(--serif); }
.rail-card p { color: #505650; font-size: .9rem; }
.topic-list { list-style: none; padding: 10px 0 0; margin: 0; border-top: 1px solid #cac4b4; }
.topic-list li + li { border-top: 1px solid #d6d0c1; }
.topic-list a { display: flex; gap: 10px; align-items: center; padding: 9px 0; text-decoration: none; font-size: .82rem; font-weight: 700; }
.topic-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.topic-dot.topic-fraud-scams { background: #a44a3f; }.topic-dot.topic-corruption { background: #7d5a26; }.topic-dot.topic-cybercrime { background: #466a73; }.topic-dot.topic-sanctions-illicit-finance { background: #6d5b7b; }.topic-dot.topic-regulation-aml { background: #3f6650; }.topic-dot.topic-asset-recovery { background: #6a6048; }.topic-dot.topic-terrorist-financing { background: #783c42; }
.tip-card { background: var(--ink); color: white; }
.tip-card p { color: #c8ccc6; }
.tip-card .rail-eyebrow { color: var(--gold-bright); }
.text-link { display: block; margin-top: 9px; color: inherit; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.focus-section { background: #ede9df; }
.focus-dark { background: var(--ink-soft); color: white; }
.section-heading.light { border-color: #646a62; }
.section-heading.light span, .section-heading.light a { color: var(--gold-bright); }
.focus-grid, .archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 24px; }
.focus-dark .news-card { border-color: #737970; }
.focus-dark .story-kicker { color: var(--gold-bright); }
.focus-dark .news-card p, .focus-dark .story-meta { color: #bdc2bb; }
.focus-dark .news-card h3 a:hover { color: var(--gold-bright); }
.newsletter-strip { padding: 46px 0; background: var(--gold); }
.newsletter-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.newsletter-inner span { font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.newsletter-inner h2 { margin: 4px 0; font: 700 clamp(1.8rem, 4vw, 2.8rem)/1 var(--serif); }
.newsletter-inner p { margin: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 9px 18px; text-decoration: none; font-size: .75rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.button-gold { background: var(--ink); color: white; }

.archive-hero, .page-hero { padding: 58px 0; background: var(--ink-soft); color: white; }
.archive-hero-inner { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 60px; align-items: end; }
.archive-hero h1, .page-hero h1 { margin: 8px 0 12px; font: 700 clamp(2.6rem, 6vw, 5.5rem)/.98 var(--serif); letter-spacing: -.045em; }
.archive-hero p { max-width: 720px; color: #c9cdc7; }
.search-form label { display: block; margin-bottom: 7px; color: var(--gold-bright); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.search-form > div { display: flex; }
.search-form input { min-width: 0; flex: 1; border: 1px solid #626861; border-right: 0; background: #202820; color: white; padding: 11px; }
.search-form button { border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font-weight: 800; padding: 9px 14px; cursor: pointer; }
.archive-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.empty-state { max-width: 720px; margin: 30px auto; padding: 50px; border: 1px solid var(--line); text-align: center; }
.empty-state h2 { font: 700 2rem/1 var(--serif); }

.article-header { padding: 54px 0 42px; background: #ede8da; border-bottom: 1px solid var(--line); }
.article-header-inner { max-width: 1050px; }
.article-header h1 { max-width: 990px; margin: 12px 0 18px; font: 700 clamp(2.5rem, 6.2vw, 5.6rem)/.96 var(--serif); letter-spacing: -.047em; }
.standfirst { max-width: 820px; margin: 0 0 26px; color: #444b45; font: 400 clamp(1.05rem, 2vw, 1.3rem)/1.6 var(--sans); }
.article-byline { display: flex; flex-wrap: wrap; gap: 7px 22px; color: #5d655f; font-size: .73rem; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.article-layout { display: grid; grid-template-columns: minmax(0, 780px) 300px; gap: 70px; justify-content: center; align-items: start; padding-block: 55px 80px; }
.article-image { margin: 0 0 35px; }
.article-image img { width: 100%; max-height: 620px; object-fit: cover; }
.rich-content { color: #252c27; font: 400 1.08rem/1.83 var(--serif); }
.rich-content > *:first-child { margin-top: 0; }
.rich-content h2, .rich-content h3 { color: var(--ink); line-height: 1.08; letter-spacing: -.025em; }
.rich-content h2 { margin: 2em 0 .6em; font-size: 2rem; }.rich-content h3 { margin: 1.7em 0 .5em; font-size: 1.5rem; }
.rich-content a { color: #40551d; font-weight: 700; }
.rich-content blockquote { margin: 1.7em 0; padding: 18px 0 18px 24px; border-left: 5px solid var(--gold); font-size: 1.3rem; }
.rich-content figure { margin: 2em 0; }.rich-content figure img { width: 100%; height: auto; }.rich-content figcaption { color: var(--muted); font: .78rem/1.5 var(--sans); padding-top: 8px; }
.source-box { margin-top: 40px; padding: 23px; background: #ede8da; border-left: 5px solid var(--gold); }
.source-box p { margin: 0; }.source-box .source-label { margin-bottom: 7px; font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-note { margin-top: 23px; color: var(--muted); font-size: .76rem; line-height: 1.6; }
.article-sidebar { position: sticky; top: 20px; }
.article-sidebar .text-link + .text-link { margin-top: 16px; }
.related-section { background: #ede9df; }

.page-shell { padding: 60px 0 80px; }
.page-shell .content-section { padding: 0; }
.content-section { padding: 62px 0; }
.content-section .rich-content, .content-section > .container { max-width: 900px; }
.content-section h1, .content-section h2 { font-family: var(--serif); }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .75fr); gap: 50px; align-items: start; }
.contact-form { padding: 28px; background: #ede8da; border-top: 5px solid var(--gold); }
.contact-form label { display: grid; gap: 6px; margin-bottom: 14px; font-size: .82rem; font-weight: 750; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #bbb6a8; background: white; padding: 11px; }
.contact-details { display: grid; gap: 14px; margin-top: 26px; }
.contact-details div { padding-top: 12px; border-top: 1px solid var(--line); }
.contact-details dt { color: var(--olive); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.contact-details dd { margin: 3px 0 0; }
.contact-section h2 { font: 700 clamp(1.8rem, 4vw, 2.8rem)/1.05 var(--serif); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.page-hero .standfirst { color: #c9cdc7; margin-bottom: 0; }
.checkbox-label { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 500 !important; }
.checkbox-label input { width: auto; margin-top: 5px; }
.button-primary { border: 0; background: var(--ink); color: white; cursor: pointer; }
.notice { padding: 14px 18px; margin-bottom: 18px; border-left: 5px solid var(--gold); background: #efe9d7; }
.notice-error { border-color: var(--danger); background: #f7e8e8; }

.site-footer { background: #090c0a; color: #d0d4cf; padding: 58px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1fr .8fr; gap: 42px; }
.footer-wordmark { display: flex; align-items: center; gap: 14px; color: white; font: 700 1.15rem/1 var(--serif); }
.footer-wordmark img { width: 76px; height: 78px; object-fit: cover; border-radius: 50%; }
.footer-wordmark span { color: var(--gold-bright); }
.footer-brand > p { max-width: 370px; color: #abb1aa; font-size: .86rem; }
.publisher-note { font-size: .7rem !important; text-transform: uppercase; letter-spacing: .07em; }
.site-footer h2 { margin: 0 0 15px; color: var(--gold-bright); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li + li { margin-top: 8px; }
.site-footer a { color: inherit; text-decoration: none; }.site-footer a:hover { color: var(--gold-bright); text-decoration: underline; }
.site-footer address { font-style: normal; font-size: .87rem; }
.footer-bottom { margin-top: 42px; padding-top: 18px; border-top: 1px solid #343a34; display: flex; justify-content: space-between; gap: 20px; color: #858c85; font-size: .7rem; text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 1080px) {
    .lead-grid { grid-template-columns: 1fr; }.lead-side { grid-template-columns: repeat(2, 1fr); gap: 0 22px; border-left: 0; border-top: 1px solid var(--line); padding: 25px 0 0; }
    .section-grid-with-rail { grid-template-columns: 1fr; }.news-rail { position: static; grid-template-columns: repeat(2, 1fr); }
    .focus-grid, .archive-grid { grid-template-columns: repeat(2, 1fr); }
    .article-layout { grid-template-columns: minmax(0, 760px); }.article-sidebar { position: static; }.article-sidebar .rail-card { max-width: 600px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .utility-inner > span, .tip-link, .header-search { display: none; }.utility-inner { justify-content: flex-end; }
    .masthead-inner { min-height: 95px; }.brand img { width: 68px; height: 70px; }.brand strong { font-size: 1.5rem; }.brand small { font-size: .63rem; }
    .nav-shell { min-height: 52px; align-items: center; }.menu-toggle { display: grid; gap: 5px; width: 42px; height: 40px; border: 1px solid #555d55; place-content: center; background: transparent; }.menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: white; }
    .primary-nav { display: none; position: absolute; z-index: 80; left: 0; right: 0; top: 100%; background: var(--ink); border-top: 1px solid #414841; padding: 12px 20px 24px; }
    .nav-bar { position: relative; }.primary-nav.is-open { display: block; }.primary-nav > ul { display: grid; }.primary-nav > ul > li { display: grid; grid-template-columns: 1fr auto; }.primary-nav > ul > li > a { min-height: 44px; padding: 0; border-bottom: 1px solid #343b34; }.submenu-toggle { display: block; grid-column: 2; grid-row: 1; border: 0; background: transparent; color: var(--gold-bright); min-width: 45px; }.submenu { position: static; grid-column: 1 / -1; box-shadow: none; border: 0; }.has-submenu.is-open .submenu { display: grid; }
    .lead-story { grid-template-columns: 1fr; }.lead-art { min-height: 330px; }.lead-story h1 { font-size: clamp(2.35rem, 10vw, 4rem); }
    .archive-hero-inner { grid-template-columns: 1fr; gap: 28px; }.contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 650px) {
    .container { width: min(calc(100% - 28px), var(--max)); }.utility-contact { gap: 12px; }.utility-contact a:first-child { display: none; }
    .brand { gap: 11px; }.brand img { width: 58px; height: 60px; }.brand strong { font-size: 1.13rem; }.brand small { max-width: 225px; font-size: .55rem; }
    .edition-line { align-items: flex-start; flex-direction: column; gap: 3px; }.lead-grid { padding-top: 20px; }.lead-art { min-height: 260px; }
    .lead-side, .news-grid, .news-rail, .focus-grid, .archive-grid { grid-template-columns: 1fr; }.news-card-compact { grid-template-columns: 90px 1fr; }
    .news-section, .focus-section { padding: 48px 0; }.section-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .newsletter-inner { align-items: flex-start; flex-direction: column; }.article-header { padding: 40px 0 32px; }.article-layout { padding-block: 40px 55px; }.rich-content { font-size: 1rem; }
    .footer-grid { grid-template-columns: 1fr; }.footer-bottom { flex-direction: column; }.footer-bottom p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media print { .site-header, .site-footer, .article-sidebar, .related-section { display: none !important; }.article-layout { display: block; padding: 0; }.article-header { background: white; padding: 0; }.article-header h1 { font-size: 2.5rem; } }
