/* ========= INNER PAGES ========= */
body.page-inner { padding-bottom: 0; }
body.page-inner .mobile-tab-bar { display: none; }

.page-hero {
  background: linear-gradient(105deg, rgba(0,55,90,0.92) 0%, rgba(0,100,160,0.85) 100%),
    url('../images/hero-bg.jpg') center / cover no-repeat;
  padding: 120px 0 72px;
  color: #fff;
}
.page-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.75);
}
.breadcrumb a { color: rgba(255,255,255,0.9); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { opacity: 0.5; }
.page-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 16px;
  max-width: 800px;
}
.page-hero .page-lead {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  max-width: 680px;
  margin-bottom: 24px;
}
.page-hero .page-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a8d8f0;
  margin-bottom: 12px;
}
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.page-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 40px 96px;
}
.page-section { margin-bottom: 56px; }
.page-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #1A202C;
  margin-bottom: 16px;
}
.page-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1A202C;
  margin: 24px 0 12px;
}
.prose { font-size: 16px; color: #4A5568; line-height: 1.75; }
.prose p { margin-bottom: 16px; }
.prose ul, .prose ol { margin: 0 0 20px 20px; }
.prose li { margin-bottom: 8px; }
.prose strong { color: #1A202C; }

.quote-block {
  border-left: 4px solid #E8537A;
  padding: 8px 0 8px 24px;
  margin: 32px 0;
  font-style: italic;
  color: #4A5568;
  font-size: 17px;
  line-height: 1.65;
}
.quote-block cite {
  display: block;
  margin-top: 12px;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #0077B6;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin: 32px 0;
}
.stat-box {
  background: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
}
.stat-box .num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #0077B6;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-box .lbl { font-size: 12px; color: #718096; font-weight: 500; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.link-card {
  display: block;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
  color: inherit;
}
.link-card:hover {
  box-shadow: 0 12px 32px rgba(0,119,182,0.12);
  transform: translateY(-3px);
}
.link-card-img { height: 130px; overflow: hidden; }
.link-card-img img { width: 100%; height: 100%; object-fit: cover; }
.link-card-body { padding: 20px; }
.link-card-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0077B6;
  margin-bottom: 8px;
}
.link-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 8px;
  color: #1A202C;
}
.link-card p { font-size: 13px; color: #718096; line-height: 1.5; margin: 0; }

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pillar-grid .pillar-card { height: 100%; }

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.split-section img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #E2E8F0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
}
.contact-info-card {
  background: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 28px;
}
.contact-info-card li {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  font-size: 15px;
  color: #4A5568;
  list-style: none;
}
.contact-info-card i { color: #0077B6; margin-top: 4px; width: 18px; }
.contact-form {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 32px;
}
.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #4A5568;
  margin-bottom: 6px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  margin-bottom: 16px;
}
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form button {
  background: #0077B6;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 9999px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.contact-form button:hover { background: #005A8C; }

.resource-list { display: flex; flex-direction: column; gap: 48px; }
.resource-group { display: flex; flex-direction: column; gap: 12px; }
.resource-group[hidden] { display: none !important; }
.resource-group-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1A202C;
  margin: 0 0 4px;
}

/* Publications — featured + archive layout (Annual Reports & Newsletter) */
.resource-group--pub {
  padding: 44px 36px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 40, 80, 0.04);
}
.resource-group--pub + .resource-group--pub { margin-top: 8px; }

.pub-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0077B6;
  margin: 0 0 32px;
  line-height: 1.1;
  padding-bottom: 16px;
  border-bottom: 3px solid #EBF5FB;
}

.pub-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

/* — Featured (current / latest) — larger — */
.pub-featured-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pub-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  padding: 5px 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #0077B6;
  background: #EBF5FB;
  border: 1px solid #BEE3F8;
  border-radius: 999px;
}
.pub-badge i { font-size: 9px; color: #F6C453; }

.pub-cover {
  display: block;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.pub-cover:hover { transform: translateY(-5px); }
.pub-cover--featured { width: 100%; max-width: 300px; }

.pub-cover-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: #EDF2F7;
  border: 1px solid #CBD5E0;
  box-shadow: 0 12px 36px rgba(0, 60, 100, 0.16);
  transition: box-shadow 0.25s ease;
}
.pub-cover--featured .pub-cover-frame {
  aspect-ratio: 3 / 4;
  box-shadow: 0 10px 32px rgba(0, 60, 100, 0.16);
}
.pub-cover:hover .pub-cover-frame {
  box-shadow: 0 20px 50px rgba(0, 60, 100, 0.26);
}

.pub-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.pub-featured-meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
}
.pub-label--featured {
  font-size: 18px;
  font-weight: 800;
  color: #1A202C;
}
.pub-desc {
  font-size: 13px;
  color: #718096;
  line-height: 1.55;
  margin: 0;
}

.pub-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 4px;
  padding: 12px 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #0077B6;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 119, 182, 0.35);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.pub-view-btn:hover {
  background: #005A8C;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 119, 182, 0.4);
}

/* — Archive (previous) — smaller — */
.pub-archive {
  padding: 24px 28px;
  background: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
}
.pub-archive-intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #718096;
  margin: 0 0 20px;
  line-height: 1.4;
}

.pub-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
}
.pub-grid--newsletter,
.pub-grid--spotlight { gap: 18px 20px; }

.pub-grid-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(50% - 12px);
  max-width: 160px;
}
.pub-grid--newsletter .pub-grid-item {
  width: calc(25% - 15px);
  max-width: 140px;
}
.pub-grid--spotlight .pub-grid-item {
  width: calc(20% - 16px);
  max-width: 130px;
}

.pub-cover--thumb { width: 100%; }
.pub-cover--thumb .pub-cover-frame {
  aspect-ratio: 3 / 4;
  box-shadow: 0 4px 16px rgba(0, 60, 100, 0.1);
  border-radius: 6px;
}
.pub-cover--thumb:hover { transform: translateY(-3px); }
.pub-cover--thumb:hover .pub-cover-frame {
  box-shadow: 0 8px 24px rgba(0, 60, 100, 0.16);
}

.pub-view-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #0077B6;
  text-decoration: none;
  line-height: 1.35;
  transition: color 0.2s;
}
.pub-view-link:hover { color: #005A8C; text-decoration: underline; }

.pub-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #2D3748;
  margin: 0;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .pub-grid--newsletter .pub-grid-item,
  .pub-grid--spotlight .pub-grid-item {
    width: calc(50% - 10px);
    max-width: 150px;
  }
}
@media (max-width: 900px) {
  .resource-group--pub { padding: 32px 24px; }
  .pub-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pub-cover--featured,
  .pub-featured-meta { max-width: 100%; }
  .pub-grid-item,
  .pub-grid--newsletter .pub-grid-item,
  .pub-grid--spotlight .pub-grid-item {
    width: calc(50% - 12px);
    max-width: 180px;
  }
}
@media (max-width: 480px) {
  .resource-group--pub { padding: 24px 16px; }
  .pub-archive { padding: 18px 16px; }
  .pub-grid-item,
  .pub-grid--newsletter .pub-grid-item,
  .pub-grid--spotlight .pub-grid-item {
    width: calc(50% - 8px);
    max-width: none;
  }
}
.resource-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  background: #F7FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
}
.resource-category {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0077B6;
  margin: 0 0 6px;
}
.resource-item h3 { font-size: 16px; margin: 0 0 4px; }
.resource-item p { font-size: 13px; color: #718096; margin: 0; }

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.filter-pill {
  padding: 8px 16px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  background: #EBF5FB;
  color: #0077B6;
  border: 1px solid transparent;
}

.page-cta-band {
  background: #005A8C;
  color: #fff;
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  margin-top: 48px;
}
.page-cta-band h2 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}
.page-cta-band p {
  color: rgba(255,255,255,0.8);
  max-width: 560px;
  margin: 0 auto 24px;
  line-height: 1.6;
}
.page-cta-band .hero-ctas { justify-content: center; }

.pending-note {
  background: #FFF8EC;
  border: 1px dashed #D97706;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 14px;
  color: #92400E;
  margin: 24px 0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
}
.team-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.team-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}
.team-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  display: block;
  background: #edf2f7;
}
.team-card-avatar {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #00375a 0%, #0a6ebd 100%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(48px, 18vw, 72px);
  font-weight: 700;
  letter-spacing: 0.02em;
}
.team-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 14px 12px 4px;
  color: #1A202C;
}
.team-card p {
  font-size: 12px;
  color: #718096;
  line-height: 1.45;
  margin: 0 12px 16px;
}

.leadership-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.leadership-cards--compact .leadership-card p:not(.leadership-role) { display: none; }
.leadership-card {
  background: #F7FAFC;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #E2E8F0;
}
.leadership-card img {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 14px;
}
.leadership-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.leadership-role {
  font-size: 13px;
  font-weight: 600;
  color: #0077B6;
  margin-bottom: 10px !important;
}
.leadership-card p {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.6;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}
.board-card {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  padding: 20px;
}
.board-card img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
.board-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.board-role {
  font-size: 13px;
  font-weight: 600;
  color: #E8537A;
  margin: 4px 0 12px;
}
.board-bio {
  font-size: 14px;
  color: #4A5568;
  line-height: 1.65;
}

.culture-strip {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
}
.culture-thumb {
  flex: 0 0 170px;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
}
.culture-thumb img {
  width: 170px;
  height: 115px;
  object-fit: cover;
  display: block;
}

.partners-logo-wall {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 16px;
  align-items: center;
}
.partner-logo-cell {
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}
.partner-logo-cell img {
  max-width: 100%;
  max-height: 48px;
  object-fit: contain;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.video-card {
  display: block;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.video-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.1);
}
.video-card img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.video-card-body {
  padding: 16px;
}
.video-card-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1A202C;
}
.video-card-body p {
  font-size: 13px;
  color: #718096;
  line-height: 1.5;
}

/* Nav dropdowns */
.nav-item-dropdown { position: relative; }
.nav-item-dropdown > a { display: flex; align-items: center; gap: 4px; padding: 8px 11px; font-size: 13.5px; font-weight: 600; white-space: nowrap; }
.nav-item-dropdown > a i { font-size: 10px; opacity: 0.6; }
.nav-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.1);
  padding: 8px;
  z-index: 200;
}
.nav-item-dropdown:hover .nav-dropdown,
.nav-item-dropdown.open .nav-dropdown { display: block; }
.nav-dropdown a {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: #4A5568;
  border-radius: 8px;
}
.nav-dropdown a:hover { background: #EBF5FB; color: #0077B6; }

.mobile-menu .mobile-dropdown-toggle {
  width: 100%;
  text-align: left;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #4A5568;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-submenu {
  display: none;
  padding: 0 12px 8px 28px;
}
.mobile-submenu.active { display: block; }
.mobile-submenu a {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  color: #718096;
}

@media (max-width: 1024px) {
  .pillar-grid { grid-template-columns: 1fr; }
  .split-section { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .page-hero { padding: 100px 0 56px; }
  .page-hero-inner, .page-main { padding-left: 20px; padding-right: 20px; }
  .page-hero h1 { font-size: 30px; }
  .page-main { padding-top: 48px; padding-bottom: 64px; }
  .nav-dropdown { display: none !important; }
}

/* Graphic inner pages */
.page-hero--photo { position: relative; overflow: hidden; }
.page-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0.28;
}
.page-hero--photo .page-hero-inner { position: relative; z-index: 1; }
.page-visual-strip {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin: 0 0 40px;
}
.vis-chip {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #E2E8F0;
  border-radius: 9999px; padding: 10px 18px;
  font-size: 13px; font-weight: 600; color: #4A5568;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}
.vis-chip i { color: #0077B6; }
.stat-row--graphic .stat-box {
  border-left: 4px solid #0077B6;
  background: linear-gradient(135deg, #fff 0%, #F7FAFC 100%);
}
.page-section--graphic img {
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}
.link-card { overflow: hidden; transition: transform 0.2s, box-shadow 0.2s; }
.link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}
.link-card-img img { width: 100%; height: 130px; object-fit: cover; display: block; }
