:root {
  --paper: #f4f0e8;
  --paper-bright: #fffdf8;
  --ink: #17191c;
  --muted: #5c6269;
  --blue: #126b9d;
  --blue-deep: #144761;
  --red: #d72f2f;
  --yellow: #f6cf2c;
  --line: rgba(23, 25, 28, .18);
  --shadow: 0 18px 44px rgba(20, 40, 54, .12);
  --radius: 3px;
  --measure: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(18, 107, 157, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 107, 157, .045) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  overflow-x: hidden;
}

img { display: block; width: 100%; height: auto; }

a { color: inherit; text-underline-offset: .2em; }

a:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
  border-radius: 2px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #fff;
  background: var(--blue-deep);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.masthead {
  max-width: var(--measure);
  margin: 0 auto;
  background: var(--paper-bright);
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.masthead__art {
  min-height: 260px;
  background-image: url("shell/masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 6px solid var(--blue-deep);
}

.masthead__bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 14px clamp(20px, 4vw, 52px);
}

.masthead__label {
  margin: 0;
  color: var(--blue-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.masthead__date {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  letter-spacing: .015em;
}

.pdf-link,
.text-action,
.button-action,
.speech-links a {
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pdf-link { color: var(--red); white-space: nowrap; }

.newsletter {
  max-width: var(--measure);
  margin: 0 auto;
  background: var(--paper-bright);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

section { position: relative; padding: clamp(54px, 8vw, 106px) clamp(24px, 6.8vw, 84px); }
section + section { border-top: 1px solid var(--line); }

h1, h2, h3 {
  margin: 0;
  font-family: Impact, "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .93;
  text-transform: uppercase;
}

h1 { color: var(--blue); font-size: clamp(3.2rem, 8vw, 7.4rem); }
h2 { font-size: clamp(2.55rem, 6vw, 5.8rem); }
h3 { font-size: clamp(2rem, 4vw, 3.8rem); }

p { max-width: 68ch; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.eyebrow--red { color: var(--red); }

.section-number {
  margin: 0 0 18px;
  color: var(--red);
  font: 900 .78rem/1 Arial, sans-serif;
  letter-spacing: .18em;
}

.section-number::after {
  display: inline-block;
  width: 54px;
  height: 2px;
  margin-left: 12px;
  vertical-align: middle;
  background: currentColor;
  content: "";
}

.framed-image,
.tall-image,
.market__image,
.snapshot a,
.media-card a,
.listening__image,
.parliament__portrait {
  overflow: hidden;
  border-radius: var(--radius);
  background: #e6e1d7;
}

.feature {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.memorial { padding-bottom: 0; }
.memorial__collage { grid-column: 1 / -1; margin: 26px -2vw 0; }
.full-panel img { object-fit: contain; }

.feature__copy > p:not(.eyebrow):not(.section-number) { margin: 22px 0 0; }

.constitution {
  align-items: start;
  color: #fff;
  background: var(--blue-deep);
}

.constitution h2 { color: #fff; }
.constitution .section-number { color: var(--yellow); }

.constitution__visuals {
  display: grid;
  gap: 22px;
}

.constitution .tall-image img { aspect-ratio: 4 / 4.5; object-fit: cover; object-position: 50% 20%; }
.video-panel { margin: 0; }

blockquote {
  margin: 30px 0;
  padding-left: 22px;
  border-left: 4px solid var(--red);
}

blockquote p { font-size: 1.1rem; font-weight: 700; }
blockquote cite { color: #c7d6df; font-size: .88rem; font-style: normal; font-weight: 800; }

.text-action {
  display: inline-block;
  padding-bottom: 4px;
  color: var(--yellow);
  border-bottom: 2px solid currentColor;
  text-decoration: none;
}

.story-grid { display: grid; gap: clamp(46px, 7vw, 88px); }

.story-card {
  display: grid;
  grid-template-columns: minmax(240px, .86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.story-card--reverse .story-card__image { order: 2; }
.story-card__image img { aspect-ratio: 4 / 4.25; object-fit: cover; object-position: center top; }
.story-card--reverse .story-card__image img { aspect-ratio: 3 / 2; object-position: center; }
.story-card h2 { color: var(--red); font-size: clamp(2.25rem, 4.8vw, 4.5rem); }
.story-card p { margin: 22px 0 0; }

.action-label {
  color: var(--blue-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.market {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  color: #fff;
  background: var(--ink);
}

.market__heading { padding-right: clamp(20px, 4vw, 50px); }
.market__heading h2 { font-size: clamp(3rem, 6vw, 6.2rem); }
.market__image { align-self: center; }
.market__image img { aspect-ratio: 2 / 1; object-fit: cover; object-position: center; }
.market__copy { grid-column: 2; }
.market__copy p { margin: 24px 0 0; }
.market .action-label { color: var(--yellow); }

.section-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: end;
  margin-bottom: 42px;
}

.section-heading .section-number { margin-bottom: 7px; }
.section-heading .section-number::after { display: none; }
.section-heading h2 { color: var(--blue); }

.showcase__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.snapshot {
  display: grid;
  grid-template-rows: auto 1fr;
  margin: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.snapshot--wide { grid-column: 1 / -1; }
.snapshot a { border-radius: 0; }
.snapshot img { object-fit: contain; }
.snapshot p { margin: 0; padding: 18px 20px 20px; font-size: .92rem; font-weight: 700; line-height: 1.4; }

.button-action {
  display: inline-block;
  margin-top: 34px;
  padding: 13px 20px;
  color: #fff;
  background: var(--blue-deep);
  border: 2px solid var(--blue-deep);
  text-decoration: none;
}

.button-action:hover { color: var(--blue-deep); background: transparent; }
.button-action--yellow { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }

.yatra {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: clamp(38px, 6vw, 76px);
  align-items: center;
  background: #e8f4f8;
}

.yatra h2 { color: var(--blue); }
.yatra__copy > p:not(.eyebrow) { margin: 22px 0 0; }
.yatra__map { margin: 0; }

.election {
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
}

.election__media img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; }
.election h2 { color: var(--blue); }
.election__copy > p:not(.eyebrow) { margin: 26px 0 0; }

.rallies { background: #fff; }
.section-heading--dark h2 { color: var(--ink); font-size: clamp(2.2rem, 5vw, 4.7rem); text-transform: none; }

.media-grid {
  display: grid;
  gap: 24px;
}

.media-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.media-card { min-width: 0; }
.media-card a { display: block; border-radius: var(--radius); }
.media-card img { aspect-ratio: 405 / 231; object-fit: contain; background: #e4e1da; }
.media-card p { margin: 13px 0 0; font-size: .87rem; font-weight: 700; line-height: 1.4; }

.listening {
  display: grid;
  grid-template-columns: 1.22fr .78fr;
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
  color: #fff;
  background: var(--blue-deep);
}

.listening__image img { aspect-ratio: 3 / 2; object-fit: cover; }
.listening h2 { color: var(--yellow); }
.listening p { margin: 26px 0 0; }

.interactions { background: #f0ede6; }

.parliament { padding-bottom: 0; }

.parliament__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.parliament h2 { color: var(--blue); }
.parliament__intro p:last-child { margin-top: 26px; }
.parliament__portrait img { aspect-ratio: 4 / 4.5; object-fit: cover; object-position: center top; }

.speech-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 52px 0 20px;
}

.speech-links a {
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 16px;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
}

.speech-links a:hover { background: var(--blue); }
.speech-panel { margin: 0; }

.speech-panel figcaption {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 12px;
  font-size: .86rem;
  font-weight: 700;
  text-align: center;
}

.numbers {
  display: grid;
  grid-template-columns: .68fr 1.32fr;
  gap: 34px;
  align-items: center;
  margin-top: 66px;
  padding: clamp(44px, 6vw, 72px);
  color: #fff;
  background: var(--blue-deep);
}

.numbers h3 { color: var(--yellow); }
.numbers ul { margin: 26px 0 0; padding: 0; list-style: none; }
.numbers li { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.18); font-size: .92rem; }
.numbers__graphic { margin: 0; padding: 12px; background: #fff; }

.footer {
  display: grid;
  place-items: center;
  gap: 18px;
  max-width: var(--measure);
  margin: 0 auto 60px;
  padding: 40px 24px;
  color: #fff;
  background: var(--ink);
}

.footer p { margin: 0; font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; }
.footer a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: #fff; }
.footer img { width: 21px; height: 21px; object-fit: contain; }

@media (max-width: 760px) {
  body { font-size: 16px; line-height: 1.58; }

  .masthead__art {
    min-height: 0;
    aspect-ratio: 1667 / 529;
    background-position: center;
    background-size: 100% auto;
  }

  .masthead__bar {
    grid-template-columns: 1fr auto;
    gap: 5px 14px;
    padding: 14px 20px 18px;
  }

  .masthead__date { grid-column: 1 / -1; grid-row: 2; }
  .pdf-link { grid-column: 2; grid-row: 1; }

  section { padding: 54px 22px; }

  .feature,
  .story-card,
  .market,
  .yatra,
  .election,
  .listening,
  .parliament__intro,
  .numbers {
    grid-template-columns: 1fr;
  }

  .feature__media { order: 2; }
  .feature__copy { order: 1; }
  .memorial__collage { order: 3; margin: 18px -10px 0; }

  .constitution__visuals { order: 2; }
  .constitution .tall-image img { aspect-ratio: 4 / 4.8; }

  .story-card--reverse .story-card__image { order: initial; }
  .story-card__image img,
  .story-card--reverse .story-card__image img { aspect-ratio: auto; object-fit: contain; }

  .market { gap: 28px; }
  .market__heading { padding-right: 0; }
  .market__copy { grid-column: 1; }
  .market__image img { aspect-ratio: auto; object-fit: contain; }

  .showcase__grid { grid-template-columns: 1fr; }
  .snapshot--wide { grid-column: auto; }

  .yatra__map { order: -1; }
  .election__media img { aspect-ratio: auto; object-fit: contain; }

  .media-grid--three { grid-template-columns: 1fr 1fr; }
  .listening__image { margin: 0 -22px; border-radius: 0; }

  .parliament { padding-right: 0; padding-left: 0; }
  .parliament__intro, .speech-links, .speech-panel { margin-right: 22px; margin-left: 22px; }
  .parliament__portrait img { aspect-ratio: auto; object-fit: contain; }
  .speech-links { grid-template-columns: 1fr; margin-top: 38px; }
  .numbers { padding: 48px 22px; }
}

@media (max-width: 430px) {
  .masthead__art { min-height: 0; background-position: center; }
  .masthead__date { font-size: .76rem; line-height: 1.35; }
  h1 { font-size: 3.45rem; }
  h2 { font-size: 2.7rem; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .section-heading .section-number { margin: 0; }
  .media-grid--three { grid-template-columns: 1fr; }
  .speech-panel figcaption { font-size: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
