@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap');

:root {
  --navy: #071a2b;
  --navy-2: #0b2940;
  --sky: #35b7e6;
  --orange: #ff7a1a;
  --paper: #f4f2ed;
  --ink: #102333;
  --muted: #657480;
  --line: rgba(16, 35, 51, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html.lenis { scroll-behavior: auto; }
section[id] { scroll-margin-top: 24px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 130px; }

.hero { min-height: 850px; height: 100svh; max-height: 1040px; color: var(--navy); position: relative; isolation: isolate; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: var(--navy); }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.hero-shade {
  z-index: -2;
  display: none;
}
.hero::after { display: none; }

.site-header { height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(7,26,43,.2); }
.brand { width: 136px; }
.brand img { width: 100%; height: auto; filter: brightness(0) saturate(100%) invert(8%) sepia(34%) saturate(1301%) hue-rotate(164deg) brightness(94%) contrast(101%); }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; }
.desktop-nav a { opacity: .84; transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: 1; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 700; }
.header-cta span, .text-link span { color: var(--sky); font-size: 18px; }
.mobile-menu { display: none; }

.hero-content { padding-top: clamp(130px, 17vh, 185px); }
.eyebrow { margin: 0 0 28px; display: flex; align-items: center; gap: 12px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 32px; height: 2px; background: var(--orange); }
.hero h1 { margin: 0; max-width: 890px; font-size: clamp(58px, 7.3vw, 104px); line-height: .92; letter-spacing: -.055em; font-weight: 600; }
.hero h1, .hero-copy, .hero .eyebrow, .hero .light-link { text-shadow: 0 2px 26px rgba(255,255,255,.68); }
.hero h1 em { font-family: "Newsreader", Georgia, serif; font-weight: 600; color: #075c7d; }
.hero-copy { max-width: 610px; margin: 34px 0 0; font-size: 18px; line-height: 1.7; color: rgba(7,26,43,.82); font-weight: 600; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 58px; padding: 0 25px; font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #eb6b0e; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 13px; font-weight: 700; }
.light-link { color: white; border-color: rgba(255,255,255,.4); }
.hero .light-link { color: var(--navy); border-color: rgba(7,26,43,.4); }
.hero .header-cta span, .hero .text-link span { color: var(--orange); }
.hero-foot { position: absolute; left: 50%; bottom: 36px; transform: translateX(-50%); display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: rgba(7,26,43,.62); }
.hero-foot p { margin: 0; }
.scroll-cue { display: flex; align-items: center; gap: 11px; }
.scroll-cue span { width: 30px; height: 1px; background: var(--orange); }

.stats { background: var(--navy); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 188px; padding: 38px 30px; border-right: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; justify-content: space-between; }
.stat:first-child { border-left: 1px solid rgba(255,255,255,.1); }
.stat strong { font-size: 44px; line-height: 1; letter-spacing: -.04em; color: var(--sky); }
.stat span { max-width: 175px; font-size: 11px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.57); }

.section-label { margin-bottom: 64px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: #78909e; }
.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 11vw; align-items: start; }
.intro h2 { max-width: 740px; margin: 0; font-size: clamp(44px, 5.2vw, 74px); line-height: 1.03; letter-spacing: -.05em; font-weight: 600; }
.intro-copy { padding-top: 8px; }
.intro-copy p { margin: 0 0 22px; font-size: 16px; line-height: 1.8; color: var(--muted); }
.intro-copy .text-link { margin-top: 16px; }

.manifesto { background: #dce9ef; overflow: hidden; }
.manifesto-grid { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.manifesto-image { position: relative; min-height: 620px; margin-left: calc((100vw - min(1240px, calc(100vw - 48px))) / -2); }
.manifesto-image img { width: 100%; height: 100%; object-fit: cover; }
.image-index { position: absolute; left: 24px; bottom: 24px; padding: 9px 12px; background: rgba(7,26,43,.86); color: white; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.manifesto-content { display: flex; flex-direction: column; justify-content: center; padding: 80px 7vw; }
.manifesto-content .eyebrow { color: #526c7a; }
.manifesto-content blockquote { margin: 24px 0 30px; font-size: clamp(50px, 5vw, 74px); line-height: 1.02; letter-spacing: -.05em; font-weight: 600; }
.manifesto-content blockquote em { display: block; color: #087aa5; font-family: "Newsreader", Georgia, serif; font-weight: 500; }
.manifesto-content > p:last-child { max-width: 500px; margin: 0; color: #526c7a; font-size: 16px; line-height: 1.8; }

.section-heading { margin-bottom: 68px; display: grid; grid-template-columns: 1fr 370px; gap: 8vw; align-items: end; }
.section-heading h2 { max-width: 790px; margin: 0; font-size: clamp(45px, 5vw, 72px); line-height: 1.02; letter-spacing: -.05em; font-weight: 600; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pillar-grid article { min-height: 360px; padding: 30px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.pillar-number { font-size: 10px; letter-spacing: .14em; color: #8496a1; }
.pillar-grid h3 { margin: auto 0 18px; font-size: 36px; letter-spacing: -.04em; font-weight: 600; }
.pillar-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.pillar-grid .pillar-highlight { background: var(--orange); color: white; border-color: var(--orange); }
.pillar-highlight .pillar-number, .pillar-highlight p { color: rgba(255,255,255,.74); }

.projects { background: var(--navy); color: white; }
.section-label.inverse { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.52); }
.inverse-heading > p { color: rgba(255,255,255,.58); }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.project-card { overflow: hidden; background: #fff; color: var(--ink); min-height: 530px; display: flex; flex-direction: column; transition: transform .25s ease; }
.project-card:hover { transform: translateY(-6px); }
.project-visual { height: 245px; position: relative; overflow: hidden; display: grid; place-items: center; background: #eef5f8; }
.project-visual img { width: 70%; height: 70%; object-fit: contain; mix-blend-mode: multiply; }
.project-visual > span { position: absolute; right: 18px; top: 18px; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: white; font-size: 10px; }
.project-card.orange .project-visual { background: #fff0e2; }
.project-card.orange .project-visual > span { background: var(--orange); }
.project-card.navy .project-visual { background: #e8edf0; }
.project-card.blue .project-visual > span { background: #0787ba; }
.project-body { padding: 30px 28px 34px; flex: 1; display: flex; flex-direction: column; }
.project-body > p { margin: 0 0 14px; color: #748793; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.project-body h3 { margin: 0; font-size: 28px; line-height: 1.12; letter-spacing: -.035em; font-weight: 600; }
.project-copy { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.7; }
.button-outline { margin-top: 42px; border: 1px solid rgba(255,255,255,.35); color: white; }
.button-outline:hover { background: white; color: var(--navy); }

.impact-head { display: grid; grid-template-columns: 1fr 330px; gap: 8vw; align-items: end; margin-bottom: 60px; }
.impact-head h2 { max-width: 860px; margin: 0; font-size: clamp(48px, 5.7vw, 80px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.impact-head > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.photo-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: repeat(2, 315px); gap: 18px; }
.photo-grid figure { margin: 0; position: relative; overflow: hidden; background: #d9e2e6; }
.photo-grid .photo-main { grid-row: 1 / 3; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-grid figure:hover img { transform: scale(1.025); }
.photo-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 22px 20px; display: flex; justify-content: space-between; color: white; background: linear-gradient(transparent, rgba(4,18,29,.82)); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.impact-quote { margin-top: 80px; display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: end; }
.impact-quote > p { max-width: 870px; margin: 0; font-family: "Newsreader", Georgia, serif; font-style: italic; color: #0a789f; font-size: clamp(37px, 4.1vw, 58px); line-height: 1.12; letter-spacing: -.025em; }

.trajectory { padding-block: 120px; background: #0b314d; color: white; }
.trajectory-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.trajectory-copy { position: sticky; top: 70px; align-self: start; }
.trajectory-copy h2 { margin: 26px 0 0; max-width: 520px; font-size: clamp(44px, 4.7vw, 68px); line-height: 1; letter-spacing: -.05em; font-weight: 600; }
.timeline { margin: 0; padding: 0; list-style: none; counter-reset: milestones; }
.timeline li { display: grid; grid-template-columns: 94px 1fr; gap: 34px; padding: 34px 0 38px; border-top: 1px solid rgba(255,255,255,.17); }
.timeline li:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.timeline time { color: var(--sky); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.timeline strong { display: block; margin-bottom: 12px; font-size: 20px; font-weight: 600; }
.timeline p { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; }

.partner-list { margin-bottom: 35px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.partner-list div { min-height: 120px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 600; }
.partner-list span { color: #8da0aa; font-size: 9px; letter-spacing: .14em; }

.leadership { background: #081b2c; color: white; }
.compact-heading { grid-template-columns: 1fr; }
.compact-heading h2 { max-width: 760px; }
.leadership-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 42px; }
.leadership-grid article { min-width: 0; }
.leader-image { height: 360px; overflow: hidden; background: #dfe5e8; filter: saturate(.72); }
.leader-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transition: transform .35s ease, filter .35s ease; }
.leadership-grid article:hover .leader-image img { transform: scale(1.025); filter: saturate(1.15); }
.leadership-grid article > p { min-height: 32px; margin: 20px 0 7px; color: var(--sky); font-size: 9px; line-height: 1.5; text-transform: uppercase; letter-spacing: .12em; }
.leadership-grid h3 { margin: 0; font-size: 19px; line-height: 1.25; font-weight: 600; }

.transparency { background: #e3edf1; }
.transparency-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 10vw; align-items: start; }
.transparency h2 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.2vw, 74px); line-height: 1; letter-spacing: -.055em; font-weight: 600; }
.transparency-panel { padding-top: 88px; }
.transparency-panel > p { margin: 0 0 38px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.document-links { border-top: 1px solid var(--line); }
.document-links a { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.document-links strong { color: #0787ba; font-size: 18px; }

.join { min-height: 650px; position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; background: #0b3d5c; color: white; }
.join::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 78% 38%, rgba(53,183,230,.42), transparent 34%), linear-gradient(135deg, #071a2b, #0d5273); }
.join-content { position: relative; z-index: 2; }
.join-content h2 { max-width: 900px; margin: 28px 0 24px; font-size: clamp(54px, 6.4vw, 90px); line-height: .95; letter-spacing: -.055em; font-weight: 600; }
.join-content > p:not(.eyebrow) { max-width: 570px; margin: 0; color: rgba(255,255,255,.67); font-size: 16px; line-height: 1.75; }
.join-actions { margin-top: 40px; display: flex; gap: 12px; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: white; }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.join-art { position: absolute; inset: 0; z-index: -1; opacity: .62; }
.wing { position: absolute; right: -8%; width: 60%; height: 12%; border-radius: 100% 0 100% 0; border-top: 2px solid rgba(255,255,255,.25); transform: rotate(-28deg); }
.wing-one { top: 28%; background: linear-gradient(90deg, transparent, rgba(53,183,230,.22)); }
.wing-two { top: 47%; right: -3%; width: 50%; }
.wing-three { top: 65%; right: 7%; width: 38%; border-color: rgba(255,122,26,.6); }

footer { background: #061420; color: white; padding: 80px 0 0; }
.footer-top { display: grid; grid-template-columns: 1.4fr .6fr .7fr 1fr; gap: 5vw; padding-bottom: 70px; }
.footer-brand img { width: 155px; }
.footer-brand p { max-width: 270px; margin: 25px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.7; }
.footer-column, footer address { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; font-style: normal; }
.footer-column > span, footer address > span { margin-bottom: 9px; color: var(--sky); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.footer-column a:hover { color: white; }
.footer-bottom { min-height: 76px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom p { margin: 0; }

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes header-enter {
  from {
    opacity: 0;
    transform: translate3d(0, -18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-enabled .site-header,
  .motion-enabled .hero-content .eyebrow,
  .motion-enabled .hero-content h1,
  .motion-enabled .hero-copy,
  .motion-enabled .hero-actions,
  .motion-enabled .hero-foot {
    opacity: 0;
  }

  .motion-enabled.motion-ready .site-header {
    animation: header-enter .85s cubic-bezier(.22, 1, .36, 1) .05s both;
  }

  .motion-enabled.motion-ready .hero-content .eyebrow {
    animation: hero-enter .8s cubic-bezier(.22, 1, .36, 1) .16s both;
  }

  .motion-enabled.motion-ready .hero-content h1 {
    animation: hero-enter 1s cubic-bezier(.22, 1, .36, 1) .26s both;
  }

  .motion-enabled.motion-ready .hero-copy {
    animation: hero-enter .9s cubic-bezier(.22, 1, .36, 1) .42s both;
  }

  .motion-enabled.motion-ready .hero-actions {
    animation: hero-enter .9s cubic-bezier(.22, 1, .36, 1) .55s both;
  }

  .motion-enabled.motion-ready .hero-foot {
    animation: hero-enter .8s cubic-bezier(.22, 1, .36, 1) .72s both;
  }

  .motion-enabled .reveal-item {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 42px, 0);
    transition:
      opacity .85s cubic-bezier(.22, 1, .36, 1),
      transform .85s cubic-bezier(.22, 1, .36, 1),
      filter .75s ease;
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .motion-enabled .reveal-item[data-reveal="left"] {
    transform: translate3d(-48px, 0, 0);
  }

  .motion-enabled .reveal-item[data-reveal="right"] {
    transform: translate3d(48px, 0, 0);
  }

  .motion-enabled .reveal-item.is-visible {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 720px); }
  .site-header { height: 86px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { display: block; width: 22px; height: 1px; background: var(--navy); }
  .mobile-menu nav { position: absolute; right: 0; top: 48px; width: 230px; padding: 18px; background: white; color: var(--ink); box-shadow: 0 18px 45px rgba(0,0,0,.22); display: grid; }
  .mobile-menu nav a { padding: 12px; font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--line); }
  .mobile-menu nav a:last-child { border: 0; color: #e55e00; }
  .hero { min-height: 780px; }
  .hero-content { padding-top: 130px; }
  .hero h1 { font-size: clamp(52px, 13vw, 78px); max-width: 690px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .intro-grid { grid-template-columns: 1fr; gap: 48px; }
  .intro-copy { max-width: 590px; }
  .manifesto-grid { grid-template-columns: 1fr; }
  .manifesto-image { margin: 0; min-height: 520px; }
  .manifesto-content { padding: 90px 7vw 105px; }
  .section-heading, .impact-head { grid-template-columns: 1fr; gap: 28px; }
  .section-heading > p, .impact-head > p { max-width: 620px; }
  .pillar-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card { min-height: 500px; }
  .impact-quote { grid-template-columns: 1fr; align-items: start; }
  .trajectory-grid { grid-template-columns: 1fr; gap: 65px; }
  .trajectory-copy { position: static; }
  .partner-list { grid-template-columns: repeat(2, 1fr); }
  .leadership-grid { grid-template-columns: repeat(2, 1fr); gap: 38px 16px; }
  .leader-image { height: 430px; }
  .transparency-grid { grid-template-columns: 1fr; gap: 15px; }
  .transparency-panel { max-width: 640px; padding-top: 35px; }
  .footer-top { grid-template-columns: 1.3fr .7fr; gap: 60px 10vw; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 34px); }
  .section { padding-block: 88px; }
  .brand { width: 120px; }
  .hero { min-height: 730px; height: 100svh; }
  .hero-media video { object-position: center; }
  .hero-shade { display: none; }
  .hero-content { padding-top: 13vh; }
  .eyebrow { font-size: 9px; margin-bottom: 22px; letter-spacing: .14em; }
  .eyebrow span { width: 22px; }
  .hero h1 { font-size: clamp(48px, 14.3vw, 66px); }
  .hero-copy { margin-top: 26px; font-size: 15px; line-height: 1.65; max-width: 370px; }
  .hero-actions { margin-top: 32px; align-items: flex-start; flex-direction: column; gap: 22px; }
  .button { min-height: 54px; width: 100%; }
  .hero-foot { bottom: 22px; }
  .hero-foot > p:first-child { display: none; }
  .hero-foot { justify-content: flex-end; }
  .stats-grid { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .stat { min-height: 148px; padding: 25px 20px; }
  .stat:first-child { border-left: 0; }
  .stat strong { font-size: 34px; }
  .stat span { font-size: 9px; }
  .section-label { margin-bottom: 38px; }
  .intro h2 { font-size: 42px; }
  .manifesto-grid { width: 100%; }
  .manifesto-image { min-height: 410px; }
  .manifesto-content { padding: 76px 24px 85px; }
  .manifesto-content blockquote { font-size: 48px; }
  .section-heading { margin-bottom: 45px; }
  .section-heading h2, .impact-head h2 { font-size: 43px; }
  .pillar-grid { grid-template-columns: 1fr; }
  .pillar-grid article { min-height: 280px; }
  .pillar-grid h3 { margin-top: 70px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 0; }
  .project-visual { height: 220px; }
  .project-body { min-height: 260px; }
  .button-outline { width: 100%; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 410px 240px 240px; }
  .photo-grid .photo-main { grid-row: auto; }
  .impact-quote { margin-top: 55px; gap: 32px; }
  .impact-quote > p { font-size: 36px; }
  .trajectory { padding-block: 86px; }
  .trajectory-copy h2 { font-size: 43px; }
  .timeline li { grid-template-columns: 66px 1fr; gap: 18px; }
  .partner-list { grid-template-columns: 1fr; }
  .partner-list div { min-height: 100px; }
  .leadership-grid { grid-template-columns: 1fr 1fr; gap: 34px 12px; }
  .leader-image { height: 245px; }
  .leadership-grid article > p { min-height: 58px; font-size: 8px; }
  .leadership-grid h3 { font-size: 16px; }
  .transparency h2 { font-size: 44px; }
  .join { min-height: 720px; }
  .join-content h2 { font-size: 51px; }
  .join-actions { align-items: stretch; flex-direction: column; }
  .join-art { opacity: .4; }
  .wing { width: 100%; right: -34%; }
  .footer-top { grid-template-columns: 1fr; gap: 46px; padding-bottom: 54px; }
  .footer-bottom { padding-block: 24px; min-height: 0; align-items: flex-start; flex-direction: column; gap: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
