/* ============ Global ============ */
:root {
  --primary-blue: #2e5cb8;
  --dark-blue: #1f3a7a;
  --light-blue: #3d6bc2;
  --orange: #f59e42;
  --red: #e74c3c;
  --light-bg: #e8f0f8;
  --white: #ffffff;
  --dark-text: #1f3a7a;
  --light-text: #5b7a9e;
  --font: "Inter", sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--dark-text);
  background: var(--white);
  line-height: 1.6;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
h1, h2, h3 { margin: 0; font-weight: 700; }
h2 { font-size: 36px; text-align: center; margin-bottom: 40px; }
h3 { font-size: 20px; margin-bottom: 16px; }
p { margin: 0; }

/* ============ Hero ============ */
.hero {
  background: linear-gradient(135deg, #2e5cb8 0%, #4a7bc9 50%, #2d5eb0 100%);
  color: var(--white);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-canvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-canvas-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.hero::before {
  display: none;
}

.hero::after {
  display: none;
}

.hero-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--white);
  font-size: 13px;
  cursor: pointer;
  z-index: 10;
}

.hero-content { position: relative; z-index: 2; max-width: 700px; }
.hero-lang {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255,255,255,0.2);
  border-radius: 20px;
  padding: 8px 12px;
  font-size: 13px;
  color: var(--white);
  cursor: pointer;
  z-index: 3;
}

.hero-mark {
  width: 300px;
  height: 300px;
  margin: 0 auto 30px;
  background: radial-gradient(circle at 35% 35%, #e8e8e8, #c5c5c5 40%, #a8a8a8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 140px;
  font-weight: 900;
  color: var(--primary-blue);
  position: relative;
  box-shadow: 
    0 20px 60px rgba(0, 0, 0, 0.4),
    inset -10px -10px 30px rgba(0, 0, 0, 0.15),
    inset 10px 10px 30px rgba(255, 255, 255, 0.3);
  letter-spacing: -8px;
}

.hero-mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255,255,255,0.4) 0%, transparent 50%, rgba(0,0,0,0.1) 100%);
  pointer-events: none;
}

.hero-mark::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.hero h1 { font-size: 48px; margin-bottom: 20px; letter-spacing: 2px; }
.hero-tagline { font-size: 16px; margin-bottom: 30px; opacity: 0.95; max-width: 500px; }

.hero-brand {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 14px;
}
.hero-logo {
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-blue);
  font-weight: 800;
  font-size: 16px;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--primary-blue);
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  transition: transform 200ms ease;
}
.hero-cta:hover { transform: scale(1.05); }

.scroll-down-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  pointer-events: none;
}
.scroll-down-icon {
  width: 31px;
  height: 31px;
  opacity: 0.9;
  filter: brightness(0) invert(1);
}
.scroll-down-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
}

/* ============ Section: Strategic Pillars (Our Performance) ============ */
.section {
  padding: 60px 20px;
}

.pillars-section {
  background: linear-gradient(180deg, #ffffff 0%, #eaf4fb 100%);
  color: var(--dark-text);
}

.pillars-section h2 {
  color: var(--dark-text);
  margin-bottom: 50px;
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  perspective: 1400px;
}
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.pillars-grid[hidden] { display: none; }

/* Pillar card flip-open entrance */
.pillar-flip-wrap {
  transform: rotateY(-90deg);
  opacity: 0;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transform-origin: left center;
  height: 100%;
}
.pillars-grid.is-visible .pillar-flip-wrap:nth-child(1) {
  transform: rotateY(0deg);
  opacity: 1;
  transition-delay: 0s;
}
.pillars-grid.is-visible .pillar-flip-wrap:nth-child(2) {
  transform: rotateY(0deg);
  opacity: 1;
  transition-delay: 0.28s;
}
.pillars-grid.is-visible .pillar-flip-wrap:nth-child(3) {
  transform: rotateY(0deg);
  opacity: 1;
  transition-delay: 0.56s;
}

/* ===== Strategic Pillar cards — modern two-section layout (matches Priority cards) ===== */
.pillar-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
  padding: 0;
  border: none;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
  color: var(--dark-text);
  height: 100%;
  box-sizing: border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}
.pillar-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.16);
}

/* Circle number badge — floats slightly above the top-right edge */
.pillar-card > .big-num {
  position: absolute;
  right: 14px;
  top: -12px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.pillar-card.pillar1 > .big-num { background: #5b9bd5; }
.pillar-card.pillar2 > .big-num { background: #ef9f6e; }
.pillar-card.pillar3 > .big-num { background: #5cc497; }

/* ---- Header block (saturated colour) ---- */
.pillar-card-head {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 14px 14px 0 0;
}
.pillar-card.pillar1 .pillar-card-head { background: #4D6995; }
.pillar-card.pillar2 .pillar-card-head { background: #DB7B51; }
.pillar-card.pillar3 .pillar-card-head { background: #66B16C; }

.pillar-eyebrow {
  padding: 14px 72px 14px 18px;
  background: rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  min-height: 60px;
  border-radius: 14px 14px 0 0;
}
.pillar-label {
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  font-weight: 700;
}
.pillar-heading {
  padding: 16px 18px 18px;
  display: flex;
  align-items: center;
}
.pillar-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}

/* ---- Body block (light tint) ---- */
.pillar-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.pillar-card.pillar1 .pillar-card-body { background: #e8f1fa; }
.pillar-card.pillar2 .pillar-card-body { background: #fbeee6; }
.pillar-card.pillar3 .pillar-card-body { background: #e9f5ee; }

.pillar-desc {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #2d4a8a;
  padding: 18px 18px 12px;
  margin: 0;
}

.pillar-more {
  padding: 10px 14px;
  border-top: 1px solid rgba(31,58,122,0.08);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pillar-card .pillar-plus.plus-btn {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(31,58,122,0.12);
  color: #1f3a7a;
  border: 1.5px solid rgba(31,58,122,0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.pillar-card:hover .pillar-plus.plus-btn,
.pillar-card .pillar-plus.plus-btn:hover,
.pillar-card .pillar-plus.plus-btn:focus-visible {
  background: #1f3a7a;
  color: #fff;
  border-color: #1f3a7a;
  outline: none;
}

/* ============ Inline Pillar Detail Panel ============ */
.pillar-inline {
  max-width: 1200px;
  margin: 0 auto;
  animation: fadeInUp 0.5s ease-out;
}
.pillar-inline[hidden] { display: none; }

.pillar-inline-card {
  background: #eaf3fb;
  border-radius: 18px;
  padding: 32px 32px 32px 32px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 32px;
  color: var(--dark-text);
  --pillar-accent: #1f3a7a;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.18);
  position: relative;
}

.pillar-inline-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1.5px solid var(--pillar-accent, #1f3a7a);
  color: var(--pillar-accent, #1f3a7a);
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 7px 14px 7px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
  z-index: 2;
}
.pillar-inline-close:hover {
  background: var(--pillar-accent, #1f3a7a);
  color: #ffffff;
  transform: translateX(-2px);
}
.pillar-inline-close span[aria-hidden] {
  font-size: 15px;
  line-height: 1;
}

.pillar-inline-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;
}
.pillar-inline-eyebrow {
  display: inline-block;
  align-self: flex-start;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffffff;
  background: var(--pillar-accent, #1f3a7a);
}
.pillar-inline-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--pillar-accent, #1f3a7a);
  margin: 4px 0 0;
}
.pillar-inline-intro {
  font-size: 13.5px;
  line-height: 1.6;
  color: #455c8c;
  margin: 0;
}

.pillar-inline-kras {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-right: 4px;
}

@media (max-width: 900px) {
  .pillar-inline-card { grid-template-columns: 1fr; padding: 56px 20px 22px; }
  .pillar-inline-close { top: 12px; right: 12px; }
}

/* ============ Section: Financial Performance ============ */
.financial-section {
  background: linear-gradient(180deg, #CFE0FA 0%, #E7F0FE 48%, #FFFFFF 100%);
  color: #1F3A7A;
  padding: 80px 20px;
}

.financial-section h2 {
  color: #1F3A7A;
  margin-bottom: 50px;
}

/* Light background: flip the chart text/strokes that were authored white */
.financial-section .chart-card [style*="color: white"] { color: #1F3A7A !important; }
.financial-section .donut-chart text[fill="white"] { fill: #1F3A7A; }

.charts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.chart-card {
  border: 2px solid rgba(31,58,122,0.18);
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.donut-chart {
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
}

.chart-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
}

.chart-legend {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
  margin-top: auto;
  padding-top: 16px;
  font-size: 13px;
  width: 100%;
}

.chart-legend.legend-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Wide donut SVG with leader lines */
.donut-wide {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  margin: 0 auto 8px;
}

/* Donut "open" animation: segments sweep in from 0 when the chart enters view */
.donut-draw .seg {
  stroke-dasharray: 0 2000;
  transition: stroke-dasharray 1.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.donut-draw.is-open .seg {
  stroke-dasharray: var(--len) 2000;
}
@media (prefers-reduced-motion: reduce) {
  .donut-draw .seg { transition: none; }
}

/* ============ Section: Featured Article ============ */
/* Scroll-triggered entrance */
.featured-section {
  background-image: url('../images/featured_rapid.png');
  background-size: 110%;
  background-position: left center;
  color: var(--white);
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  transition: background-size 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.featured-section.is-visible {
  background-size: cover;
}



.featured-image {
  display: none;
}

.featured-image img {
  display: none;
}

/* Gradient overlay: image visible left, fades to solid dark blue on right */
.featured-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(21, 35, 95, 0) 0%,
    rgba(21, 35, 95, 0.15) 30%,
    rgba(21, 35, 95, 0.82) 48%,
    rgba(21, 35, 95, 1) 58%
  );
  pointer-events: none;
  z-index: 0;
}

.featured-section::before {
  display: none;
}

.featured-content {
  position: relative;
  z-index: 1;
  width: 65%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: none;
  margin: 0;
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.3s;
}
.featured-section.is-visible .featured-content {
  opacity: 1 !important;
  transform: none !important;
}

.featured-section h2 {
  color: var(--white);
  margin-bottom: 30px;
  font-size: 28px;
  text-align: left;
}

.featured-section p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
  opacity: 0.95;
}

.featured-read-more {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  margin-top: 24px;
  padding: 12px 28px;
  background: #ffffff;
  color: var(--primary-blue);
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.featured-read-more:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

/* ============ Section: Corporate Plan 2026-2028 ============ */
.plan-section {
  background: linear-gradient(180deg, #CFE0FA 0%, #E7F0FE 48%, #FFFFFF 100%);
  color: #1F3A7A;
  padding: 80px 20px;
}

.plan-section h2 { color: #1F3A7A; margin-bottom: 20px; font-size: 28px; }
.plan-readmore {
  text-align: center;
  margin-top: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #2B3A7D;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.plan-intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.7;
}

.priorities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 16px;
}

.plan-frame {
  border: 1.5px solid rgba(31,58,122,0.22);
  border-radius: 14px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255,255,255,0.25);
}

.governance-trapezoid {
  background: #e4eaf4;
  clip-path: polygon(0% 50%, 50% 0%, 100% 50%, 100% 100%, 0% 100%);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  color: #1F3A7A;
  padding: 32px 20px 18px;
  margin: 0 14px 14px;
  letter-spacing: 0.02em;
}

.priority-card {
  background: linear-gradient(180deg, #3d6bc2, #5a8fd9);
  border-radius: 12px;
  padding: 28px;
  position: relative;
}

.priority-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 16px;
  color: var(--white);
}
.priority-card:nth-child(1) .priority-icon { background: #00bcd4; }
.priority-card:nth-child(2) .priority-icon { background: #ffc107; }
.priority-card:nth-child(3) .priority-icon { background: #5c9dd6; }
.priority-card:nth-child(4) .priority-icon { background: #ff6b6b; }

.priority-label {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-bottom: 8px;
}

.priority-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.priority-items {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 16px;
  font-size: 14px;
}

.priority-items li {
  margin-bottom: 10px;
}

.priority-more {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
  text-align: center;
  cursor: pointer;
  opacity: 0.8;
}

/* .enabler-text replaced by .governance-trapezoid */

/* ============ Plan Section — Variant A (Editorial) ============ */
.plan-section.v-a .priority-card {
  position: relative;
  background: #2B3A7D;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 32px 26px 24px;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}
.plan-section.v-a .priority-flip-wrap:nth-child(1) .priority-card { background: #498987; }
.plan-section.v-a .priority-flip-wrap:nth-child(2) .priority-card { background: #E2C068; }
.plan-section.v-a .priority-flip-wrap:nth-child(3) .priority-card { background: #5F8EC7; }
.plan-section.v-a .priority-flip-wrap:nth-child(4) .priority-card { background: #DE8A77; }
.plan-section.v-a .priority-card::before {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 4px; height: 100%;
  background: var(--accent, #4dd0e1);
}
.plan-section.v-a .priority-flip-wrap:nth-child(1) .priority-card { --accent: #2d6b69; }
.plan-section.v-a .priority-flip-wrap:nth-child(2) .priority-card { --accent: #b8942e; }
.plan-section.v-a .priority-flip-wrap:nth-child(3) .priority-card { --accent: #3a6fa8; }
.plan-section.v-a .priority-flip-wrap:nth-child(4) .priority-card { --accent: #b85f48; }
.plan-section.v-a .priority-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.22);
  border-color: rgba(255,255,255,0.28);
}
.plan-section.v-a .big-num {
  position: absolute;
  right: 18px;
  top: 8px;
  font-size: 92px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, rgba(255,255,255,0.42) 0%, rgba(255,255,255,0.06) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  pointer-events: none;
  user-select: none;
}
.plan-section.v-a .priority-label {
  font-size: 15px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.25);
  opacity: 1;
}
.plan-section.v-a .priority-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #ffffff;
  text-shadow: 0 1px 6px rgba(0,0,0,0.2);
}
.plan-section.v-a .priority-items {
  list-style: none;
  padding: 16px 0 0 0;
  margin: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 13.5px;
}
.plan-section.v-a .priority-items li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  opacity: 1;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 4px rgba(0,0,0,0.18);
}
.plan-section.v-a .priority-items li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.plan-section.v-a .priority-more {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.15);
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  opacity: 0.88;
}
.plan-section.v-a .priority-more .arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease, background 200ms ease;
  font-size: 14px;
  line-height: 1;
}
.plan-section.v-a .priority-card:hover .priority-more .arrow {
  background: var(--accent);
  transform: translateX(2px);
  color: #fff;
}
.plan-section.v-a .priority-more {
  cursor: pointer;
  outline: none;
}
.plan-section.v-a .priority-more:hover .arrow,
.plan-section.v-a .priority-more:focus-visible .arrow {
  background: var(--accent);
  transform: translateX(2px);
  color: #fff;
}

/* ============ Plan Detail Modal ============ */
.plan-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}
.plan-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.plan-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 50, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.plan-modal-card {
  position: relative;
  width: min(720px, 100%);
  max-height: 86vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.45),
              0 0 0 1px rgba(255,255,255,0.10);
  transform: translateY(12px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* Coloured header */
.plan-modal-head {
  position: relative;
  background: var(--modal-accent, #498987);
  padding: 32px 40px 28px;
  flex-shrink: 0;
}
/* Light pastel body */
.plan-modal-body {
  background: var(--modal-light, #e8f5f4);
  padding: 24px 40px 32px;
  overflow-y: auto;
  flex: 1;
}
.plan-modal[aria-hidden="false"] .plan-modal-card {
  transform: translateY(0) scale(1);
}
.plan-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.20);
  color: #ffffff;
  border: 0;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease, transform 180ms ease;
  font-family: inherit;
}
.plan-modal-close:hover {
  background: rgba(255,255,255,0.35);
  transform: rotate(90deg);
}
.plan-modal-eyebrow {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  margin-bottom: 6px;
}
.plan-modal-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #ffffff;
}
.plan-modal-subtitle {
  font-size: 13px;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #1f3a7a;
  opacity: 0.65;
  padding-bottom: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(31,58,122,0.15);
}
.plan-modal-table {
  display: grid;
  grid-template-columns: minmax(160px, 30%) 1fr;
  font-size: 14px;
}
.plan-modal-table .row {
  display: contents;
}
.plan-modal-table .row .plan-name,
.plan-modal-table .row .plan-outcome {
  padding: 14px 0;
  border-bottom: 1px solid rgba(31,58,122,0.10);
  line-height: 1.55;
  color: #2d4a8a;
}
.plan-modal-table .row:last-child .plan-name,
.plan-modal-table .row:last-child .plan-outcome {
  border-bottom: 0;
}
.plan-modal-table .plan-name {
  font-weight: 700;
  color: var(--modal-accent, #498987);
  padding-right: 18px;
}
.plan-modal-table .plan-outcome {
  color: #2d4a8a;
}
@media (max-width: 600px) {
  /* No padding on the card itself — its header/body must reach the rounded
     edges, otherwise the transparent card frame shows through as a border. */
  .plan-modal-head { padding: 28px 24px 24px; }
  .plan-modal-body { padding: 22px 24px 28px; }
  .plan-modal-title { font-size: 22px; }
  .plan-modal-table { grid-template-columns: 1fr; }
  .plan-modal-table .row .plan-name {
    padding-bottom: 4px;
    border-bottom: 0;
  }
}

/* ============ Strategic Pillar Detail Modal ============ */
.pillar-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}
.pillar-modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.pillar-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 50, 0.65);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.pillar-modal-card {
  position: relative;
  width: min(960px, 100%);
  max-height: 80vh;
  overflow: auto;
  background: #ffffff;
  color: #1f3a7a;
  border-radius: 18px;
  padding: 40px 44px 0;
  box-shadow: 0 30px 80px rgba(0,0,0,0.55),
              0 0 0 1px rgba(0,0,0,0.05);
  transform: translateY(12px) scale(0.98);
  transition: transform 260ms cubic-bezier(0.34, 1.56, 0.64, 1);
  border-top: 6px solid var(--pillar-accent, #1f3a7a);
}
.pillar-modal[aria-hidden="false"] .pillar-modal-card {
  transform: translateY(0) scale(1);
}

/* Scroll indicator pinned flush to the bottom of the scrollable card */
.pillar-modal-kras { padding-bottom: 32px; }
.pillar-modal-scrollcue {
  position: sticky;
  bottom: 0;
  z-index: 3;
  margin: -72px -44px 0;
  height: 72px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 14px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 58%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 160ms ease;
}
.scrollcue-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--pillar-accent, #1f3a7a);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
  animation: scrollcueBob 1.5s ease-in-out infinite;
}
@keyframes scrollcueBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(5px); }
}
@media (prefers-reduced-motion: reduce) {
  .scrollcue-arrow { animation: none; }
}
/* One-liner link below the card */
.pillar-modal-more {
  position: relative;
  z-index: 1;
  display: block;
  margin: 16px auto 0;
  max-width: min(960px, 100%);
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, 0.5);
  transition: opacity 180ms ease, text-decoration-color 180ms ease;
}
.pillar-modal-more:hover {
  opacity: 0.9;
  text-decoration-color: #ffffff;
}
.pillar-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(31, 58, 122, 0.08);
  color: #1f3a7a;
  border: 0;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms ease, transform 180ms ease;
  font-family: inherit;
}
.pillar-modal-close:hover {
  background: rgba(31, 58, 122, 0.18);
  transform: rotate(90deg);
}
.pillar-modal-eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  background: var(--pillar-accent, #1f3a7a);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.pillar-modal-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
  color: var(--pillar-accent, #1f3a7a);
}
.pillar-modal-intro {
  font-size: 14.5px;
  line-height: 1.65;
  color: #5b7a9e;
  margin: 0 0 28px;
}
.pillar-modal-kras {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.kra {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 24px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(31, 58, 122, 0.12);
}
.kra:first-child {
  border-top: 0;
  padding-top: 0;
}
.kra-side .kra-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--pillar-accent, #1f3a7a);
  background: rgba(31, 58, 122, 0.06);
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.kra-side .kra-ready {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: #ffffff;
  background: var(--pillar-accent, #1f3a7a);
  padding: 3px 10px;
  border-radius: 999px;
  margin-left: 6px;
  vertical-align: middle;
}
.kra-side .kra-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #1f3a7a;
  margin: 0 0 8px;
}
.kra-side .kra-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #5b7a9e;
}
.kra-subs {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}
.kra-sub {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, rgba(31, 58, 122, 0.04), rgba(31, 58, 122, 0.02));
  border-radius: 10px;
  border: 1px solid rgba(31, 58, 122, 0.08);
}
.kra-sub::before {
  content: "";
  flex-shrink: 0;
  margin-top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pillar-accent, #1f3a7a);
  box-shadow: 0 0 0 3px rgba(31, 58, 122, 0.10);
}
.kra-sub-body { flex: 1; min-width: 0; }
.kra-sub-name {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--pillar-accent, #1f3a7a);
  margin-bottom: 4px;
}
.kra-sub-desc {
  font-size: 13px;
  line-height: 1.55;
  color: #455c8c;
}

@media (max-width: 760px) {
  .pillar-modal-card { padding: 28px 22px 0; }
  .pillar-modal-scrollcue { margin-left: -22px; margin-right: -22px; }
  .pillar-modal-title { font-size: 22px; }
  .kra {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* ============ Section: Read Report ============ */
.report-section {
  background: linear-gradient(180deg, #2B3A7D 0%, #4A6BB8 50%, #6B8FD9 100%);
  color: var(--white);
  padding: 80px 20px;
  text-align: center;
}

.report-section h2 { color: var(--white); margin-bottom: 40px; }

.report-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch;
}

.report-book {
  display: flex;
  justify-content: center;
}

.book-cover {
  width: 220px;
  height: 320px;
  background: linear-gradient(135deg, #3d4a8a, #5a6fb8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: rgba(255,255,255,0.2);
  position: relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.book-cover::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  border-radius: 8px;
}

.report-book {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}
.report-book .report-download-btn { margin-top: auto; }

.report-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  border: 1.5px solid rgba(255,255,255,0.45);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.report-download-btn:hover {
  background: rgba(255,255,255,0.28);
  border-color: rgba(255,255,255,0.75);
  transform: translateY(-2px);
}

.report-nav {
  text-align: left;
}

.report-references {
  width: 320px;
  margin-top: 8px;
  padding-top: 22px;
  margin-left: 80px;
}
@media (max-width: 540px) {
  .report-references { margin-left: 0; }
}
.report-references .report-nav-section {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.report-nav-section {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.report-nav-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.report-nav-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
  opacity: 1;
  color: #ffffff;
  text-align: left;
}

.report-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.report-nav-list li {
  margin-bottom: 4px;
  font-size: 13.5px;
  opacity: 0.82;
  line-height: 1.45;
  text-align: left;
}

.report-nav-list li::before {
  content: "\2022";
  margin-right: 8px;
}

/* Leadership entrance — text only, figures untouched */
.leadership-section .leadership-inner {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.22,1,0.36,1);
  transition-delay: 0s;
}
.leadership-section .leader-label.label-left {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22,1,0.36,1);
  transition-delay: 0.4s;
}
.leadership-section .leader-label.label-right {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.22,1,0.36,1);
  transition-delay: 0.7s;
}
.leadership-section.is-visible .leadership-inner,
.leadership-section.is-visible .leader-label {
  opacity: 1;
  transform: none;
}

.leadership-section {
  background: linear-gradient(180deg, #ffffff 0%, #cfeafb 100%);
  position: relative;
  overflow: hidden;
  padding: 88px 20px 0;
}
/* Override the section-snap vertical centering: keep intro at the top,
   names pinned to the bottom (higher specificity than the inline snap rule). */
section.leadership-section {
  justify-content: flex-start;
}

.leadership-section h2 {
  color: var(--dark-text);
  margin-bottom: 22px;
  font-size: 32px;
  text-align: center;
}

/* Centered intro text + button (sits above the figures) */
.leadership-inner {
  position: relative;
  z-index: 3;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}

.leadership-bio-center {
  text-align: left;
}

.leadership-bio-center p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #000000;
  margin-bottom: 24px;
  text-align: justify;
}

.read-more-btn {
  display: inline-block;
  padding: 12px 30px;
  white-space: nowrap;
  background: var(--dark-text);
  color: var(--white);
  border: 0;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 8px 22px rgba(31, 58, 122, 0.25);
}

.read-more-btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 28px rgba(31, 58, 122, 0.32);
}

/* Full-figure leaders stuck to the bottom corners, blended with depth */
.leader-figure {
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: 0;
  pointer-events: none;
  height: min(80vh, 680px);
  filter: drop-shadow(0 26px 38px rgba(20, 40, 90, 0.30));
}
.leader-left  { left: 0; }
.leader-right { right: 0; }

.leader-figure img {
  height: 100%;
  width: auto;
  display: block;
  -webkit-mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 88%, transparent 100%);
}

/* soft contact shadow ellipse beneath each figure */
.leader-figure::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  width: 72%;
  height: 26px;
  background: radial-gradient(ellipse at center, rgba(20, 40, 90, 0.22) 0%, rgba(20, 40, 90, 0) 70%);
  filter: blur(5px);
}

/* Name labels aligned to the paragraph's left / right edges, near the bottom */
.leader-label {
  position: absolute;
  bottom: 96px;
  z-index: 4;
  text-align: left;
}

.label-left  { left: calc(50% - 240px); }
.label-right { right: calc(50% - 240px); text-align: right; }
.label-right .leader-accent { margin-left: auto; }

.leader-role {
  font-size: 12px;
  letter-spacing: 0.3px;
  color: var(--light-text);
  margin-bottom: 4px;
}

.leader-name {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}

.leader-accent {
  display: block;
  width: 36px;
  height: 4px;
  background: var(--primary-blue);
  margin: 0;
}

/* ============ Animations ============ */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.8s ease-out forwards;
  opacity: 0;
}

.animate-scaleIn {
  animation: scaleIn 0.7s ease-out forwards;
  opacity: 0;
}

.animate-slideInLeft {
  animation: slideInLeft 0.7s ease-out forwards;
  opacity: 0;
}

.animate-slideInRight {
  animation: slideInRight 0.7s ease-out forwards;
  opacity: 0;
}

.animate-popIn {
  animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
}

/* Stagger animations */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }

/* ============ Leadership — tablet range (iPad mini portrait, etc.) ============
   Same reserve-band approach as phones, tuned for 541–1024px so the portraits
   never overlap the intro copy on tablet-sized viewports. */
@media (min-width: 541px) and (max-width: 1024px) {
  section.leadership-section {
    --leader-band: clamp(320px, 70vw, 520px);
    min-height: 100svh;
    height: auto;
    justify-content: flex-start;
  }
  .leadership-inner {
    max-width: 600px;
    padding-bottom: var(--leader-band);
  }
  .leadership-bio-center p { text-align: left; }

  .leader-figure { height: var(--leader-band); opacity: 0.94; }
  .leader-figure img {
    -webkit-mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
  }
  .leader-left  { left: -2%; }
  .leader-right { right: -2%; }
  .leader-label { bottom: 26px; }
  .label-left  { left: 8%; }
  .label-right { right: 8%; }
  .leader-name { font-size: 18px; }
  .leader-role {
    font-size: 12px;
    color: #1f3a7a;
    font-weight: 600;
  }

  /* Light gradient at the very bottom so the dark names read clearly. */
  .leadership-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 170px;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to top,
      rgba(214, 236, 250, 0.62) 0%,
      rgba(214, 236, 250, 0.42) 45%,
      rgba(214, 236, 250, 0) 100%);
  }
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
  .featured-section { justify-content: center !important; }
  .featured-content { width: 100% !important; padding: 48px 24px; }
  .pillars-grid { grid-template-columns: 1fr; }
  .charts-grid { grid-template-columns: 1fr; }
  .priorities-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 540px) {
  .priorities-grid { grid-template-columns: 1fr; }
  .report-content { grid-template-columns: 1fr; gap: 0; }

  /* Reorder on mobile: nav list, then ANNUAL REPORT REFERENCES (continuing the
     list with a top divider), then the book image, then the download button. */
  .report-content > .report-nav { order: 1; }
  .report-book { display: contents; }
  .report-references {
    order: 2;
    width: auto;
    margin-top: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .report-book img { order: 3; margin: 34px auto 0; }
  .report-book .report-download-btn { order: 4; margin: 22px auto 0; }

  .leadership-content { grid-template-columns: 1fr; }
  h2 { font-size: 28px; }
  .hero-mark { width: 180px; height: 180px; font-size: 80px; }

  /* Leadership: shrink figures, keep them at the bottom corners, and tuck
     the name labels into the very bottom corners so they read clearly. */
  /* Width-driven leader band: size depends on phone WIDTH, not height, so it
     behaves the same on a short 360x760 phone as on a tall one. The text
     reserves an identical band below itself, so portraits and copy can never
     overlap regardless of viewport height. */
  section.leadership-section {
    --leader-band: clamp(260px, 82vw, 420px);
    min-height: 100svh;
    height: auto;
    padding-bottom: 0;
  }
  .leadership-inner {
    max-width: 92%;
    /* reserve the bottom band so the text never sits over the portraits */
    padding-bottom: var(--leader-band);
  }
  .leadership-bio-center p { font-size: 13.5px; text-align: left; }

  .leader-figure { height: var(--leader-band); opacity: 0.92; }
  .leader-figure img {
    -webkit-mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
            mask-image: linear-gradient(to bottom, #000 80%, transparent 100%);
  }
  .leader-left  { left: -3%; }
  .leader-right { right: -3%; }
  .leader-label { bottom: 16px; }
  .label-left  { left: 5%; }
  .label-right { right: 5%; }
  .leader-name { font-size: 16px; }
  .leader-role {
    font-size: 11.5px;
    color: #1f3a7a;
    font-weight: 600;
  }

  /* Light gradient at the very bottom so the dark names read clearly over the
     dark suits. Sits above the portraits (z2) but below the labels (z4). */
  .leadership-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to top,
      rgba(214, 236, 250, 0.62) 0%,
      rgba(214, 236, 250, 0.42) 45%,
      rgba(214, 236, 250, 0) 100%);
  }
}

@media (max-width: 480px) {
  .leader-name { font-size: 14px; }
}

/* Priority card flip-open entrance */
.plan-section.v-a .priorities-grid {
  perspective: 1400px;
}
.priority-flip-wrap {
  transform: rotateY(-90deg);
  opacity: 0;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  transform-origin: left center;
  height: 100%;
}
.priorities-grid.is-visible .priority-flip-wrap:nth-child(1) { transform: rotateY(0deg); opacity: 1; transition-delay: 0s; }
.priorities-grid.is-visible .priority-flip-wrap:nth-child(2) { transform: rotateY(0deg); opacity: 1; transition-delay: 0.2s; }
.priorities-grid.is-visible .priority-flip-wrap:nth-child(3) { transform: rotateY(0deg); opacity: 1; transition-delay: 0.4s; }
.priorities-grid.is-visible .priority-flip-wrap:nth-child(4) { transform: rotateY(0deg); opacity: 1; transition-delay: 0.6s; }

/* === Corporate Plan 2026–2028 cards — two-section layout (coloured header + white body) === */
.plan-section.v-a .priority-card {
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 0;
  border: none;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.10);
  height: 100%;
  box-sizing: border-box;
}
/* Hide the left accent stripe on the card itself */
.plan-section.v-a .priority-card::before { display: none; }

/* ---- Header block ---- */
.plan-section.v-a .priority-card-head {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 14px 14px 0 0;
}
.plan-section.v-a .priority-eyebrow,
.plan-section.v-a .priority-heading {
  position: relative;
  z-index: 1;
}

/* Circle number badge — sits slightly above the card top edge */
.plan-section.v-a .priority-card > .big-num {
  position: absolute;
  right: 14px;
  top: -10px;
  transform: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
/* Top band: label + circle number badge */
.plan-section.v-a .priority-eyebrow {
  position: relative;
  padding: 14px 72px 14px 18px;
  background: rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  text-align: left;
  overflow: visible;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-height: 60px;
  border-radius: 14px 14px 0 0;
}
/* Title zone */
.plan-section.v-a .priority-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 18px;
  text-align: center;
}
.plan-section.v-a .priority-flip-wrap:nth-child(1) .priority-card-head { background: #477A7B; }
.plan-section.v-a .priority-flip-wrap:nth-child(2) .priority-card-head { background: #CEB47E; }
.plan-section.v-a .priority-flip-wrap:nth-child(3) .priority-card-head { background: #7C8ABA; }
.plan-section.v-a .priority-flip-wrap:nth-child(4) .priority-card-head { background: #D6938A; }

/* Circle number badge — sits slightly above the eyebrow top edge */
.plan-section.v-a .priority-card-head .big-num {
  position: absolute;
  right: 14px;
  top: -14px;
  transform: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
}
/* Circle colours per card */
.plan-section.v-a .priority-flip-wrap:nth-child(1) .priority-card > .big-num { background: #3ec9be !important; }
.plan-section.v-a .priority-flip-wrap:nth-child(2) .priority-card > .big-num { background: #f0a500 !important; }
.plan-section.v-a .priority-flip-wrap:nth-child(3) .priority-card > .big-num { background: #74b0e0 !important; }
.plan-section.v-a .priority-flip-wrap:nth-child(4) .priority-card > .big-num { background: #e05a4e !important; }

.plan-section.v-a .priority-label {
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  text-shadow: none;
  opacity: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.plan-section.v-a .priority-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: none;
  position: relative;
  z-index: 1;
  margin: 0;
}

/* ---- Body block (light tinted per card colour, no bullet stripe) ---- */
.plan-section.v-a .priority-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
}
.plan-section.v-a .priority-flip-wrap:nth-child(1) .priority-card-body { background: #e8f5f4; }
.plan-section.v-a .priority-flip-wrap:nth-child(2) .priority-card-body { background: #fef8e8; }
.plan-section.v-a .priority-flip-wrap:nth-child(3) .priority-card-body { background: #e8f1fa; }
.plan-section.v-a .priority-flip-wrap:nth-child(4) .priority-card-body { background: #fdf0ec; }

.plan-section.v-a .priority-items {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none;
}
.plan-section.v-a .priority-items li {
  padding: 11px 18px;
  border-bottom: 1px solid rgba(31, 58, 122, 0.08);
  color: #2d4a8a;
  text-shadow: none;
  font-size: 13.5px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 0;
}
.plan-section.v-a .priority-items li::before {
  display: none;
}
.plan-section.v-a .priority-items li:last-child {
  border-bottom: none;
}
.plan-section.v-a .priority-more {
  padding: 10px 14px;
  border-top: 1px solid rgba(31, 58, 122, 0.08);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}
.plan-section.v-a .plus-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 7px;
  background: rgba(31, 58, 122, 0.12);
  color: #1f3a7a;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  border: 1.5px solid rgba(31, 58, 122, 0.20);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.plan-section.v-a .priority-card:hover .plus-btn,
.plan-section.v-a .priority-more:hover .plus-btn,
.plan-section.v-a .priority-more:focus-visible .plus-btn {
  background: #1f3a7a;
  color: #fff;
  border-color: #1f3a7a;
}
.plan-section.v-a .priority-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
  border-color: transparent;
}

/* ===================================================================
   1920×1080 vertical-balance refinements
   Performance & Plan were sitting slightly low with a large empty top;
   lift them into the upper-centre and give the cards more presence.
   Leadership portraits are enlarged to fill the empty centre while
   staying pinned to the very bottom.
   Higher specificity (section.…) beats the inline justify-content rule.
   =================================================================== */
section.pillars-section {
  justify-content: center;
  padding-top: clamp(40px, 4.5vh, 52px);
  padding-bottom: clamp(96px, 13vh, 150px);
}
.pillars-section h2 { margin-bottom: 40px; }
.pillars-section .pillar-card { min-height: 400px; }

section.plan-section.v-a {
  justify-content: center;
  padding-top: clamp(40px, 4.5vh, 52px);
  padding-bottom: clamp(80px, 10vh, 120px);
}

/* Leadership — keep the figures bottom-anchored, enlarge to fill the frame.
   Scoped to desktop so the tablet/phone width-based --leader-band rules
   (defined earlier in the media queries) keep winning on small screens. */
@media (min-width: 1025px) {
  .leader-figure { height: min(92vh, 920px); }
}
