@import url('https://fonts.googleapis.com/css2?family=DM+Mono&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--ink:#102a43;--muted:#587085;--paper:#f7f6f1;--white:#fff;--orange:#ea6a2d;--teal:#0e706f;--line:#dce5e3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}.site-header{height:74px;padding:0 max(5vw,28px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8e9e4}.brand{color:var(--ink);font-family:'Playfair Display',serif;font-size:1.55rem;text-decoration:none}.brand span{color:var(--orange)}nav{display:flex;gap:27px}nav a{color:var(--muted);font-size:.9rem;font-weight:600;text-decoration:none}nav a:hover{color:var(--orange)}.hero{min-height:440px;padding:76px max(8vw,32px);display:flex;align-items:center;justify-content:space-between;gap:55px;background:var(--ink);color:#fff;overflow:hidden}.hero-copy{max-width:690px}.eyebrow{margin:0 0 13px;color:var(--orange);font:700 .72rem 'DM Mono',monospace;letter-spacing:.13em;text-transform:uppercase}.hero h1,h2{font-family:'Playfair Display',Georgia,serif}.hero h1{font-size:clamp(2.6rem,5.4vw,5.2rem);line-height:1.04;margin:0 0 20px}.hero-copy>p:not(.eyebrow){max-width:530px;color:#d8e1e8;font-size:1.08rem;line-height:1.65}.button{display:inline-flex;gap:24px;margin-top:18px;padding:14px 19px;border-radius:4px;background:var(--orange);color:#fff;text-decoration:none;font-weight:700}.hero-stat{width:225px;height:225px;flex:0 0 auto;border:1px solid #4b6275;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;position:relative}.hero-stat:after{content:'';position:absolute;width:245px;height:245px;border:1px solid #2e495f;border-radius:50%}.stat-number{color:#ff9d68;font:700 4.7rem 'Playfair Display',serif;line-height:1}.stat-label{margin-top:8px;font:700 .7rem 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.08em;line-height:1.5}.world-section,.briefing,.about{padding:88px max(8vw,32px)}.section-heading{max-width:620px}.section-heading h2,.about h2{font-size:clamp(2rem,3.2vw,3.3rem);line-height:1.12;margin:0}.section-heading>p:not(.eyebrow),.about>p:not(.eyebrow){color:var(--muted);line-height:1.65}.map-card{max-width:1100px;margin:42px auto 0;border-radius:24px;box-shadow:0 18px 42px #0c26321c;overflow:hidden}.world-map{display:block;width:100%;height:auto}.grid{stroke:#fff;stroke-opacity:.46;stroke-width:1}.land{fill:#8aabb0;stroke:#73959b;stroke-width:2}.india{fill:#ef8b38;stroke:#fff;stroke-width:2}.india-dot{fill:#0e706f;stroke:#fff;stroke-width:3}.callout{stroke:#0e706f;stroke-width:2}.india-label rect{fill:#fff}.india-label text:first-of-type{font:700 16px 'DM Mono',monospace;fill:#0e706f;letter-spacing:2px}.india-label text:last-of-type{font:14px 'DM Sans',sans-serif;fill:#587085}.briefing{background:#eaf1ef}.briefing-heading{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:20px}.refresh-note{margin:0;color:var(--muted);font-size:.82rem}.news-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:38px}.news-card{min-height:400px;padding:28px;background:#fff;border:1px solid #e1e9e7;border-radius:10px}.card-title{display:flex;align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid var(--line)}.icon{display:grid;place-items:center;width:37px;height:37px;border-radius:50%;background:#fce7da;color:var(--orange);font-size:1.05rem}.card-title h3{margin:0;font-size:1.08rem}.card-title p{margin:3px 0 0;color:var(--muted);font-size:.78rem}.news-list{margin:13px 0 0;padding-left:26px}.news-list li{padding:10px 0 10px 3px;border-bottom:1px solid #edf1ef;color:var(--muted);font-size:.88rem;line-height:1.35}.news-list li::marker{color:var(--orange);font:700 .75rem 'DM Mono',monospace}.news-list a{color:var(--ink);font-weight:600;text-decoration:none}.news-list a:hover{color:var(--orange);text-decoration:underline}.news-list .loading{list-style:none;margin-left:-26px;text-align:center;padding-top:58px;color:var(--muted)}.news-list .error{list-style:none;margin-left:-26px;color:var(--muted);padding-top:28px}.source-note{margin:26px 0 0;color:var(--muted);font-size:.78rem}.about{max-width:850px}.about h2{margin-bottom:18px}.about>p:not(.eyebrow){font-size:1.07rem;max-width:680px}footer{padding:24px max(8vw,32px);display:flex;justify-content:space-between;gap:15px;background:var(--ink);color:#c8d7df;font-size:.8rem}@media(max-width:700px){.site-header{height:auto;padding:19px 24px;gap:15px;align-items:start;flex-direction:column}nav{gap:18px;font-size:.8rem}.hero{padding:65px 30px;min-height:0;align-items:flex-start;flex-direction:column}.hero-stat{width:155px;height:155px}.hero-stat:after{width:169px;height:169px}.stat-number{font-size:3.4rem}.world-section,.briefing,.about{padding:60px 24px}.map-card{margin-top:30px;border-radius:15px}.india-label{display:none}.news-grid{grid-template-columns:1fr}.briefing-heading,footer{align-items:flex-start;flex-direction:column}.news-card{min-height:0}}
.banner-portrait{width:min(360px,31vw);height:315px;position:relative;flex:0 0 auto;border:1px solid #4b6275;border-radius:160px 160px 12px 12px;background:#081827}.banner-portrait img{width:100%;height:100%;display:block;object-fit:cover;object-position:50% 35%;border-radius:inherit;filter:contrast(1.08)}.banner-portrait .hero-stat{width:138px;height:138px;position:absolute;right:-36px;bottom:-35px;background:var(--orange);border-color:#ffb084;z-index:1}.banner-portrait .hero-stat:after{width:154px;height:154px;border-color:#4b6275;z-index:-1}.banner-portrait .stat-number{color:#fff;font-size:3.5rem}.banner-portrait .stat-label{margin-top:4px;color:#fff;font-size:.58rem}@media(max-width:700px){.hero{padding-bottom:85px}.banner-portrait{width:260px;height:285px}.banner-portrait .hero-stat{width:118px;height:118px;right:-23px;bottom:-29px}.banner-portrait .hero-stat:after{width:132px;height:132px}.banner-portrait .stat-number{font-size:3rem}}
.map-card>.world-map{display:none}.accurate-world-map{margin:0;position:relative;background:#fff}.accurate-world-map img{display:block;width:100%;height:auto}.india-marker{position:absolute;left:29.7%;top:39.5%;width:34px;height:34px;border:3px solid #102a43;border-radius:50%;background:#fff;box-shadow:0 0 0 7px #ea6a2d40;transform:translate(-50%,-50%);z-index:1}.india-marker:after{content:'';position:absolute;left:50%;top:29px;width:2px;height:54px;background:var(--orange);transform:rotate(53deg);transform-origin:top}.india-flag{position:absolute;left:50%;top:50%;display:block;width:22px;height:15px;overflow:hidden;border:1px solid #d5d5d5;box-shadow:0 1px 2px #102a4360;transform:translate(-50%,-50%);background:linear-gradient(to bottom,#ff9933 0 33.33%,#fff 33.33% 66.66%,#138808 66.66%)}.india-flag i{position:absolute;left:50%;top:50%;width:5px;height:5px;border:1px solid #000080;border-radius:50%;transform:translate(-50%,-50%)}.accurate-world-map figcaption{position:absolute;left:33%;top:28%;display:flex;flex-direction:column;gap:4px;padding:11px 14px;border-left:3px solid var(--orange);border-radius:3px;background:#102a43ed;color:#fff;box-shadow:0 8px 20px #102a432b}.accurate-world-map figcaption strong{color:#ffad79;font:.75rem 'DM Mono',monospace;letter-spacing:.13em}.accurate-world-map figcaption span{font-size:.72rem;white-space:nowrap}.conflict-card{grid-column:1/-1;max-width:calc(50% - 11px)}@media(max-width:700px){.india-marker{width:25px;height:25px;border-width:2px;box-shadow:0 0 0 4px #ea6a2d40}.india-marker:after{top:22px;height:35px}.india-flag{width:16px;height:11px}.india-flag i{width:4px;height:4px}.accurate-world-map figcaption{left:36%;top:20%;padding:7px 9px}.accurate-world-map figcaption span{font-size:.55rem}.accurate-world-map figcaption strong{font-size:.6rem}.conflict-card{grid-column:auto;max-width:none}}
