:root{
  --seawater:#2C4459;
  --plum:#272233;
  --brown:#3D2228;
  --yellow:#F4A971;
  --orange:#DD7057;
  --foam:#F9F9F9;
  --header-h:92px;
  --content:1140px;
  --pad:clamp(22px,5vw,72px);
  --ease:cubic-bezier(.42,0,.58,1);
}
*{box-sizing:border-box}
html{scroll-behavior:auto;background:#071923}
body{
  margin:0;
  overflow-x:hidden;
  background:var(--foam);
  color:var(--plum);
  font-family:"Source Sans Pro",Arial,sans-serif;
  font-weight:300;
}
button,input,textarea{font:inherit}
a{color:inherit}
.content-width{width:min(var(--content),calc(100% - (var(--pad) * 2)));margin-inline:auto}
.body-copy{font-size:clamp(18px,1.85vw,24px);line-height:1.45;font-weight:300}
.body-paragraph{margin-top:1.15em!important}

.site-header{
  position:fixed;z-index:1000;left:0;right:0;top:0;height:var(--header-h);
  pointer-events:none;
}
.header-inner{
  width:min(var(--content),calc(100% - (var(--pad) * 2)));
  height:100%;margin:auto;display:grid;grid-template-columns:150px 1fr auto;
  align-items:center;gap:34px;pointer-events:auto;
}
.brand img{display:block;width:150px;height:auto;transition:filter .3s ease}
.desktop-nav{display:flex;justify-content:center;gap:clamp(12px,2.5vw,38px)}
.desktop-nav a,.contact-button{
  position:relative;border:0;background:none;text-decoration:none;padding:8px 4px;
  font-size:18px;line-height:1;cursor:pointer;transition:color .3s ease,opacity .2s ease;
  color:inherit;
}
.desktop-nav a::after{
  content:"";position:absolute;left:4px;right:4px;bottom:0;height:1px;
  background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .25s ease;
}
.desktop-nav a.active::after{transform:scaleX(1)}
.desktop-nav a:hover,.contact-button:hover{opacity:.7}
.site-header.is-over-dark{color:#fff}
.site-header.is-over-dark .brand img{filter:brightness(0) invert(1)}
.site-header.is-over-light{color:var(--seawater)}
.site-header.is-over-light .brand img{filter:none}
.menu-button{display:none}
.mobile-nav{display:none}

.scene{position:relative;min-height:100svh}
.intro{height:100svh;overflow:hidden;background:#071923;color:#fff}
.intro-media{position:absolute;inset:0}
.intro-media video{width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.intro-tint{position:absolute;inset:0;background:#253747;opacity:.12}
.hero-panel,.vision-panel{position:absolute;inset:0;display:grid;place-items:center}
.hero-brand{width:min(740px,76vw);text-align:center}
.hero-brand img{display:block;width:min(630px,75vw);margin:auto;filter:brightness(0) invert(1)}
.hero-brand p{margin:30px auto 0;max-width:860px;font-size:clamp(24px,2.5vw,36px);line-height:1.3}
.scroll-prompt{position:absolute;bottom:54px;left:50%;transform:translateX(-50%);font-size:18px;text-align:center}
.scroll-prompt span{display:block;width:13px;height:13px;margin:10px auto 0;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg)}
.vision-panel{visibility:hidden;opacity:0}
.vision-content h1{margin:0;color:#fff;font-family:"Source Serif Pro",Georgia,serif;font-weight:600;font-size:clamp(72px,8.8vw,126px);line-height:.98;letter-spacing:-.035em;max-width:1060px}
.vision-columns{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,88px);margin-top:clamp(42px,6vh,72px)}
.vision-columns p{margin:0;color:#fff}

.light-scene{background:var(--foam);color:var(--plum)}
.history{height:100svh;overflow:hidden}
.history-stage{position:relative;height:100%;padding-top:var(--header-h)}
.history-state{position:absolute;inset:var(--header-h) 0 0;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(50px,7vw,90px);align-items:center;padding-bottom:40px}
.history-state-two{visibility:hidden;opacity:1}
.inset-image{display:block;width:100%;aspect-ratio:526/545;max-height:62vh;object-fit:cover;border-radius:12px}
.history-copy h2{
  margin:0 0 30px;
  color:var(--seawater);
  font-family:"Source Serif Pro",Georgia,serif;
  font-weight:600;
  font-size:clamp(56px,4.4vw,78px);
  line-height:1.06;
  letter-spacing:-.01em;
}
.history-copy p{margin:0}

.platform{height:100svh;overflow:hidden}
.platform-stage{position:relative;height:100%;padding-top:var(--header-h)}
.platform-hub{position:absolute;z-index:8;left:50%;top:40%;width:min(500px,42vw);aspect-ratio:1;transform:translate(-50%,-50%)}
.hub-orbit{display:block;width:100%;height:100%;overflow:visible;transform-origin:50% 50%}
.hub-spoke{stroke-width:.34;opacity:.72;transform-origin:50px 50px}
.s0{stroke:var(--yellow)} .s1{stroke:var(--seawater)} .s2{stroke:var(--yellow)} .s3{stroke:var(--orange)} .s4{stroke:var(--brown)} .s5{stroke:var(--seawater)} .s6{stroke:var(--orange)}
.hub-node{transform-origin:50px 50px}
.n0{fill:var(--yellow)} .n1{fill:var(--seawater)} .n2{fill:var(--yellow)} .n3{fill:var(--orange)} .n4{fill:var(--brown)} .n5{fill:var(--seawater)} .n6{fill:var(--orange)}
.hub-center{position:absolute;z-index:5;left:50%;top:50%;width:128px;height:128px;border-radius:50%;background:var(--plum);transform:translate(-50%,-50%)}
.platform-overview{position:absolute;z-index:10;left:50%;top:68%;width:min(760px,75vw);transform:translateX(-50%);text-align:center}
.platform-overview h2,.phase-copy h2{margin:0;color:var(--seawater);font-family:"Source Serif Pro",Georgia,serif;font-weight:600;font-size:clamp(54px,4.8vw,72px);line-height:1.04;letter-spacing:-.025em}
.platform-overview p{margin:20px auto 0;max-width:760px}
.pillar-copy{position:absolute;z-index:10;left:56%;top:46%;width:min(520px,38vw)}
.pillar-copy article{position:absolute;left:0;top:0;width:100%;visibility:hidden;opacity:0;transform:translateY(22px)}
.pillar-copy h3{margin:0;font-family:"Source Serif Pro",Georgia,serif;font-weight:600;font-size:clamp(38px,3.15vw,50px);line-height:1.05;letter-spacing:-.02em}
.pillar-copy p{margin:18px 0 0;max-width:520px}

.phase-one{
  position:absolute;
  z-index:6;
  inset:var(--header-h) 0 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:0 var(--pad) clamp(20px,3vh,38px);
  visibility:hidden;
  opacity:0;
}
.phase-metrics{width:min(var(--content),calc(100% - 20px));display:grid;grid-template-columns:1fr 1fr 1.1fr 1fr 1fr;align-items:center;gap:26px}
.phase-metric{text-align:center;font-weight:300}
.phase-metric strong{display:block;font-family:"Source Serif Pro",Georgia,serif;font-weight:600;font-size:clamp(30px,2.5vw,40px);line-height:1}
.phase-metric i{display:block;width:72px;height:1px;margin:13px auto 9px;background:currentColor}
.phase-metric span{display:block;font-size:clamp(15px,1.15vw,18px);line-height:1.08}
.metric-years{color:var(--yellow)} .metric-investment{color:var(--brown)} .metric-pillars{color:var(--orange)} .metric-indigenous{color:var(--seawater)}
.metric-indigenous svg{display:block;width:44px;height:34px;margin:auto}
.phase-circle{width:clamp(118px,10vw,150px);aspect-ratio:1;border-radius:50%;background:var(--plum);margin:auto;opacity:0}
.phase-copy{
  margin-top:clamp(54px,6vh,76px);
  text-align:center;
  width:min(760px,88%);
}
.phase-copy p{margin:28px auto 0;max-width:720px}

.milestone-end{min-height:35vh;background:#071923;color:#fff;display:grid;place-items:center}
.milestone-end p{opacity:.4;font-size:14px}
.preview-label{position:fixed;z-index:1500;right:10px;bottom:10px;padding:6px 9px;border-radius:4px;background:rgba(0,0,0,.58);color:#fff;font:12px/1.2 Arial,sans-serif;pointer-events:none}

.contact-modal[hidden]{display:none}.contact-modal{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:20px}.modal-backdrop{position:absolute;inset:0;background:rgba(3,16,24,.82)}.modal-card{position:relative;width:min(560px,100%);background:var(--foam);padding:40px;color:var(--seawater)}.modal-card h2{margin:0 0 16px;font-family:"Source Serif 4",Georgia,serif;font-size:50px}.modal-close{position:absolute;right:15px;top:10px;border:0;background:none;font-size:34px;cursor:pointer;color:inherit}

@media(max-width:800px){
  :root{--header-h:76px;--pad:22px}
  .header-inner{display:flex;justify-content:space-between;gap:18px}.brand img{width:135px}.desktop-nav,.contact-button{display:none}.menu-button{display:block;position:relative;width:42px;height:42px;border:0;background:none;color:inherit}.menu-button::before,.menu-button::after,.menu-button span{content:"";position:absolute;left:8px;width:26px;height:1.5px;background:currentColor}.menu-button::before{top:13px}.menu-button span{top:20px}.menu-button::after{top:27px}
  .mobile-nav{position:fixed;z-index:990;inset:0;background:#071923;color:#fff;padding:100px 26px 30px}.mobile-nav.open{display:block}.mobile-nav a,.mobile-nav button{display:block;width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.18);background:none;color:inherit;text-align:left;text-decoration:none;padding:14px 0;font-size:28px}
  .hero-brand{width:86vw}.hero-brand img{width:min(78vw,500px)}.hero-brand p{font-size:clamp(21px,6vw,30px)}
  .vision-content h1{font-size:clamp(56px,15vw,82px)}.vision-columns{grid-template-columns:1fr;gap:20px;margin-top:32px}.vision-columns p{font-size:18px}
  .history{height:100svh}.history-state{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:28px;overflow:auto;padding:30px 0 55px}.history-state .inset-image{order:2;max-height:none;aspect-ratio:1.15/1}.history-copy{order:1}.history-copy h2{font-size:clamp(46px,12vw,64px);margin-bottom:22px}.history-copy p{font-size:18px}
  .platform-hub{top:33%;width:min(360px,76vw)}.hub-center{width:96px;height:96px}.platform-overview{top:62%;width:calc(100% - 40px)}.platform-overview h2{font-size:clamp(44px,11vw,58px)}.platform-overview p{font-size:18px}
  .pillar-copy{left:22px;right:22px;top:58%;width:auto;text-align:center}.pillar-copy h3{font-size:clamp(34px,9vw,46px)}.pillar-copy p{font-size:18px;margin-inline:auto}
  .phase-one{overflow:auto;padding-top:90px}.phase-metrics{grid-template-columns:1fr 1fr;gap:30px 18px}.phase-circle{grid-column:1/-1;grid-row:1;width:110px}.phase-copy{margin-top:42px;width:100%}.phase-copy h2{font-size:clamp(46px,12vw,62px)}.phase-copy p{font-size:18px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.preview-label::after{content:" • reduced motion"}}

/* Milestone 3 */
.hub-orbit{overflow:visible}
.hub-spoke{
  fill:none;
  stroke-width:.34;
  vector-effect:non-scaling-stroke;
}
.hub-node{
  transform-box:fill-box;
  transform-origin:center;
}
html{scroll-behavior:auto}
body{overscroll-behavior-y:none}

/* Milestone 4: explicit visible hub spokes */
.hub-spoke{
  fill:none !important;
  stroke-width:.52 !important;
  stroke-linecap:round;
  opacity:.88;
  vector-effect:non-scaling-stroke;
}
.hub-spokes{opacity:1}

@media (max-height:760px) and (min-width:701px){
  .phase-one{justify-content:center}
  .phase-copy{margin-top:42px}
  .phase-metrics{transform:scale(.92);transform-origin:center}
}

/* Milestone 7: History Smart-Animate behavior */
.history-state-one,
.history-state-two{
  pointer-events:none;
}
.history-state-two .inset-image{
  opacity:0;
}
.history-state-two .history-copy{
  opacity:0;
  transform:translateY(90px);
}
.history-state-one .inset-image,
.history-state-two .inset-image{
  will-change:opacity;
}
.history-state-one .history-copy,
.history-state-two .history-copy{
  will-change:transform,opacity;
}


/* =========================================================
   MILESTONE 8 — remaining sections
   ========================================================= */
.dark-scene{background:#273848;color:#fff}

.legacy{height:100svh;overflow:hidden}
.legacy-stage{position:relative;height:100%;padding-top:var(--header-h)}
.legacy-state{
  position:absolute;
  inset:var(--header-h) 0 0;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(54px,7vw,94px);
  align-items:center;
  padding-bottom:42px;
}
.legacy-state-two{visibility:hidden;opacity:1}
.legacy-copy h2{
  margin:0 0 30px;
  color:var(--orange);
  font-family:"Source Serif Pro",Georgia,serif;
  font-weight:600;
  font-size:clamp(52px,4.8vw,72px);
  line-height:1.05;
  letter-spacing:-.01em;
}
.legacy-copy p{margin:0;color:#fff}
.legacy-state-two .legacy-image{opacity:0}
.legacy-state-two .legacy-copy{opacity:0;transform:translateY(90px)}
.legacy-image{max-height:62vh}

.section-center{
  min-height:100svh;
  padding-top:var(--header-h);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}
.section-heading{width:min(860px,90%)}
.section-heading h2{
  margin:0;
  color:var(--seawater);
  font-family:"Source Serif Pro",Georgia,serif;
  font-weight:600;
  font-size:clamp(60px,5.3vw,80px);
  line-height:1.04;
  letter-spacing:-.01em;
}
.section-heading p{margin:20px auto 0;max-width:820px}

.leadership-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(220px,280px));
  gap:clamp(50px,7vw,90px);
  margin-top:clamp(52px,7vh,82px);
}
.leader-card{text-align:center}
.leader-photo{
  width:100%;
  aspect-ratio:1;
  background:var(--seawater);
  border-radius:12px;
}
.leader-card h3{
  margin:18px 0 5px;
  color:var(--seawater);
  font-family:"Source Serif Pro",Georgia,serif;
  font-weight:600;
  font-size:clamp(24px,2vw,31px);
}
.leader-card p{margin:0;color:var(--orange);font-size:17px}

.partner-links{
  width:min(900px,90%);
  margin-top:clamp(54px,7vh,84px);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.partner-links a{
  display:grid;
  place-items:center;
  min-height:110px;
  padding:24px;
  border:1px solid rgba(44,68,89,.22);
  border-radius:12px;
  color:var(--seawater);
  text-decoration:none;
  font-family:"Source Serif Pro",Georgia,serif;
  font-size:clamp(22px,2vw,30px);
  font-weight:600;
  transition:background .2s ease,color .2s ease;
}
.partner-links a:hover{background:var(--seawater);color:#fff}

.news .section-center{justify-content:center}

.future{
  min-height:100svh;
  overflow:hidden;
  position:relative;
  color:#fff;
}
.future-media{position:absolute;inset:0 0 205px}
.future-media video{width:100%;height:100%;object-fit:cover;display:block}
.future-tint{position:absolute;inset:0;background:#263848;opacity:.55}
.future-content{
  position:absolute;
  left:50%;
  top:42%;
  transform:translate(-50%,-50%);
  width:min(820px,86%);
  text-align:center;
}
.future-content h2{
  margin:0;
  color:#fff;
  font-family:"Source Serif Pro",Georgia,serif;
  font-weight:600;
  font-size:clamp(68px,6vw,92px);
  line-height:1;
  letter-spacing:-.01em;
}
.future-content p{margin:24px 0 0;color:#fff}
.future-footer{
  position:absolute;
  left:0;right:0;bottom:0;
  height:205px;
  background:var(--yellow);
  color:var(--seawater);
}
.future-footer-inner{
  height:100%;
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:70px;
  align-items:center;
}
.future-footer img{width:180px}
.future-footer p{margin:12px 0 0}

@media(max-width:800px){
  .legacy-state{
    display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;
    gap:28px;overflow:auto;padding:30px 0 55px
  }
  .legacy-copy{order:1}.legacy-image{order:2;max-height:none;aspect-ratio:1.15/1}
  .legacy-copy h2{font-size:clamp(44px,11vw,60px);margin-bottom:22px}
  .legacy-copy p{font-size:18px}
  .section-center{padding:calc(var(--header-h) + 36px) 0 55px;justify-content:flex-start}
  .section-heading h2{font-size:clamp(48px,12vw,66px)}
  .section-heading p{font-size:18px}
  .leadership-grid{grid-template-columns:1fr;gap:34px;width:min(290px,78vw)}
  .partner-links{grid-template-columns:1fr}
  .future-media{bottom:245px}
  .future-content{top:35%}
  .future-content h2{font-size:clamp(52px,13vw,70px)}
  .future-footer{height:245px}
  .future-footer-inner{grid-template-columns:1fr;gap:22px;align-content:center}
}

/* Milestone 9: stable visible resting states */
.leadership .section-center,
.partners .section-center,
.news .section-center{
  opacity:1;
  visibility:visible;
}
.future-content{
  visibility:visible;
}

.leadership .section-center,
.partners .section-center,
.news .section-center{
  min-height:100svh;
  padding-top:var(--header-h);
  justify-content:center;
}
.leadership-grid{
  margin-top:clamp(46px,6vh,72px);
}
.partner-links{
  margin-top:clamp(48px,6vh,72px);
}


/* =========================================================
   MILESTONE 10 — Leadership + Partners as one composition
   ========================================================= */
.leadership{
  height:100svh;
  overflow:hidden;
}
.leadership-stage{
  position:relative;
  height:100%;
  padding-top:var(--header-h);
}
.leadership-main{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding-bottom:100px;
}
.leadership-main .section-heading{
  width:min(860px,90%);
}
.partners-band{
  position:absolute;
  left:50%;
  bottom:-280px;
  width:100vw;
  transform:translateX(-50%);
  min-height:280px;
  background:var(--seawater);
  color:#fff;
}
.partners-band-inner{
  min-height:280px;
  display:grid;
  grid-template-columns:.9fr 1.4fr;
  gap:60px;
  align-items:center;
}
.partners-copy{
  text-align:left;
}
.partners-copy h2{
  margin:0;
  color:#fff;
  font-family:"Source Serif Pro",Georgia,serif;
  font-weight:600;
  font-size:clamp(48px,4.5vw,68px);
  line-height:1.04;
}
.partners-copy p{
  color:#fff;
  margin:18px 0 0;
}
.partners-band .partner-links{
  margin:0;
  width:100%;
  grid-template-columns:repeat(2,1fr);
}
.partners-band .partner-links a{
  min-height:74px;
  border-color:rgba(255,255,255,.32);
  color:#fff;
  background:transparent;
  font-size:clamp(18px,1.5vw,24px);
}
.partners-band .partner-links a:hover{
  background:#fff;
  color:var(--seawater);
}

/* News cards restored to match Figma placeholders */
.news-grid{
  width:min(980px,92%);
  margin-top:clamp(52px,7vh,78px);
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:36px;
}
.news-card{text-align:left}
.news-placeholder-image{
  width:100%;
  aspect-ratio:1.45/1;
  background:#d9d9d9;
  border-radius:10px;
}
.news-card-meta{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:flex-start;
  margin-top:18px;
}
.news-card h3{
  margin:0;
  color:var(--plum);
  font-family:"Source Serif Pro",Georgia,serif;
  font-size:clamp(22px,1.85vw,29px);
  font-weight:600;
}
.news-card p{
  margin:8px 0 0;
  color:var(--orange);
  font-size:18px;
}
.news-card button{
  flex:none;
  border:0;
  border-radius:3px;
  background:var(--plum);
  color:#fff;
  padding:7px 10px;
  font-size:11px;
  cursor:pointer;
}

@media(max-width:800px){
  .leadership{overflow:auto}
  .leadership-stage{height:auto;min-height:100svh}
  .leadership-main{
    min-height:100svh;
    justify-content:flex-start;
    padding:calc(var(--header-h) + 35px) 0 340px;
  }
  .partners-band{
    bottom:0;
    min-height:320px;
  }
  .partners-band-inner{
    min-height:320px;
    grid-template-columns:1fr;
    gap:26px;
    padding-top:34px;
    padding-bottom:34px;
  }
  .partners-copy{text-align:center}
  .partners-band .partner-links{grid-template-columns:1fr 1fr}
  .news-grid{grid-template-columns:1fr;width:100%}
}

/* Milestone 11: Legacy header stays white for the full dark section */
body[data-header-mode="dark"] .site-header,
body[data-header-mode="dark"] .site-header a,
body[data-header-mode="dark"] .site-header button{
  color:#fff;
}
body[data-header-mode="dark"] .site-header .nav-logo{
  filter:brightness(0) invert(1);
}

/* Milestone 13 changes input retargeting only; animation timing is unchanged. */


/* Milestone 16 — functional contact + newsletter forms */
.hp-field{
  position:absolute!important;
  width:1px!important;height:1px!important;
  padding:0!important;margin:-1px!important;
  overflow:hidden!important;clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;border:0!important;
}
.modal-card{
  border-radius:12px;
  max-height:calc(100svh - 40px);
  overflow:auto;
}
.modal-card h2{
  font-family:"Source Serif Pro",Georgia,serif;
}
.modal-intro{
  margin:0 0 28px;
  font-size:18px;
  line-height:1.5;
}
.contact-form label,
.newsletter-label{
  display:block;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.form-field-full{grid-column:1/-1}
.form-field label{
  margin-bottom:7px;
  font-size:14px;
  font-weight:600;
}
.contact-form input,
.contact-form textarea{
  display:block;
  width:100%;
  border:1px solid rgba(44,68,89,.28);
  border-radius:4px;
  background:#fff;
  color:var(--seawater);
  font:inherit;
  padding:11px 12px;
  outline:none;
}
.contact-form textarea{
  resize:vertical;
  min-height:140px;
}
.contact-form input:focus,
.contact-form textarea:focus,
.newsletter-form input:focus{
  border-color:var(--seawater);
  box-shadow:0 0 0 2px rgba(44,68,89,.12);
}
.form-actions{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:24px;
}
.form-submit{
  min-height:42px;
  border:0;
  border-radius:2px;
  background:var(--plum);
  color:#fff;
  padding:0 20px;
  font:600 13px/1 "Source Sans Pro",Arial,sans-serif;
  letter-spacing:.04em;
  cursor:pointer;
}
.ajax-form button[disabled]{
  cursor:wait;
  opacity:.65;
}
.form-status{
  margin:0;
  min-height:1.3em;
  font-size:14px;
  line-height:1.3;
}
.form-status.is-success{color:#24633b}
.form-status.is-error{color:#9e2f2f}

.newsletter-label{margin-bottom:10px}
.newsletter-row{display:flex}
.newsletter-form input{
  flex:1;
  min-width:0;
  height:38px;
  border:1px solid rgba(61,34,40,.35);
  background:#fff;
  color:var(--seawater);
  padding:8px 10px;
  font:inherit;
  outline:none;
}
.newsletter-form button{
  height:38px;
  border:0;
  background:var(--plum);
  color:#fff;
  padding:0 18px;
  cursor:pointer;
}
.newsletter .form-status{
  margin-top:7px;
  color:var(--seawater);
}
.newsletter .form-status.is-error{color:#812b2b}
.newsletter .form-status.is-success{color:#28553b}

@media(max-width:600px){
  .modal-card{padding:34px 24px 28px}
  .form-grid{grid-template-columns:1fr}
  .form-field-full{grid-column:auto}
  .form-actions{align-items:flex-start;flex-direction:column;gap:10px}
}


/* Final: Contact nav control follows the same light/dark state as nav links */
.site-nav button,
.site-nav .contact-trigger,
.mobile-nav button,
.mobile-nav .contact-trigger{
  color:inherit;
}
.site-header .contact-trigger{
  transition:color .25s ease, opacity .25s ease;
}


/* Final v2 — Contact must exactly follow the header/nav text color */
.site-header .site-nav .contact-trigger,
.site-header .site-nav button.contact-trigger,
.site-header .mobile-nav .contact-trigger,
.site-header .mobile-nav button.contact-trigger{
  color:currentColor !important;
}

/* The nav container inherits the header's active light/dark color state. */
.site-header .site-nav,
.site-header .mobile-nav{
  color:inherit;
}

.site-header[data-mode="dark"] .contact-trigger,
body[data-header-mode="dark"] .site-header .contact-trigger,
.site-header.is-dark .contact-trigger{
  color:#fff !important;
}
.site-header[data-mode="light"] .contact-trigger,
body[data-header-mode="light"] .site-header .contact-trigger,
.site-header.is-light .contact-trigger{
  color:var(--plum) !important;
}

.milestone-badge,
.build-badge,
.debug-badge{
  display:none !important;
}

.preview-label{display:none!important}

/* Contact is a button; normalize browser button color and make it follow nav anchors. */
.site-nav button[data-contact],
.mobile-nav button[data-contact]{
  color:inherit !important;
  -webkit-text-fill-color:currentColor;
}


.desktop-nav .contact-button{
  color:inherit !important;
  -webkit-text-fill-color:currentColor;
}

/* Header state drives all desktop nav items identically. */
.site-header .desktop-nav{
  color:inherit;
}
.site-header .desktop-nav a,
.site-header .desktop-nav .contact-button{
  color:inherit !important;
}


/* Final v3 — mobile long-form sections can scroll naturally inside pinned scenes */
@media (max-width:800px){
  .history-state,
  .legacy-state{
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
  }

  .leadership{
    height:100svh;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }

  .leadership-stage{
    min-height:100%;
    height:auto;
  }

  .leadership-main{
    height:auto;
    min-height:100svh;
  }

  .news .section-center{
    height:100svh;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    padding-bottom:70px;
  }

  .news-grid{
    flex:0 0 auto;
    padding-bottom:20px;
  }
}


/* Final v4 — mobile hub + long stacked content refinements */
@media (max-width:800px){

  /* HUB: graphic above copy instead of side-by-side. */
  .hub-stage,
  .platform-stage,
  .ecosystem-stage{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:18px !important;
    min-height:100svh;
    height:auto !important;
    padding-top:86px !important;
    padding-bottom:44px !important;
  }

  .hub-visual,
  .platform-visual,
  .ecosystem-visual{
    order:1 !important;
    width:min(88vw,430px) !important;
    max-width:430px !important;
    margin:0 auto !important;
    flex:0 0 auto !important;
  }

  .hub-copy,
  .platform-copy,
  .ecosystem-copy{
    order:2 !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 24px 20px !important;
    flex:0 0 auto !important;
  }

  /* Keep SVG/circle presentation contained and centered. */
  .hub-visual svg,
  .platform-visual svg,
  .ecosystem-visual svg{
    display:block;
    width:100% !important;
    height:auto !important;
    max-height:46svh;
    margin:0 auto;
  }

  /* Leadership becomes a normal tall mobile section. */
  .leadership{
    height:auto !important;
    min-height:100svh !important;
    overflow:visible !important;
  }

  .leadership-stage{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    padding-top:88px;
  }

  .leadership-main{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    padding-bottom:40px;
  }

  .leadership-grid{
    height:auto !important;
    overflow:visible !important;
  }

  .partners-band{
    position:relative !important;
    left:auto !important;
    right:auto !important;
    bottom:auto !important;
    transform:none !important;
    margin-top:20px;
  }

  /* News also becomes natural document height on mobile. */
  .news{
    height:auto !important;
    min-height:100svh !important;
    overflow:visible !important;
  }

  .news .section-center{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
    padding-top:88px !important;
    padding-bottom:70px !important;
  }

  .news-grid{
    height:auto !important;
    overflow:visible !important;
  }

  .news-card{
    min-height:0 !important;
  }
}


/* Final v5 — actual mobile hub selectors */
@media (max-width:800px){

  /* Keep the platform presentation pinned, but vertically compose it:
     hub first, active pillar copy below. */
  .platform-stage{
    position:relative !important;
    height:100svh !important;
    min-height:100svh !important;
    padding:calc(var(--header-h) + 18px) 20px 28px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:12px !important;
    overflow:hidden !important;
  }

  .platform-hub{
    position:relative !important;
    z-index:8;
    left:auto !important;
    top:auto !important;
    width:min(320px,78vw) !important;
    max-width:78vw !important;
    height:auto !important;
    aspect-ratio:1;
    transform:none !important;
    margin:0 auto !important;
    flex:0 0 auto !important;
  }

  .hub-center{
    width:72px !important;
    height:72px !important;
  }

  .pillar-copy{
    position:relative !important;
    z-index:10;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    width:100% !important;
    max-width:520px !important;
    height:245px !important;
    margin:0 auto !important;
    text-align:center !important;
    flex:0 0 245px !important;
    overflow:visible !important;
  }

  .pillar-copy article{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    padding:0 4px 8px !important;
    text-align:center !important;
  }

  .pillar-copy h3{
    max-width:100% !important;
    margin:0 auto !important;
    font-size:clamp(30px,8.2vw,40px) !important;
    line-height:1.02 !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  .pillar-copy p{
    max-width:430px !important;
    margin:14px auto 0 !important;
    font-size:16px !important;
    line-height:1.4 !important;
  }

  /* Overview also belongs below the hub on mobile. */
  .platform-overview{
    position:absolute !important;
    left:20px !important;
    right:20px !important;
    top:auto !important;
    bottom:28px !important;
    width:auto !important;
    text-align:center !important;
  }

  .platform-overview h2{
    font-size:clamp(36px,9vw,48px) !important;
    line-height:1.02 !important;
  }

  .platform-overview p{
    font-size:16px !important;
    line-height:1.42 !important;
  }

  /* Team + News are document-flow sections on phones. */
  .leadership,
  .news{
    position:relative !important;
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
  }

  .leadership-stage,
  .leadership-main,
  .news .section-center{
    height:auto !important;
    min-height:0 !important;
    overflow:visible !important;
  }

  .leadership-stage{
    padding:calc(var(--header-h) + 36px) 22px 0 !important;
  }

  .leadership-main{
    padding:0 0 36px !important;
  }

  .leadership-grid{
    width:100% !important;
    max-width:360px !important;
    margin:34px auto 0 !important;
    gap:32px !important;
  }

  .partners-band{
    position:relative !important;
    inset:auto !important;
    width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-top:10px !important;
  }

  .news .section-center{
    padding:calc(var(--header-h) + 36px) 22px 64px !important;
  }

  .news-grid{
    width:100% !important;
    max-width:460px !important;
    margin:36px auto 0 !important;
    grid-template-columns:1fr !important;
    gap:34px !important;
  }
}


/* Final v6 — supplied team photos + partner logos */
.leadership-grid{grid-template-columns:repeat(3,minmax(180px,230px));gap:30px 38px;margin-top:34px}
.leader-photo{display:block;width:100%;aspect-ratio:1;object-fit:cover;object-position:center;background:var(--seawater);border-radius:12px}
.leader-card h3{margin-top:12px;font-size:clamp(20px,1.55vw,26px)}
.leader-card p{font-size:15px;line-height:1.25}
.partner-logo-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important}
.partner-logo-grid a{min-height:86px!important;padding:12px 16px!important;background:#fff!important;color:var(--seawater)!important}
.partner-logo-grid img{display:block;width:100%;max-width:170px;max-height:64px;object-fit:contain;margin:auto}
.partner-text-logo{font-family:"Source Sans Pro",Arial,sans-serif!important;font-size:32px!important;font-weight:600!important;letter-spacing:.04em}
@media(max-width:800px){
  .platform{height:100svh!important;overflow:hidden!important}
  .platform-stage{height:100svh!important;min-height:100svh!important;padding:var(--header-h) 20px 22px!important;display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(330px,48svh) minmax(0,1fr)!important;row-gap:18px!important;align-items:center!important;overflow:hidden!important}
  .platform-hub{grid-column:1!important;grid-row:1!important;position:relative!important;left:auto!important;top:auto!important;width:min(285px,68vw)!important;max-width:68vw!important;height:auto!important;aspect-ratio:1!important;transform:none!important;margin:auto!important;overflow:visible!important;align-self:center!important}
  .hub-center{width:82px!important;height:82px!important}
  .platform-overview,.pillar-copy{grid-column:1!important;grid-row:2!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%!important;max-width:520px!important;height:auto!important;min-height:0!important;margin:0 auto!important;padding:0!important;transform:none!important;text-align:center!important;align-self:start!important}
  .platform-overview h2{margin:0 auto!important;max-width:100%!important;font-size:clamp(36px,9vw,48px)!important;line-height:1.02!important}
  .platform-overview p{margin:14px auto 0!important;max-width:470px!important;font-size:16px!important;line-height:1.38!important}
  .pillar-copy{height:100%!important}
  .pillar-copy article{position:absolute!important;inset:0!important;width:100%!important;padding:0 2px!important;text-align:center!important}
  .pillar-copy h3{margin:0 auto!important;max-width:100%!important;font-size:clamp(29px,7.5vw,38px)!important;line-height:1.02!important}
  .pillar-copy p{margin:13px auto 0!important;max-width:460px!important;font-size:16px!important;line-height:1.38!important}
  .phase-one{inset:var(--header-h) 0 0!important}
  .leadership{height:auto!important;min-height:0!important;overflow:visible!important}
  .leadership-stage{height:auto!important;min-height:0!important;padding:calc(var(--header-h) + 28px) 22px 0!important}
  .leadership-main{height:auto!important;min-height:0!important;padding:0 0 42px!important}
  .leadership-grid{grid-template-columns:1fr 1fr!important;width:100%!important;max-width:560px!important;gap:28px 18px!important;margin:34px auto 0!important}
  .leader-card h3{font-size:22px!important}.leader-card p{font-size:14px!important}
  .partners-band{position:relative!important;inset:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:100vw!important;min-height:0!important;transform:none!important;margin-left:calc(50% - 50vw)!important}
  .partners-band-inner{min-height:0!important;grid-template-columns:1fr!important;gap:24px!important;padding:38px 22px 44px!important}
  .partner-logo-grid{grid-template-columns:1fr 1fr!important;width:100%!important;gap:12px!important}.partner-logo-grid a{min-height:84px!important}
  .news{height:auto!important;min-height:0!important;overflow:visible!important}
  .news .section-center{height:auto!important;min-height:0!important;padding:calc(var(--header-h) + 36px) 22px 64px!important;overflow:visible!important}
  .future{min-height:100svh!important}
}

/* Preserve existing Chief Terry Paul leadership entry while adding supplied team. */
.leadership-grid{grid-template-columns:repeat(4,minmax(150px,190px));gap:26px 30px}
.leader-photo-placeholder{background:var(--seawater)}
@media(max-width:1000px) and (min-width:801px){.leadership-grid{grid-template-columns:repeat(4,minmax(130px,170px));gap:22px 24px}}
@media(max-width:800px){.leadership-grid{grid-template-columns:1fr 1fr!important}}


/* =========================================================
   FINAL V7 — MOBILE: NATURAL DOCUMENT SCROLL + SUBTLE FADES
   ========================================================= */
.mobile-platform-flow{display:none}

@media(max-width:800px){
  html{scroll-behavior:smooth}
  body{overflow-x:hidden}

  /* Mobile does not use the animated/pinned desktop hub. */
  #platform{display:none!important}

  .mobile-platform-flow{
    display:block;
    background:var(--foam,#f9f9f9);
    color:var(--seawater,#2C4459);
    padding:calc(var(--header-h) + 36px) 22px 72px;
  }

  .mobile-platform-inner{
    width:min(100%,620px);
    margin:0 auto;
  }

  .mobile-hub-static{
    width:min(300px,76vw);
    aspect-ratio:1;
    margin:0 auto 34px;
  }

  .mobile-hub-clone,
  .mobile-hub-clone>*{
    width:100%;
    height:100%;
  }

  .mobile-hub-clone .platform-hub,
  .mobile-hub-clone svg{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    transform:none!important;
    margin:0!important;
    overflow:visible!important;
  }

  .mobile-platform-intro{
    text-align:center;
    margin-bottom:42px;
  }

  .mobile-platform-intro h2{
    margin:0;
    font-family:"Source Serif Pro",Georgia,serif;
    font-weight:600;
    font-size:clamp(42px,11vw,60px);
    line-height:1.02;
    color:var(--seawater);
  }

  .mobile-platform-intro p{
    margin:20px auto 0;
    max-width:560px;
    font-size:18px;
    line-height:1.5;
    font-weight:300;
  }

  .mobile-pillar{
    padding:34px 0;
    border-top:1px solid rgba(44,68,89,.16);
    text-align:center;
  }

  .mobile-pillar:last-child{
    border-bottom:1px solid rgba(44,68,89,.16);
  }

  .mobile-pillar h3{
    margin:0;
    font-family:"Source Serif Pro",Georgia,serif;
    font-weight:600;
    font-size:clamp(32px,8.5vw,44px);
    line-height:1.05;
    color:var(--seawater);
  }

  .mobile-pillar p{
    margin:14px auto 0;
    max-width:540px;
    font-size:17px;
    line-height:1.48;
    font-weight:300;
  }

  /* All formerly pinned scenes become ordinary flowing sections. */
  .history,.legacy,.phase-one,.leadership,.news,.future{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    position:relative!important;
  }

  .history-stage,.legacy-stage,.leadership-stage,.leadership-main,
  .news .section-center{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    position:relative!important;
    transform:none!important;
  }

  /* Show both History and both Legacy states in sequence. */
  .history-state,.legacy-state{
    position:relative!important;
    inset:auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    height:auto!important;
    min-height:0!important;
    pointer-events:auto!important;
    padding:calc(var(--header-h) + 28px) 22px 56px!important;
  }

  .history-state+.history-state,
  .legacy-state+.legacy-state{
    padding-top:56px!important;
  }

  .history-layout,.legacy-layout{
    display:flex!important;
    flex-direction:column!important;
    gap:30px!important;
    width:100%!important;
    height:auto!important;
  }

  .history-image-wrap,.legacy-image-wrap{
    order:1;
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
  }

  .history-copy,.legacy-copy{
    order:2;
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
  }

  .history-copy h2,.legacy-copy h2{
    font-size:clamp(42px,10vw,58px)!important;
  }

  .phase-one{
    padding:72px 22px!important;
  }

  .leadership-stage{
    padding:calc(var(--header-h) + 36px) 22px 0!important;
  }

  .leadership-main{
    padding:0 0 48px!important;
  }

  .leadership-grid{
    grid-template-columns:1fr 1fr!important;
    gap:26px 16px!important;
    width:100%!important;
    max-width:560px!important;
    margin:34px auto 0!important;
  }

  .partners-band{
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
  }

  .partners-band-inner{
    min-height:0!important;
    padding:42px 22px 48px!important;
  }

  .news .section-center{
    padding:calc(var(--header-h) + 36px) 22px 64px!important;
  }

  .news-grid{
    grid-template-columns:1fr!important;
    gap:34px!important;
    width:100%!important;
    max-width:520px!important;
  }

  /* Simple reveal only — no mobile pinning/scrubbing/snapping. */
  .fade-mobile{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .6s ease,transform .6s ease;
  }

  .fade-mobile.is-visible{
    opacity:1;
    transform:none;
  }

  @media(prefers-reduced-motion:reduce){
    .fade-mobile{
      opacity:1;
      transform:none;
      transition:none;
    }
  }
}


/* =========================================================
   FINAL V8 — MOBILE IS COMPLETELY INDEPENDENT OF DESKTOP GSAP
   ========================================================= */
.mobile-platform-flow{display:none}

@media(max-width:800px){
  html{scroll-behavior:smooth!important}
  body{
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior-y:auto!important;
  }

  /* No desktop animated platform on mobile. */
  #platform{display:none!important}
  .mobile-platform-flow{display:block!important}

  /* ----- HERO + VISION: two ordinary consecutive sections ----- */
  .intro{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    position:relative!important;
  }

  .intro-media{
    position:absolute!important;
    inset:0 0 auto!important;
    width:100%!important;
    height:100svh!important;
  }

  .hero-panel{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:100svh!important;
    min-height:560px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  .hero-brand{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  .scroll-prompt{
    opacity:1!important;
    visibility:visible!important;
  }

  .vision-panel{
    position:relative!important;
    inset:auto!important;
    min-height:0!important;
    height:auto!important;
    padding:calc(var(--header-h) + 52px) 22px 64px!important;
    background:var(--foam,#f9f9f9)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  .vision-content,
  .vision-content h1,
  .vision-columns{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  .vision-content{
    width:100%!important;
    max-width:580px!important;
    margin:0 auto!important;
  }

  .vision-content h1{
    font-size:clamp(46px,11.5vw,62px)!important;
    line-height:1.02!important;
  }

  .vision-columns{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }

  /* ----- HISTORY: show each state as a real section ----- */
  .history{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .history-stage{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
  }
  .history-state{
    position:relative!important;
    inset:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:28px!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    padding:64px 22px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .history-state[aria-hidden="true"]{display:flex!important}
  .history-state .inset-image{
    width:100%!important;
    max-width:560px!important;
    height:auto!important;
    aspect-ratio:1.08/1!important;
    margin:0 auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    object-fit:cover!important;
  }
  .history-copy{
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .history-copy h2{
    font-size:clamp(42px,10vw,58px)!important;
    line-height:1.04!important;
  }

  /* ----- STATIC MOBILE HUB / PILLARS ----- */
  .mobile-platform-flow{
    background:var(--foam,#f9f9f9);
    color:var(--seawater,#2C4459);
    padding:70px 22px 76px;
  }
  .mobile-platform-inner{
    width:min(100%,600px);
    margin:0 auto;
  }
  .mobile-platform-intro{
    text-align:center;
    padding-bottom:34px;
  }
  .mobile-hub-graphic{
    width:min(290px,74vw);
    margin:0 auto 28px;
  }
  .mobile-hub-graphic svg{
    display:block;
    width:100%;
    height:auto;
    overflow:visible;
  }
  .mobile-platform-intro h2,
  .mobile-phase-one h2{
    margin:0;
    color:var(--seawater);
    font-family:"Source Serif Pro",Georgia,serif;
    font-weight:600;
    font-size:clamp(42px,10.5vw,58px);
    line-height:1.02;
  }
  .mobile-platform-intro p,
  .mobile-phase-one>p{
    margin:20px auto 0;
    font-size:18px;
    line-height:1.48;
    font-weight:300;
  }
  .mobile-pillar{
    padding:42px 0;
    border-top:1px solid rgba(44,68,89,.16);
    text-align:center;
  }
  .mobile-pillar .mobile-hub-graphic{
    width:min(245px,64vw);
    margin-bottom:24px;
  }
  .mobile-pillar-copy h3{
    margin:0 auto;
    color:var(--seawater);
    font-family:"Source Serif Pro",Georgia,serif;
    font-weight:600;
    font-size:clamp(31px,8vw,42px);
    line-height:1.04;
  }
  .mobile-pillar-copy p{
    margin:14px auto 0;
    max-width:520px;
    font-size:17px;
    line-height:1.46;
  }

  .mobile-phase-one{
    border-top:1px solid rgba(44,68,89,.16);
    padding:52px 0 10px;
    text-align:center;
  }
  .mobile-phase-metrics{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-bottom:42px;
  }
  .mobile-phase-metrics>div{
    min-height:116px;
    padding:18px 12px;
    background:#fff;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-radius:10px;
  }
  .mobile-phase-metrics strong{
    color:var(--plum);
    font-family:"Source Serif Pro",Georgia,serif;
    font-size:30px;
    line-height:1;
  }
  .mobile-phase-metrics span{
    margin-top:8px;
    font-size:14px;
    line-height:1.2;
  }

  /* ----- LEGACY: both states flow normally ----- */
  .legacy{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .legacy-stage{
    height:auto!important;
    min-height:0!important;
  }
  .legacy-state{
    position:relative!important;
    inset:auto!important;
    display:flex!important;
    flex-direction:column!important;
    gap:28px!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    padding:64px 22px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .legacy-state[aria-hidden="true"]{display:flex!important}
  .legacy-copy{
    order:2!important;
    width:100%!important;
    max-width:560px!important;
    margin:0 auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .legacy-image{
    order:1!important;
    width:100%!important;
    max-width:560px!important;
    height:auto!important;
    margin:0 auto!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }

  /* ----- TEAM / PARTNERS / NEWS: natural document flow ----- */
  .leadership,.news{
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
  }
  .leadership-stage,.leadership-main,.news .section-center{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    overflow:visible!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .leadership-stage{
    padding:calc(var(--header-h) + 34px) 22px 0!important;
  }
  .leadership-main{padding:0 0 50px!important}
  .leadership-grid{
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
    max-width:560px!important;
    gap:28px 16px!important;
    margin:34px auto 0!important;
  }
  .partners-band{
    position:relative!important;
    inset:auto!important;
    width:100vw!important;
    height:auto!important;
    min-height:0!important;
    margin-left:calc(50% - 50vw)!important;
    transform:none!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .partners-band-inner{
    height:auto!important;
    min-height:0!important;
    padding:42px 22px 48px!important;
  }
  .partner-logo-grid{
    grid-template-columns:1fr 1fr!important;
  }
  .news .section-center{
    padding:calc(var(--header-h) + 34px) 22px 64px!important;
  }
  .news-grid{
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:520px!important;
    gap:34px!important;
  }

  /* ----- FINAL + FOOTER: proper normal-flow mobile composition ----- */
  .future{
    position:relative!important;
    min-height:0!important;
    height:auto!important;
    overflow:visible!important;
    background:var(--seawater)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .future-media{
    position:relative!important;
    inset:auto!important;
    height:66svh!important;
    min-height:500px!important;
  }
  .future-content{
    position:absolute!important;
    left:22px!important;
    right:22px!important;
    top:33svh!important;
    width:auto!important;
    transform:translateY(-50%)!important;
    opacity:1!important;
    visibility:visible!important;
  }
  .future-content h2{
    font-size:clamp(50px,12vw,68px)!important;
  }
  .future-footer{
    position:relative!important;
    inset:auto!important;
    height:auto!important;
    min-height:0!important;
    padding:38px 22px 44px!important;
  }
  .future-footer-inner{
    height:auto!important;
    grid-template-columns:1fr!important;
    gap:26px!important;
  }

  /* lightweight mobile reveal only */
  .fade-mobile{
    opacity:0;
    transform:translateY(16px);
    transition:opacity .55s ease,transform .55s ease;
  }
  .fade-mobile.is-visible{
    opacity:1;
    transform:none;
  }

  @media(prefers-reduced-motion:reduce){
    .fade-mobile{opacity:1;transform:none;transition:none}
  }
}


/* =========================================================
   FINAL V9 — MOBILE VISIBILITY/COLOR CLEANUP
   ========================================================= */
@media(max-width:800px){
  /* Never let desktop GSAP initial states hide whole mobile sections. */
  #intro,
  #history,
  #legacy,
  #leadership,
  #news,
  #future{
    opacity:1!important;
    visibility:visible!important;
  }

  /* Vision is a light mobile section, regardless of desktop timeline state. */
  .vision-panel{
    background:var(--foam,#f9f9f9)!important;
    color:var(--seawater,#2C4459)!important;
  }
  .vision-panel h1,
  .vision-panel p,
  .vision-panel .body-copy{
    color:var(--seawater,#2C4459)!important;
    opacity:1!important;
    visibility:visible!important;
  }

  /* History is light and must not inherit hidden/transparent desktop states. */
  .history,
  .history-state{
    background:var(--foam,#f9f9f9)!important;
    color:var(--seawater,#2C4459)!important;
  }
  .history-copy h2,
  .history-copy p{
    color:var(--seawater,#2C4459)!important;
  }

  /* Legacy remains intentionally dark. */
  .legacy,
  .legacy-state{
    background:var(--seawater,#2C4459)!important;
    color:#fff!important;
  }
  .legacy-copy h2,
  .legacy-copy p{
    color:inherit!important;
  }

  /* Team + News are ordinary light sections. */
  .leadership,
  .news{
    background:var(--foam,#f9f9f9)!important;
    color:var(--seawater,#2C4459)!important;
  }
  .leadership-main,
  .news .section-center,
  .leadership-main h2,
  .leadership-main p,
  .news h2,
  .news p{
    opacity:1!important;
    visibility:visible!important;
  }

  /* Footer/final must not inherit a timeline translate/alpha state. */
  .future,
  .future-media,
  .future-content,
  .future-footer,
  .future-footer-inner{
    opacity:1!important;
    visibility:visible!important;
  }
  .future-footer{
    background:var(--solar,#F4A971)!important;
    color:var(--terrain,#3D2228)!important;
  }
  .future-footer p,
  .future-footer label{
    color:inherit!important;
  }
}


/* Final v10 — mobile nav + centered odd grid items */
@media(max-width:800px){
  .leadership-grid > .leader-card:last-child:nth-child(odd){
    grid-column:1 / -1;
    width:calc((100% - 16px) / 2);
    justify-self:center;
  }

  .partner-logo-grid > a:last-child:nth-child(odd){
    grid-column:1 / -1;
    width:calc((100% - 12px) / 2);
    justify-self:center;
  }
}


/* Final v11 — deterministic mobile header colors */
@media(max-width:800px){
  #siteHeader{
    color:#fff;
  }

  #siteHeader .header-logo{
    filter:brightness(0) invert(1);
  }

  #siteHeader .menu-button span,
  #siteHeader .menu-button span::before,
  #siteHeader .menu-button span::after{
    background:#fff;
  }

  #siteHeader.is-over-dark{
    color:#fff!important;
  }

  #siteHeader.is-over-dark .header-logo{
    filter:brightness(0) invert(1)!important;
  }

  #siteHeader.is-over-dark .menu-button span,
  #siteHeader.is-over-dark .menu-button span::before,
  #siteHeader.is-over-dark .menu-button span::after{
    background:#fff!important;
  }

  #siteHeader.is-over-light{
    color:var(--seawater,#2C4459)!important;
  }

  #siteHeader.is-over-light .header-logo{
    filter:none!important;
  }

  #siteHeader.is-over-light .menu-button span,
  #siteHeader.is-over-light .menu-button span::before,
  #siteHeader.is-over-light .menu-button span::after{
    background:var(--seawater,#2C4459)!important;
  }
}


/* =========================================================
   FINAL V13 — COMPACT DESKTOP / LAPTOP HEIGHTS
   Keep the desktop GSAP timeline and snap behavior intact,
   but scale the compositions vertically so each snap state
   remains fully visible on shorter desktop viewports.
   ========================================================= */
@media (min-width:801px) and (max-height:1080px){
  :root{
    --header-h:72px;
  }

  .header-inner{grid-template-columns:135px 1fr auto}
  .brand img{width:135px}
  .desktop-nav a,.contact-button{font-size:16px}

  /* Hero / Vision */
  .hero-brand img{width:min(500px,62vw)}
  .hero-brand p{
    margin-top:20px;
    font-size:clamp(20px,2.15vw,29px);
  }
  .scroll-prompt{bottom:26px;font-size:15px}
  .vision-content h1{
    font-size:clamp(58px,7.2vw,94px);
    max-width:900px;
  }
  .vision-columns{
    margin-top:28px;
    gap:clamp(30px,5vw,64px);
  }
  .vision-columns .body-copy{
    font-size:clamp(17px,1.45vw,20px);
    line-height:1.38;
  }

  /* History */
  .history-state{
    gap:clamp(34px,5vw,62px);
    padding-bottom:20px;
  }
  .history-state .inset-image{
    max-height:52vh;
  }
  .history-copy h2{
    margin-bottom:18px;
    font-size:clamp(46px,3.9vw,60px);
    line-height:1.02;
  }
  .history-copy .body-copy{
    font-size:clamp(17px,1.45vw,20px);
    line-height:1.38;
  }

  /* Platform / Hub */
  .platform-hub{
    top:37%;
    width:min(390px,34vw);
  }
  .hub-center{width:102px;height:102px}
  .platform-overview{
    top:66%;
    width:min(680px,70vw);
  }
  .platform-overview h2,.phase-copy h2{
    font-size:clamp(44px,4vw,58px);
  }
  .platform-overview p,
  .pillar-copy p,
  .phase-copy p{
    font-size:clamp(17px,1.4vw,20px);
    line-height:1.38;
  }
  .pillar-copy{
    top:43%;
    width:min(470px,36vw);
  }
  .pillar-copy h3{
    font-size:clamp(33px,2.65vw,42px);
  }
  .phase-one{
    padding-bottom:14px;
  }
  .phase-circle{
    width:105px;
  }
  .phase-copy{
    margin-top:26px;
  }
  .phase-copy p{
    margin-top:16px;
  }
  .phase-metric strong{
    font-size:clamp(26px,2.1vw,34px);
  }
  .phase-metric i{
    margin:9px auto 6px;
  }
  .phase-metric span{
    font-size:14px;
  }

  /* Legacy */
  .legacy-state{
    gap:clamp(36px,5vw,64px);
    padding-bottom:20px;
  }
  .legacy-image{
    max-height:52vh;
  }
  .legacy-copy h2{
    margin-bottom:18px;
    font-size:clamp(43px,4vw,58px);
  }
  .legacy-copy .body-copy{
    font-size:clamp(17px,1.45vw,20px);
    line-height:1.38;
  }

  /* Leadership / Partners */
  .leadership-main{
    justify-content:flex-start;
    padding-top:24px;
    padding-bottom:64px;
  }
  .leadership-main .section-heading h2,
  .news .section-heading h2{
    font-size:clamp(46px,4.3vw,62px);
  }
  .leadership-main .section-heading p,
  .news .section-heading p{
    margin-top:12px;
    font-size:18px;
    line-height:1.35;
  }
  .leadership-grid{
    grid-template-columns:repeat(4,minmax(120px,145px));
    gap:16px 24px;
    margin-top:20px;
  }
  .leader-card h3{
    margin-top:8px;
    font-size:18px;
  }
  .leader-card p{
    font-size:13px;
    line-height:1.15;
  }
  .partners-band{
    bottom:-220px;
    min-height:220px;
  }
  .partners-band-inner{
    min-height:220px;
    gap:38px;
  }
  .partners-copy h2{
    font-size:clamp(38px,3.6vw,52px);
  }
  .partners-copy p{
    margin-top:10px;
    font-size:16px;
    line-height:1.3;
  }
  .partners-band .partner-logo-grid{
    gap:10px!important;
  }
  .partners-band .partner-logo-grid a{
    min-height:62px!important;
    padding:8px 12px!important;
  }
  .partners-band .partner-logo-grid img{
    max-height:46px;
  }

  /* News */
  .news .section-center{
    justify-content:flex-start;
    padding-top:calc(var(--header-h) + 24px);
  }
  .news-grid{
    width:min(820px,88%);
    margin-top:24px;
    gap:24px;
  }
  .news-placeholder-image{
    aspect-ratio:1.75/1;
  }
  .news-card-meta{
    margin-top:11px;
  }
  .news-card h3{
    font-size:21px;
  }
  .news-card p{
    margin-top:4px;
    font-size:15px;
  }

  /* Future */
  .future-media{
    inset:0 0 160px;
  }
  .future-content{
    top:40%;
  }
  .future-content h2{
    font-size:clamp(54px,5vw,72px);
  }
  .future-content p{
    margin-top:16px;
    font-size:20px;
  }
  .future-footer{
    height:160px;
  }
}

/* Extra safety for unusually short desktop browser windows. */
@media (min-width:801px) and (max-height:690px){
  :root{--header-h:62px}

  .vision-content h1{font-size:clamp(50px,6.3vw,78px)}
  .vision-columns{margin-top:20px}
  .vision-columns .body-copy,
  .history-copy .body-copy,
  .legacy-copy .body-copy,
  .platform-overview p,
  .pillar-copy p,
  .phase-copy p{
    font-size:16px;
    line-height:1.32;
  }

  .history-state .inset-image,
  .legacy-image{max-height:46vh}
  .history-copy h2,
  .legacy-copy h2{font-size:clamp(38px,3.5vw,50px)}

  .platform-hub{width:min(320px,29vw);top:36%}
  .platform-overview{top:64%}
  .platform-overview h2,.phase-copy h2{font-size:42px}
  .pillar-copy h3{font-size:32px}

  .leadership-main{padding-top:12px}
  .leadership-grid{
    grid-template-columns:repeat(4,minmax(105px,125px));
    gap:10px 20px;
    margin-top:14px;
  }
  .leader-card h3{font-size:16px}
  .leader-card p{font-size:12px}
  .partners-band{bottom:-185px;min-height:185px}
  .partners-band-inner{min-height:185px}
  .partners-band .partner-logo-grid a{min-height:50px!important}

  .news-grid{width:min(720px,84%);margin-top:16px}
  .news-placeholder-image{aspect-ratio:2.05/1}
}


/* Final v14 — Platform overview safety for normal laptop-height desktops.
   This starts earlier than the full compact-desktop treatment because the
   three-line Seven Pillars heading is the first composition to run out of
   vertical room. */
@media (min-width:801px) and (max-height:1080px){
  .platform-hub{
    top:35%;
    width:min(390px,34vw);
  }

  .hub-center{
    width:102px;
    height:102px;
  }

  .platform-overview{
    top:62%;
    width:min(720px,72vw);
  }

  .platform-overview h2{
    font-size:clamp(44px,4vw,58px);
    line-height:1.02;
  }

  .platform-overview p{
    margin-top:15px;
    max-width:700px;
    font-size:clamp(17px,1.4vw,20px);
    line-height:1.35;
  }
}


/* Final v16 — supplied Indigenous Partnered icon */
.phase-metric .phase-metric-icon{
  display:flex;
  align-items:center;
  justify-content:center;
}
.phase-metric .phase-metric-icon img{
  display:block;
  width:34px;
  height:34px;
  object-fit:contain;
}


/* Final v17 — Indigenous Partnered icon replaces, rather than stacks with,
   the previous checkmark/icon in both desktop and mobile metrics. */
.metric-partner-icon{
  display:flex!important;
  align-items:center;
  justify-content:center;
}
.metric-partner-icon img{
  display:block;
  width:34px;
  height:34px;
  object-fit:contain;
}


/* Final v18 — supplied Indigenous Partnered icon fully replaces old desktop icon */
.metric-indigenous .phase-metric-icon{
  margin-bottom:8px;
}
.metric-indigenous .phase-metric-icon img,
.metric-partner-icon img{
  width:44px;
  height:44px;
  display:block;
  object-fit:contain;
}


/* Final v19 — Indigenous Partnered icon is not a divider <i>.
   The generic .phase-metric i rule draws the horizontal metric line,
   so this icon uses its own span wrapper instead. */
.metric-indigenous .phase-metric-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:auto;
  height:auto;
  margin:0 auto 9px;
  background:none;
}
.metric-indigenous .phase-metric-icon img{
  display:block;
  width:44px;
  height:44px;
  object-fit:contain;
}


/* Final v20 — Indigenous Partnered uses separate icon + standard divider */
.metric-indigenous .phase-metric-icon{
  margin-bottom:8px;
}
.metric-indigenous > i{
  margin:0 auto 8px;
}


/* =========================================================
   V21 — client review refinements
   ========================================================= */
@media (min-width:801px){
  /* History and Legacy headings use a shared, smaller display scale
     so the long titles wrap more naturally and consistently. */
  .history-copy h2,
  .legacy-copy h2{
    font-size:clamp(42px,3.45vw,58px);
    line-height:1.04;
  }

  /* Keep the Seven Pillars title on one line and reclaim vertical room. */
  .platform-overview{
    width:min(1120px,82vw);
  }
  .platform-overview h2{
    white-space:nowrap;
    font-size:clamp(40px,3.65vw,56px);
    line-height:1.02;
  }
  .platform-overview p{
    max-width:800px;
    margin-top:18px;
  }

  /* Leadership names: exactly two lines, with a consistent rhythm. */
  .leader-card h3{
    min-height:2.15em;
    line-height:1.05;
  }
}

/* Preserve the one-line Seven Pillars treatment on compact desktop too. */
@media (min-width:801px) and (max-height:1080px){
  .platform-overview{
    width:min(1120px,84vw);
    top:61%;
  }
  .platform-overview h2{
    white-space:nowrap;
    font-size:clamp(38px,3.35vw,52px);
  }
  .platform-overview p{
    margin-top:13px;
  }
}


/* =========================================================
   V24 — single-line desktop display headlines
   Leadership names intentionally keep their requested <br>.
   ========================================================= */
@media (min-width:801px){
  .history-copy,
  .legacy-copy{
    overflow:visible;
  }

  .history-copy h2,
  .legacy-copy h2{
    width:max-content;
    max-width:none;
    white-space:nowrap;
    font-size:clamp(34px,2.75vw,48px);
    line-height:1.04;
  }

  /* The copy columns stay readable; only the display heading can extend. */
  .history-copy p,
  .legacy-copy p{
    max-width:620px;
  }

  .platform-overview{
    width:min(1280px,94vw);
  }

  .platform-overview h2{
    width:max-content;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    white-space:nowrap;
    font-size:clamp(38px,3.25vw,52px);
  }
}

/* Slightly tighter scale on narrower desktop widths so the one-line
   headline treatment does not create horizontal overflow. */
@media (min-width:801px) and (max-width:1280px){
  .history-copy h2,
  .legacy-copy h2{
    font-size:clamp(30px,2.65vw,38px);
  }

  .platform-overview h2{
    font-size:clamp(34px,3vw,42px);
  }
}

/* Mobile continues to wrap naturally. */
@media (max-width:800px){
  .history-copy h2,
  .legacy-copy h2,
  .platform-overview h2,
  .mobile-platform-intro h2{
    width:auto!important;
    max-width:100%!important;
    white-space:normal!important;
  }
}


/* =========================================================
   V25 — clarified headline wrapping
   ========================================================= */
@media (min-width:801px){

  /* Seven Pillars: use the full presentation width. Keep it on one line
     when it fits; allow normal wrapping rather than clipping. */
  .platform-overview{
    width:min(1380px,96vw);
  }
  .platform-overview h2{
    width:auto;
    max-width:100%;
    white-space:normal;
    text-wrap:balance;
    font-size:clamp(38px,3.25vw,52px);
  }

  /* Legacy first slide: preserve the intended two-line statement. */
  .legacy-state-one .legacy-copy h2{
    width:auto;
    max-width:720px;
    white-space:normal;
    font-size:clamp(42px,3.45vw,58px);
  }
  .legacy-state-one .headline-line{
    display:block;
  }

  /* Community Legacy: restore ordinary previous wrapping. */
  .legacy-community-title{
    width:auto!important;
    max-width:680px!important;
    white-space:normal!important;
    text-wrap:balance;
    font-size:clamp(42px,3.45vw,58px)!important;
  }

  /* News heading: full-width line when possible, but naturally wraps
     if the viewport truly requires it. */
  .news .section-heading{
    width:min(1220px,94vw);
  }
  .news .news-title{
    width:auto;
    max-width:100%;
    white-space:normal;
    text-wrap:balance;
  }

  /* Future: explicit two-line title from markup. */
  .future-content h2{
    white-space:normal;
  }
}

/* Mobile keeps its existing natural wrapping; explicit Future break remains. */
@media (max-width:800px){
  .legacy-state-one .headline-line{
    display:block;
  }
}


/* V26 — restore previous wrapping for the first History headline */
@media (min-width:801px){
  .history-harbour-title{
    width:auto!important;
    max-width:620px!important;
    white-space:normal!important;
    text-wrap:balance;
    font-size:clamp(42px,3.45vw,58px)!important;
    line-height:1.04!important;
  }
}


/* V27 — balanced display-heading wrapping */
h2,
h3{
  text-wrap-style:balance;
}

/* Client feedback v28 — expanded leadership, centered final partner, office address */
.leadership-grid-expanded{
  grid-template-columns:repeat(4,minmax(110px,150px));
  gap:14px 24px;
  margin-top:18px;
}
.leadership-grid-expanded .leader-card h3{font-size:17px;line-height:1.05;margin-top:7px}
.leadership-grid-expanded .leader-card p{font-size:12px;line-height:1.15}
.partner-logo-grid > a:last-child:nth-child(odd){grid-column:2 / span 2;justify-self:center;width:calc(50% - 7px)}
.office-address{margin-top:8px;font-style:normal;font-size:14px;line-height:1.35;color:inherit}
@media(max-width:800px){
  .leadership-grid-expanded{grid-template-columns:1fr 1fr!important;gap:28px 18px!important;max-width:560px!important;margin:34px auto 0!important}
  .leadership-grid-expanded .leader-card h3{font-size:22px!important}
  .leadership-grid-expanded .leader-card p{font-size:14px!important;line-height:1.25!important}
  .partner-logo-grid > a:last-child:nth-child(odd){grid-column:1 / -1!important;width:calc(50% - 6px)!important}
  .office-address{font-size:13px}
}


/* =========================================================
   V29 — grouped leadership, centered partners, news modal
   ========================================================= */

/* Center the full partner logo collection on desktop, including partial rows. */
@media (min-width:801px){
  .partners-band .partner-logo-grid{
    display:flex!important;
    flex-wrap:wrap;
    justify-content:center;
    align-items:stretch;
    width:100%;
    max-width:1040px;
    margin:0 auto;
    gap:14px!important;
  }
  .partners-band .partner-logo-grid > a{
    flex:0 1 calc(25% - 11px);
    width:auto!important;
    min-width:150px;
    max-width:230px;
    grid-column:auto!important;
    justify-self:auto!important;
  }

  /* Leadership mirrors the PPT structure while staying compact enough for the pinned frame. */
  .leadership-main{
    padding-top:14px!important;
    padding-bottom:36px!important;
  }
  .leadership-main .section-heading{
    margin-bottom:12px;
  }
  .leadership-main .section-heading h2{
    font-size:clamp(40px,3.55vw,56px);
  }
  .leadership-main .section-heading p{
    margin-top:8px;
    font-size:16px;
  }
  .leadership-groups{
    width:min(1180px,94%);
    margin:12px auto 0;
    display:grid;
    gap:14px;
  }
  .leadership-group-title{
    margin:0 0 8px;
    color:var(--orange);
    font-family:"Source Sans Pro",Arial,sans-serif;
    font-size:13px;
    line-height:1;
    font-weight:600;
    letter-spacing:.055em;
    text-transform:uppercase;
  }
  .leadership-grid-expanded{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:10px 22px!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
  .leader-card{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    align-items:center;
    text-align:left;
    min-width:0;
  }
  .leader-photo{
    width:58px!important;
    height:68px!important;
    aspect-ratio:auto!important;
    border-radius:2px!important;
    object-fit:cover;
    object-position:center;
  }
  .leader-card-copy{
    min-width:0;
  }
  .leadership-grid-expanded .leader-card h3{
    min-height:0!important;
    margin:0 0 4px!important;
    color:var(--seawater);
    font-family:"Source Serif Pro",Georgia,serif;
    font-size:clamp(14px,1.05vw,17px)!important;
    line-height:1.05!important;
    text-wrap-style:balance;
  }
  .leadership-grid-expanded .leader-card p{
    margin:0!important;
    color:var(--seawater)!important;
    font-size:clamp(11px,.8vw,13px)!important;
    line-height:1.16!important;
  }
}

/* Mobile/tablet leadership keeps the same grouping but stacks comfortably. */
@media (max-width:800px){
  .leadership-groups{
    width:100%;
    max-width:560px;
    margin:28px auto 0;
  }
  .leadership-group + .leadership-group{
    margin-top:34px;
  }
  .leadership-group-title{
    margin:0 0 16px;
    color:var(--orange);
    font-family:"Source Sans Pro",Arial,sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:.055em;
    text-transform:uppercase;
  }
  .leadership-grid-expanded{
    margin:0 auto!important;
  }
  .leader-card-copy h3{
    margin-bottom:5px!important;
  }
}

/* News modal */
body.modal-open{
  overflow:hidden;
}
.news-modal[hidden]{
  display:none!important;
}
.news-modal{
  position:fixed;
  inset:0;
  z-index:10000;
  display:grid;
  place-items:center;
  padding:24px;
}
.news-modal .modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(39,34,51,.72);
  backdrop-filter:blur(4px);
}
.news-modal-card{
  position:relative;
  z-index:1;
  width:min(780px,100%);
  max-height:min(760px,calc(100vh - 48px));
  overflow:auto;
  padding:clamp(30px,4vw,54px);
  background:var(--foam);
  border-radius:14px;
  color:var(--plum);
  box-shadow:0 24px 80px rgba(0,0,0,.28);
}
.news-modal-publication{
  margin:0 0 10px;
  color:var(--orange);
  font-size:15px;
}
.news-modal-card h2{
  margin:0 42px 24px 0;
  color:var(--seawater);
  font-family:"Source Serif Pro",Georgia,serif;
  font-size:clamp(34px,4vw,54px);
  line-height:1.04;
}
.news-modal-body{
  font-size:18px;
  line-height:1.6;
  font-weight:300;
}
.news-modal-body p{
  margin:0 0 1.2em;
}
.news-modal .modal-close{
  z-index:2;
}


/* =========================================================
   V30 — larger desktop leadership cards
   Keep the compact horizontal PPT-inspired layout, but give
   portraits and copy more presence within the available frame.
   ========================================================= */
@media (min-width:801px){
  .leadership-groups{
    width:min(1320px,96%);
    gap:20px;
    margin-top:18px;
  }

  .leadership-group-title{
    margin-bottom:11px;
    font-size:14px;
  }

  .leadership-grid-expanded{
    gap:16px 28px!important;
  }

  .leader-card{
    grid-template-columns:82px minmax(0,1fr);
    gap:14px;
    align-items:center;
  }

  .leader-photo{
    width:82px!important;
    height:96px!important;
  }

  .leadership-grid-expanded .leader-card h3{
    font-size:clamp(17px,1.25vw,20px)!important;
    line-height:1.08!important;
    margin:0 0 6px!important;
    white-space:normal;
  }

  .leadership-grid-expanded .leader-card p{
    font-size:clamp(13px,.92vw,15px)!important;
    line-height:1.22!important;
    white-space:normal;
  }
}

/* Preserve enough breathing room on shorter laptop-height screens. */
@media (min-width:801px) and (max-height:820px){
  .leadership-groups{
    gap:14px;
    margin-top:12px;
  }

  .leadership-grid-expanded{
    gap:10px 24px!important;
  }

  .leader-card{
    grid-template-columns:70px minmax(0,1fr);
    gap:12px;
  }

  .leader-photo{
    width:70px!important;
    height:80px!important;
  }

  .leadership-grid-expanded .leader-card h3{
    font-size:16px!important;
    margin-bottom:4px!important;
  }

  .leadership-grid-expanded .leader-card p{
    font-size:12px!important;
    line-height:1.16!important;
  }
}


/* V31 — complete supplied leadership photography */
.leader-photo{
  object-fit:cover;
  object-position:center 28%;
}
@media (max-width:800px){
  .leader-photo{
    object-position:center 25%;
  }
}


/* =========================================================
   V32 — three press releases + full article modals
   ========================================================= */
@media (min-width:801px){
  .news-grid-releases{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:clamp(24px,2.6vw,42px)!important;
    width:min(1320px,94vw);
    margin-left:auto;
    margin-right:auto;
  }
  .news-grid-releases .news-card h3{
    font-size:clamp(18px,1.45vw,24px);
    line-height:1.12;
  }
  .news-grid-releases .news-card-meta{gap:14px}
}
.news-placeholder-image{position:relative}
.news-placeholder-image > span{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  color:rgba(44,68,89,.48);font-size:12px;letter-spacing:.04em;text-transform:uppercase
}
.news-modal-card{width:min(900px,100%)!important}
.news-modal-body h3{
  margin:1.65em 0 .35em;color:var(--seawater);font-family:"Source Serif Pro",Georgia,serif;
  font-size:clamp(21px,2vw,29px);line-height:1.15
}
.news-modal-body blockquote{
  margin:1.4em 0;padding:0 0 0 22px;border-left:2px solid var(--orange);
  color:var(--plum);font-style:italic;line-height:1.6
}
.news-modal-body a{color:var(--seawater)}
.news-source-link{display:inline-block;margin-top:.5em;font-weight:600}
.news-modal-contact{margin-top:2em!important;padding-top:1.4em;border-top:1px solid rgba(44,68,89,.18)}
@media (max-width:800px){
  .news-grid-releases{grid-template-columns:1fr!important}
  .news-modal{padding:12px!important}
  .news-modal-card{max-height:calc(100dvh - 24px)!important;padding:28px 22px!important}
}


/* =========================================================
   V33 — text-only press cards + modal-native scrolling
   ========================================================= */
.news-grid-releases .news-card{
  display:flex;
  align-items:stretch;
}
.news-grid-releases .news-card-meta{
  width:100%;
  margin-top:0;
  padding:clamp(22px,2.4vw,34px);
  border:1px solid rgba(44,68,89,.16);
  border-radius:12px;
  background:#fff;
}
.news-grid-releases .news-card-meta > div{
  min-width:0;
}
.news-grid-releases .news-card button{
  align-self:flex-start;
}

.news-modal{
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
}
.news-modal-card{
  max-height:calc(100dvh - 48px)!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  touch-action:pan-y;
}
body.modal-open{
  overflow:hidden!important;
}
@media (max-width:800px){
  .news-grid-releases .news-card-meta{
    padding:22px;
  }
  .news-modal-card{
    max-height:calc(100dvh - 24px)!important;
  }
}


/* V34 — user-supplied Blue Water release image inside modal only */
.news-modal-image{
  display:block;
  width:100%;
  height:auto;
  margin:0 0 28px;
  border-radius:10px;
}


/* V35 — local source PDF links inside press-release modals */
.news-pdf-link-wrap{
  margin-top:2rem!important;
  padding-top:1.15rem;
  border-top:1px solid rgba(44,68,89,.18);
}
.news-pdf-link{
  display:inline-block;
  font-weight:600;
  text-decoration:none;
}
