/* ============================================================
   ECOPRENEURE — multi-page site v3 refined
   Navy + green + cream | Fraunces + Plus Jakarta Sans
   ============================================================ */
:root{
  --navy-900:#0B2A4A;
  --navy-800:#103a63;
  --navy-700:#1a4a7a;
  --navy-100:#e8eef5;
  --green-700:#1f6b3a;
  --green-600:#2a8a4a;
  --green-500:#36a35a;
  --green-400:#5fbf7c;
  --green-100:#e6f4ec;
  --green-50:#f3faf5;
  --cream:#fafaf6;
  --off-white:#f7f8f5;
  --grey-50:#f7f8f5;
  --grey-100:#f1f3f0;
  --grey-200:#e4e7e2;
  --grey-300:#c9cfc8;
  --grey-500:#6b7568;
  --grey-700:#3a4238;
  --ink:#0f1a14;
  --hair:rgba(11,42,74,.07);

  --font-display:'Fraunces',Georgia,'Times New Roman',serif;
  --font-body:'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;

  --fs-xs:clamp(.72rem,.69rem + .1vw,.78rem);
  --fs-sm:clamp(.8rem,.78rem + .12vw,.86rem);
  --fs-base:clamp(.88rem,.85rem + .15vw,.96rem);
  --fs-md:clamp(.94rem,.9rem + .2vw,1.05rem);
  --fs-lg:clamp(1.05rem,1rem + .25vw,1.18rem);
  --fs-xl:clamp(1.2rem,1.1rem + .45vw,1.4rem);
  --fs-2xl:clamp(1.45rem,1.25rem + .9vw,1.85rem);
  --fs-3xl:clamp(1.7rem,1.4rem + 1.4vw,2.4rem);
  --fs-hero:clamp(1.85rem,1.4rem + 2.2vw,3rem);

  --space-1:.5rem; --space-2:1rem; --space-3:1.5rem;
  --space-4:2rem; --space-5:3rem; --space-6:4rem; --space-7:6rem;

  --container:1180px;
  --radius-sm:10px; --radius-md:16px; --radius-lg:24px; --radius-pill:999px;

  --shadow-sm:0 2px 8px rgba(11,42,74,.06);
  --shadow-md:0 8px 28px rgba(11,42,74,.09);
  --shadow-lg:0 20px 60px rgba(11,42,74,.14);
  --ring:0 0 0 3px rgba(54,163,90,.22);
  --ease:280ms cubic-bezier(.22,.61,.36,1);

  /* Dark mode colours */
  --dm-bg:#0c1820;
  --dm-surface:#132030;
  --dm-surface2:#1a2d40;
  --dm-border:rgba(95,191,124,.14);
  --dm-text:#d1dde8;
  --dm-muted:#7fa0b8;
}

/* ============================================================
   DARK MODE
   ============================================================ */
[data-theme="dark"]{
  --cream:#0c1820;
  --off-white:#132030;
  --grey-50:#132030;
  --grey-100:#1a2d40;
  --grey-200:rgba(95,191,124,.18);
  --grey-300:rgba(95,191,124,.25);
  --grey-500:#7fa0b8;
  --grey-700:#b8ccd8;
  --ink:#e0ecf5;
  --hair:rgba(95,191,124,.1);
  color-scheme:dark;
}
[data-theme="dark"] body{background:var(--dm-bg);color:var(--dm-text)}
[data-theme="dark"] h1,[data-theme="dark"] h2,[data-theme="dark"] h3,[data-theme="dark"] h4{color:#e0ecf5}
[data-theme="dark"] p{color:var(--dm-text)}
[data-theme="dark"] .nav{background:rgba(12,24,32,.88);border-bottom-color:var(--dm-border)}
[data-theme="dark"] .logo-text{color:#e0ecf5}
[data-theme="dark"] .nav-links a{color:#9fbfd4}
[data-theme="dark"] .nav-links a:hover{color:#e0ecf5;background:rgba(95,191,124,.08)}
[data-theme="dark"] .nav-links a.active{color:#e0ecf5;background:rgba(95,191,124,.12)}
[data-theme="dark"] .menu-toggle{background:var(--navy-700)}
[data-theme="dark"] .nav-links.open{background:var(--dm-bg)}
[data-theme="dark"] .page-head{background:radial-gradient(ellipse at 80% 20%,rgba(54,163,90,.12),transparent 55%),linear-gradient(180deg,var(--dm-bg) 0%,var(--dm-surface) 100%)}
[data-theme="dark"] .about-hero{background:radial-gradient(ellipse at 78% 22%,rgba(54,163,90,.1),transparent 55%),linear-gradient(180deg,var(--dm-bg) 0%,var(--dm-surface) 100%)}
[data-theme="dark"] .about-model{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .prog-card,[data-theme="dark"] .proj-card,[data-theme="dark"] .leader-card,[data-theme="dark"] .role-card{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .report{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .report:hover{border-color:var(--green-400)}
[data-theme="dark"] .form{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .field input,[data-theme="dark"] .field select,[data-theme="dark"] .field textarea{background:var(--dm-surface2);border-color:var(--dm-border);color:#e0ecf5}
[data-theme="dark"] .field input:focus,[data-theme="dark"] .field select:focus,[data-theme="dark"] .field textarea:focus{background:var(--dm-surface2);border-color:var(--green-400)}
[data-theme="dark"] .consent{background:var(--dm-surface2);border-color:var(--dm-border)}
[data-theme="dark"] .disclosure{background:var(--dm-surface)}
[data-theme="dark"] .disclosure-list{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .disc-item{border-color:var(--dm-border)}
[data-theme="dark"] .disc-summary{background:var(--dm-surface);color:#e0ecf5}
[data-theme="dark"] .disc-summary:hover{background:var(--dm-surface2)}
[data-theme="dark"] .highlights{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .step{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .reach-summary{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .info-block{border-color:var(--dm-border)}
[data-theme="dark"] .focus-tile{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .prog-section{border-color:var(--dm-border)}
[data-theme="dark"] .proj-section{border-color:var(--dm-border)}
[data-theme="dark"] .proj-sidebar-card{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .about-feature-media{border-color:var(--dm-border)}
[data-theme="dark"] .leader-creds{border-color:var(--dm-border)}
[data-theme="dark"] .btn-ghost{color:#d1dde8;border-color:rgba(209,221,232,.25)}
[data-theme="dark"] .btn-ghost:hover{background:var(--navy-700);border-color:var(--navy-700)}
[data-theme="dark"] .gallery-card{background:var(--dm-surface);border-color:var(--dm-border)}

/* Dark mode toggle button */
.dm-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:var(--radius-pill);
  background:rgba(11,42,74,.07);border:1px solid var(--grey-200);
  cursor:pointer;transition:var(--ease);flex-shrink:0;
  color:var(--grey-700);margin-left:.5rem;
}
.dm-toggle:hover{background:rgba(11,42,74,.12);color:var(--navy-900)}
.dm-toggle svg{width:16px;height:16px;pointer-events:none}
.dm-toggle .icon-sun{display:none}
.dm-toggle .icon-moon{display:block}
[data-theme="dark"] .dm-toggle{background:rgba(95,191,124,.1);border-color:rgba(95,191,124,.2);color:#bce4c8}
[data-theme="dark"] .dm-toggle:hover{background:rgba(95,191,124,.18)}
[data-theme="dark"] .dm-toggle .icon-sun{display:block}
[data-theme="dark"] .dm-toggle .icon-moon{display:none}

/* ============================================================
   BASE RESET
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;scroll-padding-top:74px}
body{margin:0;font-family:var(--font-body);font-size:var(--fs-base);line-height:1.6;
  color:var(--grey-700);background:var(--cream);overflow-x:hidden;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
img,svg{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit;padding:0}
:focus-visible{outline:2px solid var(--green-600);outline-offset:3px;border-radius:5px}

h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.15;
  letter-spacing:-.02em;color:var(--navy-900);margin:0 0 var(--space-2)}
h1{font-size:var(--fs-hero)}
h2{font-size:var(--fs-2xl)}
h3{font-size:var(--fs-xl)}
h4{font-size:var(--fs-lg);font-weight:600}
p{margin:0 0 var(--space-2);color:var(--grey-700)}

.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}
section{padding:clamp(2.4rem,5vw,4rem) 0;position:relative}

.eyebrow{display:inline-block;font-family:var(--font-body);font-size:var(--fs-xs);
  font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--green-700);margin-bottom:.7rem}
.lead{font-size:var(--fs-md);color:var(--grey-500);line-height:1.6;max-width:62ch}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;
  clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:absolute;top:-44px;left:1rem;z-index:1000;background:var(--navy-900);
  color:#fff;padding:.55rem .95rem;border-radius:0 0 var(--radius-sm) var(--radius-sm);
  font-size:.85rem;font-weight:600;transition:top .15s var(--ease)}
.skip:focus{top:0}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:42px;padding:0 1.25rem;border-radius:var(--radius-pill);
  font-weight:600;font-size:var(--fs-sm);transition:var(--ease);white-space:nowrap;
  border:1.5px solid transparent;text-decoration:none}
.btn svg{width:14px;height:14px;flex-shrink:0}
.btn-primary{background:var(--green-600);color:#fff;box-shadow:0 6px 18px rgba(42,138,74,.28)}
.btn-primary:hover{background:var(--green-700);transform:translateY(-2px);box-shadow:0 10px 24px rgba(42,138,74,.32)}
.btn-ghost{background:transparent;color:var(--navy-900);border-color:rgba(11,42,74,.2)}
.btn-ghost:hover{background:var(--navy-900);color:#fff;border-color:var(--navy-900)}
.btn-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.35);backdrop-filter:blur(8px)}
.btn-light:hover{background:#fff;color:var(--navy-900);border-color:#fff}
.btn-dark{background:var(--navy-900);color:#fff}
.btn-dark:hover{background:var(--green-600)}
.btn .spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.4);
  border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

/* ============================================================
   NAVBAR
   ============================================================ */
.nav{position:sticky;top:0;z-index:100;background:rgba(250,250,246,.88);
  backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);
  border-bottom:1px solid var(--hair);transition:var(--ease)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  padding:.8rem clamp(1rem,4vw,2rem);max-width:var(--container);margin:0 auto}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.logo-img{height:44px;width:auto;border-radius:8px;display:block;flex-shrink:0;
  box-shadow:0 2px 8px -3px rgba(11,42,74,.2)}
.logo-text{font-family:var(--font-display);font-size:1.15rem;font-weight:700;
  color:var(--navy-900);letter-spacing:-.02em;line-height:1}
.logo-text em{font-style:italic;color:var(--green-600);font-weight:500}
.logo-sub{display:block;font-family:var(--font-body);font-size:.6rem;
  font-weight:600;color:var(--grey-500);letter-spacing:.12em;
  text-transform:uppercase;margin-top:3px}
.nav-links{display:flex;align-items:center;gap:.2rem;list-style:none;margin:0;padding:0}
.nav-links a{display:inline-block;padding:.45rem .85rem;font-size:.86rem;
  font-weight:500;color:var(--grey-700);border-radius:var(--radius-pill);
  transition:var(--ease)}
.nav-links a:hover{color:var(--navy-900);background:rgba(11,42,74,.05)}
.nav-links a.active{color:var(--navy-900);background:rgba(11,42,74,.08);font-weight:600}
.nav-links a.cta{background:var(--navy-900);color:#fff;padding:.55rem 1.1rem;margin-left:.4rem}
.nav-links a.cta:hover{background:var(--green-600)}
.nav-links a.cta.active{background:var(--green-600)}

/* Nav controls group (toggle + dark mode) */
.nav-controls{display:flex;align-items:center;gap:.4rem;flex-shrink:0}

.menu-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;
  border-radius:11px;background:var(--navy-900);color:#fff}
.menu-toggle span{position:relative;display:block;width:18px;height:2px;
  background:#fff;border-radius:2px;transition:var(--ease)}
.menu-toggle span::before,.menu-toggle span::after{content:'';position:absolute;left:0;
  width:18px;height:2px;background:#fff;border-radius:2px;transition:var(--ease)}
.menu-toggle span::before{top:-6px}.menu-toggle span::after{top:6px}
.menu-toggle.active span{background:transparent}
.menu-toggle.active span::before{top:0;transform:rotate(45deg)}
.menu-toggle.active span::after{top:0;transform:rotate(-45deg)}

/* ============================================================
   PAGE HEADER
   ============================================================ */
.page-head{padding:clamp(2rem,5vw,3.2rem) 0 clamp(1.6rem,3vw,2.4rem);
  background:radial-gradient(ellipse at 80% 20%,rgba(54,163,90,.1),transparent 55%),
    linear-gradient(180deg,var(--cream) 0%,var(--off-white) 100%);
  border-bottom:1px solid var(--hair)}
.page-head .crumb{font-family:var(--font-body);font-size:.74rem;color:var(--grey-500);
  font-weight:500;margin-bottom:.55rem;letter-spacing:.04em}
.page-head .crumb a:hover{color:var(--green-600)}
.page-head h1{margin-bottom:.55rem;font-size:clamp(1.7rem,3vw,2.6rem);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.page-head p{max-width:58ch}

/* ============================================================
   HOMEPAGE HERO SLIDER — centered content
   ============================================================ */
.hero-slider{position:relative;width:100%;background:var(--navy-900);overflow:hidden}
.slider-frame{position:relative;width:100%;aspect-ratio:21/9;
  min-height:480px;max-height:620px}
.slide{position:absolute;inset:0;opacity:0;visibility:hidden;
  transition:opacity .85s var(--ease),visibility 0s linear .85s;pointer-events:none}
.slide.active{opacity:1;visibility:visible;pointer-events:auto;z-index:2;transition:opacity .85s var(--ease)}
.slide-bg{position:absolute;inset:0;overflow:hidden;background:var(--navy-900)}
.slide-bg img,.slide-bg svg{width:100%;height:100%;object-fit:cover;display:block}

/* Centered overlay */
.slide-overlay{
  position:absolute;inset:0;
  display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(ellipse at 50% 50%,rgba(11,42,74,.55) 0%,rgba(11,42,74,.82) 100%),
    linear-gradient(180deg,rgba(11,42,74,.1) 0%,rgba(11,42,74,.5) 100%);
  text-align:center;
  padding:clamp(1.25rem,3vw,2.5rem);
}
.slide-overlay > .container{
  min-height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.slide-content{
  width:min(100%,1040px);
  max-width:1040px;
  margin-inline:auto;
  padding:clamp(1.25rem,2.8vw,2rem);
  color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-align:center;
}

/* Remove dot from hero tag — pill only */
.slide-tag{
  display:inline-flex;align-items:center;
  padding:.32rem .9rem;
  background:rgba(54,163,90,.2);
  border:1px solid rgba(95,191,124,.45);
  color:#bce4c8;
  border-radius:var(--radius-pill);
  font-family:var(--font-body);
  font-size:var(--fs-xs);font-weight:600;
  letter-spacing:.12em;text-transform:uppercase;
  margin-bottom:1rem;
  /* No ::before dot — overridden below */
}
/* Ensure no pseudo-element dot anywhere */
.slide-tag::before{content:none !important;display:none !important}

.slide-title{
  font-family:var(--font-display);font-weight:600;color:#fff;
  font-size:clamp(2rem,4vw,3.65rem);
  line-height:1.04;letter-spacing:-.025em;
  margin:0 0 .85rem;
  white-space:nowrap;
  max-width:100%;
  overflow:visible;
  text-align:center;
}
.slide-desc{
  font-family:var(--font-body);
  font-size:clamp(.95rem,1.35vw,1.12rem);
  color:rgba(255,255,255,.92);
  line-height:1.55;
  margin:0 0 1.45rem;
  max-width:58ch;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-align:center;
}
.slide-actions{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center}
.slide-cta.btn-primary{background:#fff;color:var(--navy-900);border-color:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,.18)}
.slide-cta.btn-primary:hover{background:var(--green-600);color:#fff;border-color:var(--green-600)}

/* Slider controls */
.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;
  width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.16);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;
  display:flex;align-items:center;justify-content:center;
  border:1px solid rgba(255,255,255,.32);cursor:pointer;
  transition:background .2s var(--ease),transform .2s var(--ease)}
.slider-arrow:hover{background:rgba(255,255,255,.28);transform:translateY(-50%) scale(1.05)}
.slider-arrow.prev{left:1.5rem}
.slider-arrow.next{right:1.5rem}
.slider-arrow svg{width:16px;height:16px}
.slider-dots{position:absolute;bottom:1.4rem;left:50%;transform:translateX(-50%);
  display:flex;gap:.45rem;z-index:5}
.slider-dots button{width:28px;height:3px;background:rgba(255,255,255,.32);
  border:0;cursor:pointer;border-radius:2px;padding:0;
  transition:background .25s var(--ease),width .25s var(--ease)}
.slider-dots button:hover{background:rgba(255,255,255,.55)}
.slider-dots button[aria-selected="true"]{background:#fff;width:44px}
.slider-count{position:absolute;bottom:1.4rem;right:1.4rem;z-index:5;
  color:rgba(255,255,255,.85);font-family:var(--font-body);font-size:.72rem;font-weight:600;
  letter-spacing:.1em;background:rgba(11,42,74,.4);-webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);padding:.35rem .75rem;border-radius:var(--radius-pill);
  border:1px solid rgba(255,255,255,.15)}

/* ============================================================
   ENGAGEMENT STRIP
   ============================================================ */
.engage{background:var(--navy-900);color:#c8d4dd;padding:1.2rem 0}
.engage-inner{display:flex;align-items:center;gap:2rem;flex-wrap:wrap;justify-content:center}
.engage-label{font-family:var(--font-body);font-size:.66rem;font-weight:700;
  letter-spacing:.16em;text-transform:uppercase;color:var(--green-400)}
.engage-items{display:flex;gap:1.4rem;flex-wrap:wrap;justify-content:center}
.engage-chip{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;color:#dde6ec;font-weight:500}
.engage-chip svg{width:13px;height:13px;color:var(--green-400);flex-shrink:0}

/* ============================================================
   COUNTERS
   ============================================================ */
.counters{background:var(--navy-900);color:#fff;padding:clamp(2.6rem,5vw,4rem) 0;
  position:relative;overflow:hidden}
.counters::before{content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 80% 30%,rgba(54,163,90,.18),transparent 60%);
  pointer-events:none}
.counters .container{position:relative;z-index:1}
.counters .eyebrow{color:var(--green-400)}
.counters h2{color:#fff;margin-bottom:.5rem}
.counters-lead{color:rgba(255,255,255,.78);max-width:54ch;margin-bottom:2.2rem}
.counters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem 1.6rem}
.counter{padding:1.3rem 1.4rem;background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);
  transition:background .25s var(--ease)}
.counter:hover{background:rgba(255,255,255,.07)}
.counter-num{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.9rem);
  font-weight:500;color:#fff;line-height:1;letter-spacing:-.02em;
  display:flex;align-items:baseline;gap:.18rem;font-variant-numeric:tabular-nums}
.counter-unit{color:var(--green-400);font-size:.5em;font-weight:600;font-family:var(--font-body)}
.counter-label{font-family:var(--font-body);font-size:.84rem;color:#fff;
  font-weight:600;margin-top:.65rem}
.counter-desc{font-family:var(--font-body);font-size:.74rem;color:rgba(255,255,255,.6);
  margin-top:.2rem;line-height:1.4}

/* ============================================================
   PROGRAMME CARDS
   ============================================================ */
.section-head{display:flex;justify-content:space-between;align-items:flex-end;
  gap:1.8rem;margin-bottom:1.8rem;flex-wrap:wrap}
.section-head h2{max-width:22ch;margin:0}
.section-head .lead{max-width:38ch}

.prog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}
.prog-card{display:flex;flex-direction:column;background:#fff;
  border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.prog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.prog-card-visual{aspect-ratio:16/9;position:relative;overflow:hidden;background:var(--navy-900)}
.prog-card-visual img,.prog-card-visual svg{width:100%;height:100%;object-fit:cover;
  transition:transform .5s var(--ease)}
.prog-card:hover .prog-card-visual img,.prog-card:hover .prog-card-visual svg{transform:scale(1.05)}
.prog-card-tag{position:absolute;top:.7rem;left:.7rem;z-index:2;padding:.26rem .65rem;
  background:rgba(255,255,255,.95);border-radius:6px;font-family:var(--font-body);
  font-size:.66rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;
  color:var(--green-700)}
.prog-card-body{padding:1.2rem 1.3rem 1.3rem;flex:1;display:flex;flex-direction:column}
.prog-card-body h3{font-size:var(--fs-lg);margin-bottom:.45rem}
.prog-card-body p{font-size:.86rem;line-height:1.55;margin-bottom:1rem;flex:1;color:var(--grey-500)}
.prog-card-link{margin-top:auto;display:inline-flex;align-items:center;gap:.4rem;
  font-size:.82rem;font-weight:600;color:var(--green-700);transition:gap .2s var(--ease)}
.prog-card-link:hover{gap:.65rem;color:var(--green-600)}
.prog-card-link svg{width:13px;height:13px}

/* ============================================================
   PROGRAMME DETAIL — consistent ombre header across all pages
   ============================================================ */
.prog-detail-head{
  padding:clamp(2.4rem,5vw,4rem) 0 clamp(1.8rem,3vw,2.6rem);
  background:linear-gradient(135deg,
    var(--navy-900) 0%,
    #0d3d6b 35%,
    #125a42 70%,
    var(--green-700) 100%);
  color:#fff;
  position:relative;overflow:hidden;
}
.prog-detail-head::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 85% 25%,rgba(95,191,124,.28),transparent 55%),
              radial-gradient(ellipse at 15% 80%,rgba(11,42,74,.4),transparent 50%);
  pointer-events:none;
}
.prog-detail-head .container{position:relative;z-index:1}
.prog-detail-head .crumb{font-size:.74rem;color:rgba(255,255,255,.72);
  font-weight:500;margin-bottom:.6rem;letter-spacing:.04em}
.prog-detail-head .crumb a{color:rgba(255,255,255,.8)}
.prog-detail-head .crumb a:hover{color:#fff}
.prog-detail-head .tag{display:inline-block;font-family:var(--font-body);font-size:var(--fs-xs);
  font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--green-400);margin-bottom:.7rem}
.prog-detail-head h1{color:#fff;margin-bottom:.7rem;
  font-size:clamp(1.7rem,3.2vw,2.6rem);
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
.prog-detail-head .lead{color:rgba(255,255,255,.88);font-size:var(--fs-md);max-width:64ch}

/* GACF logo inset */
.prog-detail-head .prog-logo-row{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:1rem}
.prog-detail-head .prog-logo-img{height:68px;width:auto;background:#fff;border-radius:8px;padding:6px}

/* Remove extra images from programme detail page content area */
.prog-detail-body .prog-hero-img{display:none !important}

.prog-detail-body{background:var(--cream)}
.prose{max-width:760px;margin:0 auto}
.prose p{font-size:var(--fs-base);line-height:1.7;margin-bottom:1rem;color:var(--grey-700)}
.prose h2{font-size:var(--fs-xl);color:var(--navy-900);margin-top:2rem;margin-bottom:.8rem}
.prose h3{font-size:var(--fs-lg);color:var(--navy-900);margin-top:1.4rem;margin-bottom:.55rem}
.highlights{margin:1.6rem 0;background:#fff;border:1px solid var(--grey-200);
  border-left:3px solid var(--green-600);border-radius:var(--radius-sm);padding:1.2rem 1.4rem}
.highlights h4{font-family:var(--font-body);font-size:.78rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:var(--green-700);margin:0 0 .8rem}
.highlights ul{list-style:none;padding:0;margin:0}
.highlights li{position:relative;padding:.32rem 0 .32rem 1.4rem;font-size:.92rem;
  line-height:1.5;color:var(--grey-700)}
.highlights li::before{content:'';position:absolute;left:0;top:.85rem;width:8px;height:8px;
  border-radius:50%;background:var(--green-500)}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem;margin:1.8rem 0}
.step{padding:1.2rem 1.1rem;background:#fff;border:1px solid var(--grey-200);
  border-radius:var(--radius-sm);transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.step:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.step-n{font-family:var(--font-display);font-size:1.6rem;font-weight:500;color:var(--green-500);
  line-height:1;margin-bottom:.4rem;letter-spacing:-.02em}
.step h4{font-size:.95rem;margin-bottom:.4rem;color:var(--navy-900)}
.step ul{list-style:none;padding:0;margin:0}
.step li{font-size:.78rem;color:var(--grey-500);padding:.18rem 0 .18rem .85rem;
  position:relative;line-height:1.4}
.step li::before{content:'';position:absolute;left:0;top:.55rem;width:4px;height:4px;
  border-radius:50%;background:var(--green-500)}
.sector-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin:1.2rem 0}
.sector-chips .chip{padding:.28rem .65rem;background:var(--green-100);color:var(--green-700);
  border-radius:var(--radius-pill);font-size:.74rem;font-weight:600}
.prog-detail-foot{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--grey-200);
  display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}
.prog-detail-back{font-size:.85rem;color:var(--grey-500);font-weight:500;
  display:inline-flex;align-items:center;gap:.3rem;transition:color .2s}
.prog-detail-back:hover{color:var(--green-700)}
.prog-detail-back svg{width:12px;height:12px}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-hero{padding:clamp(2.4rem,5vw,3.6rem) 0 clamp(1.6rem,3vw,2.4rem);
  background:radial-gradient(ellipse at 78% 22%,rgba(54,163,90,.1),transparent 55%),
    linear-gradient(180deg,var(--cream) 0%,var(--off-white) 100%);
  border-bottom:1px solid var(--hair)}
.about-hero .crumb{font-size:.74rem;color:var(--grey-500);font-weight:500;
  margin-bottom:.6rem;letter-spacing:.04em}
.about-hero h1{font-size:clamp(1.95rem,3vw,2.6rem);margin-bottom:1.2rem;color:var(--navy-900)}
.about-hero .h-large{font-family:var(--font-display);font-weight:600;line-height:1.1;
  letter-spacing:-.018em;color:var(--navy-900);
  font-size:clamp(1.5rem,2.4vw,2rem);margin:0 0 .25rem;display:block}
.about-hero .h-medium{font-family:var(--font-display);font-weight:500;line-height:1.15;
  letter-spacing:-.012em;color:var(--green-700);font-style:italic;
  font-size:clamp(1.2rem,1.85vw,1.55rem);margin:0 0 1.2rem;display:block}
.about-body p{font-size:var(--fs-base);line-height:1.7;margin-bottom:1rem;color:var(--grey-700);max-width:60ch}
.about-model{margin:2rem 0;padding:1.4rem 1.6rem;background:#fff;
  border:1px solid var(--grey-200);border-radius:var(--radius-md);
  display:flex;align-items:center;gap:.9rem;flex-wrap:wrap}
.about-model-label{font-family:var(--font-body);font-size:.74rem;font-weight:700;
  letter-spacing:.12em;text-transform:uppercase;color:var(--green-700)}
.about-model-flow{font-family:var(--font-display);font-size:1rem;color:var(--navy-900);
  font-weight:500;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.about-model-flow .arrow{color:var(--green-500);font-weight:600}

.vm-block{background:var(--navy-900);color:#fff;position:relative;overflow:hidden}
.vm-block::before{content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 85% 25%,rgba(54,163,90,.18),transparent 55%);
  pointer-events:none}
.vm-block .container{position:relative;z-index:1}
.vm-block .eyebrow{color:var(--green-400)}
.vm-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,3.5rem);align-items:flex-start}
.vm-block h2{color:#fff;font-size:var(--fs-xl)}
.vm-block .lead{color:rgba(255,255,255,.85);font-size:var(--fs-md);max-width:46ch}
.mission-list{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}
.mission-item{display:flex;align-items:flex-start;gap:.6rem;padding:.78rem .9rem;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius-sm);font-size:.82rem;line-height:1.45;color:#dde6ec}
.mission-item:hover{background:rgba(255,255,255,.08)}
.mission-item svg{width:13px;height:13px;color:var(--green-400);flex-shrink:0;margin-top:3px}

/* About feature image */
.about-feature{padding-top:0}
.about-feature-figure{margin:0}
.about-feature-media{aspect-ratio:21/9;overflow:hidden;border-radius:var(--radius-lg);
  border:1px solid var(--grey-200);box-shadow:var(--shadow-md);background:var(--navy-900)}
.about-feature-media img,.about-feature-media svg{width:100%;height:100%;object-fit:cover}

/* ============================================================
   LEADERSHIP PAGE — new photo cards
   ============================================================ */
.leaders-page-head{
  padding:clamp(2rem,5vw,3.2rem) 0 clamp(1.6rem,3vw,2.4rem);
  background:radial-gradient(ellipse at 80% 20%,rgba(54,163,90,.1),transparent 55%),
    linear-gradient(180deg,var(--cream) 0%,var(--off-white) 100%);
  border-bottom:1px solid var(--hair);
}
.leaders-page-head .crumb{font-size:.74rem;color:var(--grey-500);font-weight:500;margin-bottom:.55rem}
.leaders-page-head h1{
  font-size:clamp(1.7rem,3vw,2.6rem);
  margin-bottom:.55rem;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.leaders-page-head .lead{max-width:58ch}

.leaders-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2rem;
  padding:2rem 0 3rem;
}
.leader-page-card{
  background:#fff;
  border:1px solid var(--grey-200);
  border-radius:var(--radius-lg);
  overflow:hidden;
  box-shadow:0 4px 20px -4px rgba(11,42,74,.1);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);
  display:flex;flex-direction:column;
}
.leader-page-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}
.leader-page-photo{
  aspect-ratio:4/5;
  overflow:hidden;
  background:linear-gradient(135deg,var(--navy-800),var(--green-700));
}
.leader-page-photo img{
  width:100%;height:100%;
  object-fit:cover;object-position:top center;
  display:block;
}
.leader-page-body{padding:1.4rem 1.5rem 1.6rem;flex:1;display:flex;flex-direction:column}
.leader-page-role{
  font-family:var(--font-body);font-size:.72rem;font-weight:700;
  letter-spacing:.09em;text-transform:uppercase;color:var(--green-700);
  margin-bottom:.3rem;
}
.leader-page-name{
  font-family:var(--font-display);font-size:clamp(1.1rem,1.5vw,1.35rem);
  font-weight:600;color:var(--navy-900);
  margin-bottom:.8rem;letter-spacing:-.01em;line-height:1.2;
}
.leader-page-bio{
  font-size:.86rem;line-height:1.7;color:var(--grey-700);
  margin-bottom:1.1rem;flex:1;
}
.leader-page-tags{display:flex;flex-wrap:wrap;gap:.35rem;padding-top:.9rem;border-top:1px solid var(--grey-200)}
.lp-tag{
  background:var(--green-50);color:var(--green-700);
  border:1px solid var(--green-100);
  border-radius:var(--radius-pill);
  padding:.22rem .6rem;font-size:.7rem;font-weight:600;
}

/* Dark mode leadership */
[data-theme="dark"] .leaders-page-head{
  background:radial-gradient(ellipse at 80% 20%,rgba(54,163,90,.1),transparent 55%),
    linear-gradient(180deg,var(--dm-bg) 0%,var(--dm-surface) 100%);
}
[data-theme="dark"] .leader-page-card{background:var(--dm-surface);border-color:var(--dm-border)}
[data-theme="dark"] .leader-page-name{color:#e0ecf5}
[data-theme="dark"] .leader-page-tags{border-color:var(--dm-border)}

/* ============================================================
   HOMEPAGE LEADERSHIP PREVIEW — circular cards (UNCHANGED)
   ============================================================ */
.leaders-slider-wrap{position:relative;margin-top:1.6rem}
.leaders-track{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;transition:transform .6s var(--ease)}
.leader-card{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius-md);
  overflow:hidden;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.leader-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.leader-photo{aspect-ratio:5/4;position:relative;overflow:hidden;
  background:linear-gradient(135deg,var(--navy-800),var(--green-700))}
.leader-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}
.leader-photo svg{width:100%;height:100%}
.leader-body{padding:1.2rem 1.3rem 1.4rem}
.leader-name{font-family:var(--font-display);font-size:var(--fs-lg);font-weight:600;
  color:var(--navy-900);margin-bottom:.18rem;letter-spacing:-.012em}
.leader-role{font-family:var(--font-body);font-size:.78rem;font-weight:700;
  color:var(--green-700);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.8rem}
.leader-bio{font-size:.84rem;color:var(--grey-700);line-height:1.6;margin-bottom:.9rem}
.leader-creds{display:flex;flex-wrap:wrap;gap:.35rem;padding-top:.8rem;border-top:1px solid var(--grey-200)}
.lc-pill{font-size:.68rem;padding:.22rem .55rem;background:var(--green-50);
  border:1px solid var(--green-100);border-radius:6px;color:var(--green-700);font-weight:600}
.leader-linkedin{display:inline-flex;align-items:center;gap:.3rem;font-size:.74rem;
  font-weight:600;color:var(--green-700);margin-top:.6rem}
.leader-linkedin svg{width:12px;height:12px}
.leader-linkedin:hover{color:var(--green-600)}

/* ============================================================
   HOMEPAGE LEADERSHIP PREVIEW — compact role cards (CIRCULAR)
   ============================================================ */
.leaders-preview{background:linear-gradient(180deg,var(--off-white) 0%,var(--cream) 100%);
  border-top:1px solid var(--hair);border-bottom:1px solid var(--hair)}
.roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.role-card{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius-md);
  padding:1.6rem 1.4rem;text-align:center;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.role-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
/* Circular avatars — PRESERVED from original */
.role-avatar{width:88px;height:88px;margin:0 auto .95rem;border-radius:var(--radius-pill);
  overflow:hidden;background:linear-gradient(135deg,var(--navy-800),var(--green-700));
  box-shadow:0 6px 18px rgba(11,42,74,.16);border:3px solid #fff}
.role-avatar img,.role-avatar svg{width:100%;height:100%;object-fit:cover}
.role-name{font-family:var(--font-display);font-size:var(--fs-lg);font-weight:600;
  color:var(--navy-900);margin-bottom:.15rem;letter-spacing:-.012em}
.role-title{font-family:var(--font-body);font-size:.74rem;font-weight:700;
  color:var(--green-700);letter-spacing:.06em;text-transform:uppercase;margin-bottom:.7rem}
.role-summary{font-size:.84rem;color:var(--grey-500);line-height:1.55;margin:0}

/* ============================================================
   FOCUS BAND
   ============================================================ */
.focus-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.focus-tile{margin:0;background:#fff;border:1px solid var(--grey-200);
  border-radius:var(--radius-md);overflow:hidden;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.focus-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.focus-media{aspect-ratio:4/3;position:relative;overflow:hidden;background:var(--navy-900)}
.focus-media img,.focus-media svg{width:100%;height:100%;object-fit:cover;
  transition:transform .5s var(--ease)}
.focus-tile:hover .focus-media img,.focus-tile:hover .focus-media svg{transform:scale(1.05)}
.focus-tile figcaption{display:block;padding:1rem 1.15rem 1.2rem;
  font-size:.84rem;line-height:1.5;color:var(--grey-500)}
.focus-tag{display:block;font-family:var(--font-body);font-size:.68rem;font-weight:700;
  letter-spacing:.07em;text-transform:uppercase;color:var(--green-700);margin-bottom:.35rem}

/* ============================================================
   WHY ECOPRENEURE — 2×2 symmetrical grid
   ============================================================ */
.why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.4rem;
  margin-top:1.5rem;
}
.why-card{
  padding:1.6rem 1.5rem;
  border-left:3px solid var(--green-700);
  background:#fff;
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  border:1px solid var(--grey-200);
  border-left:3px solid var(--green-700);
  transition:transform .22s var(--ease),box-shadow .22s var(--ease);
}
.why-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}
.why-card h4{margin-bottom:.5rem;color:var(--navy-900);font-size:var(--fs-md)}
.why-card p{color:var(--grey-700);font-size:.9rem;line-height:1.7;margin:0}
[data-theme="dark"] .why-card{background:var(--dm-surface);border-color:var(--dm-border);border-left-color:var(--green-500)}

/* ============================================================
   PROJECTS PAGE
   ============================================================ */
.proj-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem}
.proj-card{display:flex;flex-direction:column;background:#fff;
  border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease);cursor:pointer}
.proj-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.proj-visual{aspect-ratio:16/10;position:relative;overflow:hidden;background:var(--navy-900)}
.proj-visual img,.proj-visual svg{width:100%;height:100%;object-fit:cover;
  transition:transform .5s var(--ease)}
.proj-card:hover .proj-visual img,.proj-card:hover .proj-visual svg{transform:scale(1.05)}
.proj-cat{position:absolute;top:.65rem;left:.65rem;z-index:2;padding:.22rem .55rem;
  background:rgba(255,255,255,.95);border-radius:5px;font-family:var(--font-body);
  font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green-700)}
.proj-body{padding:1rem 1.1rem 1.1rem;flex:1;display:flex;flex-direction:column}
.proj-body h4{font-size:.94rem;line-height:1.3;margin-bottom:.35rem}
.proj-body p{font-size:.78rem;line-height:1.55;margin-bottom:.7rem;color:var(--grey-500);flex:1}
.proj-link-more{font-size:.72rem;font-weight:600;color:var(--green-700);
  display:inline-flex;align-items:center;gap:.3rem;margin-top:auto;transition:gap .2s}
.proj-link-more:hover{gap:.5rem;color:var(--green-600)}
.proj-link-more svg{width:11px;height:11px}

/* ============================================================
   INSIGHTS PAGE
   ============================================================ */
.insights-note{margin-bottom:1.4rem;padding:.78rem 1rem;background:var(--green-50);
  border:1px solid var(--green-100);border-radius:var(--radius-sm);font-size:.82rem;
  color:var(--green-700);line-height:1.5;display:flex;gap:.5rem;align-items:flex-start}
.insights-note svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}
.insights-grid{display:grid;grid-template-columns:1fr 1fr;gap:.95rem}
.report{display:flex;gap:.95rem;padding:1.1rem;background:#fff;
  border:1px solid var(--grey-200);border-radius:var(--radius-md);
  transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}
.report:hover{border-color:var(--green-500);box-shadow:var(--shadow-sm)}
.report-icon{flex-shrink:0;width:42px;height:42px;border-radius:10px;
  background:var(--green-100);color:var(--green-700);display:grid;place-items:center}
.report-icon svg{width:18px;height:18px}
.report-meta{font-family:var(--font-body);font-size:.66rem;color:var(--grey-500);
  font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  margin-bottom:.3rem;display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}
.report-meta .stage{padding:.1rem .42rem;background:rgba(54,163,90,.12);color:var(--green-700);border-radius:4px}
.report h4{font-size:.92rem;line-height:1.32;margin-bottom:.3rem}
.report p{font-size:.78rem;line-height:1.5;margin-bottom:.4rem;color:var(--grey-500)}
.report-cta{font-size:.74rem;font-weight:600;color:var(--grey-500);font-style:italic}
.newsletter-card{margin-top:1.4rem;padding:clamp(1.4rem,3vw,2rem);background:var(--navy-900);
  color:#fff;border-radius:var(--radius-md);display:grid;grid-template-columns:1.4fr 1fr;
  gap:1.4rem;align-items:center;position:relative;overflow:hidden}
.newsletter-card::before{content:'';position:absolute;top:-40%;right:-10%;width:300px;height:300px;
  background:radial-gradient(circle,rgba(95,191,124,.22),transparent 70%)}
.newsletter-card>*{position:relative;z-index:1}
.newsletter-card h3{color:#fff;margin-bottom:.35rem;font-size:var(--fs-lg)}
.newsletter-card p{color:rgba(255,255,255,.78);font-size:.85rem;margin-bottom:0}
.newsletter-card .nl-actions{display:flex;justify-content:flex-end}

/* ============================================================
   CTA BAND
   ============================================================ */
.cta-band{background:var(--navy-900);color:#fff;position:relative;overflow:hidden;
  padding:clamp(2.4rem,5vw,3.6rem) 0}
.cta-band::before{content:'';position:absolute;top:-40%;right:-8%;width:340px;height:340px;
  background:radial-gradient(circle,rgba(95,191,124,.22),transparent 70%)}
.cta-inner{position:relative;z-index:1;display:flex;justify-content:space-between;
  align-items:center;gap:2rem;flex-wrap:wrap}
.cta-inner h2{color:#fff;max-width:22ch;font-size:var(--fs-xl);margin:0}
.cta-inner p{color:rgba(255,255,255,.78);margin:.45rem 0 0;max-width:46ch;font-size:.92rem}

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(1.8rem,5vw,3.2rem);align-items:flex-start}
.reach-summary{padding:1rem 1.15rem;background:#fff;border:1px solid var(--grey-200);
  border-left:3px solid var(--green-600);border-radius:var(--radius-sm);margin-bottom:1rem}
.reach-summary h4{font-family:var(--font-body);font-size:.86rem;margin-bottom:.3rem;
  font-weight:700;color:var(--navy-900)}
.reach-summary p{font-size:.8rem;line-height:1.5;margin:0;color:var(--grey-500)}
.info-block{padding:.9rem 0;border-bottom:1px solid var(--grey-200);display:flex;gap:.85rem;align-items:flex-start}
.info-block:last-of-type{border-bottom:0}
.info-icn{flex-shrink:0;width:36px;height:36px;border-radius:9px;background:var(--green-100);
  color:var(--green-700);display:grid;place-items:center}
.info-icn svg{width:14px;height:14px}
.info-label{font-family:var(--font-body);font-size:.64rem;letter-spacing:.12em;
  text-transform:uppercase;color:var(--grey-500);font-weight:700;margin-bottom:.1rem}
.info-val{font-size:.88rem;color:var(--navy-900);font-weight:500;word-break:break-word}
.info-val a:hover{color:var(--green-600)}
.form{background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius-md);
  padding:clamp(1.3rem,3vw,1.9rem);box-shadow:var(--shadow-sm)}
.form-head{margin-bottom:1.15rem;padding-bottom:.95rem;border-bottom:1px solid var(--grey-200)}
.form-head h3{margin-bottom:.3rem;font-size:var(--fs-lg)}
.form-head p{font-size:.8rem;color:var(--grey-500)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}
.field{display:flex;flex-direction:column;margin-bottom:.85rem}
.field label{font-family:var(--font-body);font-size:.74rem;font-weight:600;color:var(--navy-900);margin-bottom:.32rem}
.field label .req{color:var(--green-600);margin-left:2px}
.field .err{font-size:.7rem;color:#9a2a2a;margin-top:.25rem;line-height:1.4;display:none;font-weight:600}
.field input,.field select,.field textarea{width:100%;padding:.65rem .85rem;
  font-family:var(--font-body);font-size:.86rem;color:var(--navy-900);background:var(--off-white);
  border:1px solid var(--grey-200);border-radius:var(--radius-sm);
  transition:border-color .15s,background .15s,box-shadow .15s;min-height:42px}
.field textarea{min-height:110px;resize:vertical;line-height:1.5}
.field select{cursor:pointer;appearance:none;-webkit-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%235f6b63' stroke-width='2'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 1rem center;
  background-size:13px;padding-right:2.4rem}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;
  border-color:var(--green-500);background:#fff;box-shadow:var(--ring)}
.field.has-error input,.field.has-error select,.field.has-error textarea{border-color:#d96b6b;background:#fff}
.field.has-error .err{display:block}
.consent{display:flex;align-items:flex-start;gap:.55rem;margin-bottom:.95rem;cursor:pointer;
  padding:.75rem .9rem;background:var(--off-white);border:1px solid var(--grey-200);border-radius:var(--radius-sm)}
.consent.has-error{border-color:#d96b6b}
.consent input[type="checkbox"]{flex-shrink:0;width:17px;height:17px;margin-top:1px;
  accent-color:var(--green-600);cursor:pointer}
.consent span{font-size:.75rem;color:var(--grey-500);line-height:1.5}
.consent a{color:var(--green-700);text-decoration:underline;text-underline-offset:2px}
.form-status{display:none;padding:.85rem 1.05rem;border-radius:var(--radius-sm);font-size:.82rem;
  font-weight:500;margin-bottom:.95rem;line-height:1.5;align-items:flex-start;gap:.55rem}
.form-status svg{width:16px;height:16px;flex-shrink:0;margin-top:2px}
.form-status.success{background:var(--green-50);border:1px solid var(--green-100);color:var(--green-700);display:flex}
.form-status.demo{background:rgba(54,163,90,.06);border:1px solid var(--green-100);color:var(--green-700);display:flex}
.form-status.error{background:#fbeaea;border:1px solid #d96b6b;color:#9a2a2a;display:flex}

/* ============================================================
   TRANSPARENCY / DISCLOSURE
   ============================================================ */
.disclosure{background:#fff;border-top:1px solid var(--hair)}
.disclosure-head{margin-bottom:1.3rem;text-align:center}
.disclosure-head h2{font-size:var(--fs-xl)}
.disclosure-head p{font-size:.82rem;color:var(--grey-500);margin-top:.3rem}
.disclosure-list{max-width:820px;margin:0 auto;border:1px solid var(--grey-200);
  border-radius:var(--radius-md);overflow:hidden;background:#fff}
.disc-item{border-bottom:1px solid var(--grey-200)}
.disc-item:last-child{border-bottom:0}
.disc-summary{display:flex;align-items:center;justify-content:space-between;padding:.95rem 1.15rem;
  cursor:pointer;background:#fff;list-style:none;font-weight:600;color:var(--navy-900);transition:background .15s}
.disc-summary::-webkit-details-marker{display:none}
.disc-summary:hover{background:var(--off-white)}
.disc-summary .lbl{display:flex;align-items:center;gap:.6rem;font-size:.86rem}
.disc-summary .lbl svg{width:15px;height:15px;color:var(--green-600)}
.disc-summary .chev{width:16px;height:16px;color:var(--grey-500);transition:transform .25s var(--ease)}
details[open] .disc-summary .chev{transform:rotate(180deg)}
.disc-body{padding:0 1.15rem 1.15rem;font-size:.8rem;color:var(--grey-500);line-height:1.65}
.disc-body p{margin:0 0 .65rem;color:var(--grey-500)}.disc-body p:last-child{margin-bottom:0}
.disc-body strong{color:var(--navy-900)}

/* ============================================================
   FOOTER — refined blue-green ombre
   ============================================================ */
.footer{
  background:linear-gradient(145deg,#071d34 0%,#0d3052 40%,#0e4030 75%,#0a2a1e 100%);
  color:#9db8c0;
  padding:2.8rem 0 1.2rem;
  font-size:.84rem;
}
.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.2rem;
  padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.09)}
.footer-brand .logo-text{color:#fff}
.footer-brand p{color:#7fa099;margin-top:.85rem;font-size:.82rem;line-height:1.6;max-width:36ch}
.footer h5{font-family:var(--font-body);font-size:.7rem;font-weight:700;letter-spacing:.12em;
  text-transform:uppercase;color:rgba(255,255,255,.9);margin:0 0 .85rem}
.footer ul{list-style:none;padding:0;margin:0}
.footer li{margin-bottom:.45rem}
.footer li a{color:#7fa099;font-size:.82rem;transition:color .15s}
.footer li a:hover{color:#bce4c8}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;
  padding-top:1.2rem;gap:1rem;flex-wrap:wrap}
.footer-legal{display:flex;gap:1.3rem;flex-wrap:wrap}
.footer-legal a{font-size:.74rem;color:#5a7e76}
.footer-legal a:hover{color:#bce4c8}
.footer-copy{font-size:.74rem;color:#5a7e76;margin:0}

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
@media (prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(14px);transition:opacity .65s var(--ease),transform .65s var(--ease)}
  .reveal.in{opacity:1;transform:none}
}

/* ============================================================
   PROJECT DETAIL PAGES
   ============================================================ */
.proj-detail-hero{position:relative;min-height:400px;display:flex;align-items:flex-end;overflow:hidden}
.proj-detail-hero-img{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center}
.proj-detail-hero-overlay{position:relative;z-index:2;width:100%;
  background:linear-gradient(0deg,rgba(11,42,74,.9) 0%,rgba(11,42,74,.6) 60%,rgba(11,42,74,.25) 100%);
  padding:3rem 0 2.5rem}
.proj-detail-hero .crumb{margin-bottom:.75rem}
.proj-detail-hero .crumb a{color:rgba(255,255,255,.75)}
.proj-detail-hero .crumb a:hover{color:#fff}
.proj-detail-hero .crumb{color:rgba(255,255,255,.65);font-size:.8rem}
.proj-detail-hero h1{color:#fff;font-size:clamp(1.8rem,4vw,3rem);margin-bottom:.75rem;max-width:780px}
.proj-detail-hero .lead{color:rgba(255,255,255,.88);max-width:680px;font-size:clamp(.9rem,2vw,1.1rem)}
.proj-detail-hero .tag{margin-bottom:.85rem;display:inline-flex}
.proj-detail-body{padding:3.5rem 0}
.proj-detail-layout{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}
.proj-section{margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:1px solid var(--grey-200)}
.proj-section:last-child{border-bottom:none;margin-bottom:1rem}
.proj-section h2{font-size:1.3rem;margin-bottom:.85rem;color:var(--navy-900);font-family:var(--font-display);font-weight:600}
.proj-section p{line-height:1.75;color:var(--grey-700);font-size:.97rem}
.proj-list{padding-left:1.25rem;margin:0;list-style:none}
.proj-list li{position:relative;padding-left:1.3rem;margin-bottom:.55rem;color:var(--grey-700);line-height:1.7;font-size:.95rem}
.proj-list li::before{content:'';position:absolute;left:0;top:.6em;width:7px;height:7px;border-radius:50%;background:var(--green-700);flex-shrink:0}
.proj-detail-sidebar{position:sticky;top:96px}
.proj-sidebar-card{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-md);padding:1.35rem;margin-bottom:1.25rem}
.proj-sidebar-card h4{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--grey-500);margin-bottom:.75rem;font-family:var(--font-body)}
.proj-sidebar-card p{font-size:.88rem;color:var(--grey-600);line-height:1.65}
.proj-sidebar-links{list-style:none;padding:0;margin:0}
.proj-sidebar-links li{margin-bottom:.45rem}
.proj-sidebar-links a{font-size:.9rem;color:var(--green-700);font-weight:500;text-decoration:none}
.proj-sidebar-links a:hover{text-decoration:underline}
.proj-detail-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--grey-200)}
.impact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin:1.5rem 0}
.impact-card{background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius-md);padding:1.25rem;text-align:center}
.impact-card .ic-number{font-family:var(--font-display);font-size:1.8rem;font-weight:700;color:var(--green-700);line-height:1.1;margin-bottom:.3rem}
.impact-card .ic-label{font-size:.82rem;color:var(--grey-500);line-height:1.4}
.prog-section{margin-bottom:2.2rem;padding-bottom:2.2rem;border-bottom:1px solid var(--grey-200)}
.prog-section:last-child{border-bottom:none}
.prog-section h2{font-size:1.3rem;margin-bottom:.85rem;color:var(--navy-900);font-family:var(--font-display);font-weight:600}
.prog-section p{line-height:1.75;color:var(--grey-700);font-size:.97rem;margin-bottom:.75rem}
.proj-card-link{display:block;text-decoration:none;color:inherit;height:100%}
.proj-card-link:hover .proj-card-title{color:var(--green-700)}
.project-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.25rem}
.gallery-card{margin:0;background:#fff;border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}
.gallery-card img{width:100%;height:190px;object-fit:cover;display:block;background:var(--grey-100)}
.gallery-card figcaption{padding:.75rem .85rem;font-size:.78rem;line-height:1.45;color:var(--grey-500)}

/* ============================================================
   RESPONSIVE — mobile-first
   ============================================================ */
@media (max-width:1100px){
  .why-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:1024px){
  .nav-links{display:none}
  .menu-toggle{display:inline-flex}
  .nav-links.open{display:flex;position:fixed;top:64px;left:0;right:0;
    flex-direction:column;align-items:stretch;gap:0;background:var(--cream);
    padding:.6rem clamp(1rem,4vw,2rem) 1.1rem;border-bottom:1px solid var(--grey-200);
    box-shadow:0 16px 30px -12px rgba(11,42,74,.16);
    max-height:calc(100vh - 64px);overflow-y:auto;z-index:99}
  .nav-links.open a{padding:.8rem .8rem;font-size:.92rem;border-bottom:1px solid var(--hair);border-radius:0}
  .nav-links.open li:last-child a{border-bottom:0}
  .nav-links.open a.cta{margin:.5rem 0 0;text-align:center;border-radius:var(--radius-pill)}
  [data-theme="dark"] .nav-links.open{background:var(--dm-bg);border-color:var(--dm-border)}
  .vm-grid,.contact-grid{grid-template-columns:1fr;gap:2rem}
  .prog-grid,.proj-grid,.leaders-track,.counters-grid,.steps{grid-template-columns:repeat(2,1fr)}
  .leaders-page-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
  .roles-grid{grid-template-columns:repeat(3,1fr)}
  .focus-grid{grid-template-columns:repeat(2,1fr)}
  .insights-grid{grid-template-columns:1fr 1fr}
  .newsletter-card{grid-template-columns:1fr;gap:1rem}
  .newsletter-card .nl-actions{justify-content:flex-start}
  .footer-top{grid-template-columns:1fr 1fr}
  .slide-title{font-size:clamp(1.85rem,4.3vw,2.85rem);white-space:nowrap}
}
@media (max-width:768px){
  section{padding:clamp(2.2rem,6vw,3.4rem) 0}
  .slider-frame{aspect-ratio:3/4;min-height:500px;max-height:620px}
  .slide-overlay{align-items:center;justify-content:center;background:rgba(11,42,74,.78);padding:1rem}
  .slide-overlay > .container{min-height:100%;display:flex;align-items:center;justify-content:center}
  .slide-content{width:100%;max-width:92%;margin-inline:auto;padding:0 1rem;text-align:center}
  .slide-title{font-size:clamp(1.65rem,6vw,2.35rem);white-space:normal;line-height:1.08}
  .slide-desc{font-size:.92rem;line-height:1.5;-webkit-line-clamp:2;max-width:34ch}
  .slide-actions{justify-content:center;align-items:center}
  .slider-arrow{width:38px;height:38px;top:auto;bottom:1.1rem;transform:none}
  .slider-arrow.prev{left:.7rem}
  .slider-arrow.next{right:.7rem}
  .slider-dots{bottom:4.5rem}
  .slider-count{bottom:4.5rem;right:.7rem;font-size:.68rem;padding:.28rem .65rem}
  .engage-inner{gap:.8rem}
  .counters-grid{grid-template-columns:1fr 1fr;gap:.85rem}
  .prog-grid,.proj-grid,.leaders-track,.insights-grid,.steps,.mission-list{grid-template-columns:1fr}
  .leaders-page-grid{grid-template-columns:1fr;gap:1.5rem}
  .roles-grid{grid-template-columns:1fr;gap:1rem}
  .focus-grid{grid-template-columns:1fr 1fr;gap:.85rem}
  .why-grid{grid-template-columns:1fr}
  .about-feature-media{aspect-ratio:16/10}
  .section-head{flex-direction:column;align-items:flex-start;gap:.7rem}
  .cta-inner{flex-direction:column;align-items:flex-start}
  .footer-top{grid-template-columns:1fr;gap:1.6rem;padding-bottom:1.6rem}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .page-head h1{white-space:normal}
  .leaders-page-head h1{white-space:normal}
  .prog-detail-head h1{white-space:normal;font-size:clamp(1.4rem,5vw,2rem)}
}
@media (max-width:600px){
  .proj-detail-layout{grid-template-columns:1fr}
  .proj-detail-sidebar{position:static;display:grid;grid-template-columns:1fr;gap:1rem}
  .proj-detail-hero{min-height:320px}
  .proj-detail-hero-overlay{padding:2rem 0 2rem}
  .proj-detail-hero h1{font-size:1.6rem}
  .proj-detail-foot{flex-direction:column;align-items:flex-start}
  .proj-detail-foot .btn{width:100%;text-align:center}
  .project-gallery{grid-template-columns:1fr;gap:.9rem}
  .gallery-card img{height:220px}
}
@media (max-width:430px){
  .slider-frame{min-height:500px}
  .slide-content{max-width:94%;padding:0 .5rem}
  .slide-tag{font-size:.62rem;letter-spacing:.08em;padding:.28rem .65rem;margin-bottom:.75rem}
  .slide-title{font-size:clamp(1.45rem,8vw,2rem);line-height:1.08;margin-bottom:.7rem}
  .slide-desc{font-size:.86rem;max-width:31ch;margin-bottom:1rem}
  .slide-actions{flex-direction:column;width:min(100%,280px);gap:.55rem}
  .slide-actions .btn{width:100%;justify-content:center}
  .form-row{grid-template-columns:1fr;gap:0}
  .logo-img{height:38px}
  .logo-text{font-size:1rem}
  .logo-sub{display:none}
  .why-grid{grid-template-columns:1fr}
  .leaders-page-grid{grid-template-columns:1fr}
}
@media (max-width:360px){
  .container{padding-left:.85rem;padding-right:.85rem}
  .counters-grid{grid-template-columns:1fr}
}


/* ============================================================
   CLIENT QA PATCH — dark mode contrast, about image, leadership heading
   ============================================================ */
/* About page dark mode: earlier page-level colours overrode the global dark palette. */
[data-theme="dark"] .about-hero h1,
[data-theme="dark"] .about-hero .h-large,
[data-theme="dark"] .about-model-flow,
[data-theme="dark"] .about-model-flow span:not(.arrow){
  color:#eef7fb;
}
[data-theme="dark"] .about-hero .h-medium,
[data-theme="dark"] .about-model-label,
[data-theme="dark"] .about-model-flow .arrow{
  color:var(--green-400);
}
[data-theme="dark"] .about-body p,
[data-theme="dark"] .about-hero .crumb,
[data-theme="dark"] .about-hero .crumb a{
  color:#d7e4ed;
}
[data-theme="dark"] .about-feature{
  background:var(--dm-bg);
}
[data-theme="dark"] .about-feature-media{
  background:var(--dm-surface);
  border-color:var(--dm-border);
}

/* Make the About visual feel like an intentional image block rather than empty space. */
.about-feature-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:1;
}

/* Keep the homepage leadership heading on one line on desktop/laptop. */
@media (min-width:769px){
  .leaders-preview .section-head{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(300px,.9fr);
    align-items:end;
  }
  .leaders-preview .section-head h2#lead-preview-h{
    max-width:none;
    white-space:nowrap;
    overflow:visible;
    text-overflow:clip;
    font-size:clamp(1.35rem,2vw,2.05rem);
    letter-spacing:-.025em;
  }
}
@media (max-width:768px){
  .leaders-preview .section-head h2#lead-preview-h{
    max-width:100%;
    white-space:normal;
    font-size:clamp(1.55rem,6vw,2.05rem);
  }
}

/* Production readability fixes */
.page-head h1,
.leaders-page-head h1,
.prog-detail-head h1,
.proj-detail-hero h1,
.slide-title{
  text-wrap:balance;
}
.page-head h1,
.leaders-page-head h1,
.prog-detail-head h1{
  white-space:normal;
  overflow:visible;
  text-overflow:clip;
}
@media (min-width:769px){
  .slide-title{
    white-space:normal;
    max-width:18ch;
  }
}
[data-theme="dark"] .prog-section [style*="background:var(--grey-50)"]{
  background:var(--dm-surface2)!important;
  border-color:var(--dm-border)!important;
}
[data-theme="dark"] .prog-section [style*="color:var(--navy-900)"]{
  color:#e0ecf5!important;
}
[data-theme="dark"] .prog-section [style*="color:var(--grey-700)"]{
  color:var(--dm-text)!important;
}

/* ============================================================
   UI POLISH v5 — additive refinement layer (frontend only)
   Scope: spacing, alignment, card polish, mobile responsiveness,
   hero readability, button consistency, leadership layout,
   dark-mode visibility, mobile nav, image presentation,
   heading breaks, horizontal-scroll & cut-off guards.
   No backend, CMS, admin-logic, schema or content changes.
   ============================================================ */

/* ---------- 1. Typography rhythm & heading breaks ---------- */
h2,h3{text-wrap:balance}
.section-head{margin-bottom:2rem}
.section-head h2{text-wrap:balance}
.section-head .lead{margin:0}
.lead{text-wrap:pretty}
p{text-wrap:pretty}
.page-head h1,.leaders-page-head h1{letter-spacing:-.022em}
.page-head p,.leaders-page-head .lead{margin-top:.15rem}

/* ---------- 2. Button consistency ---------- */
.btn{letter-spacing:.005em;will-change:transform}
.btn:active{transform:translateY(0) scale(.985);transition-duration:90ms}
.btn-primary:active{box-shadow:0 4px 12px rgba(42,138,74,.25)}
.btn svg{transition:transform .2s var(--ease)}
.btn:hover svg{transform:translateX(2px)}
.btn-ghost{font-weight:600}
@media (max-width:768px){
  .btn{min-height:46px;padding:0 1.35rem}
}

/* ---------- 3. Hero text readability ---------- */
.slide-title{text-shadow:0 2px 22px rgba(7,20,35,.5),0 1px 3px rgba(7,20,35,.35)}
.slide-desc{text-shadow:0 1px 12px rgba(7,20,35,.45)}
.slide-tag{text-shadow:none;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}
@media (min-width:769px){
  .slide-desc{-webkit-line-clamp:3}
}

/* ---------- 4. Card polish (programmes / projects / focus) ---------- */
.prog-card,.proj-card,.focus-tile,.leader-card,.role-card,.leader-page-card{
  box-shadow:0 1px 3px rgba(11,42,74,.04);
}
.prog-card:hover,.proj-card:hover{box-shadow:0 14px 34px -10px rgba(11,42,74,.16)}
.prog-card-body h3{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;min-height:2.4em;
}
.prog-card-body p{
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.proj-body h4{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;
  overflow:hidden;min-height:2.6em;
}
.proj-body p{
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.prog-card-tag,.proj-cat{box-shadow:0 2px 8px -2px rgba(11,42,74,.25)}
.prog-card-link,.proj-link-more{padding:.2rem 0;min-height:32px;align-items:center}

/* ---------- 5. Leadership layout refinement ---------- */
.leaders-page-grid{align-items:stretch}
.leader-page-photo{position:relative}
.leader-page-photo::after{
  content:'';position:absolute;inset:auto 0 0 0;height:34%;
  background:linear-gradient(180deg,transparent,rgba(11,42,74,.12));
  pointer-events:none;
}
.leader-page-photo img{transition:transform .55s var(--ease)}
.leader-page-card:hover .leader-page-photo img{transform:scale(1.035)}
.leader-page-bio{
  display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;
}
.leader-page-tags{margin-top:auto}
.role-avatar{border-color:var(--cream)}
.role-card{padding:1.7rem 1.4rem 1.6rem}
@media (min-width:1025px){
  .leaders-page-grid{gap:1.7rem}
}
@media (max-width:768px){
  .leader-page-photo{aspect-ratio:4/4.6}
  .leader-page-bio{-webkit-line-clamp:6}
}

/* ---------- 6. Dark-mode visibility fixes ---------- */
[data-theme="dark"] .info-val{color:#e0ecf5}
[data-theme="dark"] .field label{color:#cfe0ec}
[data-theme="dark"] .disc-body strong{color:#e0ecf5}
[data-theme="dark"] .disc-body,[data-theme="dark"] .disc-body p{color:var(--dm-muted)}
[data-theme="dark"] .reach-summary h4{color:#e0ecf5}
[data-theme="dark"] .insights-note{background:rgba(54,163,90,.1);border-color:rgba(95,191,124,.25);color:#9fd8b2}
[data-theme="dark"] .report-icon{background:rgba(54,163,90,.16);color:var(--green-400)}
[data-theme="dark"] .report-meta .stage{background:rgba(54,163,90,.18);color:#9fd8b2}
[data-theme="dark"] .lp-tag,
[data-theme="dark"] .lc-pill{background:rgba(54,163,90,.14);border-color:rgba(95,191,124,.28);color:#9fd8b2}
[data-theme="dark"] .impact-card{background:rgba(54,163,90,.1);border-color:rgba(95,191,124,.22)}
[data-theme="dark"] .impact-card .ic-number{color:var(--green-400)}
[data-theme="dark"] .impact-card .ic-label{color:var(--dm-muted)}
[data-theme="dark"] .proj-sidebar-card h4{color:var(--dm-muted)}
[data-theme="dark"] .proj-sidebar-links a{color:var(--green-400)}
[data-theme="dark"] .info-icn{background:rgba(54,163,90,.16);color:var(--green-400)}
[data-theme="dark"] .leader-page-role,
[data-theme="dark"] .leader-role,
[data-theme="dark"] .role-title,
[data-theme="dark"] .prog-card-link,
[data-theme="dark"] .proj-link-more,
[data-theme="dark"] .focus-tag{color:var(--green-400)}
[data-theme="dark"] .leader-page-bio,
[data-theme="dark"] .leader-bio,
[data-theme="dark"] .role-summary,
[data-theme="dark"] .focus-tile figcaption,
[data-theme="dark"] .prog-card-body p,
[data-theme="dark"] .proj-body p{color:var(--dm-muted)}
[data-theme="dark"] .form-status.success,
[data-theme="dark"] .form-status.demo{background:rgba(54,163,90,.12);border-color:rgba(95,191,124,.3);color:#9fd8b2}
[data-theme="dark"] .form-status.error{background:rgba(160,60,60,.16);border-color:rgba(220,120,120,.4);color:#f0b8b8}
[data-theme="dark"] .field .err{color:#f0a8a8}
[data-theme="dark"] .consent span{color:var(--dm-muted)}
[data-theme="dark"] .consent a{color:var(--green-400)}
[data-theme="dark"] .why-card h4{color:#e0ecf5}
[data-theme="dark"] .why-card p{color:var(--dm-text)}
/* fixes an undefined variable in the base layer */
.proj-sidebar-card p{color:var(--grey-700)}
[data-theme="dark"] .proj-sidebar-card p{color:var(--dm-text)}

/* ---------- 7. Mobile navigation ---------- */
@media (max-width:1024px){
  .nav-links.open{
    animation:navDrop .22s var(--ease) both;
    overscroll-behavior:contain;
    padding-bottom:max(1.1rem,env(safe-area-inset-bottom));
  }
  .nav-links.open a{min-height:48px;display:flex;align-items:center;font-size:.95rem}
  .menu-toggle,.dm-toggle{width:44px;height:44px}
}
@keyframes navDrop{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:none}
}
@media (prefers-reduced-motion:reduce){
  .nav-links.open{animation:none}
}

/* ---------- 8. Image presentation ---------- */
.prog-card-visual,.proj-visual,.focus-media,.leader-photo,.leader-page-photo,.gallery-card img{
  background-color:var(--grey-100);
}
[data-theme="dark"] .prog-card-visual,
[data-theme="dark"] .proj-visual,
[data-theme="dark"] .focus-media,
[data-theme="dark"] .gallery-card img{background-color:var(--dm-surface2)}
.gallery-card{transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.gallery-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.about-feature-media{box-shadow:var(--shadow-sm)}

/* ---------- 9. Horizontal-scroll & cut-off guards ---------- */
html,body{max-width:100%}
.prog-grid>*,.proj-grid>*,.leaders-page-grid>*,.roles-grid>*,
.focus-grid>*,.insights-grid>*,.why-grid>*,.counters-grid>*,
.footer-top>*,.contact-grid>*{min-width:0}
.info-val,.footer li a,.disc-body{overflow-wrap:anywhere}
.report h4,.report p{overflow-wrap:break-word}
.slide-content{max-width:min(1040px,94vw)}

/* ---------- 10. Forms: comfort & iOS zoom prevention ---------- */
.field input,.field select,.field textarea{min-height:44px}
@media (max-width:768px){
  .field input,.field select,.field textarea{font-size:16px}
  .consent{padding:.85rem 1rem}
}
.disc-summary{min-height:50px}

/* ---------- 11. Section balance & footer comfort ---------- */
.counters-grid{align-items:stretch}
.counter{display:flex;flex-direction:column;justify-content:flex-start}
.cta-inner{row-gap:1.2rem}
@media (max-width:768px){
  .footer li{margin-bottom:.6rem}
  .footer li a{display:inline-block;padding:.15rem 0}
  .footer-legal{gap:1rem}
  .engage-items{gap:.9rem 1.2rem}
}
@media (max-width:430px){
  .counter{padding:1.1rem 1.15rem}
  .impact-cards{grid-template-columns:1fr 1fr;gap:.85rem}
  .impact-card{padding:1rem .8rem}
}

/* ============================================================
   v6 — CINEMATIC REFINEMENT LAYER
   Calm, premium, institutional. Muted forest greens, glass
   surfaces, atmospheric hero, pill navigation, softer depth.
   Purely additive — no structural or behavioural changes.
   ============================================================ */

/* ---------- 0. Palette tuning (muted forest greens) ---------- */
:root{
  --green-700:#1d6135;
  --green-600:#2c7d4a;
  --green-500:#3f9c63;
  --green-400:#6fbe8c;
  --green-100:#e2f0e7;
  --green-50:#f2f8f3;
  --shadow-sm:0 1px 3px rgba(10,30,40,.05);
  --shadow-md:0 10px 30px -8px rgba(10,30,40,.12);
  --shadow-lg:0 24px 64px -16px rgba(10,30,40,.18);
  --ring:0 0 0 3px rgba(63,156,99,.22);
}
/* Warm, paper-like neutrals — light theme only (keeps dark intact) */
:root:not([data-theme="dark"]){
  --cream:#faf9f3;
  --off-white:#f4f5ee;
  --grey-50:#f5f6f0;
  --grey-100:#eef0e9;
  --grey-200:#e3e6dd;
}
::selection{background:rgba(63,156,99,.24)}

/* ---------- 1. Navbar — elegant pill capsule (desktop) ---------- */
@media (min-width:1025px){
  .nav-links{
    background:rgba(255,255,255,.55);
    border:1px solid rgba(11,42,74,.08);
    border-radius:var(--radius-pill);
    padding:.3rem .32rem;
    gap:.1rem;
    backdrop-filter:blur(14px) saturate(150%);
    -webkit-backdrop-filter:blur(14px) saturate(150%);
    box-shadow:0 1px 2px rgba(10,30,40,.04);
  }
  .nav-links a{padding:.48rem .92rem;font-size:.85rem}
  .nav-links a.cta{margin-left:.3rem}
  [data-theme="dark"] .nav-links{
    background:rgba(19,32,48,.55);
    border-color:rgba(95,191,124,.16);
    box-shadow:none;
  }
}
.nav{box-shadow:0 1px 0 rgba(10,30,40,.02)}

/* ---------- 2. Hero — cinematic atmosphere ---------- */
.hero-slider{padding:0}
.slider-frame{min-height:520px;max-height:680px}
.slide-overlay{
  background:
    linear-gradient(180deg,
      rgba(7,20,32,.38) 0%,
      rgba(7,20,32,.26) 26%,
      rgba(8,26,30,.5) 64%,
      rgba(7,24,26,.78) 100%),
    radial-gradient(130% 95% at 50% 36%,
      rgba(7,20,32,.08) 0%,
      rgba(7,20,32,.5) 100%);
}
@media (max-width:768px){
  .slide-overlay{
    background:
      linear-gradient(180deg,rgba(7,20,32,.55) 0%,rgba(8,26,30,.62) 55%,rgba(7,24,26,.82) 100%);
  }
}
/* Slow, subtle drift on the active slide's artwork */
@media (prefers-reduced-motion:no-preference){
  .slide.active .slide-bg img,
  .slide.active .slide-bg svg{
    animation:heroDrift 16s var(--ease) forwards;
    transform-origin:center;
  }
  @keyframes heroDrift{from{transform:scale(1)}to{transform:scale(1.055)}}
}
/* Glass badge above the headline */
.slide-tag{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.26);
  color:#edf6ef;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  box-shadow:0 4px 18px -6px rgba(0,0,0,.25);
  letter-spacing:.14em;
}
.slide-title{
  font-size:clamp(2.1rem,4.4vw,3.9rem);
  letter-spacing:-.028em;
  line-height:1.03;
}
.slide-desc{color:rgba(255,255,255,.88)}
/* Hero buttons — refined glass + soft solid */
.slide-actions .btn-light{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,255,255,.3);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.slide-actions .btn-light:hover{background:rgba(255,255,255,.95);color:var(--navy-900)}
.slide-cta.btn-primary{box-shadow:0 10px 30px -8px rgba(0,0,0,.35)}
/* Soft cinematic base fade into the band below */
.hero-slider::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:96px;
  background:linear-gradient(180deg,rgba(7,22,28,0),rgba(7,22,28,.5));
  pointer-events:none;z-index:3;
}
/* Slider chrome refinement */
.slider-arrow{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.24)}
.slider-arrow:hover{background:rgba(255,255,255,.22)}
.slider-dots button{height:4px;border-radius:3px}
.slider-count{background:rgba(7,22,30,.45)}

/* ---------- 3. Engagement strip — quiet glass chips ---------- */
.engage{
  background:linear-gradient(180deg,#0a2336 0%,var(--navy-900) 100%);
  border-top:1px solid rgba(95,191,124,.16);
  padding:1.35rem 0;
}
.engage-chip{
  padding:.46rem .9rem;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  border-radius:var(--radius-pill);
  transition:background .2s var(--ease),border-color .2s var(--ease);
}
.engage-chip:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.18)}

/* ---------- 4. Section rhythm & eyebrow signature ---------- */
section{padding:clamp(2.8rem,6vw,4.8rem) 0}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;letter-spacing:.16em}
.eyebrow::before{
  content:'';width:22px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--green-500),var(--green-400));
  flex-shrink:0;
}
.section-head{margin-bottom:2.2rem}
.counters .eyebrow::before,
.vm-block .eyebrow::before{background:linear-gradient(90deg,var(--green-400),rgba(111,190,140,.5))}

/* ---------- 5. Page headers — more presence ---------- */
.page-head,.about-hero,.leaders-page-head{
  padding-top:clamp(2.6rem,6vw,4rem);
  padding-bottom:clamp(2rem,4vw,2.8rem);
  background:
    radial-gradient(ellipse at 82% 18%,rgba(63,156,99,.12),transparent 55%),
    radial-gradient(ellipse at 8% 90%,rgba(11,42,74,.05),transparent 50%),
    linear-gradient(180deg,var(--cream) 0%,var(--off-white) 100%);
}
[data-theme="dark"] .page-head,
[data-theme="dark"] .about-hero,
[data-theme="dark"] .leaders-page-head{
  background:
    radial-gradient(ellipse at 82% 18%,rgba(63,156,99,.12),transparent 55%),
    linear-gradient(180deg,var(--dm-bg) 0%,var(--dm-surface) 100%);
}
.page-head h1,.leaders-page-head h1{font-size:clamp(1.85rem,3.4vw,2.9rem)}
.page-head .crumb,.leaders-page-head .crumb,.about-hero .crumb{
  text-transform:uppercase;font-size:.68rem;font-weight:700;letter-spacing:.12em;
}
.prog-detail-head{
  background:linear-gradient(135deg,#0a2336 0%,#0d3a5e 38%,#11503c 72%,#1d6135 100%);
}

/* ---------- 6. Buttons — one consistent system ---------- */
.btn{min-height:44px;padding:0 1.4rem}
.btn-primary{
  background:linear-gradient(180deg,#36925a,var(--green-600));
  box-shadow:0 8px 22px -8px rgba(44,125,74,.55),inset 0 1px 0 rgba(255,255,255,.18);
}
.btn-primary:hover{
  background:linear-gradient(180deg,var(--green-600),var(--green-700));
  box-shadow:0 12px 28px -8px rgba(44,125,74,.6),inset 0 1px 0 rgba(255,255,255,.14);
}
.btn-ghost{border-color:rgba(11,42,74,.18)}
.btn-ghost:hover{box-shadow:var(--shadow-sm)}

/* ---------- 7. Cards — calm depth, intentional hover ---------- */
.prog-card,.proj-card,.focus-tile,.leader-card,.role-card,.leader-page-card,
.report,.why-card,.form,.disclosure-list,.gallery-card{
  border-color:var(--grey-200);
}
.prog-card:hover,.proj-card:hover,.focus-tile:hover,
.leader-card:hover,.role-card:hover,.leader-page-card:hover{
  border-color:rgba(63,156,99,.4);
}
[data-theme="dark"] .prog-card:hover,
[data-theme="dark"] .proj-card:hover,
[data-theme="dark"] .focus-tile:hover,
[data-theme="dark"] .leader-card:hover,
[data-theme="dark"] .role-card:hover,
[data-theme="dark"] .leader-page-card:hover{border-color:rgba(111,190,140,.45)}
.prog-card:hover,.proj-card:hover{box-shadow:0 18px 44px -14px rgba(10,30,40,.18)}
.focus-tile:hover,.role-card:hover,.leader-card:hover,.leader-page-card:hover{
  box-shadow:0 14px 36px -12px rgba(10,30,40,.15);
}
/* Image tiles get a soft inner gradient for caption legibility */
.focus-media::after,.prog-card-visual::after,.proj-visual::after{
  content:'';position:absolute;inset:auto 0 0 0;height:30%;
  background:linear-gradient(180deg,transparent,rgba(10,30,40,.1));
  pointer-events:none;
}

/* ---------- 8. Bands — navy → forest atmosphere ---------- */
.cta-band{
  background:linear-gradient(135deg,#0a2336 0%,#0e3a55 48%,#14543c 100%);
}
.cta-band::before{
  top:-30%;right:-6%;width:420px;height:420px;
  background:radial-gradient(circle,rgba(111,190,140,.2),transparent 70%);
}
.newsletter-card{background:linear-gradient(135deg,#0a2336 0%,#0d3a5e 55%,#11503c 100%)}
.counters{background:linear-gradient(160deg,#0a2336 0%,var(--navy-900) 55%,#0d3349 100%)}
.vm-block{background:linear-gradient(150deg,#0a2336 0%,var(--navy-900) 60%,#0e3a55 100%)}

/* ---------- 9. Footer — finer hairlines ---------- */
.footer{border-top:1px solid rgba(95,191,124,.18)}
.footer-top{padding-bottom:2.2rem}
.footer li a{transition:color .15s,padding-left .15s}
.footer li a:hover{padding-left:2px}

/* ---------- 10. Quiet motion & focus quality ---------- */
:focus-visible{outline:2px solid var(--green-500);outline-offset:3px}
.reveal{transition-duration:.7s}
@media (prefers-reduced-motion:reduce){
  .slide.active .slide-bg img,.slide.active .slide-bg svg{animation:none}
  .btn,.prog-card,.proj-card,.focus-tile,.leader-card,.role-card,.leader-page-card{transition:none}
}

/* ---------- 11. Small-screen comfort ---------- */
@media (max-width:768px){
  .slider-frame{min-height:520px}
  .slide-tag{margin-bottom:.9rem}
  .slide-desc{-webkit-line-clamp:3;max-width:38ch}
  .hero-slider::after{height:72px}
  .engage{padding:1.15rem 0}
  .engage-chip{padding:.4rem .75rem;font-size:.74rem}
  .section-head{margin-bottom:1.6rem}
}
