/* ==========================================================
   AFDES CONFLICT OBSERVATORY
   Public landing page + analytical dossier
========================================================== */

.conflict-observatory-page,
.conflict-dossier-page {
    background: #f6f8fb;
    color: #17212b;
    overflow-x: clip;
}

.co-eyebrow {
    display: inline-block;
    color: #7dd3fc;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.co-eyebrow.dark { color: var(--primary); }

.co-hero {
    position: relative;
    overflow: hidden;
    min-height: 580px;
    background:
        radial-gradient(circle at 82% 40%, rgba(2, 123, 163, .22), transparent 26%),
        linear-gradient(135deg, #071827 0%, #0a2538 52%, #071827 100%);
    color: #fff;
}

.co-hero::after {
    content: "";
    position: absolute;
    inset: auto -16% -55% 35%;
    height: 480px;
    border: 1px solid rgba(125, 211, 252, .12);
    border-radius: 50%;
    transform: rotate(-12deg);
}

.co-hero-grid,
.co-dossier-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to right, transparent 0%, #000 28%, #000 100%);
}

.co-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 580px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
    gap: 60px;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
}

.co-hero-copy {
    min-width: 0;
    width: 100%;
}

.co-status-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 9px;
    margin: 16px 0 18px;
    color: #d8eef8;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.co-live-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #38bdf8;
    box-shadow: 0 0 0 6px rgba(56, 189, 248, .12);
}

.co-hero h1,
.co-dossier-hero h1,
.co-section-heading h2,
.co-analysis-section h2,
.co-source-intro h2,
.co-not-found h1 {
    font-family: Georgia, "Times New Roman", serif;
}

.co-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.35rem, 7vw, 6.6rem);
    line-height: .92;
    letter-spacing: -.045em;
}

.co-hero-copy > p {
    max-width: 760px;
    margin: 26px 0 0;
    color: #c7d8e4;
    font-size: clamp(1.05rem, 1.8vw, 1.24rem);
    line-height: 1.75;
}

.co-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 30px;
}

.co-hero-actions .co-btn {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: center;
}

.co-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 10px;
    text-decoration: none;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .02em;
    transition: .2s ease;
}

.co-btn:hover { transform: translateY(-1px); }
.co-btn-primary { background: #0ea5e9; color: #fff; }
.co-btn-primary:hover { background: #0284c7; }
.co-btn-ghost { border-color: rgba(255,255,255,.26); color: #fff; background: rgba(255,255,255,.04); }
.co-btn-ghost:hover { background: rgba(255,255,255,.09); }

.co-hero-panel {
    position: relative;
    width: min(420px, 100%);
    aspect-ratio: 1;
    justify-self: end;
    overflow: hidden;
    isolation: isolate;
}

.co-hero-panel::before,
.co-hero-panel::after {
    content: "";
    position: absolute;
    inset: 1.5%;
    border-radius: 50%;
    pointer-events: none;
}

.co-hero-panel::before {
    z-index: 0;
    background:
        radial-gradient(circle at center, rgba(14,165,233,.12) 0 10%, rgba(14,165,233,.04) 10% 22%, transparent 22% 100%),
        radial-gradient(circle at center, rgba(125,211,252,.08) 0 58%, transparent 58% 100%);
    opacity: .95;
}

.co-hero-panel::after {
    z-index: 1;
    background:
        conic-gradient(from 0deg,
            rgba(14,165,233,0) 0deg,
            rgba(56,189,248,.04) 290deg,
            rgba(125,211,252,.18) 316deg,
            rgba(186,230,253,.52) 334deg,
            rgba(56,189,248,.12) 346deg,
            rgba(14,165,233,0) 360deg);
    mix-blend-mode: screen;
    opacity: .9;
    animation: coRadarSweep 5.8s linear infinite;
}

.co-radar-core,
.co-radar-ring {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.co-radar-core {
    z-index: 3;
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(125, 211, 252, .5);
    background: rgba(2, 132, 199, .15);
    box-shadow: 0 0 42px rgba(14,165,233,.22);
    animation: coRingPulse 4.6s ease-in-out infinite;
}

.co-radar-core span {
    color: #e0f2fe;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.co-radar-core::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 16%;
    right: 18%;
    background: #7dd3fc;
    box-shadow: 0 0 0 0 rgba(125,211,252,.55);
    animation: coPing 2.9s ease-out infinite;
}

.co-radar-ring {
    z-index: 2;
    border: 1px solid rgba(125, 211, 252, .18);
    box-shadow: inset 0 0 18px rgba(14,165,233,.04);
    animation: coRingPulse 4.6s ease-in-out infinite;
}
.co-radar-ring::before,
.co-radar-ring::after {
    content: "";
    position: absolute;
    background: rgba(125, 211, 252, .11);
}
.co-radar-ring::before { width: 1px; top: 0; bottom: 0; left: 50%; }
.co-radar-ring::after { height: 1px; left: 0; right: 0; top: 50%; }
.ring-one { width: 54%; height: 54%; animation-delay: 0s; }
.ring-two { width: 76%; height: 76%; animation-delay: 1s; }
.ring-three { width: 98%; height: 98%; animation-delay: 2s; }

.co-radar-label {
    position: absolute;
    z-index: 3;
    color: #b9d9e8;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .15em;
    text-shadow: 0 0 12px rgba(14,165,233,.18);
}
.label-actors { top: 9%; left: 17%; }
.label-impact { top: 25%; right: 2%; }
.label-diplomacy { bottom: 12%; right: 7%; }
.label-timeline { bottom: 21%; left: 0; }

@keyframes coRadarSweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes coRingPulse {
    0%, 100% {
        opacity: .5;
        box-shadow: inset 0 0 18px rgba(14,165,233,.04), 0 0 0 0 rgba(56,189,248,0);
    }
    50% {
        opacity: .92;
        box-shadow: inset 0 0 20px rgba(14,165,233,.08), 0 0 26px rgba(56,189,248,.14);
    }
}

@keyframes coPing {
    0% {
        transform: scale(.8);
        box-shadow: 0 0 0 0 rgba(125,211,252,.5);
        opacity: .6;
    }
    30% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        box-shadow: 0 0 0 14px rgba(125,211,252,0);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .co-hero-panel::after,
    .co-radar-ring,
    .co-radar-core::after {
        animation: none !important;
    }
}

.co-stat-strip {
    border-bottom: 1px solid #dbe3ea;
    background: #fff;
}

.co-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.co-stat-grid > div {
    min-width: 0;
    padding: 24px 22px;
    border-right: 1px solid #e5eaf0;
}
.co-stat-grid > div:first-child { border-left: 1px solid #e5eaf0; }
.co-stat-grid strong { display: block; color: var(--navy); font-size: 1.8rem; line-height: 1; }
.co-stat-grid span { display: block; margin-top: 7px; color: #64748b; font-size: .82rem; font-weight: 800; }

.co-framework-section,
.co-methodology,
.co-actors-section,
.co-analysis-stack {
    padding-top: 76px;
    padding-bottom: 76px;
}

.co-section-heading { max-width: 840px; }
.co-section-heading h2,
.co-source-intro h2 {
    margin: 8px 0 0;
    color: var(--navy);
    font-size: clamp(2rem, 4.2vw, 3.6rem);
    line-height: 1.04;
    letter-spacing: -.025em;
}
.co-section-heading > p,
.co-source-intro > p {
    margin: 14px 0 0;
    color: #526171;
    font-size: 1.04rem;
    line-height: 1.75;
}
.co-section-heading-row {
    max-width: none;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
}
.co-result-count {
    color: #64748b;
    font-size: .82rem;
    font-weight: 900;
    white-space: nowrap;
}

.co-lens-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}
.co-lens-grid article {
    min-width: 0;
    padding: 28px 24px;
    border: 1px solid #dce4eb;
    background: #fff;
}
.co-lens-grid article > span { color: var(--primary); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.co-lens-grid h3 { margin: 20px 0 9px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.co-lens-grid p { margin: 0; color: #5d6b79; line-height: 1.65; }

.co-dossiers-band {
    padding: 72px 0 82px;
    border-top: 1px solid #dbe3ea;
    border-bottom: 1px solid #dbe3ea;
    background: #eef2f6;
}

.co-filters {
    display: grid;
    grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .7fr)) auto auto;
    gap: 10px;
    margin: 28px 0 26px;
    align-items: stretch;
}
.co-filters input,
.co-filters select,
.co-filters button,
.co-filters > a {
    min-width: 0;
    min-height: 46px;
    border: 1px solid #cfd8e1;
    border-radius: 10px;
    background: #fff;
    color: #263746;
    font: inherit;
    font-size: .87rem;
}
.co-filters input,
.co-filters select { width: 100%; padding: 10px 12px; }
.co-search-field { min-width: 0; }
.co-filters button { padding: 10px 18px; border-color: var(--primary); background: var(--primary); color: #fff; font-weight: 900; cursor: pointer; }
.co-filters > a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 15px; text-decoration: none; font-weight: 900; }

.co-case-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.co-case-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #d8e0e7;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15,23,42,.045);
}
.co-case-visual {
    position: relative;
    display: block;
    min-height: 250px;
    overflow: hidden;
    background: #0a2436;
    text-decoration: none;
}
.co-case-visual img { width: 100%; height: 250px; object-fit: cover; display: block; transition: transform .35s ease; }
.co-case-card:hover .co-case-visual img { transform: scale(1.025); }
.co-case-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(to top, rgba(4,19,30,.7), transparent 48%); pointer-events:none; }
.co-case-visual.is-fallback { display: grid; place-items: center; }
.co-case-fallback-grid,
.co-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(125,211,252,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(125,211,252,.08) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(14,165,233,.16), transparent 43%);
    background-size: 30px 30px, 30px 30px, auto;
}
.co-case-visual.is-fallback > span { position: relative; z-index: 2; color: rgba(224,242,254,.84); font-size: clamp(3.4rem, 8vw, 6rem); font-weight: 900; letter-spacing: .08em; }
.co-case-status-row { position:absolute; z-index:3; left:18px; right:18px; bottom:16px; display:flex; gap:8px; flex-wrap:wrap; }
.co-status-badge,
.co-intensity-badge,
.co-type-badge {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.co-status-badge { background: #0b2a3e; color: #e0f2fe; border: 1px solid rgba(125,211,252,.25); }
.status-active, .status-escalating { background: #7f1d1d; border-color: #b91c1c; color: #fff; }
.status-ceasefire, .status-fragile_ceasefire { background: #92400e; border-color: #b45309; color: #fff7ed; }
.status-de_escalating { background: #155e75; color: #ecfeff; }
.status-frozen { background: #334155; color: #f8fafc; }
.status-post_conflict, .status-ended { background: #14532d; color: #f0fdf4; }
.co-intensity-badge, .co-type-badge { background: rgba(5, 23, 35, .84); color: #d9edf7; border: 1px solid rgba(255,255,255,.17); }

.co-case-body { padding: 24px 24px 20px; }
.co-case-meta { display:flex; flex-wrap:wrap; gap:7px 14px; color:var(--primary); font-size:.72rem; font-weight:900; letter-spacing:.07em; text-transform:uppercase; }
.co-case-body h3 { margin: 11px 0 7px; color: var(--navy); font-family:Georgia,"Times New Roman",serif; font-size: clamp(1.45rem,2.5vw,2rem); line-height:1.1; }
.co-case-body h3 a { color: inherit; text-decoration:none; }
.co-case-countries { margin:0 0 12px!important; color:#334155!important; font-size:.86rem!important; font-weight:800; }
.co-case-body > p { margin: 0; color:#5d6b79; line-height:1.65; }
.co-case-footer { display:flex; flex-wrap:wrap; gap:8px 14px; align-items:center; margin-top:20px; padding-top:16px; border-top:1px solid #e7ebef; color:#718096; font-size:.76rem; }
.co-case-footer a { margin-left:auto; color:var(--primary); text-decoration:none; font-weight:900; }

.co-empty-state {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 46px 24px;
    border: 1px dashed #b8c6d2;
    background: #fff;
}
.co-empty-mark { display:grid; place-items:center; width:66px; height:66px; border-radius:50%; background:#0a2538; color:#dff5ff; font-size:.76rem; font-weight:900; letter-spacing:.15em; }
.co-empty-state h3 { margin:18px 0 6px; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; }
.co-empty-state p { max-width:680px; margin:0; color:#64748b; line-height:1.65; }

.co-pagination { display:flex; justify-content:center; align-items:center; gap:12px; margin-top:30px; }
.co-pagination a,
.co-pagination span { padding:9px 13px; border:1px solid #d2dbe3; background:#fff; color:#334155; text-decoration:none; font-size:.82rem; font-weight:900; }

.co-methodology { display:grid; grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr); gap:58px; align-items:start; }
.co-methodology-copy { max-width:590px; }
.co-methodology-copy h2 { margin:8px 0 0; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,4vw,3.4rem); line-height:1.05; }
.co-methodology-copy p { color:#5d6b79; line-height:1.75; }
.co-methodology-rules { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); border-top:1px solid #d8e0e7; border-left:1px solid #d8e0e7; }
.co-methodology-rules article { min-width:0; padding:22px; border-right:1px solid #d8e0e7; border-bottom:1px solid #d8e0e7; background:#fff; }
.co-methodology-rules strong { color:var(--navy); }
.co-methodology-rules p { margin:7px 0 0; color:#64748b; line-height:1.6; }

/* ==========================================================
   DOSSIER
========================================================== */
.co-dossier-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#071827,#0a2a40);
    color:#fff;
}
.co-dossier-hero-image { position:absolute; inset:0; }
.co-dossier-hero-image::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(5,19,30,.96) 8%,rgba(5,19,30,.82) 50%,rgba(5,19,30,.48) 100%),linear-gradient(to top,rgba(5,19,30,.55),transparent 45%); }
.co-dossier-hero-image img { width:100%; height:100%; object-fit:cover; }
.co-dossier-hero-inner { position:relative; z-index:2; padding-top:58px; padding-bottom:62px; }
.co-back-link { display:inline-flex; color:#c4dce8; text-decoration:none; font-size:.82rem; font-weight:900; }
.co-dossier-badges { display:flex; flex-wrap:wrap; gap:8px; margin:32px 0 18px; }
.co-dossier-hero h1 { max-width:980px; margin:0; color:#fff; font-size:clamp(2.7rem,6vw,5.7rem); line-height:.98; letter-spacing:-.04em; }
.co-dossier-deck { max-width:900px; margin:22px 0 0; color:#d0e1ea; font-size:clamp(1.05rem,1.8vw,1.24rem); line-height:1.72; }
.co-dossier-authors { display:flex; flex-wrap:wrap; align-items:center; gap:10px 14px; margin-top:24px; }
.co-dossier-authors > span { color:#8fb7c9; font-size:.66rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.co-dossier-authors > div { display:flex; flex-wrap:wrap; gap:8px; }
.co-dossier-authors a { display:inline-flex; align-items:center; gap:8px; padding:5px 10px 5px 6px; border:1px solid rgba(255,255,255,.18); border-radius:999px; color:#fff; text-decoration:none; background:rgba(4,22,34,.45); }
.co-dossier-authors a:hover { background:rgba(255,255,255,.1); }
.co-dossier-authors img { width:28px; height:28px; border-radius:50%; object-fit:cover; }
.co-dossier-authors strong { font-size:.78rem; }
.co-dossier-meta { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; max-width:1000px; margin-top:36px; background:rgba(255,255,255,.17); border:1px solid rgba(255,255,255,.15); }
.co-dossier-meta > div { min-width:0; padding:15px 16px; background:rgba(4,22,34,.66); }
.co-dossier-meta span { display:block; margin-bottom:5px; color:#8fb7c9; font-size:.64rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.co-dossier-meta strong { display:block; color:#fff; font-size:.87rem; overflow-wrap:anywhere; }
.co-visual-caption { position:relative; z-index:2; padding-bottom:15px; color:#a9c2ce; font-size:.72rem; }
.co-visual-caption a { color:#d8edf7; }

.co-dossier-nav { position:sticky; top:52px; z-index:20; border-bottom:1px solid #d9e1e8; background:rgba(255,255,255,.96); backdrop-filter:blur(10px); }
.co-dossier-nav .container { display:flex; gap:2px; overflow-x:auto; scrollbar-width:none; }
.co-dossier-nav .container::-webkit-scrollbar { display:none; }
.co-dossier-nav a { flex:0 0 auto; padding:15px 14px; color:#455564; text-decoration:none; font-size:.78rem; font-weight:900; }
.co-dossier-nav a:hover { color:var(--primary); }

.co-dossier-main { display:grid; grid-template-columns:minmax(0,1.5fr) minmax(290px,.5fr); gap:52px; padding-top:70px; padding-bottom:70px; align-items:start; }
.co-dossier-content { min-width:0; }
.co-dossier-side { min-width:0; display:grid; gap:18px; position:sticky; top:74px; }
.co-side-card { min-width:0; border:1px solid #d9e1e8; background:#fff; }
.co-snapshot-card { padding:22px; }
.co-side-kicker { color:var(--primary); font-size:.7rem; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.co-snapshot-card dl { margin:18px 0 0; }
.co-snapshot-card dl > div { display:grid; grid-template-columns:90px minmax(0,1fr); gap:12px; padding:11px 0; border-top:1px solid #edf1f4; }
.co-snapshot-card dt { color:#718096; font-size:.73rem; font-weight:800; }
.co-snapshot-card dd { margin:0; color:#263746; font-size:.82rem; font-weight:900; overflow-wrap:anywhere; }
.co-map-card { margin:0; overflow:hidden; }
.co-map-card img { display:block; width:100%; max-height:430px; object-fit:cover; }
.co-map-card figcaption { padding:12px 14px; color:#64748b; font-size:.72rem; line-height:1.5; }
.co-map-card a { color:var(--primary); }
.co-map-placeholder { position:relative; overflow:hidden; min-height:250px; padding:24px; display:flex; flex-direction:column; justify-content:flex-end; background:#0a2538; color:#fff; }
.co-map-placeholder strong,
.co-map-placeholder p { position:relative; z-index:2; }
.co-map-placeholder p { margin:7px 0 0; color:#b9ced9; font-size:.8rem; line-height:1.5; }

.co-analysis-section { display:grid; grid-template-columns:54px minmax(0,1fr); gap:20px; padding:0 0 46px; margin-bottom:46px; border-bottom:1px solid #dce4ea; }
.co-analysis-section:last-child { margin-bottom:0; }
.co-section-number { display:flex; align-items:flex-start; justify-content:center; padding-top:7px; color:var(--primary); font-size:.72rem; font-weight:900; letter-spacing:.12em; }
.co-analysis-section h2 { margin:0 0 18px; color:var(--navy); font-size:clamp(1.8rem,3.2vw,2.8rem); line-height:1.08; }
.co-prose { color:#43515f; font-size:1rem; line-height:1.85; overflow-wrap:anywhere; }

.co-data-band { padding:70px 0; background:#081c2b; color:#fff; }
.co-data-band .co-eyebrow { color:#7dd3fc; }
.co-data-band .co-section-heading h2 { color:#fff; }
.co-data-band .co-section-heading p { color:#b9cbd5; }
.co-metric-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-top:28px; }
.co-metric-card { min-width:0; padding:22px; border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.04); }
.co-metric-label { display:block; color:#8cb4c8; font-size:.68rem; font-weight:900; letter-spacing:.11em; text-transform:uppercase; }
.co-metric-card > strong { display:block; margin-top:10px; color:#fff; font-size:clamp(1.55rem,3vw,2.4rem); line-height:1.05; overflow-wrap:anywhere; }
.co-metric-card > strong small { font-size:.52em; color:#b9d5e1; }
.co-metric-card > p { color:#bed0d9; font-size:.78rem; line-height:1.55; }
.co-metric-source { display:flex; flex-direction:column; gap:4px; padding-top:12px; margin-top:14px; border-top:1px solid rgba(255,255,255,.1); color:#8fb0c0; font-size:.68rem; line-height:1.4; }
.co-metric-source a { color:#d9f1fb; overflow-wrap:anywhere; }

.co-actor-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:26px; }
.co-actor-card { min-width:0; padding:24px; border:1px solid #d9e1e8; background:#fff; }
.co-actor-card > span { color:var(--primary); font-size:.66rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.co-actor-card h3 { margin:10px 0 6px; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.35rem; }
.co-actor-card > strong { display:block; color:#334155; font-size:.82rem; }
.co-actor-card p { color:#64748b; line-height:1.6; font-size:.88rem; }
.co-actor-card a { color:var(--primary); font-size:.78rem; font-weight:900; text-decoration:none; }

.co-timeline-band { padding:74px 0; border-top:1px solid #dce4ea; border-bottom:1px solid #dce4ea; background:#eef2f6; }
.co-timeline { max-width:980px; margin-top:30px; }
.co-timeline-item { display:grid; grid-template-columns:150px 24px minmax(0,1fr); gap:14px; position:relative; }
.co-timeline-date { padding:20px 0; color:#526171; font-size:.76rem; font-weight:900; text-align:right; }
.co-timeline-marker { position:relative; }
.co-timeline-marker::before { content:""; position:absolute; left:50%; top:0; bottom:0; width:1px; background:#b9c7d2; }
.co-timeline-marker::after { content:""; position:absolute; z-index:2; left:50%; top:24px; width:9px; height:9px; transform:translateX(-50%); border-radius:50%; background:var(--primary); box-shadow:0 0 0 5px #eef2f6; }
.co-timeline-content { min-width:0; padding:17px 0 28px; }
.co-timeline-content h3 { margin:0 0 7px; color:var(--navy); font-family:Georgia,"Times New Roman",serif; font-size:1.22rem; }
.co-timeline-content p { margin:0; color:#5d6b79; line-height:1.65; }
.co-inline-source { margin-top:9px; color:#718096; font-size:.72rem; }
.co-inline-source a { color:var(--primary); overflow-wrap:anywhere; }

.co-analysis-stack { max-width:1040px; }

.co-source-band { padding:72px 0; background:#0a2538; color:#fff; }
.co-source-layout { display:grid; grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr); gap:60px; align-items:start; }
.co-source-intro { position:sticky; top:84px; }
.co-source-intro h2 { color:#fff; }
.co-source-intro > p { color:#b9cbd5; }
.co-method-note { margin-top:22px; padding:16px; border-left:3px solid #38bdf8; background:rgba(255,255,255,.05); color:#c9dae3; line-height:1.65; font-size:.85rem; }
.co-source-list { border-top:1px solid rgba(255,255,255,.13); }
.co-source-list article { display:grid; grid-template-columns:42px minmax(0,1fr); gap:14px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.13); }
.co-source-index { color:#6ea9c2; font-size:.68rem; font-weight:900; }
.co-source-list h3 { margin:0; font-size:.95rem; line-height:1.45; }
.co-source-list h3 a { color:#f4fbff; overflow-wrap:anywhere; }
.co-source-meta { display:flex; flex-wrap:wrap; gap:5px 12px; margin-top:7px; color:#8fb0c0; font-size:.68rem; }
.co-source-list p { margin:8px 0 0; color:#b8ccd6; font-size:.78rem; line-height:1.55; }

.co-disclaimer { margin-top:34px; margin-bottom:70px; padding:19px 22px; border:1px solid #d6dfe7; background:#fff; }
.co-disclaimer strong { color:var(--navy); }
.co-disclaimer p { margin:5px 0 0; color:#64748b; font-size:.82rem; line-height:1.6; }
.co-not-found { padding:90px 0; }
.co-not-found h1 { margin:8px 0; color:var(--navy); font-size:clamp(2.5rem,6vw,4.5rem); }
.co-not-found p { color:#64748b; margin-bottom:24px; }

.sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }

@media (max-width: 1120px) {
    .co-hero-inner { grid-template-columns:minmax(0,1fr) 340px; gap:34px; }
    .co-lens-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .co-filters { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .co-search-field { grid-column:1 / -1; }
    .co-filters button,
    .co-filters > a { width:100%; }
    .co-metric-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
    .co-hero { min-height:auto; }
    .co-hero-inner { min-height:auto; grid-template-columns:1fr; padding-top:58px; padding-bottom:58px; }
    .co-hero-panel { width:min(340px,82vw); justify-self:start; margin-top:8px; }
    .co-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .co-stat-grid > div:nth-child(odd) { border-left:1px solid #e5eaf0; }
    .co-stat-grid > div { border-bottom:1px solid #e5eaf0; }
    .co-case-grid { grid-template-columns:1fr; }
    .co-case-visual,
    .co-case-visual img { min-height:300px; height:300px; }
    .co-methodology { grid-template-columns:1fr; gap:30px; }
    .co-dossier-meta { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .co-dossier-main { grid-template-columns:1fr; gap:32px; }
    .co-dossier-side { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
    .co-actor-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .co-source-layout { grid-template-columns:1fr; gap:34px; }
    .co-source-intro { position:static; }
}

@media (max-width: 680px) {
    .co-hero { min-height: 0; }
    .co-hero .co-hero-inner {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 42px 26px 46px !important;
        margin-left: auto;
        margin-right: auto;
        gap: 34px;
    }
    .co-hero-copy { min-width: 0; max-width: 100%; }
    .co-eyebrow { font-size: .69rem; letter-spacing: .11em; }
    .co-status-line {
        gap: 8px;
        margin: 13px 0 16px;
        font-size: .69rem;
        letter-spacing: .065em;
    }
    .co-live-dot { flex: 0 0 8px; width: 8px; height: 8px; }
    .co-hero h1 {
        max-width: 100%;
        font-size: clamp(2.65rem, 13.5vw, 4rem);
        line-height: .96;
        letter-spacing: -.035em;
        overflow-wrap: normal;
        word-break: normal;
    }
    .co-hero-copy > p {
        max-width: 100%;
        margin-top: 20px;
        font-size: 1rem;
        line-height: 1.65;
        overflow-wrap: break-word;
    }
    .co-hero-actions {
        display:grid;
        grid-template-columns:1fr;
        gap: 10px;
        margin-top: 24px;
    }
    .co-btn { width:100%; }
    .co-hero-panel { width:min(280px,82vw); max-width:100%; justify-self:center; margin-top:0; }
    .co-stat-grid { grid-template-columns:1fr 1fr; }
    .co-stat-grid > div { padding:18px 14px; }
    .co-stat-grid strong { font-size:1.5rem; }
    .co-framework-section,
    .co-methodology,
    .co-actors-section,
    .co-analysis-stack { padding-top:52px; padding-bottom:52px; }
    .co-lens-grid { grid-template-columns:1fr; }
    .co-section-heading-row { align-items:flex-start; flex-direction:column; gap:8px; }
    .co-dossiers-band { padding:52px 0 58px; }
    .co-filters { grid-template-columns:1fr; }
    .co-search-field { grid-column:auto; }
    .co-case-visual,
    .co-case-visual img { min-height:230px; height:230px; }
    .co-case-body { padding:20px; }
    .co-case-footer a { width:100%; margin-left:0; }
    .co-methodology-rules { grid-template-columns:1fr; }
    .co-dossier-hero-inner { padding-top:42px; padding-bottom:42px; }
    .co-dossier-hero h1 { font-size:clamp(2.55rem,13vw,4.3rem); }
    .co-dossier-meta { grid-template-columns:1fr; }
    .co-dossier-side { grid-template-columns:1fr; }
    .co-analysis-section { grid-template-columns:1fr; gap:7px; padding-bottom:34px; margin-bottom:34px; }
    .co-section-number { justify-content:flex-start; padding-top:0; }
    .co-metric-grid,
    .co-actor-grid { grid-template-columns:1fr; }
    .co-timeline-item { grid-template-columns:1fr 18px minmax(0,1fr); gap:8px; }
    .co-timeline-date { grid-column:1 / -1; text-align:left; padding:14px 0 0; }
    .co-timeline-marker { grid-column:2; grid-row:2; }
    .co-timeline-content { grid-column:3; grid-row:2; padding-top:8px; }
    .co-source-list article { grid-template-columns:30px minmax(0,1fr); }
}

@media (max-width: 420px) {
    .co-hero .co-hero-inner { padding: 36px 22px 40px !important; gap: 28px; }
    .co-hero h1 { font-size: clamp(2.3rem, 12.5vw, 3rem); line-height: .98; }
    .co-hero-copy > p { font-size: .96rem; line-height: 1.6; }
    .co-status-line { font-size: .64rem; letter-spacing: .045em; }
    .co-hero-panel { width:min(240px,78vw); }
    .co-radar-core { width: 88px; height: 88px; }
    .co-radar-core span { font-size: .61rem; letter-spacing: .12em; }
    .co-radar-label { font-size: .55rem; letter-spacing: .1em; }
    .co-stat-grid { grid-template-columns:1fr; }
    .co-stat-grid > div { border-left:1px solid #e5eaf0; }
    .co-case-status-row { left:12px; right:12px; bottom:12px; }
    .co-status-badge,
    .co-intensity-badge,
    .co-type-badge { font-size:.61rem; }
    .co-timeline-item { grid-template-columns:14px minmax(0,1fr); }
    .co-timeline-date { grid-column:1 / -1; }
    .co-timeline-marker { grid-column:1; }
    .co-timeline-content { grid-column:2; }
}

@media (max-width: 980px) {
    .co-dossier-nav { top: 0; }
}
