:root {
    --haolam-blue: #0038a8;
    --haolam-blue-soft: #174fba;
    --haolam-pale: #e8eef9;
    --haolam-line: #b9c8e4;
    --ink: #172033;
    --muted: #606a7d;
    --paper: #eef3fb;
    --card: #ffffff;
    --red: #b51f2e;
    --line: rgba(0, 56, 168, .22);
    --content: 1044px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: rgba(0, 56, 168, .08); font-family: "Segoe UI", Verdana, Arial, sans-serif; line-height: 1.5; }
a { color: inherit; }
main { width: 100%; }

.site-header { background: #fff; }
.masthead { width: min(var(--content), calc(100% - 24px)); min-height: 126px; margin: 0 auto; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; }
.brand-emblem { width: 78px; height: 78px; flex: 0 0 78px; }
.brand-emblem svg { width: 100%; height: 100%; overflow: visible; }
.emblem-pin { fill: rgba(0, 56, 168, .1); stroke: var(--haolam-blue); stroke-width: 4; }
.emblem-lines { fill: none; stroke: var(--haolam-blue); stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-emblem circle { fill: var(--red); stroke: #fff; stroke-width: 2; }
.brand-copy > span { display: block; font-size: clamp(29px, 4vw, 42px); line-height: .95; font-weight: 800; letter-spacing: -.045em; color: #111; }
.brand-copy strong { color: var(--haolam-blue); }
.brand-copy small { display: block; max-width: 470px; margin-top: 9px; color: #59677b; font-size: 13px; font-weight: 600; letter-spacing: .01em; }

.nav-shell { background: rgba(0, 56, 168, .88); border-bottom: 4px solid #fff; box-shadow: 0 2px 0 rgba(0, 56, 168, .2); }
.nav-shell nav { width: min(var(--content), calc(100% - 24px)); min-height: 56px; margin: 0 auto; display: flex; align-items: stretch; }
.nav-shell nav > a { display: inline-flex; align-items: center; padding: 0 14px; color: #fff; text-decoration: none; font-size: 17px; font-weight: 500; border-right: 1px solid rgba(255,255,255,.12); }
.nav-shell nav > a:hover { background: rgba(255,255,255,.12); }
.home-link { font-size: 24px !important; padding-inline: 12px !important; }
.nav-cta { margin-inline-start: auto; background: var(--red); font-weight: 700 !important; }
.language-menu { position: relative; display: flex; align-items: stretch; color: #fff; }
.language-menu summary { min-width: 55px; display: grid; place-items: center; cursor: pointer; list-style: none; padding: 0 12px; font-size: 13px; font-weight: 800; border-left: 1px solid rgba(255,255,255,.25); }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu div { position: absolute; inset: calc(100% + 4px) 0 auto auto; z-index: 1200; min-width: 165px; padding: 6px; display: grid; background: #fff; border: 1px solid var(--haolam-line); border-radius: 0 0 5px 5px; box-shadow: 0 8px 20px rgba(16,40,80,.18); }
.language-menu div a { padding: 9px 11px; color: var(--ink); text-decoration: none; white-space: nowrap; }
.language-menu div a:hover { color: var(--haolam-blue); background: var(--haolam-pale); }

.hero { width: min(var(--content), calc(100% - 24px)); min-height: 410px; margin: 18px auto; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.hero-copy { padding: clamp(42px, 6vw, 74px); position: relative; }
.hero-copy::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--haolam-blue); }
.eyebrow { color: var(--haolam-blue); text-transform: uppercase; letter-spacing: .095em; font-size: 11px; font-weight: 800; }
h1, h2, h3 { margin-top: 0; font-family: "Segoe UI", Verdana, Arial, sans-serif; line-height: 1.16; }
h1 { margin: 14px 0 18px; max-width: 660px; font-size: clamp(42px, 6vw, 66px); letter-spacing: -.045em; font-weight: 750; color: #111827; }
.hero-copy > p { max-width: 620px; margin: 0; color: #4f5c70; font-size: clamp(17px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; margin: 38px 0 0; padding: 0; background: var(--haolam-line); border: 1px solid var(--haolam-line); border-radius: 5px; overflow: hidden; }
.hero-stats div { padding: 15px; background: #f8faff; }
.hero-stats dt { color: #111827; font-size: 24px; font-weight: 800; line-height: 1; }
.hero-stats dd { margin: 6px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; color: #fff; background: var(--haolam-blue); border: 1px solid var(--haolam-blue); border-radius: 4px; text-decoration: none; font-weight: 700; }
.button:hover { background: #002e8c; }
.button.secondary { color: var(--haolam-blue); background: #fff; }
.button.secondary:hover { background: var(--haolam-pale); }
.hero-visual { min-height: 410px; position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(145deg, #16488f, #002a78); }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px); background-size: 38px 38px; }
.map-shape { position: absolute; inset: 10% 7%; background: linear-gradient(145deg, #9bb3de, #5278b9); filter: drop-shadow(0 15px 25px rgba(0,0,0,.25)); clip-path: polygon(7% 14%,31% 3%,53% 16%,71% 9%,92% 27%,83% 48%,95% 67%,66% 87%,39% 80%,15% 94%,6% 69%,17% 46%); }
.visual-pin { position: absolute; z-index: 2; width: 25px; height: 25px; border: 3px solid #fff; border-radius: 50% 50% 50% 0; background: var(--red); box-shadow: 0 5px 14px #001842aa; transform: rotate(-45deg); }
.visual-pin:nth-child(2) { top: 24%; left: 55%; }
.visual-pin:nth-child(3) { top: 48%; left: 31%; transform: rotate(-45deg) scale(.72); }
.visual-pin:nth-child(4) { top: 66%; left: 68%; transform: rotate(-45deg) scale(.86); }
.visual-label { position: absolute; z-index: 3; inset: auto 7% 7%; padding: 14px 16px; color: #fff; background: rgba(0,25,75,.72); border-left: 4px solid var(--red); }
.visual-label strong { display: block; font-size: 21px; }
.visual-label span { color: #dbe6fa; font-size: 14px; }

.section { width: min(var(--content), calc(100% - 24px)); margin: 18px auto; padding: 32px; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 3px solid var(--haolam-blue); }
.section-head h2 { margin: 5px 0 0; font-size: clamp(26px, 4vw, 38px); letter-spacing: -.025em; font-weight: 700; }
.section-head p { max-width: 510px; margin: 0; color: var(--muted); font-size: 14px; }
.incident-filters { display: grid; grid-template-columns: minmax(230px,1.6fr) repeat(3,minmax(130px,1fr)) auto; gap: 10px; margin: 0 0 18px; padding: 16px; background: #f4f7fc; border: 1px solid var(--haolam-line); border-radius: 5px; }
.incident-filters label { display: grid; gap: 5px; min-width: 0; }
.incident-filters label > span { color: #33415a; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; }
.incident-filters input,.incident-filters select { width: 100%; min-height: 43px; padding: 8px 11px; color: var(--ink); background: #fff; border: 1px solid #aebbd1; border-radius: 4px; font: inherit; }
.incident-filters input:focus,.incident-filters select:focus { outline: 3px solid rgba(0,56,168,.16); border-color: var(--haolam-blue); }
.filter-reset { align-self: end; min-height: 43px; padding: 8px 13px; color: var(--haolam-blue); background: #fff; border: 1px solid var(--haolam-blue); border-radius: 4px; font-weight: 750; cursor: pointer; }
.filter-reset:hover { color: #fff; background: var(--haolam-blue); }
.map-panel { min-height: 580px; display: grid; grid-template-columns: minmax(0,1fr) 300px; overflow: hidden; border: 1px solid var(--haolam-line); border-radius: 6px; }
#map { min-height: 580px; background: #d8e2f3; }
.hp-marker-wrap,.hp-cluster-wrap { background:transparent; border:0; }
.hp-marker { display:block; width:20px; height:20px; border:3px solid #fff; border-radius:50%; background:var(--marker-color,#bf2333); box-shadow:0 2px 7px rgba(0,22,65,.45); }
.hp-cluster { display:grid; place-items:center; width:38px; height:38px; color:#fff; background:#0038a8; border:4px solid rgba(255,255,255,.9); border-radius:50%; box-shadow:0 3px 10px rgba(0,22,65,.4); font-size:13px; font-weight:800; }
.map-sidebar { padding: 22px; overflow: auto; background: #f8faff; border-left: 1px solid var(--haolam-line); }
.map-sidebar h3 { margin: 0 0 7px; color: var(--haolam-blue); font-size: 21px; }
.map-sidebar p { color: var(--muted); font-size: 14px; }
.legend { display: grid; gap: 10px; margin: 22px 0; }
.legend span { display: flex; align-items: center; gap: 9px; color: #424e61; font-size: 14px; }
.dot { width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; background: var(--dot,var(--red)); }
.map-note { padding: 13px; color: #3e526f; background: var(--haolam-pale); border-left: 3px solid var(--haolam-blue); font-size: 12px; }
.map-popup { min-width: 210px; font-family: "Segoe UI",Verdana,Arial,sans-serif; }
.map-popup > strong,.map-popup > span { display: block; }
.map-popup > strong { margin: 7px 0 4px; color: #111827; font-size: 15px; line-height: 1.25; }
.map-popup > span { color: var(--muted); font-size: 12px; }
.map-popup p { margin: 8px 0; color: #455166; font-size: 12px; line-height: 1.4; }
.map-popup a { color: var(--haolam-blue); font-size: 12px; font-weight: 800; text-decoration: none; }
.map-popup-type { display: flex !important; align-items: center; gap: 6px; color: var(--haolam-blue) !important; font-weight: 800; }
.map-popup-type i { width: 8px; height: 8px; border-radius: 50%; }
.cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.card { min-height: 275px; padding: 16px; display: flex; flex-direction: column; color: #212529; background: #fff; border: 1px solid rgba(0,0,0,.176); border-radius: 6px; text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.card:hover { transform: translateY(-2px); border-color: var(--haolam-blue); }
.card-meta { color: var(--haolam-blue); font-size: 11px; font-weight: 750; }
.context-tags { display:flex; flex-wrap:wrap; gap:5px; margin-top:9px; }
.context-tags i { padding:3px 7px; color:#46546a; background:#eef3fb; border:1px solid #d5dfef; border-radius:99px; font-size:10px; font-style:normal; }
.card h3 { margin: 10px 0 8px; color: #111; font-size: 19px; font-weight: 650; }
.card p { margin: 0; color: #606873; font-size: 14px; }
.card-link { margin-top: auto; padding-top: 14px; color: var(--haolam-blue); font-size: 13px; font-weight: 750; }
.incident-card { position: relative; overflow: hidden; padding-top: 20px; }
.incident-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--category-color,var(--red)); }
.card-classification { display: flex; align-items: center; gap: 7px; color: #30405b; font-size: 11px; font-weight: 800; }
.card-facts { display: flex; flex-wrap: wrap; gap: 6px 12px; margin: 0 0 12px; color: var(--muted); font-size: 12px; }
.card-facts span::before { content: "●"; margin-inline-end: 5px; color: var(--category-color,var(--red)); font-size: 8px; }
.card-facts time { margin-inline-start: auto; }
.incident-card[hidden] { display: none; }
.result-count { white-space: nowrap; }
.result-count strong { color: var(--haolam-blue); font-size: 20px; }
.dark-section { color: var(--ink); background: #f4f7fc; }
.dark-section .section-head p, .dark-section .card p { color: var(--muted); }
.dark-section .card { background: #fff; border-color: rgba(0,56,168,.2); }

.content-page { width: min(var(--content), calc(100% - 24px)); margin: 18px auto; padding: clamp(30px,6vw,70px); background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.content-page h1 { margin-top: 12px; font-size: clamp(38px,6vw,60px); }
.content-page .lead { color: var(--muted); font-size: 20px; }
.content-body { max-width: 780px; font-family: Georgia,"Times New Roman",serif; font-size: 18px; line-height: 1.7; }
.content-body p { margin: 1.2em 0; }
.content-body img,.content-body video { display:block; max-width:100%; height:auto; margin:24px auto; }
.content-body iframe { display:block; width:min(100%,760px); aspect-ratio:16/9; height:auto; margin:24px auto; border:0; }
.content-body figure { margin:28px 0; }
.content-body figcaption { margin-top:8px; color:var(--muted); font-size:13px; text-align:center; }
.content-body blockquote { margin:24px 0; padding:16px 20px; border-left:4px solid var(--haolam-blue); background:var(--haolam-pale); }
.load-x-embed { display:inline-flex; margin-top:12px; padding:9px 14px; border:0; background:var(--haolam-blue); color:#fff; font:inherit; font-weight:700; cursor:pointer; }
.source-box { margin-top: 36px; padding: 20px; background: var(--haolam-pale); border-left: 4px solid var(--haolam-blue); }
.site-footer { margin-top: 24px; padding: 40px max(22px,calc((100% - var(--content))/2)); display: flex; justify-content: space-between; gap: 24px; color: #fff; background: #062d73; border-top: 5px solid var(--haolam-blue); }
.site-footer span { color: #cad7ec; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: #fff; }
.empty { padding: 25px; color: var(--muted); background: #f8faff; border: 1px dashed var(--haolam-line); }

[dir="rtl"] .brand-emblem { transform: scaleX(-1); }
[dir="rtl"] .source-box, [dir="rtl"] .map-note, [dir="rtl"] .visual-label { border-left: 0; border-right: 4px solid var(--haolam-blue); }
[dir="rtl"] .map-sidebar { border-left: 0; border-right: 1px solid var(--haolam-line); }
[dir="rtl"] .language-menu div { inset: calc(100% + 4px) auto auto 0; }

@media (max-width: 900px) {
    .nav-shell nav > a:not(.home-link):not(.nav-cta) { display: none; }
    .hero { grid-template-columns: 1fr; }
    .hero-visual { min-height: 330px; }
    .map-panel { grid-template-columns: 1fr; }
    .map-sidebar { border-left: 0; border-top: 1px solid var(--haolam-line); }
    .cards { grid-template-columns: 1fr; }
    .incident-filters { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .filter-search { grid-column: 1/-1; }
}

@media (max-width: 560px) {
    .masthead { min-height: 102px; }
    .brand-emblem { width: 60px; height: 60px; flex-basis: 60px; }
    .brand-copy small { max-width: 245px; font-size: 11px; }
    .nav-shell nav { width: 100%; }
    .nav-shell nav > a { padding-inline: 11px; font-size: 14px; }
    .nav-cta { margin-inline-start: 0; flex: 1; }
    .hero-copy { padding: 42px 25px; }
    .hero-copy h1 { font-size: 43px; }
    .hero-stats { grid-template-columns: 1fr; }
    .hero-stats div { display: flex; align-items: baseline; gap: 10px; }
    .hero-stats dd { margin-top: 0; }
    .section { padding: 22px 16px; }
    .section-head, .site-footer { flex-direction: column; align-items: flex-start; }
    .language-menu summary { min-width: 48px; }
    .incident-filters { grid-template-columns: 1fr; }
    .filter-search { grid-column: auto; }
}

/* Modern public interface */
:root {
    --haolam-blue: #0b4bd4;
    --haolam-blue-soft: #2563eb;
    --haolam-pale: #edf3ff;
    --haolam-line: #d7e0ef;
    --ink: #101828;
    --muted: #667085;
    --paper: #f4f7fb;
    --red: #d3293f;
    --line: rgba(16,24,40,.09);
    --content: 1720px;
    --shadow-sm: 0 1px 2px rgba(16,24,40,.04),0 4px 14px rgba(16,24,40,.04);
    --shadow-lg: 0 24px 60px rgba(15,35,72,.14);
}

body {
    background:
        radial-gradient(circle at 8% 12%,rgba(37,99,235,.09),transparent 24rem),
        radial-gradient(circle at 94% 38%,rgba(211,41,63,.055),transparent 28rem),
        var(--paper);
    font-family: Inter,"Segoe UI",Roboto,Arial,sans-serif;
    line-height: 1.6;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1500;
    display: grid;
    grid-template-columns: minmax(250px,1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 12px max(22px,calc((100% - var(--content))/2));
    background: rgba(255,255,255,.88);
    border-bottom: 1px solid rgba(16,24,40,.08);
    box-shadow: 0 8px 30px rgba(16,24,40,.05);
    backdrop-filter: blur(18px);
}
.masthead { width: auto; min-height: 62px; margin: 0; }
.brand { gap: 12px; }
.brand-emblem { width: 54px; height: 54px; flex-basis: 54px; }
.brand-copy > span { font-size: clamp(25px,3vw,31px); letter-spacing: -.055em; }
.brand-copy small { max-width: 390px; margin-top: 5px; font-size: 11px; }
.nav-shell { background: transparent; border: 0; box-shadow: none; }
.nav-shell nav { width: auto; min-height: 50px; gap: 3px; align-items: center; }
.nav-shell nav > a {
    min-height: 42px;
    padding: 0 13px;
    color: #344054;
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 650;
}
.nav-shell nav > a:hover { color: var(--haolam-blue); background: var(--haolam-pale); }
.home-link { width: 42px; justify-content: center; padding: 0 !important; font-size: 19px !important; }
.nav-cta { margin-inline-start: 7px; color: #fff !important; background: var(--red) !important; box-shadow: 0 7px 18px rgba(211,41,63,.2); }
.nav-cta:hover { background: #b91f34 !important; transform: translateY(-1px); }
.language-menu { height: 42px; margin-inline-start: 3px; color: #344054; }
.language-menu summary { min-width: 48px; padding: 0 10px; border: 0; border-radius: 10px; background: #f2f4f7; }
.language-menu div { inset: calc(100% + 9px) 0 auto auto; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-lg); }

.hero {
    width: min(var(--content), calc(100% - 48px));
    min-height: 590px;
    margin: 30px auto 22px;
    grid-template-columns: 1.06fr .94fr;
    border: 0;
    border-radius: 28px;
    box-shadow: var(--shadow-lg);
}
.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(50px,7vw,86px);
    color: #fff;
    background: linear-gradient(145deg,#081a3a 0%,#0c2854 58%,#0e3678 100%);
}
.hero-copy::before { inset: 12% auto 12% 0; width: 4px; border-radius: 0 8px 8px 0; background: var(--red); }
.hero .eyebrow { color: #8eb5ff; }
.hero h1 { margin: 17px 0 20px; color: #fff; font-size: clamp(48px,6vw,74px); font-weight: 780; letter-spacing: -.055em; }
.hero-copy > p { color: #d0d9e8; font-size: clamp(17px,2vw,20px); }
.hero .button { min-height: 48px; border-radius: 11px; background: #fff; border-color: #fff; color: #0b2d64; box-shadow: 0 8px 22px rgba(0,0,0,.16); }
.hero .button:hover { background: #edf3ff; }
.hero .button.secondary { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); box-shadow: none; }
.hero .button.secondary:hover { background: rgba(255,255,255,.15); }
.hero-stats { margin-top: 42px; gap: 0; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; }
.hero-stats div { padding: 17px 18px; background: rgba(255,255,255,.055); border-inline-end: 1px solid rgba(255,255,255,.12); }
.hero-stats div:last-child { border-inline-end: 0; }
.hero-stats dt { color: #fff; font-size: 27px; }
.hero-stats dd { color: #aebed5; }
.hero-visual { min-height: 590px; background: linear-gradient(145deg,#0b4bd4,#0b2b6d 72%); }
.hero-visual::before {
    opacity: .16;
    background-image: radial-gradient(circle,rgba(255,255,255,.8) 1px,transparent 1.3px);
    background-size: 26px 26px;
    mask-image: linear-gradient(to bottom,black,transparent 92%);
}
.map-shape { inset: 9% 3%; opacity: .95; background: linear-gradient(145deg,#b7ccf6,#5d88dc); filter: drop-shadow(0 28px 45px rgba(0,10,50,.35)); }
.visual-pin { width: 28px; height: 28px; box-shadow: 0 8px 20px rgba(0,10,45,.45); }
.visual-label { inset: auto 6% 6%; padding: 18px 20px; background: rgba(5,20,50,.78); border-radius: 0 12px 12px 0; backdrop-filter: blur(10px); }

.section {
    width: min(var(--content), calc(100% - 48px));
    margin: 22px auto;
    padding: clamp(27px,4vw,44px);
    border: 1px solid rgba(16,24,40,.075);
    border-radius: 22px;
    box-shadow: var(--shadow-sm);
}
.section-head { align-items: center; margin-bottom: 28px; padding-bottom: 0; border: 0; }
.section-head h2 { margin-top: 7px; font-size: clamp(30px,4vw,43px); font-weight: 760; letter-spacing: -.045em; }
.section-head p { padding-inline-start: 20px; border-inline-start: 2px solid #dce4f0; }

.incident-filters {
    position: relative;
    z-index: 500;
    gap: 9px;
    margin-bottom: 20px;
    padding: 11px;
    background: #f7f9fc;
    border: 1px solid #e4e9f1;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 #fff;
}
.incident-filters label { gap: 4px; padding: 3px 7px; }
.incident-filters label > span { padding-inline-start: 3px; color: #667085; font-size: 10px; }
.incident-filters input,.incident-filters select { min-height: 46px; padding: 8px 12px; background: #fff; border-color: #d8dee9; border-radius: 10px; }
.filter-reset { min-height: 46px; margin: 3px; border-radius: 10px; }

.map-panel { min-height: 630px; grid-template-columns: minmax(0,1fr) 282px; border: 0; border-radius: 18px; box-shadow: 0 0 0 1px #dce3ee,0 14px 35px rgba(16,24,40,.08); }
#map { min-height: 630px; }
.map-sidebar { padding: 27px 24px; background: linear-gradient(180deg,#f9fbff,#f2f6fc); border-color: #e1e7f0; }
.map-sidebar h3 { color: #101828; font-size: 20px; }
.legend { gap: 13px; }
.legend span { font-size: 13px; }
.dot { box-shadow: 0 0 0 3px rgba(255,255,255,.8); }
.map-note { border: 0; border-radius: 11px; background: #e6efff; }
.hp-cluster { width: 42px; height: 42px; background: linear-gradient(145deg,#1764e8,#0b3da6); box-shadow: 0 8px 20px rgba(0,40,120,.28); }

.incident-cards { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.card {
    min-height: 290px;
    padding: 22px;
    border-color: #e3e7ee;
    border-radius: 17px;
    box-shadow: 0 4px 16px rgba(16,24,40,.035);
    transition: border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.card:hover { transform: translateY(-5px); border-color: rgba(11,75,212,.35); box-shadow: 0 18px 35px rgba(16,45,90,.11); }
.incident-card { padding: 26px; border: 0; box-shadow: 0 0 0 1px #e0e5ed,0 7px 22px rgba(16,24,40,.045); }
.incident-card::before { inset: 0 auto 0 0; width: 5px; height: auto; border-radius: 17px 0 0 17px; }
.card-classification { color: #475467; font-size: 11px; text-transform: uppercase; letter-spacing: .025em; }
.card h3 { margin: 13px 0 10px; font-size: 22px; line-height: 1.23; letter-spacing: -.025em; }
.card p { color: #667085; line-height: 1.58; }
.card-facts { margin-bottom: 14px; padding-bottom: 13px; border-bottom: 1px solid #edf0f4; }
.context-tags { margin-top: 15px; }
.context-tags i { padding: 4px 9px; color: #43526a; background: #f1f5fb; border: 0; font-size: 10px; }
.card-link { display: inline-flex; align-items: center; padding-top: 18px; font-size: 13px; }
.dark-section { background: linear-gradient(145deg,#eaf0fa,#f8faff); }
.dark-section .card { border: 0; box-shadow: 0 6px 22px rgba(16,36,70,.07); }

.support-callout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(28px,6vw,90px);
    color: #fff;
    background: linear-gradient(125deg,#081a3a,#0d3f8f);
}
.support-callout > div { max-width: 920px; }
.support-callout .eyebrow { color: #91b7ff; }
.support-callout h2 { margin: 8px 0 12px; font-size: clamp(31px,4vw,48px); letter-spacing: -.045em; }
.support-callout p { margin: 0; color: #d2dced; font-size: 18px; }
.support-callout .button { flex: 0 0 auto; background: #fff; border-color: #fff; color: #0b2d64; }
.support-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.support-grid section { padding: 25px; background: #f7f9fc; border: 1px solid #e1e7f0; border-radius: 16px; }
.support-grid h2 { margin-bottom: 9px; color: #102a56; font-size: 22px; }
.support-grid p { margin: 0; color: #5f6c80; }
.support-note { margin-top: 24px; padding: 23px 25px; color: #fff; background: #0b2f67; border-radius: 16px; }
.support-note strong { font-size: 18px; }
.support-note p { margin: 7px 0 0; color: #d7e1f1; }
.lexicon-page { max-width: var(--content); }
.lexicon-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 17px; margin-top: 42px; }
.lexicon-grid > a { min-height: 205px; padding: 24px; color: inherit; background: #f8faff; border: 1px solid #e0e6ef; border-radius: 16px; text-decoration: none; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.lexicon-grid > a:hover { transform: translateY(-4px); border-color: #90afe7; box-shadow: 0 15px 30px rgba(16,45,90,.09); }
.lexicon-grid span { color: var(--haolam-blue); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.lexicon-grid h2 { margin: 8px 0; color: #112a52; font-size: 23px; }
.lexicon-grid p { margin: 0; color: #667085; }
.lexicon-detail .haolam-origin { background: #edf3ff; border-inline-start-color: var(--haolam-blue); }

.content-page {
    margin: 34px auto;
    padding: clamp(38px,7vw,84px);
    border: 0;
    border-radius: 24px;
    box-shadow: var(--shadow-lg);
}
.content-page h1 { max-width: 850px; font-size: clamp(42px,6vw,66px); font-weight: 770; letter-spacing: -.05em; }
.content-page .lead { max-width: 800px; color: #566176; font-size: clamp(19px,2vw,23px); }
.content-body { max-width: 820px; }
.source-box { border: 0; border-radius: 14px; }

.site-footer { margin-top: 54px; padding-top: 54px; padding-bottom: 54px; background: linear-gradient(145deg,#071a3a,#0b326f); border: 0; }
.site-footer span { color: #aebed5; }
.footer-links a { color: #dbe5f5; text-decoration-color: rgba(255,255,255,.3); }

[dir="rtl"] .incident-card::before { inset: 0 0 0 auto; border-radius: 0 17px 17px 0; }

@media (min-width: 1320px) {
    .incident-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 1020px) {
    .site-header { grid-template-columns: 1fr auto; }
    .nav-shell nav > a:not(.home-link):not(.nav-cta) { display: none; }
    .hero { min-height: 520px; }
    .hero-copy,.hero-visual { min-height: 520px; }
    .hero-copy { padding: 48px; }
    .lexicon-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
    .site-header { grid-template-columns: 1fr; gap: 5px; padding: 9px 14px 0; }
    .masthead { min-height: 52px; }
    .brand-emblem { width: 44px; height: 44px; flex-basis: 44px; }
    .brand-copy > span { font-size: 23px; }
    .brand-copy small { display: none; }
    .nav-shell { width: calc(100% + 28px); margin-inline: -14px; padding: 0 14px 8px; overflow-x: auto; scrollbar-width: none; }
    .nav-shell::-webkit-scrollbar { display: none; }
    .nav-shell nav { width: max-content; min-height: 44px; }
    .nav-shell nav > a:not(.home-link):not(.nav-cta) { display: inline-flex; }
    .home-link { display: none !important; }
    .nav-cta { min-height: 40px !important; margin: 0; padding-inline: 11px !important; font-size: 12px !important; }
    .language-menu { height: 40px; }
    .hero { width: calc(100% - 24px); margin-top: 16px; grid-template-columns: 1fr; border-radius: 20px; }
    .hero-copy { min-height: 520px; padding: 48px 27px 38px; }
    .hero-visual { min-height: 310px; }
    .hero h1 { font-size: clamp(45px,14vw,63px); }
    .hero-stats { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .hero-stats div { display: block; padding: 13px 10px; }
    .hero-stats dd { margin-top: 5px; font-size: 9px; }
    .hero-stats dt { font-size: 21px; }
    .section { width: calc(100% - 24px); padding: 27px 18px; border-radius: 17px; }
    .support-callout { align-items: flex-start; flex-direction: column; }
    .support-grid { grid-template-columns: 1fr; }
    .lexicon-grid { grid-template-columns: 1fr; }
    .section-head { align-items: flex-start; }
    .section-head p { padding: 0; border: 0; }
    .map-panel { min-height: 520px; grid-template-columns: 1fr; }
    #map { min-height: 520px; }
    .incident-cards { grid-template-columns: 1fr; }
    .incident-card { padding: 23px; }
    .site-footer { padding: 42px 22px; }
}

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