@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Noto+Sans+Devanagari:wght@500;700;900&family=Roboto+Mono:wght@400;500;700&display=swap');

:root {
  --ink: #16191d;
  --muted: #555d64;
  --page: #e9edf0;
  --paper: #ffffff;
  --coral: #ff6659;
  --coral-dark: #e84b41;
  --cyan: #2ecbe0;
  --cyan-dark: #0c97ad;
  --line: #d9dfe4;
  --soft: #f5f7f8;
  --mono: "Roboto Mono", ui-monospace, monospace;
  --sans: Inter, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--page);
  font-family: var(--sans);
  line-height: 1.45;
}
a { color: inherit; }
button { font: inherit; }
img { max-width: 100%; }

.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; padding: .65rem .9rem; color: white; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.page-shell { width: min(1120px, calc(100% - 32px)); margin: 16px auto 32px; background: var(--paper); border: 1px solid #d6dade; box-shadow: 0 10px 35px rgba(25,35,45,.08); }
.topbar { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 22px; border-bottom: 1px solid var(--line); }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.04em; text-decoration: none; }
.logo__blocks { display: grid; grid-template-columns: repeat(3,8px); gap: 2px; }
.logo__blocks i { width: 8px; height: 22px; background: var(--coral); }
.logo__blocks i:nth-child(2) { background: var(--cyan); }
.logo__blocks i:nth-child(3) { height: 14px; align-self: end; background: var(--ink); }
.topbar nav { display: flex; align-items: center; gap: 22px; }
.topbar nav a { color: #4c535a; text-decoration: none; text-transform: uppercase; font: 600 .68rem/1 var(--mono); letter-spacing: .05em; }
.topbar nav a:hover, .topbar nav a:focus-visible { color: var(--coral-dark); }

main { padding: 12px; }
.card { border: 1px solid var(--line); background: var(--paper); }
.hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); overflow: hidden; }
.hero__copy { min-width: 0; padding: clamp(22px,2.8vw,32px); }
.eyebrow { margin: 0 0 10px; color: var(--muted); text-transform: uppercase; font: 600 .68rem/1.4 var(--mono); letter-spacing: .055em; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 3px rgba(255,102,89,.18); }
h1,h2,p { overflow-wrap: break-word; }
h1 { max-width: 600px; margin: 0; font-size: clamp(2.3rem,3.6vw,3.45rem); line-height: .94; letter-spacing: -.07em; }
.verdict { display: flex; align-items: center; gap: 18px; margin: 14px 0 10px; }
.verdict strong { color: var(--coral); font-size: clamp(5.3rem,7.5vw,7.2rem); line-height: .75; letter-spacing: -.09em; }
.verdict span { min-width: 96px; padding-left: 14px; border-left: 4px solid var(--cyan); font: 700 .76rem/1.25 var(--mono); }
.lede { max-width: 620px; margin: 14px 0 8px; font-size: clamp(.96rem,1.3vw,1.1rem); }
.position { max-width: 620px; margin: 0; color: #41474d; font-size: .79rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.button { min-height: 40px; padding: 0 14px; border: 1px solid var(--ink); color: white; background: var(--ink); text-transform: uppercase; font: 700 .68rem/1 var(--mono); letter-spacing: .025em; text-decoration: none; cursor: pointer; }
.button:hover,.button:focus-visible { color: var(--ink); background: var(--cyan); }
.button--ghost { color: var(--ink); background: white; }
.button--cyan { color: var(--ink); border-color: var(--cyan-dark); background: var(--cyan); }
.button.is-feeding { animation: samosa-pop .38s ease; background: var(--coral); }
@keyframes samosa-pop { 50% { transform: translateY(-3px) rotate(-1deg) scale(1.04); } }
.microcopy { min-height: 1.2em; margin: 9px 0 0; color: #555d64; font: .69rem/1.45 var(--mono); }
.hero-art { position: relative; min-width: 0; margin: 0; border-left: 1px solid var(--line); background: var(--soft); }
.hero-art img { display: block; width: 100%; height: 100%; min-height: 385px; object-fit: cover; object-position: center; }
.hero-art figcaption { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; gap: 12px; align-items: center; padding: 9px 11px; background: rgba(255,255,255,.94); border-left: 4px solid var(--coral); font-size: .73rem; }
.hero-art figcaption span { flex: 0 0 auto; font: 700 .62rem/1 var(--mono); }

.metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 10px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric { position: relative; min-width: 0; min-height: 104px; padding: 12px 14px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--soft); }
.metric--coral { background: var(--coral); }
.metric--cyan { background: var(--cyan); }
.metric--dark { color: white; background: var(--ink); }
.metric__index { position: absolute; top: 10px; right: 11px; font: .58rem/1 var(--mono); opacity: .58; }
.metric__label { display: block; margin: 0 0 5px; padding-right: 24px; text-transform: uppercase; font: 700 .59rem/1.3 var(--mono); }
.metric strong { display: block; margin: 0 0 4px; font-size: clamp(2rem,3vw,2.9rem); line-height: .88; letter-spacing: -.06em; }
.metric strong em { margin-left: 4px; font: 800 .36em/1 var(--sans); }
.metric small { display: block; max-width: 230px; font-size: .65rem; line-height: 1.3; }
.metric small b { color: var(--cyan); }

.dipke-gag,.evidence-grid { margin-top: 10px; }
.faq,.sources { padding: 20px; }
.dipke-gag { display: grid; grid-template-columns: minmax(0,1.36fr) minmax(320px,.64fr); overflow: hidden; color: white; background: var(--ink); }
.dipke-gag__art { position: relative; min-width: 0; margin: 0; border-right: 1px solid #41474d; background: #f3c7a1; }
.dipke-gag__art img { display: block; width: 100%; height: 100%; min-height: 390px; object-fit: contain; object-position: center; }
.dipke-gag__art figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; display: flex; gap: 10px; align-items: center; padding: 7px 9px; color: var(--ink); background: rgba(255,255,255,.94); border-left: 4px solid var(--cyan); font: 700 .73rem/1.35 "Noto Sans Devanagari",var(--sans); }
.dipke-gag__art figcaption span { flex: 0 0 auto; font-size: .64rem; }
.dipke-gag__copy { min-width: 0; padding: clamp(20px,2.5vw,28px); font-family: "Noto Sans Devanagari",var(--sans); }
.dipke-gag__copy .eyebrow { color: var(--cyan); font-family: "Noto Sans Devanagari",var(--sans); font-weight: 700; }
.dipke-gag__copy h2 { margin: 0; font-size: clamp(1.4rem,2vw,1.95rem); line-height: 1.18; letter-spacing: -.03em; }
.dipke-gag__copy mark { padding: 0 .16em; color: var(--ink); background: var(--cyan); white-space: nowrap; }
.arrest-meter { display: flex; align-items: center; gap: 12px; margin: 15px 0 12px; padding: 9px 0; border-top: 1px solid #4a5157; border-bottom: 1px solid #4a5157; }
.arrest-meter > strong { color: var(--coral); font: 900 clamp(3rem,4.8vw,4.4rem)/.8 var(--sans); }
.arrest-meter span { display: flex; flex-direction: column; }
.arrest-meter b { font-size: .84rem; }
.arrest-meter small { color: #bac1c6; font-size: .66rem; }
.dipke-gag blockquote { margin: 0; padding: 11px 12px; color: var(--ink); background: var(--coral); border-left: 4px solid var(--cyan); font-size: .92rem; font-weight: 700; line-height: 1.4; }

.evidence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-items: start; }
.evidence-grid h2 { margin: 0 0 14px; font-size: clamp(1.4rem,2.2vw,2rem); line-height: 1; letter-spacing: -.045em; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { padding: 11px 4px; font-size: .86rem; font-weight: 700; cursor: pointer; }
.faq details p { margin: 0; padding: 0 22px 12px 4px; color: var(--muted); font-size: .76rem; }
.faq details p a { color: var(--cyan-dark); font-weight: 700; }
.faq .medical-link { display: inline-block; margin-top: 6px; }
.sources .checked { margin: -4px 0 14px; color: var(--muted); font: .63rem/1.4 var(--mono); }
.source-drawer { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.source-drawer > summary { display: flex; justify-content: space-between; gap: 16px; padding: 13px 4px; font: 700 .72rem/1.2 var(--mono); text-transform: uppercase; cursor: pointer; }
.source-drawer > summary span { color: var(--coral-dark); }
.source-drawer[open] > summary { border-bottom: 1px solid var(--line); }
.source-drawer .source-list { max-height: 420px; overflow-y: auto; }

.source-list { border-top: 1px solid var(--line); }
.source-list a { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; min-height: 58px; padding: 8px 10px; border-bottom: 1px solid var(--line); text-decoration: none; }
.source-list a:hover,.source-list a:focus-visible { background: #eafafe; }
.source-list b { color: var(--coral-dark); font: 700 .63rem/1 var(--mono); }
.source-list span { display: flex; flex-direction: column; gap: 2px; }
.source-list strong { font-size: .82rem; }
.source-list small { color: var(--muted); font: .62rem/1.3 var(--mono); }
.source-list a > i { font-style: normal; }

footer { display: grid; grid-template-columns: 150px 1fr auto; gap: 24px; align-items: start; margin: 0 16px 16px; padding: 18px 22px; color: white; background: var(--ink); }
footer strong { color: var(--cyan); font-size: .88rem; }
footer p { max-width: 760px; margin: 0; color: #cfd4d8; font-size: .72rem; }
footer a { color: white; font: .64rem/1.3 var(--mono); }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { border-top: 1px solid var(--line); border-left: 0; }
  .hero-art img { min-height: 0; max-height: 600px; }
  .metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dipke-gag { grid-template-columns: 1fr; }
  .dipke-gag__art { border-right: 0; border-bottom: 1px solid #41474d; }
  .dipke-gag__art img { min-height: 0; max-height: 580px; }
  .evidence-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-shell { width: 100%; margin: 0; border: 0; box-shadow: none; }
  .topbar { align-items: flex-start; flex-direction: column; gap: 12px; padding: 14px 16px; }
  .topbar nav { width: 100%; gap: 5px; overflow-x: auto; }
  .topbar nav a { flex: 0 0 auto; padding: 8px 9px; border: 1px solid var(--line); }
  main { padding: 8px; }
  .hero__copy { padding: 22px 18px; }
  h1 { font-size: 2.7rem; }
  .verdict strong { font-size: 6rem; }
  .hero-art figcaption { position: static; margin: 0; border-top: 1px solid var(--line); border-left-width: 4px; }
  .metrics { grid-template-columns: 1fr 1fr; margin-top: 8px; }
  .metric { min-height: 118px; padding: 11px; }
  .metric__label { margin-top: 0; }
  .dipke-gag,.evidence-grid { margin-top: 8px; }
  .dipke-gag__art img { height: auto; max-height: none; }
  .dipke-gag__art figcaption { position: static; margin: 0; border-top: 1px solid var(--line); border-left-width: 4px; font-size: .82rem; line-height: 1.5; }
  .dipke-gag__art figcaption span { font-size: .72rem; }
  .dipke-gag__copy { padding: 18px 16px; }
  .dipke-gag__copy h2 { font-size: 1.65rem; }
  .arrest-meter { margin: 16px 0 12px; }
  .arrest-meter small { color: #d0d5d9; font-size: .72rem; }
  .faq,.sources { padding: 16px; }
  footer { grid-template-columns: 1fr; gap: 10px; margin: 0; padding: 18px 16px; }
}

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