/**
 * Chat Group International — Enquête spéciale (PHC) article page.
 * Self-contained; loaded on the special-investigation template. Scoped to .cg-enq.
 * Palette follows the logo (gold / red / sky on navy).
 */
.cg-enq {
	--gold: #f0a818; --gold2: #ffcc4d; --red: #f01818; --red-d: #c40f0f;
	--sky: #48c0f0; --sky2: #a9def7;
	--nv: #0a1830; --nv-d: #0b1020; --nv2: #111f3a;
	--paper: #f5f7fb; --card: #fff; --ink: #0b1020; --muted: #5a6478;
	--line: rgba(10,24,48,.10);
	--disp: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
	--data: "Space Grotesk", ui-monospace, monospace;
	--ease: cubic-bezier(.2,.7,.2,1);
	--wrap: 1120px;
	font-family: var(--disp);
	color: var(--ink);
	background: var(--card);
}
.cg-enq * { box-sizing: border-box; }
.cg-enq h1, .cg-enq h2, .cg-enq h3 { font-family: var(--disp); letter-spacing: -.025em; line-height: 1.05; margin: 0; text-wrap: balance; }
.enq-wrap { width: min(calc(100% - 44px), var(--wrap)); margin-inline: auto; }
.enq-narrow { width: min(calc(100% - 44px), 760px); margin-inline: auto; }

.enq-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-family: var(--data); font-size: 12px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--red); margin: 0; }
.enq-eyebrow i { width: 8px; height: 8px; border-radius: 50%; background: var(--red); animation: enq-pulse 1.6s var(--ease) infinite; }
@keyframes enq-pulse { 0%{box-shadow:0 0 0 0 rgba(240,24,24,.6);} 70%{box-shadow:0 0 0 8px rgba(240,24,24,0);} 100%{box-shadow:0 0 0 0 rgba(240,24,24,0);} }

/* Buttons */
.enq-btn { display: inline-flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 22px; border-radius: 999px; font-family: var(--disp); font-weight: 700; font-size: 14.5px; border: 1.5px solid transparent; transition: transform .25s var(--ease), background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease); cursor: pointer; }
.enq-btn svg { width: 16px; height: 16px; }
.enq-btn--red { background: var(--red); color: #fff; box-shadow: 0 14px 30px rgba(240,24,24,.26); }
.enq-btn--red:hover { background: var(--red-d); transform: translateY(-2px); }
.enq-btn--gold { background: var(--gold); color: #201500; }
.enq-btn--gold:hover { background: var(--gold2); transform: translateY(-2px); }
.enq-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.enq-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.55); }
.enq-btn--ink { background: var(--nv); color: #fff; }
.enq-btn--ink:hover { background: var(--nv2); transform: translateY(-2px); }

/* ---- HERO ---- */
.enq-hero { position: relative; overflow: hidden; isolation: isolate; color: #fff; background: linear-gradient(180deg, var(--nv-d), var(--nv)); padding: clamp(56px, 8vw, 96px) 0 clamp(44px, 6vw, 76px); }
.enq-hero__bg { position: absolute; inset: 0; z-index: -2; background-size: cover; background-position: center; opacity: .16; filter: grayscale(.3) contrast(1.05); }
.enq-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 70% at 100% 0%, rgba(240,24,24,.22), transparent 60%), radial-gradient(50% 60% at 0% 100%, rgba(240,168,24,.12), transparent 60%); }
.enq-hero__inner { position: relative; max-width: 900px; }
.enq-hero__kicker { display: flex; flex-wrap: wrap; gap: 10px 18px; align-items: center; margin-bottom: 22px; }
.enq-tag { font-family: var(--data); font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--red); padding: 5px 11px; border-radius: 5px; }
.enq-hero h1 { font-size: clamp(34px, 6vw, 68px); font-weight: 800; }
.enq-hero__dek { margin: 22px 0 0; max-width: 720px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.5; color: rgba(255,255,255,.8); font-weight: 500; }
.enq-hero__meta { display: flex; flex-wrap: wrap; gap: 10px 30px; margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); }
.enq-hero__meta div { display: grid; gap: 3px; }
.enq-hero__meta dt { font-family: var(--data); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--sky2); }
.enq-hero__meta dd { margin: 0; font-size: 15px; font-weight: 600; color: #fff; }

/* ---- VIDEO ---- */
.enq-video { background: var(--nv-d); padding: 0 0 clamp(40px, 6vw, 70px); }
.enq-video__frame { position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 40px 90px rgba(0,0,0,.5); background: #000; }
.enq-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.enq-video__cap { display: flex; align-items: center; gap: 10px; margin-top: 14px; font-family: var(--data); font-size: 12.5px; color: rgba(255,255,255,.6); }
.enq-video__cap b { color: var(--red); font-weight: 700; }

/* ---- BODY / DOSSIER ---- */
.enq-body { background: var(--card); padding: clamp(56px, 8vw, 96px) 0; }
.enq-body h2 { font-size: clamp(26px, 3.4vw, 40px); font-weight: 800; margin: 0 0 6px; }
.enq-body__lead { font-size: clamp(18px, 1.6vw, 22px); line-height: 1.6; font-weight: 600; color: var(--ink); margin: 22px 0 0; }
.enq-body p { font-size: 17px; line-height: 1.75; color: #26303f; margin: 20px 0 0; }
.enq-body p strong { color: var(--ink); }
.enq-quote { margin: 36px 0 0; padding: 6px 0 6px 26px; border-left: 4px solid var(--red); }
.enq-quote p { margin: 0; font-family: var(--disp); font-size: clamp(20px, 2.4vw, 28px); font-weight: 800; line-height: 1.25; letter-spacing: -.02em; color: var(--ink); }
.enq-quote cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--data); font-size: 13px; color: var(--muted); }

/* ---- KEY FIGURES ---- */
.enq-figures { background: var(--paper); padding: clamp(48px, 7vw, 84px) 0; }
.enq-figures__head { margin-bottom: 30px; }
.enq-figures__head .enq-eyebrow { color: #9a6a08; }
.enq-figures__head .enq-eyebrow i { background: var(--gold); animation: none; }
.enq-figures__head h2 { font-size: clamp(24px, 3vw, 36px); font-weight: 800; margin-top: 10px; }
.enq-figgrid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.enq-fig { background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.enq-fig b { display: block; font-family: var(--data); font-size: clamp(24px, 2.6vw, 32px); font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.enq-fig b .u { font-size: 14px; color: var(--muted); font-weight: 600; }
.enq-fig span { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); line-height: 1.4; }
.enq-fig--gold { border-top: 4px solid var(--gold); }
.enq-fig--red { border-top: 4px solid var(--red); }
.enq-fig--sky { border-top: 4px solid var(--sky); }

/* Ownership split bar */
.enq-split { margin-top: 26px; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 22px; }
.enq-split__title { font-family: var(--data); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 14px; }
.enq-split__bar { display: flex; height: 46px; border-radius: 10px; overflow: hidden; }
.enq-split__seg { display: flex; align-items: center; padding: 0 14px; font-family: var(--data); font-weight: 700; font-size: 14px; color: #fff; white-space: nowrap; animation: enq-grow .9s var(--ease) both; transform-origin: left; }
.enq-split__seg--a { background: linear-gradient(90deg, var(--gold), var(--gold2)); color: #201500; flex: 0 0 76.17%; }
.enq-split__seg--b { background: linear-gradient(90deg, var(--sky), #2a86b8); flex: 0 0 23.83%; justify-content: flex-end; }
@keyframes enq-grow { from { transform: scaleX(.2); opacity: .3; } to { transform: scaleX(1); opacity: 1; } }
.enq-split__legend { display: flex; flex-wrap: wrap; gap: 8px 22px; margin-top: 14px; font-size: 13px; color: var(--muted); }
.enq-split__legend span { display: inline-flex; align-items: center; gap: 8px; }
.enq-split__legend i { width: 12px; height: 12px; border-radius: 3px; }

/* ---- EVIDENCE / DOWNLOADS ---- */
.enq-proofs { background: var(--nv-d); color: #fff; padding: clamp(56px, 8vw, 96px) 0; }
.enq-proofs__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.enq-proofs__head .enq-eyebrow { color: #ff6a6a; }
.enq-proofs__head h2 { font-size: clamp(26px, 3.4vw, 42px); font-weight: 800; margin-top: 10px; }
.enq-proofs__head p { margin: 8px 0 0; color: rgba(255,255,255,.66); font-size: 14.5px; max-width: 460px; }
.enq-docs { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.enq-doc { display: flex; flex-direction: column; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; overflow: hidden; transition: border-color .25s var(--ease), transform .25s var(--ease), background .25s var(--ease); }
.enq-doc:hover { border-color: rgba(240,168,24,.5); transform: translateY(-4px); background: rgba(255,255,255,.06); }
.enq-doc__thumb { position: relative; aspect-ratio: 3 / 3.4; overflow: hidden; background: #0e1626; }
.enq-doc__thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .5s var(--ease); }
.enq-doc:hover .enq-doc__thumb img { transform: scale(1.04); }
.enq-doc__type { position: absolute; top: 12px; left: 12px; font-family: var(--data); font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 4px 8px; border-radius: 5px; background: rgba(0,0,0,.6); backdrop-filter: blur(6px); }
.enq-doc__type--pdf { background: var(--red); }
.enq-doc__type--img { background: var(--sky); color: #062230; }
.enq-doc--pdf .enq-doc__thumb { display: grid; place-items: center; background: linear-gradient(160deg, #16233d, #0b1020); }
.enq-doc__pdficon { width: 74px; height: 90px; border-radius: 8px; background: #fff; position: relative; box-shadow: 0 16px 40px rgba(0,0,0,.4); }
.enq-doc__pdficon::before { content: "PDF"; position: absolute; left: 0; bottom: 14px; background: var(--red); color: #fff; font-family: var(--data); font-weight: 700; font-size: 13px; letter-spacing: .06em; padding: 4px 10px; }
.enq-doc__pdficon::after { content: ""; position: absolute; top: 0; right: 0; border-width: 0 18px 18px 0; border-style: solid; border-color: #cbd5e1 #0b1020 transparent transparent; }
.enq-doc__body { padding: 16px 16px 18px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.enq-doc__kicker { font-family: var(--data); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--gold2); }
.enq-doc__title { font-size: 15.5px; font-weight: 700; line-height: 1.25; color: #fff; }
.enq-doc__meta { font-family: var(--data); font-size: 12px; color: rgba(255,255,255,.5); margin-top: 2px; }
.enq-doc__actions { display: flex; gap: 8px; margin-top: auto; padding-top: 12px; }
.enq-dl { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; border-radius: 9px; background: var(--gold); color: #201500; font-weight: 700; font-size: 13.5px; font-family: var(--disp); transition: background .2s var(--ease); }
.enq-dl:hover { background: var(--gold2); color: #201500; }
.enq-dl svg { width: 15px; height: 15px; }
.enq-view { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 14px; border-radius: 9px; border: 1px solid rgba(255,255,255,.2); color: #fff; font-weight: 600; font-size: 13px; transition: border-color .2s var(--ease), background .2s var(--ease); }
.enq-view:hover { border-color: var(--sky); color: var(--sky); background: rgba(72,192,240,.08); }
.enq-proofs__note { margin-top: 22px; font-family: var(--data); font-size: 12.5px; color: rgba(255,255,255,.5); }

/* ---- CTA ---- */
.enq-cta { background: var(--paper); padding: clamp(48px, 7vw, 84px) 0; }
.enq-cta__box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; background: linear-gradient(102deg, var(--nv), var(--nv2)); color: #fff; border-radius: 20px; padding: clamp(28px, 4vw, 44px); }
.enq-cta__box h2 { font-size: clamp(22px, 2.6vw, 32px); font-weight: 800; }
.enq-cta__box p { margin: 8px 0 0; color: rgba(255,255,255,.7); max-width: 460px; font-size: 15px; }
.enq-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
	.enq-figgrid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.enq-docs { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.enq-proofs__head { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
	.enq-figgrid { grid-template-columns: 1fr 1fr; }
	.enq-docs { grid-template-columns: 1fr; }
	.enq-cta__box { flex-direction: column; align-items: flex-start; }
	.enq-split__seg { font-size: 12px; padding: 0 10px; }
	.enq-split__seg--b { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
	.enq-eyebrow i, .enq-split__seg { animation: none !important; }
	.enq-doc__thumb img { transition: none; }
}
