@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Source+Serif+4:opsz,wght@8..60,500;8..60,600;8..60,700&display=swap');

:root {
  --paper: #f4efe5;
  --paper-deep: #ebe2d2;
  --paper-light: #faf7f0;
  --ink: #1e2925;
  --ink-soft: #44514a;
  --muted: #7e8278;
  --line: #d5cbbb;
  --brick: #8b302c;
  --brick-dark: #672623;
  --saffron: #bd762e;
  --moss: #536854;
  --sky: #657f82;
  --serif: 'Source Serif 4', Georgia, serif;
  --sans: 'DM Sans', sans-serif;
  --mono: 'DM Mono', monospace;
  --shadow: 0 13px 30px rgba(51, 42, 29, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
a { color: inherit; }
button, input { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--brick); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 50; padding: 10px 15px; background: var(--brick); color: var(--paper-light); text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.masthead { padding: 22px 32px 0; max-width: 1280px; margin-inline: auto; }
.masthead__topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.wordmark strong { display: block; font: 700 18px/1 var(--sans); letter-spacing: -.04em; }
.wordmark em { display: block; max-width: 420px; margin-top: 3px; font: 500 10px/1.2 var(--serif); color: var(--brick); font-style: normal; letter-spacing: .01em; }
.wordmark__mark { display: grid; place-items: center; width: 37px; height: 37px; background: var(--brick); color: var(--paper); border-radius: 50%; font: 600 23px/1 var(--serif); }
.masthead__meta, .footer-meta { display: flex; gap: 22px; color: var(--muted); font: 10px var(--mono); letter-spacing: .08em; }
.site-nav { display: flex; justify-content: flex-end; gap: 29px; margin: 28px 4px 18px; font: 500 12px var(--mono); }
.site-nav a { color: var(--ink-soft); text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 3px; }
.site-nav a:hover { color: var(--brick); border-color: var(--brick); }
.site-nav .nav-quiet { color: var(--muted); }
.masthead__rule { border-bottom: 1px solid var(--ink); }
.menu-toggle { display: none; border: 1px solid var(--ink); color: var(--ink); background: transparent; padding: 7px 11px; font: 11px var(--mono); }

.hero { padding-top: 84px; padding-bottom: 37px; }
.hero__eyebrow, .section-kicker, .box-label, .detail-panel__index { color: var(--brick); text-transform: uppercase; font: 500 10px var(--mono); letter-spacing: .12em; }
.eyebrow-line { width: 27px; border-top: 2px solid var(--brick); display: inline-block; vertical-align: middle; margin-right: 7px; }
.hero__grid { display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: end; margin-top: 29px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.055em; }
h1 { font-size: clamp(64px, 9.2vw, 132px); line-height: .87; margin-bottom: 30px; max-width: 770px; }
h1 span, h2 i { color: var(--brick); font-style: italic; }
.hero__dek { max-width: 496px; color: var(--ink-soft); font-size: 17px; line-height: 1.48; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 17px; color: var(--brick); text-decoration: none; font: 500 12px var(--mono); border-bottom: 1px solid var(--brick); padding-bottom: 5px; }
.text-link span { font-size: 18px; line-height: 10px; }
.hero__stamp { justify-self: end; align-self: center; text-align: center; color: var(--brick-dark); transform: rotate(4deg); }
.stamp__circle { width: 166px; height: 166px; border: 1px solid var(--brick); border-radius: 50%; display: flex; align-items: center; flex-direction: column; justify-content: center; position: relative; }
.stamp__circle::before, .stamp__circle::after { content: ''; position: absolute; border: 1px solid var(--brick); border-radius: 50%; inset: 7px; }
.stamp__circle::after { inset: 12px; border-style: dotted; }
.stamp__circle span, .stamp__circle small { font: 9px var(--mono); letter-spacing: .1em; }
.stamp__circle strong { font: 600 53px/.95 var(--serif); }
.hero__stamp p { margin: 13px 0 0; font: 11px/1.35 var(--mono); }
.hero__foot { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 83px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font: 10px var(--mono); letter-spacing: .01em; }
.hero__foot b { color: var(--ink); font-weight: 500; }
.hero__foot-mark { color: var(--brick); font-size: 16px; }

.intro-band { background: var(--ink); color: var(--paper); padding: 87px 0 91px; }
.intro-band__grid { display: grid; grid-template-columns: 37% 1fr; gap: 70px; }
.intro-band .section-kicker { color: #d1a66a; }
h2 { font-size: clamp(47px, 6.6vw, 87px); line-height: .91; margin: 22px 0 0; }
.intro-band h2 i { color: #d19b54; }
.intro-band__body { padding-top: 43px; }
.lead { font: 500 21px/1.42 var(--serif); max-width: 630px; }
.intro-band__body .lead { color: #e9e3d8; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; border-top: 1px solid #53615a; margin-top: 57px; padding-top: 16px; }
.principle__no { color: #d19b54; font: 10px var(--mono); }
.principle h3 { font: 600 18px var(--serif); margin: 24px 0 7px; }
.principle p { margin: 0; color: #afbab0; font-size: 13px; line-height: 1.5; }

.map-section { padding-top: 104px; padding-bottom: 103px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 47px; }
.section-heading h2 { margin-top: 16px; }
.section-aside { width: min(300px, 100%); color: var(--ink-soft); font: 13px/1.55 var(--serif); margin-bottom: 5px; }
.map-layout { display: grid; grid-template-columns: 275px 1fr; min-height: 602px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.map-sidebar { border-right: 1px solid var(--line); padding-right: 25px; display: flex; flex-direction: column; }
.layer-box { padding: 25px 0 20px; border-bottom: 1px solid var(--line); }
.layer-list { margin-top: 13px; }
.layer-toggle { display: grid; grid-template-columns: 16px 1fr auto; gap: 8px; align-items: center; padding: 7px 0; color: var(--ink-soft); font-size: 13px; cursor: pointer; }
.layer-toggle input { position: absolute; opacity: 0; }
.layer-dot { width: 10px; height: 10px; border: 1px solid currentColor; border-radius: 50%; transition: background .2s ease, transform .2s ease; }
.layer-toggle input:checked + .layer-dot { background: currentColor; transform: scale(1.15); }
.layer-toggle input:focus-visible + .layer-dot { outline: 2px solid var(--brick); outline-offset: 3px; }
.layer-toggle b { color: var(--muted); font: 10px var(--mono); }
.layer-toggle--airports { color: var(--brick); }
.layer-toggle--expressways { color: #3d6b65; }
.layer-toggle--power { color: #b9862f; }
.layer-toggle--ports { color: #244c63; }
.layer-toggle--vande-bharat { color: #72559a; }
.map-key { color: var(--muted); font: 9px var(--mono); margin: 17px 0 0; }
.map-key__audit { width: 17px; border-top: 2px dashed var(--brick); display: inline-block; vertical-align: middle; margin-right: 5px; }
.map-key__suspended { width: 9px; height: 9px; border: 1px solid var(--brick); border-radius: 50%; display: inline-block; vertical-align: -1px; margin: 0 5px 0 2px; }
.detail-panel { padding: 30px 2px 20px; }
.detail-panel--below { border-bottom: 1px solid var(--line); padding: 23px 0 25px; min-height: 150px; }
.detail-panel__empty { color: var(--muted); }
.detail-panel__empty p { max-width: 190px; font: 18px/1.25 var(--serif); color: var(--ink-soft); margin-top: 13px; }
.detail-panel__title { font: 600 27px/1.05 var(--serif); letter-spacing: -.04em; margin: 10px 0 8px; }
.detail-panel__meta { color: var(--brick); font: 10px var(--mono); text-transform: uppercase; }
.detail-panel__description { color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.detail-panel__stat { border-left: 2px solid var(--brick); padding: 5px 0 5px 12px; font: 500 15px/1.3 var(--serif); margin: 20px 0; }
.source-link { color: var(--brick); font: 10px var(--mono); text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.source-link:hover { border-color: var(--brick); }
.map-status { margin-top: auto; }
.status-box { display: none; color: var(--brick); background: #f1dfd2; padding: 10px 12px; font: 11px/1.4 var(--mono); }
.status-box.is-visible { display: block; }
.map-frame { position: relative; min-width: 0; background: #dce1d8; }
#india-map { min-height: 602px; height: 100%; }
.leaflet-container { background: #dce1d8; font-family: var(--sans); }
.leaflet-control-zoom { border: 1px solid var(--line) !important; box-shadow: var(--shadow) !important; }
.leaflet-control-zoom a { background: var(--paper-light) !important; color: var(--ink) !important; border: 0 !important; }
.leaflet-popup-content-wrapper, .leaflet-popup-tip { background: var(--paper-light); color: var(--ink); border-radius: 0; box-shadow: var(--shadow); }
.leaflet-popup-content { margin: 16px; min-width: 190px; }
.popup-kicker { color: var(--brick); text-transform: uppercase; font: 9px var(--mono); }
.popup-title { font: 600 18px/1.1 var(--serif); margin: 7px 0; }
.popup-copy { font-size: 12px; line-height: 1.4; color: var(--ink-soft); }
.map-caption { position: absolute; bottom: 9px; left: 10px; right: 10px; z-index: 500; display: flex; justify-content: space-between; color: #53615a; font: 9px var(--mono); pointer-events: none; }
.map-legend { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 12px 24px; border-bottom: 1px solid var(--ink); padding: 14px 0 13px; }
.map-legend__label, .map-legend__note { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .06em; }
.map-legend__items { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px 22px; min-width: 0; }
.map-legend__toggle { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; min-width: 0; width: 100%; gap: 7px; border: 0; padding: 4px 0; background: transparent; color: var(--muted); font: 11px var(--mono); text-align: left; white-space: nowrap; }
.map-legend__toggle.is-active { color: var(--ink); }
.map-legend__toggle b { justify-self: end; color: var(--muted); font-weight: 400; padding-left: 7px; }
.map-legend__toggle > span:nth-child(2) { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.legend-dot { width: 9px; height: 9px; border: 1px solid currentColor; border-radius: 50%; }
.map-legend__toggle.is-active .legend-dot { background: currentColor; }
.legend-line { width: 18px; border-top: 2px solid currentColor; }
.map-legend__toggle--airports { color: var(--brick); }
.map-legend__toggle--expressways { color: #3d6b65; }
.map-legend__toggle--power { color: #b9862f; }
.map-legend__toggle--ports { color: #244c63; }
.map-legend__toggle--vande-bharat { color: #72559a; }
.map-legend__note { grid-column: 1 / -1; text-transform: none; letter-spacing: 0; }

.claims-section { background: var(--paper-deep); padding: 98px 0 103px; border-top: 1px solid var(--line); }
.claims-heading { margin-bottom: 39px; }
.claims-toolbar { display: flex; gap: 20px; justify-content: space-between; align-items: center; padding: 13px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.search-field { display: flex; align-items: center; border-bottom: 1px solid var(--ink-soft); width: 245px; }
.search-field input { border: 0; outline: 0; background: transparent; color: var(--ink); width: 100%; padding: 6px 0; font: 12px var(--mono); }
.search-field span { font-size: 20px; color: var(--brick); }
.claim-filters { display: flex; gap: 7px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.filter-button { color: var(--ink-soft); background: transparent; border: 1px solid transparent; padding: 7px 10px; font: 10px var(--mono); }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); color: var(--ink); }
.filter-button b { color: var(--brick); font-weight: 500; margin-left: 4px; }
.sector-filter select { appearance: none; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); border-radius: 0; padding: 7px 27px 7px 10px; font: 10px var(--mono); max-width: 240px; background-image: linear-gradient(45deg, transparent 50%, var(--brick) 50%), linear-gradient(135deg, var(--brick) 50%, transparent 50%); background-position: calc(100% - 12px) 11px, calc(100% - 8px) 11px; background-size: 4px 4px, 4px 4px; background-repeat: no-repeat; }
.sector-filter select:focus { outline: 1px solid var(--ink); outline-offset: 2px; }
.claims-list { margin-top: 8px; }
.claim-row { border-bottom: 1px solid var(--line); }
.claim-trigger { display: grid; grid-template-columns: 43px 1fr auto 30px; align-items: center; width: 100%; gap: 15px; padding: 23px 0; border: 0; background: transparent; color: var(--ink); text-align: left; }
.claim-trigger:hover .claim-title { color: var(--brick); }
.claim-number { color: var(--brick); font: 10px var(--mono); }
.claim-title { font: 600 22px var(--serif); letter-spacing: -.03em; transition: color .2s ease; }
.claim-summary { color: var(--ink-soft); font: 12px var(--mono); text-align: right; }
.claim-chevron { color: var(--brick); font-size: 22px; transition: transform .25s ease; }
.claim-row.is-open .claim-chevron { transform: rotate(45deg); }
.claim-content { display: none; padding: 4px 43px 30px 58px; }
.claim-row.is-open .claim-content { display: block; animation: reveal .3s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.evidence-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.evidence-block { padding: 19px 18px 17px; background: var(--paper-light); border-top: 3px solid var(--moss); }
.evidence-block--official { border-color: var(--saffron); }
.evidence-block--caveat { border-color: #9f672d; }
.evidence-block--independent { border-color: var(--sky); }
.evidence-block--audit { border-color: var(--brick); }
.evidence-label { color: var(--muted); text-transform: uppercase; font: 10px var(--mono); letter-spacing: .06em; }
.evidence-block h4 { font: 600 18px/1.15 var(--serif); margin: 17px 0 9px; letter-spacing: -.02em; }
.evidence-block p { color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.evidence-block .source-link { display: inline-block; margin-top: 8px; }
.pending { background: #e8e1d5; border-top-color: var(--muted); }
.pending h4 { color: var(--muted); }
.pending .evidence-label { color: var(--brick); }
.pending .source-link { font-style: italic; }
.skeleton-list span { height: 67px; border-bottom: 1px solid var(--line); display: block; background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent); background-size: 200% 100%; animation: shimmer 1.4s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.claims-status { margin-top: 16px; }

.method-section { padding-top: 105px; padding-bottom: 112px; }
.method-card { display: grid; grid-template-columns: 38% 1fr; gap: 77px; padding: 54px 54px 57px; color: var(--paper); background: var(--brick-dark); }
.method-card .section-kicker { color: #d7a062; }
.method-card h2 { font-size: clamp(44px, 5vw, 67px); }
.method-card h2 i { color: #d69e5a; }
.method-card__body { padding-top: 7px; }
.method-card .lead { font-size: 18px; color: #f0e8d9; }
.method-steps { list-style: none; padding: 10px 0 0; margin: 36px 0 0; border-top: 1px solid #985b52; }
.method-steps li { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 17px 0 14px; border-bottom: 1px solid #985b52; }
.method-steps li > span { color: #dfaf72; font: 10px var(--mono); }
.method-steps strong { font: 600 16px var(--serif); }
.method-steps p { color: #d8bcb4; margin: 4px 0 0; font-size: 12px; }
.checklist { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; padding: 42px 0 0; }
.checklist h3 { font: 600 28px/.95 var(--serif); letter-spacing: -.03em; margin-top: 18px; }
.checklist ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 25px; list-style: none; padding: 0; margin: 10px 0 0; }
.checklist li { padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); font: 12px var(--mono); }
.checkmark { color: var(--moss); font-size: 15px; margin-right: 8px; }

.site-footer { padding: 45px 0 22px; background: var(--ink); color: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 40px; align-items: start; }
.footer-brand { display: flex; gap: 11px; align-items: center; }
.footer-brand strong { display: block; font: 600 18px var(--serif); }
.footer-brand small { display: block; color: #9eaaa0; font: 10px var(--mono); margin-top: 3px; }
.footer-note p { color: #bbc3bb; font: 14px/1.45 var(--serif); max-width: 330px; margin-bottom: 17px; }
.footer-disclaimer { color: #839087 !important; font: 10px/1.45 var(--mono) !important; margin-top: 20px; margin-bottom: 0 !important; }
.outline-button { color: var(--paper); background: transparent; border: 1px solid #839087; padding: 9px 12px; font: 10px var(--mono); }
.outline-button { display: inline-block; text-decoration: none; }
.outline-button:hover { border-color: var(--paper); }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; color: #839087; }
.footer-bottom { display: flex; justify-content: space-between; border-top: 1px solid #4a5950; margin-top: 47px; padding-top: 14px; color: #839087; font: 9px var(--mono); }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 1000; max-width: 320px; padding: 13px 16px; color: var(--paper); background: var(--brick-dark); font: 12px var(--mono); opacity: 0; transform: translateY(10px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.no-script { padding: 20px; color: var(--brick-dark); background: #f1dfd2; text-align: center; font-family: var(--mono); }

@media (max-width: 800px) {
  .wrap { width: min(100% - 36px, 640px); }
  .masthead { padding: 18px 18px 0; }
  .masthead__meta { display: none; }
  .menu-toggle { display: block; }
  .site-nav { display: none; margin: 20px 0 17px; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 11px 0; border-bottom: 1px solid var(--line); }
  .hero { padding-top: 59px; }
  .hero__grid { display: block; }
  h1 { font-size: clamp(61px, 18vw, 108px); }
  .hero__stamp { display: none; }
  .hero__foot { margin-top: 57px; display: block; line-height: 1.7; }
  .hero__foot-mark { display: none; }
  .hero__foot span { display: block; }
  .intro-band { padding: 67px 0; }
  .intro-band__grid, .method-card { grid-template-columns: 1fr; gap: 35px; }
  .intro-band__body { padding-top: 0; }
  .principles { grid-template-columns: 1fr; gap: 25px; margin-top: 38px; }
  .principle h3 { margin-top: 12px; }
  .map-section, .method-section { padding-top: 72px; padding-bottom: 72px; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-aside { margin-top: 27px; }
  .map-layout { display: flex; flex-direction: column-reverse; min-height: 0; }
  .map-frame { min-height: 440px; }
  #india-map { min-height: 440px; }
  .map-sidebar { border: 0; padding: 0; }
  .layer-box { padding: 20px 0 13px; }
  .layer-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 26px; row-gap: 2px; }
  .layer-toggle { grid-template-columns: 12px minmax(0, 1fr) auto; gap: 6px; min-width: 0; }
  .layer-toggle b { padding-left: 4px; }
  .detail-panel { padding: 24px 0; min-height: 180px; }
  .map-status { margin-bottom: 15px; }
  .claims-section { padding: 70px 0; }
  .claims-toolbar { display: block; }
  .search-field { width: 100%; }
  .claim-filters { margin-top: 13px; justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .sector-filter { flex: 0 0 auto; }
  .claim-trigger { grid-template-columns: 30px 1fr 25px; gap: 10px; padding: 19px 0; }
  .claim-summary { display: none; }
  .claim-title { font-size: 19px; }
  .claim-content { padding: 0 0 24px 0; }
  .evidence-grid { grid-template-columns: 1fr; }
  .map-legend { grid-template-columns: 1fr; align-items: flex-start; gap: 9px 16px; }
  .map-legend__items { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 7px 16px; }
  .map-legend__label, .map-legend__note { width: 100%; }
  .map-legend__note { grid-column: auto; }
  .method-card { padding: 35px 24px 32px; gap: 29px; }
  .checklist { grid-template-columns: 1fr; gap: 16px; }
  .checklist ul { grid-template-columns: 1fr; margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-meta { align-items: flex-start; }
  .footer-bottom { display: block; line-height: 1.8; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}