:root {
  --pg-primary: #002068;
  --pg-primary-2: #003399;
  --pg-accent: #bc000c;
  --pg-accent-2: #e81017;
  --pg-work: #2d8a4e;
  --pg-docs: #0056b3;
  --pg-region: #f2711c;
  --pg-bg: #fcf9f8;
  --pg-bg-soft: #f8f9fa;
  --pg-surface: #ffffff;
  --pg-text: #111827;
  --pg-muted: #667085;
  --pg-border: #e4e7ec;
  --pg-shadow: 0 18px 50px rgba(0, 32, 104, .08);
  --mew-border: var(--pg-border);
  --mew-font-meta: "Inter", sans-serif;
  --mew-accent: var(--pg-accent);
  --mew-surface: var(--pg-surface);
  --mew-bg: var(--pg-bg);
  --mew-text: var(--pg-text);
  --mew-text-secondary: #344054;
  --mew-text-muted: var(--pg-muted);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--pg-bg);
  color: var(--pg-text);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--pg-accent); }
.pg-container { width: min(1240px, calc(100% - 32px)); margin: 0 auto; }
.pg-skip {
  position: absolute;
  left: -999px;
  top: 12px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--pg-primary);
  color: #fff;
}
.pg-skip:focus { left: 12px; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.pg-site-header {
  background: rgba(252, 249, 248, .96);
  border-bottom: 1px solid var(--pg-border);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.pg-breaking { background: var(--pg-accent); color: #fff; }
.pg-breaking__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.pg-breaking__inner a { min-width: 0; overflow-wrap: anywhere; }
.pg-breaking strong {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  background: #fff;
  color: var(--pg-accent);
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}
.pg-topbar {
  border-bottom: 1px solid var(--pg-border);
  color: var(--pg-muted);
  font-size: 13px;
}
.pg-topbar__inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pg-topbar a { font-weight: 800; color: var(--pg-primary); }
.pg-header-main {
  min-height: 78px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.pg-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--pg-primary);
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}
.pg-logo__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--pg-primary), var(--pg-accent));
  color: #fff;
  border-radius: 4px;
  box-shadow: var(--pg-shadow);
}
.pg-logo__text { font-size: 22px; min-width: 0; overflow-wrap: anywhere; }
.pg-nav ul,
.pg-footer-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}
.pg-nav a {
  font-size: 13px;
  font-weight: 900;
  color: #253858;
}
.pg-search {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pg-search input {
  width: 150px;
  min-height: 40px;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  padding: 0 10px;
  background: #fff;
}
.pg-search button,
.pg-button {
  min-height: 40px;
  border: 0;
  border-radius: 4px;
  padding: 0 14px;
  background: var(--pg-primary);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.pg-mobile-menu { display: none; }

.pg-main { min-height: 60vh; }
.pg-section {
  padding: clamp(28px, 5vw, 64px) 0;
  border-bottom: 1px solid var(--pg-border);
}
.pg-section--tight { padding-top: 28px; }
.pg-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.pg-section__head h2,
.pg-archive-title,
.pg-page-title {
  margin: 0;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: 0;
}
.pg-section__head p,
.pg-archive-intro,
.pg-page-intro {
  max-width: 700px;
  margin: 8px 0 0;
  color: #344054;
  font-size: 18px;
}
.pg-link { color: var(--pg-accent); font-weight: 900; }
.pg-kicker,
.pg-meta {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--pg-muted);
}
.pg-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}
.pg-meta a { color: var(--pg-accent); }

.pg-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .75fr);
  gap: 24px;
  min-width: 0;
}
.pg-lead {
  min-width: 0;
  background: var(--pg-surface);
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: var(--pg-shadow);
}
.pg-lead__image { display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.pg-lead__image img { width: 100%; height: 100%; object-fit: cover; }
.pg-lead__body { min-width: 0; max-width: 100%; padding: clamp(20px, 4vw, 34px); }
.pg-lead h1 {
  margin: 10px 0 12px;
  max-width: 760px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: .98;
  overflow-wrap: anywhere;
}
.pg-lead p { max-width: 760px; margin: 0; color: #344054; font-size: 19px; overflow-wrap: anywhere; }
.pg-latest-panel {
  min-width: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
}
.pg-latest-panel h2 { margin: 0 0 18px; font-size: 28px; font-family: "Hanken Grotesk", sans-serif; }
.pg-latest-list { display: grid; gap: 0; }
.pg-latest-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--pg-border);
}
.pg-latest-item > div { min-width: 0; }
.pg-latest-item time { color: var(--pg-accent); font-weight: 900; font-size: 13px; }
.pg-latest-item h3 { margin: 0 0 6px; line-height: 1.2; font-size: 18px; overflow-wrap: anywhere; }
.pg-latest-item p { margin: 0; color: #475467; font-size: 14px; }

.pg-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pg-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pg-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pg-card {
  min-width: 0;
  background: var(--pg-surface);
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .04);
}
.pg-card__media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: #eef2ff; }
.pg-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.pg-card:hover .pg-card__media img { transform: scale(1.035); }
.pg-card__body { padding: 18px; }
.pg-card h3 {
  margin: 10px 0 8px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.pg-card p:not(.pg-meta) { margin: 0; color: #344054; }
.pg-card--text { box-shadow: none; }
.pg-card--text .pg-card__body { padding: 18px 0; border-top: 1px solid var(--pg-border); }
.pg-card--text h3 { font-size: 19px; margin-top: 8px; }

.pg-rubric {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}
.pg-rubric__list {
  background: #fff;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  padding: 0 18px;
}
.pg-regions {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
}
.pg-region-list {
  display: grid;
  gap: 10px;
  align-content: start;
}
.pg-region-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 4px;
  font-weight: 900;
}
.pg-newsletter {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 5vw, 42px);
  background: linear-gradient(135deg, var(--pg-primary), var(--pg-primary-2));
  color: #fff;
  border-radius: 4px;
}
.pg-newsletter h2 { margin: 0 0 8px; font-family: "Hanken Grotesk", sans-serif; font-size: clamp(28px, 4vw, 44px); }
.pg-newsletter p { margin: 0; color: rgba(255,255,255,.82); }
.pg-newsletter form { display: flex; gap: 10px; }
.pg-newsletter input { min-height: 48px; width: min(320px, 42vw); border: 0; border-radius: 4px; padding: 0 14px; }
.pg-newsletter button { min-height: 48px; border: 0; border-radius: 4px; padding: 0 18px; font-weight: 900; color: var(--pg-primary); background: #fff; }

.pg-archive-hero,
.pg-page-hero {
  padding: clamp(32px, 7vw, 72px) 0 28px;
  border-bottom: 1px solid var(--pg-border);
}
.pg-archive-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}
.pg-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 136px;
}
.pg-sidebox {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
}
.pg-sidebox h2 { margin: 0 0 12px; font-size: 22px; font-family: "Hanken Grotesk", sans-serif; }
.pg-sidebox ul { margin: 0; padding-left: 18px; }
.pg-pagination { margin-top: 28px; font-weight: 900; }
.pg-pagination .page-numbers {
  display: inline-flex;
  min-width: 36px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  margin-right: 6px;
  background: #fff;
}
.pg-pagination .current { color: #fff; background: var(--pg-primary); border-color: var(--pg-primary); }

.pg-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 22px;
  color: var(--pg-muted);
  font-size: 13px;
}
.pg-breadcrumbs a { color: var(--pg-primary); font-weight: 800; }
.pg-article-header {
  max-width: 940px;
  padding: 28px 0;
}
.pg-article-header h1 {
  margin: 12px 0 14px;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: clamp(32px, 5vw, 56px);
  line-height: .98;
}
.pg-article-lead { margin: 0 0 18px; max-width: 780px; color: #344054; font-size: clamp(18px, 2vw, 22px); }
.pg-article-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--pg-muted); font-size: 14px; }
.pg-hero-image {
  margin: 0 0 30px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--pg-border);
  background: #fff;
}
.pg-hero-image img { width: 100%; max-height: 620px; object-fit: cover; }
.pg-hero-image figcaption { padding: 10px 12px; color: var(--pg-muted); font-size: 13px; }
.pg-article-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px) 300px;
  gap: 30px;
  align-items: start;
}
.pg-toc {
  position: sticky;
  top: 136px;
  color: #475467;
  font-size: 14px;
}
.pg-toc h2 { margin: 0 0 10px; font-size: 14px; text-transform: uppercase; }
.pg-toc ol { margin: 0; padding-left: 18px; }
.pg-article-body {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.72;
}
.pg-article-body h2,
.pg-article-body h3 {
  font-family: "Hanken Grotesk", sans-serif;
  line-height: 1.08;
  margin: 34px 0 12px;
}
.pg-article-body h2 { font-size: clamp(28px, 4vw, 38px); }
.pg-article-body a { color: var(--pg-primary-2); text-decoration: underline; text-underline-offset: 3px; }
.pg-article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0;
  font-family: "Inter", sans-serif;
  font-size: 15px;
}
.pg-article-body th,
.pg-article-body td {
  border: 1px solid var(--pg-border);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}
.pg-meaning,
.pg-sources,
.pg-author-box {
  margin: 28px 0;
  padding: 20px;
  border: 1px solid #bcd1ff;
  border-left: 4px solid var(--pg-primary-2);
  border-radius: 4px;
  background: #f3f7ff;
  font-family: "Inter", sans-serif;
}
.pg-meaning ul { margin: 10px 0 0; padding-left: 20px; }
.pg-sources h2 { margin: 0 0 8px; font-size: 24px; }
.pg-author-box { display: flex; gap: 16px; align-items: center; background: #fff; border-left-color: var(--pg-accent); }
.pg-author-avatar { width: 54px; height: 54px; border-radius: 50%; background: var(--pg-primary); color: #fff; display: grid; place-items: center; font-weight: 900; }
.pg-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.pg-tags a,
.pg-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--pg-border);
  border-radius: 999px;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
}

.pg-page-content {
  max-width: 820px;
  padding: 36px 0 70px;
  font-size: 18px;
}
.pg-page-content h2 { font-family: "Hanken Grotesk", sans-serif; margin-top: 32px; }
.pg-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  box-shadow: var(--pg-shadow);
  font-family: "Inter", sans-serif;
}
.pg-contact-form label { display: grid; gap: 8px; font-weight: 900; }
.pg-contact-form input,
.pg-contact-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--pg-border);
  border-radius: 4px;
  padding: 11px 12px;
  background: var(--pg-bg);
  color: var(--pg-text);
  font: inherit;
}
.pg-contact-form textarea { min-height: 170px; resize: vertical; }
.pg-contact-wide,
.pg-contact-actions,
.pg-contact-note { grid-column: 1 / -1; }
.pg-contact-actions { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.pg-contact-actions button {
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  padding: 0 18px;
  background: var(--pg-accent);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}
.pg-contact-actions p { margin: 0; font-weight: 900; }
.pg-contact-actions .is-success { color: #0f8a54; }
.pg-contact-actions .is-error { color: #b42318; }
.pg-contact-note { margin: 0; color: var(--pg-muted); font-size: 14px; }
.pg-contact-pot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; }
.pg-footer {
  background: #071733;
  color: #fff;
  padding: 42px 0 24px;
}
.pg-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
}
.pg-logo--footer { color: #fff; }
.pg-footer p { color: rgba(255,255,255,.72); max-width: 420px; }
.pg-footer h2 { margin: 0 0 14px; font-size: 18px; }
.pg-footer-menu { display: grid; gap: 8px; }
.pg-footer-menu a { color: rgba(255,255,255,.82); }
.pg-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 32px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.65);
  font-size: 13px;
}

@media (max-width: 1080px) {
  .pg-header-main { grid-template-columns: auto 1fr auto; }
  .pg-nav, .pg-search { display: none; }
  .pg-mobile-menu { display: block; justify-self: end; }
  .pg-mobile-menu summary {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    border: 1px solid var(--pg-border);
    border-radius: 4px;
    font-weight: 900;
    cursor: pointer;
  }
  .pg-mobile-menu[open] {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 112px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--pg-border);
    box-shadow: var(--pg-shadow);
  }
  .pg-mobile-menu ul { list-style: none; margin: 14px 0; padding: 0; display: grid; gap: 12px; font-weight: 900; }
  .pg-mobile-menu .search-form { display: flex; gap: 8px; }
  .pg-home-hero, .pg-rubric, .pg-regions, .pg-archive-layout, .pg-article-layout { grid-template-columns: 1fr; }
  .pg-sidebar, .pg-toc { position: static; }
  .pg-toc { display: none; }
  .pg-grid, .pg-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .pg-container { width: calc(100vw - 24px); max-width: calc(100vw - 24px); }
  .pg-breaking__inner { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; padding: 8px 0; line-height: 1.35; }
  .pg-breaking__inner a { max-width: 285px; font-size: 12.5px; word-break: break-word; }
  .pg-topbar { display: none; }
  .pg-header-main { min-height: 66px; grid-template-columns: minmax(0, 1fr) auto; }
  .pg-logo__mark { width: 36px; height: 36px; }
  .pg-logo__text { font-size: 20px; }
  .pg-home-hero,
  .pg-lead,
  .pg-latest-panel,
  .pg-card,
  .pg-rubric,
  .pg-rubric__list { width: 100%; max-width: 100%; min-width: 0; }
  .pg-lead h1 { max-width: 300px; font-size: 30px; line-height: 1.12; white-space: normal; word-break: normal; overflow-wrap: break-word; }
  .pg-lead p { max-width: 300px; font-size: 17px; white-space: normal; word-break: normal; overflow-wrap: break-word; }
  .pg-latest-item > div { max-width: 270px; }
  .pg-latest-item h3 { font-size: 17px; white-space: normal; word-break: normal; overflow-wrap: break-word; }
  .pg-lead__body { padding: 20px; }
  .pg-mobile-menu[open] { top: 104px; }
  .pg-section__head { display: block; }
  .pg-home-hero, .pg-grid, .pg-grid--two, .pg-grid--four { grid-template-columns: 1fr; }
  .pg-newsletter { grid-template-columns: 1fr; }
  .pg-newsletter form { display: grid; }
  .pg-newsletter input { width: 100%; }
  .pg-contact-form { grid-template-columns: 1fr; padding: 18px; }
  .pg-footer__grid { grid-template-columns: 1fr; }
  .pg-footer__bottom { display: grid; }
  .pg-latest-item { grid-template-columns: 48px 1fr; }
  .pg-article-meta { display: grid; gap: 4px; }
}
