/*
Theme Name: NDC GWT Child
Theme URI: http://localhost/ndc-wp
Author: OpenAI
Description: GWT child theme that carries over the NDC Drupal migration templates and styling.
Version: 0.2.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
Template: gwt-wordpress-gwt-wordpress-26.0.0
Text Domain: ndc-gwt-child
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --ndc-blue: #0f4c81;
  --ndc-blue-deep: #0a3357;
  --ndc-blue-dark: #08263f;
  --ndc-green: #4f9a4b;
  --ndc-green-deep: #2f7459;
  --ndc-gold: #DD9425;
  --ndc-ink: #122433;
  --ndc-muted: #617487;
  --ndc-surface: #f5f8fb;
  --ndc-card: #ffffff;
  --ndc-border: #dbe4ec;
  --ndc-shadow: 0 20px 50px rgba(10, 51, 87, 0.1);
  --ndc-shadow-strong: 0 28px 65px rgba(10, 51, 87, 0.14);
  --ndc-radius: 20px;
  --ndc-radius-sm: 14px;
  --ndc-shell: min(1580px, calc(100vw - 32px));
  --ndc-font-body: 'Noto Sans', sans-serif;
  --ndc-font-head: 'Poppins', sans-serif;
  --ndc-gradient: linear-gradient(135deg, #0e4e80 0%, #11658e 30%, #2c7b73 68%, #4f9a4b 100%);
  --ndc-gradient-secondary: linear-gradient(135deg, #dd9425 0%, #c97d1e 30%, #b56518 68%, #8f4a10 100%);
  --share-ink: #07365f;
  --share-muted: #5e7082;
  --share-line: rgba(8, 54, 95, 0.16);
  --share-surface: rgba(255, 255, 255, 0.96);
  --share-accent: #0c6b79;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--ndc-font-body);
  color: var(--ndc-ink);
  background: white;
}

a {
  color: var(--ndc-blue);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--ndc-blue-deep);
}

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

.gradient-secondary{
  background: var(--ndc-gradient-secondary) !important;
  color: white !important;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.site-shell {
  width: var(--ndc-shell);
  margin: 0 auto;
  padding: 0 20px;
}

.hero .site-shell {
  width: 100% !important;
  padding: 0 !important;
}

.site-main {
  min-height: 60vh;
}

.single-post #main-content {
  margin-top: -150px !important;
}

.site-header {
  position: relative;
  z-index: 60;
}

.site-header .site-shell {
  width: min(1300px, calc(100vw - 32px)) !important;
  padding: 0 20px !important;
}

.site-header:not(.is-scrolled) .masthead {
  background: #fff;
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(15, 76, 129, 0.08);
  box-shadow: 0 10px 28px rgba(10, 51, 87, 0.06);
}

.site-header.is-scrolled .masthead {
  background: #fff;
  border-bottom-color: rgba(15, 76, 129, 0.1);
  box-shadow: 0 10px 28px rgba(10, 51, 87, 0.08);
  backdrop-filter: blur(16px);
}

.top-ribbon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  background: #f3f7fa;
  color: var(--ndc-blue-dark);
  font-size: 0.86rem;
  border-bottom: 1px solid rgba(15, 76, 129, 0.1);
}

.top-ribbon .site-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0;
}

.top-ribbon__group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.top-ribbon__link {
  color: var(--ndc-blue-dark);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.top-ribbon__text {
  color: var(--ndc-muted);
}

.masthead {
  position: fixed;
  top: var(--top-ribbon-height, 0px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 75;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding-inline: max(16px, calc((100vw - var(--ndc-shell)) / 2));
  padding: 20px 0 18px;
  background: transparent;
  border: none !important;
  box-shadow: none;
}

.brand {
  display: flex;
  align-items: center;
  gap: 18px;
  color: inherit;
  min-width: 0;
  flex: 1 1 auto;
}

.brand-logo-wrap {
  position: relative;
  display: block;
  width: clamp(132px, 15vw, 194px);
  max-width: clamp(132px, 15vw, 194px);
  flex: 0 0 auto;
}

.brand-logo {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  background: transparent;
  object-fit: contain;
	mix-blend-mode: none !important;
}

.brand-logo--top,
.site-header.is-scrolled .brand-logo--top,
.site-header:not(.is-scrolled) .brand-logo--top {
  display: none;
}

.brand-logo--scrolled,
.site-header.is-scrolled .brand-logo--scrolled,
.site-header:not(.is-scrolled) .brand-logo--scrolled {
  display: block;
}

.brand-logo-wrap .brand-logo {
  width: clamp(100px, 13vw, 150px) !important;
  max-width: clamp(100px, 13vw, 150px) !important;
}

.brand-copy {
  max-width: 360px;
	margin-left: -40px;
}

.brand-copy small,
.brand-copy span {
  display: block;
}

.brand-copy small {
  color: var(--ndc-muted);
  letter-spacing: 0.14em;
  font-size: 0.8rem;
}

.brand-copy span:first-of-type {
  font-family: var(--ndc-font-head);
  font-size: clamp(0.7rem, 1.5vw, 1.2rem);
  line-height: 1.08;
  text-transform: uppercase;
  font-weight: 600;
}

.brand-copy span:last-of-type {
  color: var(--ndc-green);
	font-size: 0.8rem;
  font-weight: 700;
}

.site-header:not(.is-scrolled) .brand-copy {
  color: var(--ndc-ink);
}

.site-header:not(.is-scrolled) .brand-copy small {
  color: var(--ndc-muted);
}

.site-header:not(.is-scrolled) .brand-copy span:first-of-type {
  color: var(--ndc-blue-dark);
  text-shadow: none;
}

.site-header:not(.is-scrolled) .brand-copy span:last-of-type {
  color: var(--ndc-green);
}

.masthead-meta {
  text-align: right;
  min-width: max-content;
  flex: 0 0 auto;
}

.masthead-meta__label {
  margin: 0;
  color: var(--ndc-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.masthead-meta__time {
  display: inline-block;
  color: var(--ndc-blue-deep);
  font-weight: 600;
	font-size:14px;
}

.site-header:not(.is-scrolled) .masthead-meta__label {
  color: var(--ndc-muted);
}

.site-header:not(.is-scrolled) .masthead-meta__time {
  color: var(--ndc-blue-deep);
  border-bottom-color: rgba(15, 76, 129, 0.18);
  text-shadow: none;
}

.masthead-meta__pst-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.masthead-meta__pst-text {
  text-align: right;
}

.masthead-meta__bagong-logo {
  height: 70px;
  width: auto;
  flex-shrink: 0;
  margin-top: -10px;
}

.menu-toggle {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--ndc-blue), var(--ndc-blue-deep));
}

.site-nav {
  min-width: 0;
  flex: 1 1 auto;
}

.main-site-menu{
	display: flex;
	align-items: center;
	justify-content: right;
	flex-wrap: wrap;
}

.site-nav ul,
.site-nav .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav li {
  position: relative;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--ndc-blue-dark);
  font-weight: 700;
  white-space: nowrap;
}

.site-nav .menu-item-has-children > a::after {
  content: "▾";
  margin-left: 8px;
  font-size: 0.72rem;
}

.site-nav .sub-menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 30;
  display: none;
  min-width: 240px;
  padding: 10px 0;
  border: 1px solid rgba(15, 76, 129, 0.14);
  border-radius: var(--ndc-radius-sm);
  box-shadow: 0 22px 54px rgba(10, 51, 87, 0.16);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(14px);
}

.site-nav .sub-menu li {
  width: 100%;
}

.site-nav .sub-menu a {
  width: 100%;
  justify-content: space-between;
  border-radius: 0;
  color: var(--ndc-blue-dark);
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu .current-menu-item > a,
.site-nav .sub-menu .current_page_item > a {
  background: rgba(15, 76, 129, 0.08);
  color: var(--ndc-blue-deep);
}

.site-nav li:hover > .sub-menu,
.site-nav li:focus-within > .sub-menu {
  display: block;
}

.site-nav .sub-menu .sub-menu {
  top: -10px;
  left: calc(100% + 2px);
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
  background: rgba(15, 76, 129, 0.1);
  color: var(--ndc-blue-deep);
}

.top-ribbon__search-wrap {
  position: relative;
  flex: 0 0 auto;
  margin-left: auto;
}

.search-toggle {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ndc-blue-dark);
  font-size: 1.15rem;
  box-shadow: none;
}

.search-toggle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(15, 76, 129, 0.46);
  border-radius: 50%;
  line-height: 1;
}

.search-toggle__icon {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--ndc-blue-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-ribbon__search-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: min(320px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid rgba(15, 76, 129, 0.15);
  border-radius: var(--ndc-radius-sm);
  box-shadow: var(--ndc-shadow-strong);
  background: #fff;
}

.top-ribbon__search-panel[hidden] {
  display: none;
}

.search-form {
  margin: 0;
}

.search-field {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(15, 76, 129, 0.12);
  border-radius: 999px;
  background: rgba(15, 76, 129, 0.04);
  color: var(--ndc-ink);
  font: inherit;
}

.hero {
  padding: 0;
}

.listing-card,
.meta-card,
.quick-link-card,
.spotlight-card {
  background: var(--ndc-card);
  border: 1px solid var(--ndc-border);
  border-radius: var(--ndc-radius);
  box-shadow: var(--ndc-shadow);
}


.single-hero .content-card {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(219, 228, 236, 0.55);
  border-radius: var(--ndc-radius);
  box-shadow: var(--ndc-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.hero-panel {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: var(--ndc-shadow);
  position: relative;
  overflow: hidden;
  padding: 44px;
	min-height: 300px;
  margin-top: 28px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(8, 38, 63, 0.72) 0%, rgba(8, 38, 63, 0.38) 55%, rgba(8, 38, 63, 0.18) 100%),
    url('https://ndc-mockup1.transcend-enterprise.com/wp-content/uploads/2026/06/NDC-Header.png') center center / cover no-repeat;
}

.hero-panel-2 {
  border-radius: 0 !important;
  border: none !important;
  background: var(--ndc-card);
  box-shadow: var(--ndc-shadow);
  position: relative;
  overflow: hidden;
  padding: 44px;
  background: var(--ndc-gradient);
  color: #fff;
}

.hero-panel-2::after {
  content: "";
  position: absolute;
  inset: auto -80px -90px auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.hero-panel-2::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto auto;
  width: 140px;
  height: 140px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transform: rotate(12deg);
}

.hero-panel--split {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
  gap: 28px;
}

.hero-copy,
.hero-aside {
  position: relative;
  z-index: 1;
}

.hero-aside {
  display: grid;
  gap: 16px;
}

.hero-story,
.hero-feature-card {
  padding: 24px;
  border-radius: var(--ndc-radius);
  background: rgba(6, 30, 50, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-story h2,
.hero-feature-card h3 {
  margin: 0;
  font-family: var(--ndc-font-head);
  line-height: 1.08;
	color: white;
}

.hero-feature-card h3 a{
	color: white !important;
}

.hero-story p:last-child,
.hero-feature-card p:last-child {
  margin-bottom: 0;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.metric-card {
  padding: 16px 18px;
  border-radius: var(--ndc-radius-sm);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.metric-card strong,
.metric-card span {
  display: block;
}

.metric-card strong {
  font-size: 1.7rem;
  font-family: var(--ndc-font-head);
}

.metric-card span {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.92rem;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  opacity: 0.82;
}

.hero-panel h1,
.hero-panel h2,
.page-header h1,
.single-hero h1,
.section-title {
  margin: 0;
  font-family: var(--ndc-font-head);
  line-height: 1.05;
}

.hero-panel h1 {
  font-size: clamp(2.4rem, 4.4vw, 4.7rem);
  max-width: 12.5ch;
}

.hero-panel p {
  margin: 18px 0 0;
  max-width: 62ch;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  cursor: pointer;
}

.button-primary {
  background: #fff;
  color: var(--ndc-blue-deep);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.text-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.page-section {
  padding: 28px 0 52px;
}

.page-section--tinted {
  background:
    linear-gradient(180deg, rgba(15, 76, 129, 0.04), rgba(79, 154, 75, 0.04)),
    transparent;
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.9fr);
  gap: 28px;
}

.page-header {
  margin: 0 0 20px;
}

.page-header--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: end;
}

.page-header h1 {
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--ndc-blue-deep);
}

.page-header p,
.lede {
  color: var(--ndc-muted);
  max-width: 70ch;
}

.quick-links-grid,
.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.quick-link-card,
.spotlight-card {
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 252, 0.98));
}

.quick-link-card h2,
.spotlight-card h2 {
  margin: 0 0 10px;
  font-family: var(--ndc-font-head);
  color: var(--ndc-blue-deep);
  font-size: 1.6rem;
}

.quick-link-card p:last-child,
.spotlight-card p:last-child {
  margin-bottom: 0;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.listing-grid--news {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}


.listing-card {
  display: flex;
  flex-direction: column;
  overflow: visible;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(10, 51, 87, 0.12);
}

.listing-card__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.14), rgba(79, 154, 75, 0.14));
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.listing-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-card__body {
  padding: 22px;
}

.listing-card__body h2,
.listing-card__body h3 {
  margin: 0 0 10px;
  font-family: var(--ndc-font-head);
  font-size: 1.4rem;
}

.listing-meta,
.meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  color: var(--ndc-muted);
  font-size: 0.92rem;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15, 76, 129, 0.08);
  color: var(--ndc-blue-deep);
  font-size: 0.88rem;
  font-weight: 700;
	justify-content: center;
}

.tag-chip--link {
  background: rgb(251 214 175);
  color: var(--ndc-blue-deep);
}

.content-card,
.meta-card {
  padding: 28px;
}

.content-card > *:first-child,
.meta-card > *:first-child,
.section-body :first-child,
.timeline-body :first-child,
.governance-cell :first-child {
  margin-top: 0;
}

.content-card > *:last-child,
.meta-card > *:last-child,
.section-body :last-child,
.timeline-body :last-child,
.governance-cell :last-child {
  margin-bottom: 0;
}

.single-hero {
  padding: 38px 0 22px;
}

.single-hero .site-shell {
  display: flex;
}

.single-hero h1 {
  font-size: clamp(2.1rem, 3vw, 3.25rem);
  color: var(--ndc-blue-deep);
}

.single-thumbnail {
  overflow: hidden;
  border-radius: var(--ndc-radius);
  box-shadow: var(--ndc-shadow);
}

.single-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-post-header {
  margin-top: 56px;
}

.single-post-header__image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.files-list,
.gallery-grid {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.files-list {
  display: grid;
  gap: 12px;
}

.files-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--ndc-radius-sm);
  background: rgba(15, 76, 129, 0.05);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--ndc-radius-sm);
}

.policy-list {
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--ndc-ink);
}

.policy-list li + li {
  margin-top: 12px;
}

.timeline-stack {
  display: grid;
  gap: 18px;
}

.timeline-card {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.timeline-year {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  border-radius: var(--ndc-radius-sm);
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.1), rgba(79, 154, 75, 0.14));
  color: var(--ndc-blue-deep);
  font-family: var(--ndc-font-head);
  font-size: 1.6rem;
  font-weight: 700;
}

.governance-year-grid {
  display: grid;
  gap: 20px;
}

.governance-year-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.governance-row-group + .governance-row-group {
  margin-top: 20px;
}

.governance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(220px, 0.9fr);
  gap: 0;
  border: 1px solid var(--ndc-border);
  border-top: 0;
}

.governance-grid--header {
  border-top: 1px solid var(--ndc-border);
  background: rgba(15, 76, 129, 0.08);
  font-weight: 700;
  color: var(--ndc-blue-deep);
}

.governance-grid > div {
  padding: 14px 16px;
  border-right: 1px solid var(--ndc-border);
}

.governance-grid > div:last-child {
  border-right: 0;
}

.official-groups {
  display: grid;
  gap: 20px;
}

.official-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.official-card {
  overflow: hidden;
  border: 1px solid var(--ndc-border);
  border-radius: var(--ndc-radius-sm);
  background: #fff;
}

.official-card__media {
  aspect-ratio: 4 / 4.5;
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.08), rgba(79, 154, 75, 0.1));
}

.official-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.official-card__body {
  padding: 18px;
}

.official-card__body h3 {
  margin: 0 0 8px;
  font-family: var(--ndc-font-head);
  font-size: 1.35rem;
}

.official-role {
  margin: 0 0 8px;
  color: var(--ndc-blue-deep);
  font-weight: 700;
}

.official-office {
  margin: 0;
  color: var(--ndc-muted);
}

.official-actions {
  margin: 16px 0 0;
}

.records-accordion {
  display: grid;
  gap: 16px;
}

.record-card {
  padding: 0;
  overflow: hidden;
}

.record-toggle {
  width: 100%;
  justify-content: space-between;
  border-radius: 0;
  padding: 20px 24px;
  color: var(--ndc-blue-deep);
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.06), rgba(79, 154, 75, 0.08));
}

.record-body {
  display: none;
  padding: 24px;
  border-top: 1px solid var(--ndc-border);
}

.record-body.is-open {
  display: block;
}

.pdf-document-grid {
  display: grid;
  gap: 20px;
}

.pdf-document-card {
  display: grid;
  gap: 20px;
}

.pdf-document-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pdf-document-head h2 {
  margin: 0;
  font-family: var(--ndc-font-head);
  font-size: 1.45rem;
  color: var(--ndc-blue-deep);
}

.pdf-document-head .eyebrow {
  margin-bottom: 8px;
  color: var(--ndc-muted);
}

.pdf-frame-wrap {
  overflow: hidden;
  border: 1px solid var(--ndc-border);
  border-radius: var(--ndc-radius-sm);
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.04), rgba(255, 255, 255, 0.9));
}

.pdf-frame {
  width: 100%;
  min-height: 720px;
  border: 0;
  background: #fff;
}

.landing-links {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.landing-link-card {
  padding: 22px;
  border: 1px solid var(--ndc-border);
  border-radius: var(--ndc-radius-sm);
  background: linear-gradient(180deg, rgba(15, 76, 129, 0.03), rgba(255, 255, 255, 0.96));
}

.landing-link-card h2 {
  margin: 0 0 10px;
  font-family: var(--ndc-font-head);
  color: var(--ndc-blue-deep);
}

.landing-link-card .eyebrow {
  margin-bottom: 8px;
  color: var(--ndc-muted);
}

.tabs-pdf-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.6fr);
  gap: 22px;
}

.tabs-pdf-nav {
  display: grid;
  gap: 12px;
  align-content: start;
}

.tabs-pdf-button {
  width: 100%;
  justify-content: space-between;
  padding: 18px 20px;
  border: 1px solid var(--ndc-border);
  border-radius: var(--ndc-radius-sm);
  background: rgba(15, 76, 129, 0.04);
  color: var(--ndc-blue-deep);
  text-align: left;
}

.tabs-pdf-button.is-active {
  background: linear-gradient(135deg, rgba(15, 76, 129, 0.12), rgba(79, 154, 75, 0.12));
  border-color: rgba(15, 76, 129, 0.22);
}

.tabs-pdf-button span:first-child {
  max-width: 32ch;
}

.tabs-pdf-panels {
  min-width: 0;
}

.tabs-pdf-panel {
  display: none;
}

.tabs-pdf-panel.is-active {
  display: block;
}

.site-footer .site-shell,
.site-footer {
  padding: 0 !important;
}

.site-footer-card {
  padding: 50px 100px 20px 100px;
  background: #f9f9f9;
  color: var(--ndc-blue-deep);
  border-bottom: 1px solid #cbcbcb;
}

.ndc-divider {
  height: 5px;
  width: 100%;
  background: linear-gradient(to right, #0066B3, #4CAF50, #F7941E);
}


.footer-link-list a,
.site-footer-card p {
  margin: 0;
  color: rgb(36, 36, 36);
  font-size: 0.84rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(4, minmax(0, 0.8fr));
  gap: 28px;
}

/* ── Footer responsive ───────────────────────────────────── */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
    gap: 32px 28px;
  }

  .footer-grid > .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .footer-grid > .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}

.footer-brand__logo {
  width: 180px;
  margin-bottom: 18px;
}

.footer-logo-pts {
  width: 93px;
  margin-bottom: 18px;
}

.footer-logo-foi {
  width: 100px;
  margin-bottom: 18px;
}

.footer-title {
  margin: 0 0 14px;
  font-family: var(--ndc-font-head);
  font-size: 0.90rem;
}

.footer-link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0px;
}

.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgb(36, 36, 36);
}

.footer-contact-list svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.75;
  color: rgb(36, 36, 36);
}

.footer-contact-list__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.65;
}

.footer-contact-list__indent {
  padding-left: 24px;
  margin-top: -6px;
}

.footer-contact-list a {
  color: inherit;
  text-decoration: none;
  color: rgb(36, 36, 36);
}

.footer-contact-list a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-social {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-top: 4px;
  margin-bottom: 25px;
}

.footer-dpo-dps {
  display: flex;
  justify-content: center;
  align-items: start;
}

.footer-dpo-dps__trigger {
  display: inline-block;
  border-radius: 14px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.footer-dpo-dps__trigger:hover,
.footer-dpo-dps__trigger:focus-visible {
  transform: translateY(-2px);
  opacity: 0.92;
}

.footer-dpo-dps__trigger:focus-visible {
  outline: 2px solid var(--ndc-gold);
  outline-offset: 4px;
}

.footer-logo-dpo-dps{
  width: 140px;
  max-width: 140px;
  cursor: zoom-in;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  opacity: 0.82;
  transition: opacity 180ms ease, gap 180ms ease;
}

.footer-social__link svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer-social__link:hover {
  opacity: 1;
  gap: 13px;
}

.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-backtop {
  color: #fff;
  font-weight: 700;
}

.empty-state {
  padding: 28px;
  text-align: center;
  color: var(--ndc-muted);
}

.pagination {
  margin-top: 28px;
}

.pagination[data-latest-updates-pagination] {
  display: flex;
  justify-content: center;
}

.pagination [data-load-more-posts] {
  min-width: 180px;
  padding: 14px 28px;
  border: 1px solid rgba(15, 76, 129, 0.16);
  background: linear-gradient(135deg, #0f4c81, #2f7459);
  color: #fff;
  box-shadow: 0 14px 30px rgba(10, 51, 87, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.pagination [data-load-more-posts]:hover,
.pagination [data-load-more-posts]:focus,
.pagination [data-load-more-posts]:visited {
  background: linear-gradient(135deg, #0f4c81, #2f7459);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(10, 51, 87, 0.22);
}

.pagination [data-load-more-posts][aria-disabled="true"] {
  opacity: 0.78;
  pointer-events: none;
}

.pagination .nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination .page-numbers {
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ndc-border);
}

.pagination .current {
  color: #fff;
  background: var(--ndc-blue);
}

.single-featured-image {
  margin: 0 0 clamp(22px, 4vw, 36px);
}

.single-featured-image__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: transparent;
  cursor: zoom-in;
  box-shadow: var(--ndc-shadow);
}

.single-featured-image__button img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  transition: transform 260ms ease, filter 260ms ease;
}

.single-featured-image__button span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(3, 47, 81, 0.84);
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 16px 34px rgba(0, 35, 64, 0.22);
}

.single-featured-image__button:hover img,
.single-featured-image__button:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.04);
}

.single-featured-lightbox[hidden] {
  display: none;
}

.single-featured-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(3, 23, 39, 0.4);
}

.single-featured-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: transparent;
  cursor: zoom-out;
}

.single-featured-lightbox__panel {
  position: relative;
  z-index: 1;
  max-width: min(94vw, 1180px);
  max-height: 90vh;
  margin: 0;
}

.single-featured-lightbox__panel img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.single-featured-lightbox__panel figcaption {
  max-width: 860px;
  margin: 14px auto 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.single-featured-lightbox__close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  color: var(--ndc-blue);
  background: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
}

body.is-single-featured-lightbox-open {
  overflow: hidden;
}

@media (max-width: 980px) {
  .hero-panel--split,
  .page-grid,
  .single-hero .site-shell,
  .timeline-card,
  .page-header--split {
    grid-template-columns: 1fr;
  }

  .listing-grid,
  .listing-grid--news,
  .gallery-grid,
  .official-grid,
  .quick-links-grid,
  .spotlight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .governance-grid {
    grid-template-columns: 1fr;
  }

  .governance-grid > div {
    border-right: 0;
    border-bottom: 1px solid var(--ndc-border);
  }

  .governance-grid > div:last-child {
    border-bottom: 0;
  }

  .governance-year-head,
  .pdf-document-head,
  .masthead,
  .footer-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tabs-pdf-layout {
    grid-template-columns: 1fr;
  }

  .masthead-meta {
    text-align: left;
  }

  .masthead {
    width: 100%;
    padding-inline: 16px;
  }
}

@media (max-width: 1024px) {
  .top-ribbon .site-shell {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
  }

  .menu-toggle {
    display: inline-flex;
    position: relative;
    order: 3;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(15, 76, 129, 0.42);
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
  }

  .menu-toggle__bar {
    position: absolute;
    left: 12px;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--ndc-blue-dark);
    transition: transform 0.2s ease, opacity 0.2s ease, top 0.2s ease;
  }

  .menu-toggle__bar:nth-child(1) {
    top: 14px;
  }

  .menu-toggle__bar:nth-child(2) {
    top: 21px;
  }

  .menu-toggle__bar:nth-child(3) {
    top: 28px;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(1) {
    top: 21px;
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] .menu-toggle__bar:nth-child(3) {
    top: 21px;
    transform: rotate(-45deg);
  }

  .top-ribbon__group {
    flex: 1 1 auto;
    flex-wrap: nowrap;
    min-width: 0;
    order: 1;
  }

  .brand-logo-nav-bar {
    max-width: 92px;
    height: auto;
  }

  .top-ribbon__link {
    white-space: nowrap;
  }

  .main-site-menu {
    display: contents;
  }

  .top-ribbon__search-wrap {
    order: 2;
    margin-left: 0;
  }

  .site-nav.is-open + .top-ribbon__search-wrap {
    display: none;
  }

  .search-toggle {
    width: 44px;
    height: 44px;
  }

  .search-toggle span {
    width: 34px;
    height: 34px;
  }

  .top-ribbon__search-panel {
    position: fixed;
    top: calc(var(--top-ribbon-height, 64px) + 8px);
    left: 16px;
    right: 16px;
    width: auto;
    max-width: none;
    transform: none;
    box-sizing: border-box;
  }

  .top-ribbon__search-panel .search-form,
  .top-ribbon__search-panel .search-field {
    max-width: 100%;
    box-sizing: border-box;
  }

  .site-nav {
    order: 4;
    width: 100%;
  }

  .site-nav ul,
  .site-nav .menu {
    display: none;
    width: 100vw;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    margin: 10px calc(50% - 50vw) 0;
    padding: 14px 18px 22px;
    border: 0;
    border-top: 1px solid rgba(15, 76, 129, 0.1);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 14px 30px rgba(10, 51, 87, 0.08);
    justify-content: flex-start;
  }

  .site-nav.is-open ul,
  .site-nav.is-open .menu {
    display: flex;
  }

  .site-nav a {
    width: 100%;
    color: rgba(10, 25, 41, 0.86);
    border-radius: 14px;
  }

  .site-nav .sub-menu {
    position: static;
    display: block;
    min-width: 0;
    margin-top: 8px;
    margin-left: 14px;
    border: 0;
    border-radius: 16px;
    box-shadow: none;
    background: rgba(15, 76, 129, 0.06);
  }

  .site-nav .sub-menu a {
    color: rgba(10, 25, 41, 0.76);
  }

  .site-nav a:hover,
  .site-nav .current-menu-item > a,
  .site-nav .current_page_item > a,
  .site-nav .sub-menu a:hover,
  .site-nav .sub-menu .current-menu-item > a,
  .site-nav .sub-menu .current_page_item > a {
    background: rgba(15, 76, 129, 0.08);
    color: var(--ndc-blue-deep);
  }

  .site-nav .sub-menu .sub-menu {
    margin-left: 14px;
  }
	
	.brand-copy {
	margin-left: 0px;
}

  .hero-panel,
  .content-card,
  .meta-card,
  .site-footer-card {
    padding: 22px;
  }

  .hero {
    padding-top: 32px;
  }

  .listing-grid,
  .listing-grid--news,
  .gallery-grid,
  .official-grid,
  .quick-links-grid,
  .spotlight-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .brand {
    align-items: flex-start;
  }

  body.home .masthead,
  body.front-page .masthead {
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 12px 18px 14px;
  }

  body.home .masthead .masthead-meta,
  body.front-page .masthead .masthead-meta {
    width: 100%;
    min-width: 0;
    text-align: center;
  }

  body.home .masthead .masthead-meta__label,
  body.front-page .masthead .masthead-meta__label {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
  }

  body.home .masthead .masthead-meta__time,
  body.front-page .masthead .masthead-meta__time {
    max-width: 100%;
    font-size: clamp(0.78rem, 3.7vw, 0.92rem);
    line-height: 1.25;
    white-space: normal;
  }

  body.home .masthead .brand,
  body.front-page .masthead .brand {
    display: none;
  }

  body.home .brand-logo-nav-bar,
  body.front-page .brand-logo-nav-bar {
    display: block !important;
  }

  .brand-logo-wrap {
    width: 118px;
    max-width: 118px;
  }

  .brand-logo-wrap .brand-logo {
    width: 118px !important;
    max-width: 118px !important;
  }

  .masthead {
    width: 100%;
    padding-inline: 16px;
  }
}

/* ─── Single post: ACF oEmbed video block ─────────────────────────────────── */
.single-video-embed {
  margin: 0 0 clamp(22px, 4vw, 36px);
}

.single-video-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 24px;
  overflow: hidden;
  background: #000;
  box-shadow: var(--ndc-shadow);
}

.single-video-embed__wrapper iframe,
.single-video-embed__wrapper video,
.single-video-embed__wrapper embed,
.single-video-embed__wrapper object {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .site-footer-card {
    padding: 20px 10px;
  }
}
