@font-face{font-family:MyriadCond;src:url(fonts/myriad-pro-bold-cond.woff2)}

:root {
  --rg-bg: #FAF4E6;
  --rg-surface: #FFFFFF;
  --rg-border: #ECE0C4;
  --rg-divider: #E6D9BD;
  --rg-ink: #0B1530;
  --rg-body: #3C4660;
  --rg-body-2: #54607A;
  --rg-muted: #7A8299;
  --rg-kicker-alt: #9A7B3E;

  --rg-primary: #0136C2;
  --rg-primary-soft: #BCD0FF;
  --rg-cta: #FBB03B;
  --rg-accent: #F7941D;

  --rg-display: 'Anek Devanagari', MyriadCond, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --rg-text: 'Mukta', 'Noto Sans Devanagari', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--rg-bg);
  color: var(--rg-body);
  font-family: var(--rg-text);
  line-height: 1.45;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; object-fit: contain; }
a { color: var(--rg-primary); text-decoration: none; }
a:hover { color: var(--rg-ink); }

/* Header & Proof Note */
.proof-note {
  max-width: 1080px; margin: 0 auto; padding: 12px 20px;
  background: #fff7c7; font-size: 13px; color: var(--rg-ink);
  text-align: center;
}
.sitebar {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 12px 16px; background: color-mix(in srgb, var(--rg-bg) 92%, transparent);
  border-bottom: 1px solid var(--rg-border); position: sticky; top: 0; z-index: 5;
  backdrop-filter: blur(6px); font-size: 13px; color: var(--rg-body-2);
}
.sitebar strong { color: var(--rg-primary); font-family: var(--rg-display); font-weight: 800; font-size: 16px; text-transform: uppercase; }
.sitebar a {
  background: var(--rg-cta); padding: 8px 14px; border-radius: 9px;
  color: var(--rg-ink); font-weight: 800; font-family: var(--rg-display); text-transform: uppercase;
}
.sitebar span { flex: 1; text-align: center; }

main { max-width: 1040px; margin: 24px auto; background: var(--rg-surface); box-shadow: 0 4px 12px rgba(11,21,48,0.05); overflow: hidden; border-radius: 12px; }
@media (max-width: 1040px) { main { margin: 0; border-radius: 0; } }

/* Typography */
h1, h2, h3 { font-family: var(--rg-display); text-transform: uppercase; color: var(--rg-ink); margin: 0; }
.section h1 { font-size: 40px; letter-spacing: -1px; font-weight: 800; line-height: .92; margin-bottom: 16px; color: var(--rg-primary); }
.section h2 { font-size: 26px; letter-spacing: -.5px; font-weight: 800; line-height: 1.02; margin-bottom: 20px; }
.section h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; }

@media (min-width: 900px) {
  .section h1 { font-size: 64px; letter-spacing: -2px; }
  .section h2 { font-size: 44px; letter-spacing: -1px; margin-bottom: 30px; }
}

/* Sections */
.section { padding: 32px 16px; border-bottom: 1px solid var(--rg-divider); }
@media (min-width: 900px) {
  .section { padding: 64px 48px; }
  .sitebar { padding: 18px 48px; }
}

/* Masthead */
.masthead { margin: 0; }
.masthead img { width: 100%; display: block; }

/* Hero */
.hero { text-align: center; padding-top: 40px; }
.hero-copy { max-width: 800px; margin: 24px auto 0; }
.hero .source-link, .hero .source-link img { display: block; width: 100%; border-radius: 16px; overflow: hidden; }
.hero-highlight { font-size: 20px; color: var(--rg-body); font-weight: 500; }
.hero-highlight p { margin: 0; line-height: 1.5; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; }

/* Split (Wayanad & Maharashtra) */
.split { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } }
.panel { background: var(--rg-surface); border: 1px solid var(--rg-border); border-radius: 16px; padding: 24px; box-shadow: 0 1px 2px rgba(11,21,48,.04); }
.panel img { width: 100%; display: block; margin-bottom: 16px; border-radius: 12px; }
.panel p { margin: 0 0 12px; font-size: 16px; }
.panel p:last-child { margin: 0; }
.tweet { border-top: 4px solid var(--rg-primary); }

/* Statement (Air Pollution) */
.statement { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: center; background: color-mix(in srgb, var(--rg-bg) 50%, #fff); }
@media (min-width: 900px) { .statement { grid-template-columns: 1.1fr .9fr; gap: 40px; } }
.statement > div { display: flex; flex-direction: column; }
.statement img { width: 100%; display: block; border-radius: 16px; }
.statement .eyebrow { font: 800 13px/1 var(--rg-display); letter-spacing: 2px; text-transform: uppercase; color: var(--rg-accent); margin-bottom: 12px; }
.statement .eyebrow h3 { font-size: 14px; margin: 0; color: inherit; }
.statement p { font-size: 16px; margin: 0 0 12px; }
.statement a { display: inline-block; font-weight: 700; margin-top: 8px; text-decoration: underline; }

/* Focus (Adani) */
.focus { background: var(--rg-primary); color: var(--rg-primary-soft); border-bottom: none; }
.focus h2 { color: #fff; }
.focus-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 900px) { .focus-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
.focus-main img { width: 100%; display: block; border-radius: 12px; margin-bottom: 20px; }
.focus p { margin: 0 0 10px; font-weight: 500; font-size: 16px; }
.focus a { color: var(--rg-cta); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.focus a:hover { color: #fff; }

.episode-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.episode-grid img { width: 100%; display: block; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); }
.episode-grid a:last-child { grid-column: 1 / -1; }
@media (min-width: 900px) {
  .episode-grid a:last-child { grid-column: auto; }
}

/* Mosaic (Snapshot) */
.mosaic-lead { margin-bottom: 24px; }
.mosaic-lead .card img { border-radius: 16px 16px 0 0; }
.mosaic-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 24px; }
@media (min-width: 700px) { .mosaic-grid { grid-template-columns: 1fr 1fr; } }
.card { background: var(--rg-surface); border: 1px solid var(--rg-border); border-radius: 16px; overflow: hidden; box-shadow: 0 1px 2px rgba(11,21,48,.04); }
.card img { display: block; width: 100%; border-bottom: 1px solid var(--rg-border); }
.caption { padding: 20px; font-size: 15px; color: var(--rg-body); }
.caption p { margin: 0 0 8px; }
.caption p:last-child { margin: 0; }
.showcase-caption-title { font-family: var(--rg-display); font-weight: 800; color: var(--rg-ink); text-transform: uppercase; font-size: 20px; margin-bottom: 8px; letter-spacing: -0.3px; }
.duplicate-baked-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* Footer */
.footer { background: var(--rg-primary); padding: 48px 16px; text-align: center; color: var(--rg-primary-soft); font-size: 14px; border-top: 1px solid rgba(255,255,255,0.1); }
.footer strong { display: block; margin: 0 0 16px; font: 800 20px var(--rg-display); text-transform: uppercase; color: #fff; letter-spacing: 0.5px; }
.footer p { margin: 0 0 24px; }
.footer nav { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; font-weight: 600; font-size: 15px; }
.footer nav a { color: var(--rg-primary-soft); text-decoration: none; }
.footer nav a:hover { color: #fff; }

.source-link { display: block; }
.source-link:focus-visible { outline: 3px solid var(--rg-cta); outline-offset: 2px; border-radius: 4px; }
.source-link:hover img { filter: brightness(0.95); transition: filter 0.2s; }
