/* Use device-native fonts so the first visit does not require a separate font download. */

:root {
  --ink: #071a2c;
  --navy: #071e35;
  --navy-2: #0b2d4b;
  --paper: #f5f1e8;
  --white: #ffffff;
  --blue: #2e72f0;
  --sky: #7cd9ff;
  --green: #9add6d;
  --amber: #ffbd57;
  --red: #ef6c5c;
  --line: rgba(7, 26, 44, .14);
  --muted: #607181;
  --shadow: 0 32px 100px rgba(6, 25, 43, .15);
  --radius: 30px;
  --shell: min(1220px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 164px 0; }
.skip-link {
  position: fixed;
  left: 18px;
  top: -100px;
  z-index: 999;
  padding: 12px 18px;
  border-radius: 0 0 12px 12px;
  color: var(--white);
  background: var(--blue);
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 30, 53, .88);
  border-color: rgba(255, 255, 255, .09);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; }
.brand-mark {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle,rgba(91,255,45,.11),transparent 68%);
}
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 7px 13px rgba(44,255,22,.12)); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font: 800 18px/1 'Manrope', sans-serif; letter-spacing: .16em; }
.brand-copy small { margin-top: 6px; color: rgba(255, 255, 255, .62); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 27px; font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-cta) { color: rgba(255, 255, 255, .76); transition: color .2s ease; }
.site-nav > a:hover { color: var(--white); }
.site-nav .login-link { padding-left: 26px; border-left: 1px solid rgba(255, 255, 255, .17); }
.nav-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 18px; border-radius: 999px; background: var(--green); color: var(--ink) !important; }
.nav-cta span { font-size: 18px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 790px;
  padding: 182px 0 46px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 20%, rgba(46, 114, 240, .31), transparent 38%),
    linear-gradient(138deg, #06192c 0%, #082944 65%, #0b3553 100%);
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .19;
  background-image: radial-gradient(rgba(255,255,255,.55) .55px, transparent .55px);
  background-size: 15px 15px;
  mask-image: linear-gradient(to right, transparent, #000 60%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .35; }
.hero-glow-one { width: 440px; height: 440px; right: -160px; top: 100px; border: 1px solid rgba(124, 217, 255, .45); }
.hero-glow-two { width: 680px; height: 680px; right: -290px; top: -20px; border: 1px solid rgba(154, 221, 109, .2); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 112px; }
.eyebrow, .overline { margin: 0 0 20px; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--green); }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.hero h1 {
  max-width: 700px;
  margin: 0;
  font: 700 clamp(54px, 6.3vw, 88px)/.99 'Manrope', sans-serif;
  letter-spacing: -.058em;
}
.hero h1 em { display: block; color: var(--green); font-style: normal; }
.hero-lede { max-width: 640px; margin: 36px 0 0; color: rgba(255, 255, 255, .72); font-size: 19px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 46px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 58px; padding: 15px 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); }
.button-quiet { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 52px; }
.hero-proof div { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.14); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { display: block; font: 700 23px/1 'Manrope', sans-serif; }
.hero-proof span { display: block; margin-top: 9px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.4; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-bird { position: absolute; z-index: 0; width: 500px; height: 500px; object-fit: contain; opacity: .07; filter: drop-shadow(0 22px 50px rgba(57,255,39,.25)); animation: birdDrift 10s ease-in-out infinite; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; animation: orbitSpin 28s linear infinite; }
.orbit::after { content: ''; position: absolute; left: 50%; top: -5px; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(154,221,109,.08),0 0 28px rgba(154,221,109,.7); }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 345px; height: 345px; border-color: rgba(124,217,255,.17); animation-direction: reverse; animation-duration: 19s; }.orbit-two::after { background: var(--sky); box-shadow: 0 0 0 6px rgba(124,217,255,.08),0 0 24px rgba(124,217,255,.55); }
.progress-card {
  position: relative;
  z-index: 2;
  width: min(390px, 86%);
  padding: 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255,255,255,.14), rgba(255,255,255,.06));
  box-shadow: 0 34px 90px rgba(0,0,0,.25);
  backdrop-filter: blur(18px);
  transform: translate3d(var(--tilt-x,0),var(--tilt-y,0),0) rotate(2deg);
  animation: cardFloat 8s ease-in-out infinite;
}
.progress-head { display: flex; justify-content: space-between; gap: 20px; }
.progress-head span { display: block; color: var(--sky); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.progress-head strong { display: block; margin-top: 5px; font: 700 18px/1.2 'Manrope', sans-serif; }
.progress-head > i { width: 11px; height: 11px; margin-top: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(154,221,109,.12); }
.mastery-ring {
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  margin: 30px auto;
  border-radius: 50%;
  background: conic-gradient(var(--green) 0 82%, rgba(255,255,255,.1) 82% 100%);
}
.mastery-ring::before { content: ''; position: absolute; width: 144px; height: 144px; border-radius: 50%; background: #123450; }
.mastery-ring div { position: relative; z-index: 1; text-align: center; }
.mastery-ring strong { display: block; font: 800 39px/1 'Manrope', sans-serif; }
.mastery-ring span { color: rgba(255,255,255,.57); font-size: 11px; }
.signal-row { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.signal-row span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.67); }
.signal-row i { width: 7px; height: 7px; border-radius: 50%; }
.signal-row .green { background: var(--green); }.signal-row .amber { background: var(--amber); }.signal-row .blue { background: var(--sky); }
.floating-note { position: absolute; z-index: 3; min-width: 152px; padding: 15px 18px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.floating-note b, .floating-note span { display: block; }.floating-note b { font: 800 15px/1.2 'Manrope', sans-serif; }.floating-note span { margin-top: 4px; color: var(--muted); font-size: 10px; }
.note-one { top: 67px; left: -7px; }.note-one b { color: #27814b; }.note-two { right: -6px; bottom: 60px; }
.xe-transform { position: absolute; left: -24px; bottom: 26px; z-index: 4; display: flex; align-items: center; gap: 14px; width: 255px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(5,22,38,.82); box-shadow: 0 24px 64px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.xe-symbol { flex: 0 0 auto; width: 58px; height: 58px; perspective: 500px; }.xe-flip { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; animation: xeTurn 6s cubic-bezier(.65,0,.25,1) infinite; }.xe-face { position: absolute; inset: 0; display: grid; place-items: center; border-radius: 16px; backface-visibility: hidden; font: 800 30px/1 'Manrope',sans-serif; }.xe-x { color: var(--red); border: 1px solid rgba(239,108,92,.35); background: rgba(239,108,92,.12); }.xe-e { color: var(--green); border: 1px solid rgba(154,221,109,.38); background: rgba(154,221,109,.13); transform: rotateY(180deg); }
.xe-transform strong,.xe-transform span { display: block; }.xe-transform strong { color: var(--white); font: 700 13px/1.25 'Manrope',sans-serif; }.xe-transform span { margin-top: 4px; color: rgba(255,255,255,.5); font-size: 9px; line-height: 1.35; }
.hero-stamp { position: absolute; right: 4px; top: 28px; z-index: 4; width: 100px; height: 100px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(154,221,109,.4); border-radius: 50%; transform: rotate(8deg); }
.hero-stamp span { color: var(--green); font-size: 7px; letter-spacing: .15em; }.hero-stamp b { margin-top: 5px; font: 700 11px/1.15 'Manrope', sans-serif; letter-spacing: .05em; }
.hero-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; margin-top: 60px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.hero-footer a { color: rgba(255,255,255,.82); }

@keyframes xeTurn { 0%,34% { transform: rotateY(0); } 48%,82% { transform: rotateY(180deg); } 96%,100% { transform: rotateY(360deg); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes cardFloat { 0%,100% { margin-top: 0; } 50% { margin-top: -10px; } }
@keyframes birdDrift { 0%,100% { transform: translate3d(-8px,8px,0) rotate(-3deg); } 50% { transform: translate3d(10px,-9px,0) rotate(2deg); } }

.human-moment { position: relative; overflow: hidden; padding: 86px 0; color: var(--ink); background: linear-gradient(100deg,#dff5d1 0%,#edf7e7 42%,#f7f4ed 100%); }
.human-moment::after { content: ''; position: absolute; width: 360px; height: 360px; right: -170px; top: -210px; border: 1px solid rgba(74,140,56,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(74,140,56,.035); }
.human-moment-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 140px; align-items: center; }.human-question span { color: #4a8c38; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.human-question h2 { margin: 10px 0 0; font: 700 clamp(34px,3.6vw,50px)/1.1 'Manrope',sans-serif; letter-spacing: -.04em; }.human-answer p { max-width: 650px; margin: 0; color: #4d6270; font-size: 17px; line-height: 1.75; }.human-answer strong { color: var(--ink); }
.human-values { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 26px; color: #456454; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.human-values span { padding: 9px 13px; border: 1px solid rgba(74,140,56,.2); border-radius: 999px; background: rgba(255,255,255,.45); }.human-values i { color: rgba(7,26,44,.35); font-style: normal; }

.section-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 62px; color: #687988; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker span { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); letter-spacing: 0; }
.section-kicker.light { color: rgba(255,255,255,.55); }.section-kicker.light span { border-color: rgba(255,255,255,.18); color: var(--white); }
.statement { background: #f7f4ed; }
.statement-grid { display: grid; grid-template-columns: 1.12fr .68fr; gap: 150px; align-items: end; }
.display-title { margin: 0; font: 700 clamp(45px, 5.4vw, 76px)/1.06 'Manrope', sans-serif; letter-spacing: -.055em; }
.statement-copy { padding-bottom: 6px; }
.statement-copy p { margin: 0 0 28px; color: #536575; font-size: 18px; line-height: 1.78; }.statement-copy p:first-child { color: var(--ink); font-weight: 600; }
.mission-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin-top: 88px; }
.mission-pillar { position: relative; min-height: 240px; padding: 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.6); }
.mission-pillar::after { content: ''; position: absolute; width: 140px; height: 140px; right: -72px; bottom: -88px; border: 1px solid rgba(46,114,240,.16); border-radius: 50%; }
.mission-pillar > span { color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .14em; }.mission-pillar h3 { margin: 50px 0 16px; font: 700 25px/1.15 'Manrope',sans-serif; }.mission-pillar p { max-width: 360px; margin: 0; color: #667786; font-size: 14px; line-height: 1.72; }
.shift-grid { display: grid; grid-template-columns: 1fr 110px 1fr; align-items: center; gap: 28px; margin-top: 112px; }
.shift-card { min-height: 340px; padding: 46px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); }
.shift-old { opacity: .75; }.shift-new { color: var(--white); border-color: transparent; background: var(--navy); box-shadow: var(--shadow); }
.shift-label { font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.shift-old .shift-label { color: #748493; }.shift-new .shift-label { color: var(--green); }
.shift-tag { display: inline-flex; margin: 34px 0 25px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #738493; font-size: 9px; font-weight: 800; letter-spacing: .15em; }.shift-new .shift-tag { color: var(--green); border-color: rgba(154,221,109,.25); background: rgba(154,221,109,.08); }
.shift-card h3 { margin: 0 0 16px; font: 700 26px/1.2 'Manrope', sans-serif; }.shift-card p { max-width: 430px; margin: 0; color: #687988; line-height: 1.72; }.shift-new p { color: rgba(255,255,255,.61); }
.shift-arrow { text-align: center; }.shift-arrow span { display: block; color: var(--blue); font-size: 32px; }.shift-arrow small { display: block; margin-top: 6px; color: #7b8995; font-size: 8px; font-weight: 700; letter-spacing: .13em; }

.model, .impact { color: var(--white); background: var(--navy); }
.section-heading { display: grid; grid-template-columns: 1.08fr .62fr; gap: 140px; align-items: end; }
.section-heading h2 { margin: 0; font: 700 clamp(40px, 5vw, 67px)/1.07 'Manrope', sans-serif; letter-spacing: -.05em; }.section-heading h2 em { color: var(--blue); font-style: normal; }
.section-heading > p { margin: 0 0 4px; color: #607181; font-size: 18px; }
.model-heading { padding-bottom: 64px; border-bottom: 1px solid rgba(255,255,255,.12); }.model-heading .overline { color: var(--green); }.model-heading h2 { font-size: clamp(43px, 5.2vw, 70px); }.model-heading > p { color: rgba(255,255,255,.62); }
.model-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.model-step { position: relative; padding: 48px 30px 10px 0; }
.model-step::after { content: ''; position: absolute; left: 0; right: 20px; top: 71px; height: 1px; background: rgba(255,255,255,.12); }.model-step:last-child::after { right: 0; }
.model-step > span { display: block; color: rgba(255,255,255,.34); font-size: 10px; letter-spacing: .12em; }.model-step > i { position: relative; z-index: 1; display: block; width: 13px; height: 13px; margin: 17px 0 28px; border: 3px solid var(--navy); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px rgba(154,221,109,.6); }
.model-step h3 { margin: 0 0 13px; font: 700 22px/1.2 'Manrope', sans-serif; }.model-step p { margin: 0; color: rgba(255,255,255,.53); font-size: 14px; }

.platform { color: var(--ink); background: linear-gradient(180deg,#eef5fd 0%,#f7f4ed 100%); }
.platform-heading { padding-bottom: 42px; border-bottom: 1px solid rgba(7,30,53,.12); }.platform-heading h2 em { color: #4a8c38; }.platform-heading > p { color: #536575; }
.platform-summary { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; margin: 38px 0 58px; }.platform-summary > p { max-width: 840px; margin: 0; color: #536575; font-size: 18px; }.dark-link { color: var(--ink); border-color: rgba(7,30,53,.3); white-space: nowrap; }
.platform-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.platform-card { position: relative; min-height: 300px; padding: 30px; border: 1px solid rgba(7,30,53,.12); border-radius: 24px; background: rgba(255,255,255,.7); box-shadow: 0 16px 38px rgba(7,30,53,.035); transition: transform .25s ease, box-shadow .25s ease; }.platform-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(7,30,53,.09); }.platform-card-featured { color: var(--white); border-color: transparent; background: linear-gradient(145deg,#0a2745,#071e35); box-shadow: var(--shadow); }
.platform-no { position: absolute; right: 28px; top: 27px; color: #8795a1; font-size: 10px; letter-spacing: .12em; }.platform-card-featured .platform-no { color: rgba(255,255,255,.35); }.platform-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--blue); background: rgba(46,114,240,.1); font-size: 21px; }.platform-card-featured .platform-icon { color: var(--green); background: rgba(154,221,109,.12); }
.platform-card h3 { margin: 46px 0 13px; font: 700 22px/1.2 'Manrope',sans-serif; }.platform-card p { margin: 0; color: #657685; font-size: 14px; }.platform-card-featured p { color: rgba(255,255,255,.62); }
.platform-promise { display: grid; grid-template-columns: 1.1fr .8fr; gap: 80px; align-items: end; margin-top: 18px; padding: 38px 42px; border-radius: 24px; color: var(--white); background: linear-gradient(125deg,#2d6fec,#2057bf); }.platform-promise span { color: rgba(255,255,255,.65); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }.platform-promise h3 { max-width: 650px; margin: 10px 0 0; font: 700 28px/1.2 'Manrope',sans-serif; }.platform-promise p { margin: 0; color: rgba(255,255,255,.72); font-size: 15px; }

.services { background: var(--paper); }.services .section-heading { margin-bottom: 88px; }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 26px; }
.service-card { position: relative; grid-column: span 2; min-height: 335px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.5); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(46,114,240,.3); box-shadow: 0 24px 60px rgba(7,26,44,.09); }
.service-featured { grid-column: span 3; color: var(--white); background: var(--navy); }.service-card:nth-child(2) { grid-column: span 3; }.service-card:nth-child(n+3) { min-height: 300px; }
.service-no { position: absolute; top: 26px; right: 28px; color: #81909b; font-size: 10px; }.service-featured .service-no { color: rgba(255,255,255,.3); }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--blue); background: rgba(46,114,240,.1); font-size: 21px; }.service-featured .service-icon { color: var(--green); background: rgba(154,221,109,.12); }
.service-card h3 { margin: 44px 0 13px; font: 700 23px/1.2 'Manrope', sans-serif; }.service-card p { margin: 0; color: #667786; font-size: 14px; }.service-featured p { max-width: 500px; color: rgba(255,255,255,.61); }
.service-card ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }.service-card li { padding: 7px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.65); font-size: 10px; }
.initiative-strip { display: grid; grid-template-columns: .75fr 1.25fr auto; gap: 56px; align-items: center; margin-top: 34px; padding: 46px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }.initiative-strip div span { display: block; margin-bottom: 10px; color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.initiative-strip div strong { font: 700 22px/1.2 'Manrope',sans-serif; }.initiative-strip p { margin: 0; color: #667786; font-size: 14px; line-height: 1.72; }.initiative-strip > a { display: inline-flex; gap: 14px; padding-bottom: 5px; border-bottom: 1px solid rgba(7,30,53,.25); color: var(--ink); font-size: 13px; font-weight: 700; white-space: nowrap; }

.impact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }.impact-copy .overline { color: var(--green); }.impact-copy h2 { margin: 0; font: 700 clamp(40px,4.3vw,61px)/1.08 'Manrope',sans-serif; letter-spacing: -.05em; }.impact-copy h2 em { color: var(--green); font-style: normal; }.impact-copy > p:not(.overline) { margin: 28px 0; color: rgba(255,255,255,.6); }.text-link { display: inline-flex; gap: 18px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); font-weight: 700; }
.impact-metrics { display: grid; grid-template-columns: 1.4fr 1fr; gap: 15px; }.metric { min-height: 178px; padding: 25px; border: 1px solid rgba(255,255,255,.13); border-radius: 23px; background: rgba(255,255,255,.045); }.metric-large { grid-row: span 2; min-height: 372px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, rgba(46,114,240,.2), rgba(255,255,255,.04)); }.metric span { color: rgba(255,255,255,.44); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }.metric strong { display: block; margin: 18px 0 5px; color: var(--green); font: 700 58px/1 'Manrope',sans-serif; letter-spacing: -.05em; }.metric-large strong { font-size: clamp(72px,8vw,112px); }.metric sup { font-size: .35em; vertical-align: top; }.metric p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; }.metric-line { grid-column: 1 / -1; display: flex; align-items: center; gap: 10px; padding-top: 18px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }.metric-line i { flex: 1; height: 1px; background: rgba(255,255,255,.14); }

.audiences { background: #f7f4ed; }.audience-intro { display: grid; grid-template-columns: 1fr .55fr; gap: 140px; align-items: end; }.audience-intro h2 { margin: 0; font: 700 clamp(42px,5vw,67px)/1.06 'Manrope',sans-serif; letter-spacing: -.05em; }.audience-intro p { margin: 0; color: #607181; font-size: 18px; line-height: 1.75; }.audience-list { margin-top: 92px; border-top: 1px solid var(--line); }.audience-item { display: grid; grid-template-columns: 70px 1fr 1.2fr 40px; gap: 42px; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line); }.audience-item > span { color: #81909b; font-size: 10px; }.audience-item h3 { margin: 0; font: 700 24px/1.2 'Manrope',sans-serif; }.audience-item p { margin: 0; color: #687988; line-height: 1.72; }.audience-item > i { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-style: normal; transition: transform .2s ease, background .2s ease; }.audience-item:hover > i { transform: rotate(45deg); color: var(--white); background: var(--blue); }

.principles { background: var(--white); }.principles-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 22px; }.principles-title { grid-row: span 2; padding: 24px 90px 24px 0; }.principles-title h2 { margin: 0; font: 700 clamp(43px,4.8vw,65px)/1.06 'Manrope',sans-serif; letter-spacing: -.05em; }.principle { min-height: 380px; padding: 42px; border: 1px solid var(--line); border-radius: 26px; background: rgba(247,244,237,.52); }.principle:nth-child(4), .principle:nth-child(5) { border-bottom: 1px solid var(--line); }.principle b { color: var(--blue); font-size: 10px; letter-spacing: .12em; }.principle h3 { margin: 58px 0 16px; font: 700 22px/1.2 'Manrope',sans-serif; }.principle p { margin: 0; color: #687988; font-size: 14px; line-height: 1.72; }.principle ul { display: grid; gap: 9px; margin: 28px 0 0; padding: 0; color: #526573; font-size: 12px; list-style: none; }.principle li::before { content: '✓'; margin-right: 8px; color: #4a8c38; font-weight: 800; }

.faq { background: var(--paper); }.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 155px; }.faq-heading h2 { margin: 0; font: 700 clamp(42px,4.6vw,63px)/1.08 'Manrope',sans-serif; letter-spacing: -.05em; }.faq-heading p { max-width: 440px; color: #687988; font-size: 17px; line-height: 1.75; }.accordion { border-top: 1px solid var(--line); }.accordion-item { border-bottom: 1px solid var(--line); }.accordion-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 36px 0; border: 0; color: var(--ink); background: transparent; font: 700 20px/1.3 'Manrope',sans-serif; text-align: left; cursor: pointer; }.accordion-item button i { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-style: normal; }.accordion-panel { padding: 0 70px 35px 0; }.accordion-panel p { margin: 0; color: #617382; line-height: 1.75; }

.contact { position: relative; padding: 152px 0; overflow: hidden; color: var(--white); background: radial-gradient(circle at 14% 12%,rgba(124,217,255,.2),transparent 30%),linear-gradient(135deg,#235ed0 0%,#123f9a 58%,#092e68 100%); }
.contact::before { content: ''; position: absolute; width: 620px; height: 620px; left: -380px; bottom: -380px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025),0 0 0 180px rgba(255,255,255,.018); }
.contact-shell { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 118px; align-items: start; }
.contact-copy { position: sticky; top: 135px; }.contact-copy h2 { max-width: 650px; margin: 0; font: 700 clamp(45px,5.1vw,70px)/1.04 'Manrope',sans-serif; letter-spacing: -.055em; }.contact-copy > p:not(.eyebrow) { max-width: 610px; margin: 34px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.78; }.contact-copy .eyebrow { color: var(--white); }.contact-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }.button-light { color: var(--ink); background: var(--white); }.button-outline { color: var(--white); border-color: rgba(255,255,255,.35); }
.contact-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 54px; }.contact-trust div { padding-top: 19px; border-top: 1px solid rgba(255,255,255,.18); }.contact-trust strong,.contact-trust span { display: block; }.contact-trust strong { font: 700 13px/1.3 'Manrope',sans-serif; }.contact-trust span { margin-top: 6px; color: rgba(255,255,255,.46); font-size: 10px; }
.contact-location { margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.16); }.contact-location > span { display: block; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.contact-location address { margin-top: 10px; color: rgba(255,255,255,.82); font-size: 14px; font-style: normal; line-height: 1.65; }.contact-location a { display: inline-flex; margin-top: 14px; padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 700; }
.contact-form-card { padding: 52px; border: 1px solid rgba(255,255,255,.25); border-radius: 34px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 40px 110px rgba(3,19,47,.28); }.form-heading > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.form-heading h3 { margin: 12px 0 0; font: 700 clamp(30px,3.2vw,45px)/1.08 'Manrope',sans-serif; letter-spacing: -.045em; }.form-heading p { max-width: 560px; margin: 17px 0 0; color: #687988; font-size: 14px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 22px; margin-top: 40px; }.form-grid label { display: grid; gap: 9px; }.form-grid label > span { color: #445968; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.form-grid input,.form-grid textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(7,26,44,.2); outline: none; color: var(--ink); background: transparent; transition: border-color .2s ease,box-shadow .2s ease; }.form-grid textarea { min-height: 130px; resize: vertical; }.form-grid input:focus,.form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }.form-wide { grid-column: 1 / -1; }.form-submit { width: 100%; margin-top: 34px; border: 0; color: var(--ink); background: var(--green); cursor: pointer; }.form-submit:disabled { cursor: wait; opacity: .72; }.form-note { margin: 17px 0 0; color: #7b8995; font-size: 10px; text-align: center; }.contact-trap { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }.form-status { margin: 28px 0 0; padding: 14px 16px; border-radius: 12px; font-size: 13px; }.form-status.is-success { color: #245d35; background: #e4f6dc; }.form-status.is-error { color: #8d352d; background: #fde9e6; }
.contact-dock { position: fixed; right: 24px; bottom: 22px; z-index: 92; display: flex; align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(5,24,42,.94); box-shadow: 0 20px 55px rgba(3,18,32,.28); backdrop-filter: blur(16px); transform: translateY(130%); opacity: 0; transition: transform .4s cubic-bezier(.2,.75,.2,1),opacity .4s ease; }.contact-dock.is-visible { transform: none; opacity: 1; }.contact-dock a { display: flex; flex-direction: column; justify-content: center; min-height: 58px; padding: 10px 16px; color: var(--white); }.contact-dock a:first-child { border-right: 1px solid rgba(255,255,255,.12); }.contact-dock a:last-child { align-items: center; min-width: 112px; color: var(--ink); background: var(--green); font-weight: 800; }.contact-dock span { color: rgba(255,255,255,.48); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.contact-dock b { margin-top: 2px; font: 700 12px/1.2 'Manrope',sans-serif; }

.site-footer { padding: 66px 0 22px; color: var(--white); background: #041522; }.footer-top { display: grid; grid-template-columns: 1fr .8fr 1fr; align-items: start; gap: 60px; padding-bottom: 58px; }.brand-footer { color: var(--white); }.footer-top > p { margin: 0; color: rgba(255,255,255,.46); font: 500 22px/1.4 'Manrope',sans-serif; }.footer-top nav { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px 30px; font-size: 13px; }.footer-top nav a { color: rgba(255,255,255,.65); }.footer-top nav a:hover { color: var(--green); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.37); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.65,.3,1); }.reveal.is-visible { opacity: 1; transform: none; }
.services-grid .reveal:nth-child(2), .model-steps .reveal:nth-child(2) { transition-delay: .08s; }.services-grid .reveal:nth-child(3), .model-steps .reveal:nth-child(3) { transition-delay: .16s; }.services-grid .reveal:nth-child(4), .model-steps .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .section { padding: 132px 0; }
  .nav-wrap { height: 76px; }
  .menu-toggle { display: grid; gap: 4px; margin-left: auto; padding: 10px; border: 0; color: var(--white); background: transparent; cursor: pointer; }.menu-toggle span { display: block; width: 25px; height: 2px; background: currentColor; }.menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .site-nav { position: fixed; inset: 76px 0 auto; display: none; align-items: stretch; padding: 26px 24px 32px; background: rgba(7,30,53,.98); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 60px rgba(0,0,0,.25); }.site-nav.is-open { display: flex; flex-direction: column; }.site-nav > a:not(.nav-cta) { padding: 11px 0; font-size: 17px; }.site-nav .login-link { padding-left: 0; border-left: 0; }.nav-cta { justify-content: space-between; margin-top: 8px; }
  .hero { padding-top: 144px; }.hero-grid { grid-template-columns: 1fr; gap: 50px; }.hero-copy { max-width: 760px; }.hero-visual { min-height: 480px; }.progress-card { width: min(420px,75%); }
  .human-moment-grid { grid-template-columns: .8fr 1.2fr; gap: 70px; }
  .statement-grid, .section-heading, .audience-intro, .faq-grid { grid-template-columns: 1fr; gap: 52px; }.statement-copy { max-width: 650px; }.shift-grid { grid-template-columns: 1fr 70px 1fr; }
  .contact-shell { grid-template-columns: 1fr; gap: 78px; }.contact-copy { position: relative; top: auto; max-width: 760px; }
  .mission-pillars { grid-template-columns: 1fr 1fr; gap: 22px; }.mission-pillar:last-child { grid-column: 1 / -1; }.platform-summary, .platform-promise { grid-template-columns: 1fr; gap: 38px; }.platform-grid { grid-template-columns: repeat(2,1fr); }.initiative-strip { grid-template-columns: 1fr 1.4fr; }.initiative-strip > a { grid-column: 1 / -1; justify-self: start; }
  .model-steps { grid-template-columns: repeat(2,1fr); }.model-step:nth-child(2)::after { right: 0; }.model-step:nth-child(3),.model-step:nth-child(4) { padding-top: 20px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }.service-card, .service-featured, .service-card:nth-child(2) { grid-column: span 1; }.service-card:last-child { grid-column: 1 / -1; }
  .impact-shell { grid-template-columns: 1fr; gap: 70px; }.impact-copy { max-width: 720px; }
  .principles-grid { grid-template-columns: 1fr 1fr; }.principles-title { grid-column: 1 / -1; grid-row: auto; padding: 0 0 68px; }.principle { min-height: 330px; }
  .footer-top { grid-template-columns: 1fr 1fr; }.footer-top > p { text-align: right; }.footer-top nav { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 28px); --radius: 22px; }.section { padding: 110px 0; }
  .brand { min-width: auto; }.brand-mark { width: 46px; height: 46px; }.brand-copy small { display: none; }.hero { min-height: 0; padding-top: 130px; }.hero h1 { font-size: clamp(47px,14vw,66px); }.hero-lede { font-size: 17px; }.hero-proof { grid-template-columns: 1fr; gap: 17px; }.hero-proof div { padding: 0 0 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }.hero-proof div:last-child { border-bottom: 0; }.hero-visual { min-height: 470px; }.hero-bird { display: none !important; }.progress-card { width: 90%; padding: 23px; }.orbit-one { width: 370px; height: 370px; }.orbit-two { width: 280px; height: 280px; }.note-one { left: 0; top: 28px; }.xe-transform { left: 0; bottom: 5px; width: 238px; }.hero-stamp { display: none; }.hero-footer { margin-top: 34px; }.hero-footer > span { display: none; }
  .human-moment { padding: 76px 0; }.human-moment-grid { grid-template-columns: 1fr; gap: 38px; }.human-answer p { font-size: 15px; }.human-values { gap: 8px; }.human-values span { padding: 8px 10px; font-size: 9px; }
  .statement-grid { gap: 44px; }.display-title { font-size: 45px; }.mission-pillars { grid-template-columns: 1fr; gap: 20px; margin-top: 68px; }.mission-pillar:last-child { grid-column: auto; }.shift-grid { grid-template-columns: 1fr; margin-top: 78px; }.shift-arrow { transform: rotate(90deg); }.shift-card { min-height: 285px; padding: 34px; }
  .model-steps { grid-template-columns: 1fr; }.model-step { padding-top: 20px; }.model-step::after { left: 6px; right: auto !important; top: 42px; bottom: -8px; width: 1px; height: auto; }.model-step:last-child::after { display: none; }.model-step > span { margin-left: 28px; }.model-step > i { margin: -10px 0 18px; }.model-step h3,.model-step p { margin-left: 32px; }
  .platform-summary { margin-top: 28px; }.platform-grid { grid-template-columns: 1fr; }.platform-card { min-height: 275px; }.platform-promise { padding: 30px 25px; }.platform-promise h3 { font-size: 24px; }
  .services-grid { grid-template-columns: 1fr; }.service-card,.service-featured,.service-card:nth-child(2),.service-card:last-child { grid-column: 1; }.service-card { min-height: 290px; }.initiative-strip { grid-template-columns: 1fr; gap: 22px; }.initiative-strip > a { grid-column: auto; }
  .impact-metrics { grid-template-columns: 1fr; }.metric-large { grid-row: auto; min-height: 270px; }.metric-line { display: none; }
  .audience-item { grid-template-columns: 38px 1fr 36px; gap: 15px; padding: 22px 0; }.audience-item p { grid-column: 2 / -1; }.audience-item > i { grid-column: 3; grid-row: 1; }
  .principles-grid { grid-template-columns: 1fr; }.principle { min-height: 270px; padding: 34px; }.principle:last-child { border-bottom: 1px solid var(--line) !important; }
  .faq-grid { gap: 68px; }.accordion-item button { padding: 32px 0; font-size: 17px; }.contact { padding: 110px 0; }.contact-shell { gap: 68px; }.contact-actions { align-items: stretch; flex-direction: column; }.contact-trust { grid-template-columns: 1fr; gap: 18px; }.contact-form-card { padding: 31px 24px; border-radius: 26px; }.form-grid { grid-template-columns: 1fr; gap: 24px; }.form-wide { grid-column: auto; }.button { width: 100%; }.contact-dock { right: 12px; bottom: 12px; left: 12px; }.contact-dock a:first-child { flex: 1; }.contact-dock a:last-child { min-width: 106px; }.footer-top { grid-template-columns: 1fr; gap: 44px; }.footer-top > p { text-align: left; }.footer-top nav { grid-column: auto; }.footer-bottom { flex-direction: column; gap: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Honor the visitor's browser-level data saver without reducing image quality. */
.save-data html { scroll-behavior: auto; }
.save-data *, .save-data *::before, .save-data *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
.save-data .reveal { opacity: 1; transform: none; }

/* v1.4 — evidence-led editorial system */
.site-nav { gap: 22px; }
.nav-cta { padding-inline: 20px; }
.cycle-ring { background: conic-gradient(var(--green) 0 24%,var(--sky) 24% 48%,var(--amber) 48% 66%,rgba(255,255,255,.1) 66% 100%); }
.model-steps { grid-template-columns: repeat(3,1fr); row-gap: 6px; }
.model-step:nth-child(4),.model-step:nth-child(5),.model-step:nth-child(6) { padding-top: 24px; }
.model-step:nth-child(3)::after,.model-step:nth-child(6)::after { right: 0; }
.verification-standard { display: grid; grid-template-columns: 190px 1fr; gap: 44px; align-items: center; margin-top: 64px; padding: 30px 34px; border: 1px solid rgba(154,221,109,.24); border-radius: 22px; background: rgba(154,221,109,.08); }
.verification-standard span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.verification-standard p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.architecture-grid .platform-card { min-height: 320px; }
.architecture-grid .platform-icon { font-family: 'Manrope',sans-serif; font-weight: 800; }
.system-blueprint { margin: 62px 0 0; padding: 42px; overflow: hidden; border: 1px solid rgba(7,30,53,.12); border-radius: 30px; background: rgba(255,255,255,.84); box-shadow: 0 26px 75px rgba(7,30,53,.08); }
.system-blueprint figcaption { display: grid; grid-template-columns: .42fr 1fr 1fr; gap: 50px; align-items: end; margin-bottom: 34px; }
.system-blueprint figcaption > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.system-blueprint figcaption h3 { margin: 0; font: 700 clamp(30px,3.2vw,44px)/1.08 'Manrope',sans-serif; letter-spacing: -.045em; }
.system-blueprint figcaption p { margin: 0; color: #657685; font-size: 13px; }
.system-blueprint > img { display: block; width: 100%; height: auto; border: 1px solid rgba(7,30,53,.12); border-radius: 20px; }
.blueprint-points { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 24px; overflow: hidden; border: 1px solid rgba(7,30,53,.12); border-radius: 18px; background: rgba(7,30,53,.12); }
.blueprint-points div { min-height: 135px; padding: 23px; background: #f8faf7; }
.blueprint-points strong,.blueprint-points span { display: block; }
.blueprint-points strong { font: 700 15px/1.25 'Manrope',sans-serif; }
.blueprint-points span { margin-top: 10px; color: #687988; font-size: 11px; line-height: 1.55; }
.services-grid-eight .service-card:nth-child(n+3) { grid-column: span 2; }
.services-grid-eight .service-card { min-height: 315px; }

.impact-shell { align-items: start; }
.impact-shell > * { min-width: 0; }
.impact-copy { position: relative; top: auto; }
.impact-copy .evidence-highlight { display: grid; gap: 8px; margin: 40px 0 !important; padding: 24px; border: 1px solid rgba(154,221,109,.22); border-radius: 20px; background: rgba(154,221,109,.08); }
.evidence-highlight strong { color: var(--green); font: 800 clamp(38px,4.8vw,64px)/1 'Manrope',sans-serif; letter-spacing: -.055em; }
.evidence-highlight span { color: rgba(255,255,255,.63); font-size: 12px; line-height: 1.55; }
.evidence-metrics { grid-template-columns: repeat(2,1fr); }
.evidence-metrics .metric,.evidence-metrics .metric-large { grid-row: auto; min-height: 180px; justify-content: flex-start; }
.evidence-metrics .metric strong,.evidence-metrics .metric-large strong { font-size: clamp(46px,5.4vw,68px); }
.evidence-banner { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); width: 100%; max-width: 100%; min-height: 350px; margin: 64px 0 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: rgba(255,255,255,.05); }
.evidence-banner > * { min-width: 0; }
.evidence-banner img { display: block; width: 100%; max-width: 100%; height: 100%; min-height: 350px; object-fit: cover; }
.evidence-banner figcaption { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.evidence-banner figcaption span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.evidence-banner figcaption strong { margin-top: 20px; font: 700 30px/1.2 'Manrope',sans-serif; }
.evidence-banner figcaption p { margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 14px; }
.estimate-strip { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; background: rgba(255,255,255,.12); }
.estimate-strip > div { padding: 38px; background: #092943; }
.estimate-strip span { color: rgba(255,255,255,.44); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.estimate-strip strong { display: block; margin-top: 13px; color: var(--green); font: 800 clamp(45px,5vw,67px)/1 'Manrope',sans-serif; }
.estimate-strip p { margin: 8px 0 0; color: rgba(255,255,255,.6); font-size: 13px; }
.estimate-strip .estimate-note { grid-column: 1 / -1; margin: 0; padding: 24px 36px; color: rgba(255,255,255,.53); background: #061a2d; font-size: 11px; }
.evidence-source { grid-column: 1 / -1; max-width: 980px; margin: 20px 0 0; color: rgba(255,255,255,.46); font-size: 11px; }

.field-service { background: #f7f4ed; }
.field-service-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 82px; align-items: start; }
.field-photo { position: sticky; top: 120px; margin: 0; overflow: hidden; border-radius: 30px; background: var(--navy); box-shadow: var(--shadow); }
.field-photo img { display: block; width: 100%; height: 480px; object-fit: cover; object-position: center; }
.field-photo figcaption { padding: 22px 26px; color: rgba(255,255,255,.65); font-size: 12px; }
.field-copy .overline { color: #4a8c38; }
.field-copy h2 { max-width: 680px; margin: 0; font: 700 clamp(42px,4.7vw,65px)/1.06 'Manrope',sans-serif; letter-spacing: -.055em; }
.field-copy > p:not(.overline) { max-width: 650px; margin: 28px 0 0; color: #617382; font-size: 17px; }
.field-timeline { display: grid; gap: 0; margin-top: 54px; border-top: 1px solid var(--line); }
.field-timeline article { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.field-timeline article > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.field-timeline h3 { margin: 0; font: 700 19px/1.25 'Manrope',sans-serif; }
.field-timeline p { margin: 8px 0 0; color: #6a7b89; font-size: 13px; }
.recommendation-head { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; align-items: end; margin-top: 130px; }
.recommendation-head span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.recommendation-head h2 { margin: 0; font: 700 clamp(36px,4vw,55px)/1.08 'Manrope',sans-serif; letter-spacing: -.05em; }
.recommendation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.recommendation-grid article { min-height: 290px; padding: 36px; border-radius: 24px; color: var(--white); background: var(--navy); }
.recommendation-grid article > span { color: var(--green); font-size: 10px; letter-spacing: .14em; }
.recommendation-grid h3 { margin: 72px 0 15px; font: 700 23px/1.2 'Manrope',sans-serif; }
.recommendation-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.photo-journal { color: var(--white); background: linear-gradient(145deg,#06192c,#0a2d4a); }
.photo-journal-head { display: grid; grid-template-columns: .45fr 1.05fr .8fr; gap: 60px; align-items: end; margin-bottom: 52px; }
.photo-journal-head > span { color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .17em; }
.photo-journal-head h2 { margin: 0; font: 700 clamp(38px,4.5vw,62px)/1.06 'Manrope',sans-serif; letter-spacing: -.05em; }
.photo-journal-head p { margin: 0; color: rgba(255,255,255,.57); font-size: 15px; }
.photo-journal-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.photo-story { position: relative; min-height: 330px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: #071e35; }
.photo-story-wide { grid-column: auto; min-height: 330px; }
.photo-story img { display: block; width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.photo-story:hover img { transform: scale(1.035); }
.photo-story figcaption { position: absolute; inset: auto 0 0; padding: 62px 30px 28px; background: linear-gradient(transparent,rgba(4,21,34,.92)); }
.photo-story figcaption span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.photo-story figcaption p { max-width: 660px; margin: 7px 0 0; color: rgba(255,255,255,.76); font-size: 14px; }

.pathway-intro { display: grid; grid-template-columns: .5fr 1.05fr .75fr; gap: 70px; align-items: end; }
.pathway-intro .section-kicker { align-self: start; }
.pathway-intro h2 { margin: 0; font: 700 clamp(42px,4.8vw,65px)/1.06 'Manrope',sans-serif; letter-spacing: -.055em; }
.pathway-intro > p { margin: 0; color: #647684; font-size: 16px; }
.pathway-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 78px; }
.pathway-grid .principle { min-height: 310px; }
.pathway-grid .principle h3 { margin-top: 46px; }
.pathway-grid .principle > span { display: block; margin-top: 30px; color: #4a8c38; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.capacity-strip { display: grid; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; margin-top: 32px; padding: 42px; border-radius: 26px; color: var(--white); background: var(--navy); }
.capacity-strip div > span { color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.capacity-strip strong { display: block; margin-top: 8px; color: var(--green); font: 800 46px/1 'Manrope',sans-serif; }
.capacity-strip sup { font-size: .35em; vertical-align: top; }
.capacity-strip p { max-width: 430px; margin: 8px 0 0; color: rgba(255,255,255,.58); font-size: 12px; }
.capacity-strip > a { display: inline-flex; gap: 13px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 12px; font-weight: 700; white-space: nowrap; }
.form-grid select { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(7,26,44,.2); border-radius: 0; outline: none; color: var(--ink); background: transparent; cursor: pointer; }
.form-grid select:focus { border-color: var(--blue); box-shadow: 0 1px 0 var(--blue); }

@media (max-width: 1020px) {
  .model-steps { grid-template-columns: repeat(2,1fr); }
  .model-step:nth-child(3)::after { right: 20px; }
  .model-step:nth-child(2n)::after { right: 0; }
  .impact-copy,.field-photo { position: relative; top: auto; }
  .evidence-banner { grid-template-columns: 1fr; }
  .evidence-banner img { height: 390px; }
  .field-service-grid { grid-template-columns: 1fr; gap: 70px; }
  .field-photo { max-width: 650px; }
  .field-photo img { height: min(66vw,520px); }
  .recommendation-head,.photo-journal-head,.pathway-intro { grid-template-columns: 1fr; gap: 28px; }
  .recommendation-grid,.pathway-grid { grid-template-columns: repeat(2,1fr); }
  .system-blueprint figcaption { grid-template-columns: 1fr; gap: 18px; }
  .blueprint-points { grid-template-columns: repeat(2,1fr); }
  .capacity-strip { grid-template-columns: 1fr 1fr; }
  .capacity-strip > a { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 700px) {
  .model-steps { grid-template-columns: 1fr; }
  .model-step:nth-child(n)::after { left: 6px; right: auto; }
  .verification-standard { grid-template-columns: 1fr; gap: 14px; }
  .services-grid-eight .service-card:nth-child(n) { grid-column: 1; }
  .evidence-metrics { grid-template-columns: 1fr; }
  .evidence-banner { margin-top: 42px; border-radius: 22px; }
  .evidence-banner img { min-height: 300px; height: 300px; }
  .evidence-banner figcaption { padding: 32px 25px; }
  .evidence-banner figcaption strong { font-size: 25px; }
  .estimate-strip { grid-template-columns: 1fr; }
  .estimate-strip .estimate-note { grid-column: 1; }
  .field-photo img { height: 470px; }
  .recommendation-head { margin-top: 90px; }
  .recommendation-grid,.photo-journal-grid,.pathway-grid { grid-template-columns: 1fr; }
  .system-blueprint { padding: 24px 18px; border-radius: 22px; }
  .blueprint-points { grid-template-columns: 1fr; }
  .photo-story,.photo-story-wide { grid-column: 1; min-height: 300px; }
  .photo-journal-head { margin-bottom: 45px; }
  .pathway-grid .principle { min-height: 270px; }
  .capacity-strip { grid-template-columns: 1fr; padding: 32px 26px; }
  .capacity-strip > a { grid-column: 1; }
}

/* v1.5 — premium editorial refinement */
body { font-family: "Aptos","Segoe UI",Roboto,Helvetica,Arial,sans-serif; }
.brand { min-width: 236px; gap: 13px; }
.brand-mark { width: 58px; height: 58px; padding: 4px; overflow: hidden; border: 1px solid rgba(154,221,109,.46); border-radius: 18px; background: linear-gradient(145deg,rgba(154,221,109,.2),rgba(255,255,255,.045)); box-shadow: inset 0 1px 0 rgba(255,255,255,.16),0 12px 28px rgba(2,16,30,.28),0 0 24px rgba(111,182,83,.08); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; transform: scale(1.1); filter: contrast(1.12) saturate(1.06) drop-shadow(0 8px 14px rgba(74,220,50,.2)); }
.brand-copy b { font-size: 19px; letter-spacing: .13em; }
.brand-copy small { color: rgba(255,255,255,.7); letter-spacing: .1em; }
.site-nav { gap: 24px; }
.nav-cta { box-shadow: 0 12px 28px rgba(124,198,82,.18); }

.architecture-grid { grid-template-columns: 1.15fr 1fr 1fr; }
.architecture-grid .platform-card { min-height: 340px; }
.architecture-grid .platform-icon { width: 54px; height: 54px; font-size: 18px; }
.platform-card-featured { background: linear-gradient(145deg,#09243d,#0b3554); }
.platform-card-featured::after { content: ''; position: absolute; width: 190px; height: 190px; right: -90px; bottom: -90px; border: 1px solid rgba(154,221,109,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(154,221,109,.025); }

.services-grid-premium { grid-template-columns: repeat(2,minmax(0,1fr)); }
.services-grid-premium .service-card { grid-column: auto; min-height: 340px; padding: 40px; }
.services-grid-premium .service-card:nth-child(4) { color: var(--white); background: linear-gradient(145deg,#0b2c49,#092039); }
.services-grid-premium .service-card:nth-child(4) p { color: rgba(255,255,255,.64); }
.services-grid-premium .service-card:nth-child(4) .service-icon { color: var(--green); background: rgba(154,221,109,.12); }
.services-grid-premium .service-card:nth-child(4) .service-no { color: rgba(255,255,255,.34); }
.services-grid-premium .service-card h3 { margin-top: 72px; font-size: 27px; }

.evidence-metrics .metric { background: linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); }
.evidence-banner { box-shadow: 0 28px 80px rgba(0,0,0,.2); }
.evidence-banner img,.field-photo img,.photo-story img,.system-blueprint img { filter: contrast(1.1) saturate(1.08) brightness(.985); image-rendering: auto; }
.evidence-banner img { object-position: center 45%; }
.field-photo { border: 1px solid rgba(7,30,53,.1); box-shadow: 0 34px 80px rgba(20,39,55,.18); }
.field-photo img { object-position: center 40%; }
.field-insight { margin-top: 34px !important; padding: 22px 24px; border-left: 3px solid #6fb653; border-radius: 0 16px 16px 0; color: #3d5261 !important; background: #edf3e8; font-size: 14px !important; }
.field-insight strong { color: #244633; }
.photo-story { min-height: 360px; border-color: rgba(255,255,255,.18); box-shadow: 0 26px 70px rgba(0,0,0,.2); }
.photo-story::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg,rgba(70,139,58,.09),transparent 46%); mix-blend-mode: soft-light; }
.photo-story figcaption { z-index: 2; }

.contact { background: radial-gradient(circle at 7% 15%,rgba(154,221,109,.18),transparent 28%),radial-gradient(circle at 84% 8%,rgba(70,130,240,.22),transparent 30%),linear-gradient(145deg,#06192c 0%,#092d4a 58%,#071e35 100%); }
.contact::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .16; background-image: radial-gradient(rgba(255,255,255,.55) .7px,transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to bottom,black,transparent 70%); }
.contact-copy { position: relative; top: auto; }
.contact-copy .eyebrow { color: var(--green); }
.contact-copy h2 { max-width: 620px; font-size: clamp(52px,5.5vw,76px); }
.contact-copy > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.72); }
.contact-form-card { position: relative; border: 1px solid rgba(255,255,255,.58); color: var(--ink); background: linear-gradient(150deg,#ffffff,#f2f4ef); box-shadow: 0 45px 120px rgba(0,0,0,.34),inset 0 1px 0 #fff; }
.form-heading > span { color: #4f8f3f; }
.form-heading h3 { color: #071e35; }
.form-heading p { color: #536777; }
.form-grid label > span { color: #334a5b; }
.form-grid input,.form-grid textarea,.form-grid select { padding: 14px 15px; border: 1px solid #cbd4d9; border-radius: 12px; color: #071e35; background: rgba(255,255,255,.9); box-shadow: inset 0 1px 2px rgba(7,30,53,.035); }
.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus { border-color: #4c8e3c; box-shadow: 0 0 0 3px rgba(111,182,83,.14); }
.form-submit { color: #071e35; background: linear-gradient(135deg,#9add6d,#79c34e); box-shadow: 0 16px 34px rgba(94,160,63,.22); }
.contact-trust strong { color: #fff; }
.contact-dock { box-shadow: 0 18px 50px rgba(2,17,31,.26); }

@media (max-width: 1020px) {
  .architecture-grid { grid-template-columns: 1fr; }
  .services-grid-premium { grid-template-columns: 1fr 1fr; }
  .contact-copy { max-width: 760px; }
}

@media (max-width: 700px) {
  .brand { min-width: auto; }
  .brand-mark { width: 48px; height: 48px; padding: 3px; border-radius: 15px; }
  .services-grid-premium { grid-template-columns: 1fr; }
  .services-grid-premium .service-card { min-height: 300px; padding: 34px; }
  .contact-copy h2 { font-size: clamp(46px,13vw,62px); }
  .photo-story { min-height: 310px; }
}

/* v1.6 — Who We Are editorial leadership experience */
.site-nav > a.is-current { color: var(--white); }
.contact-dock .tel-display { display: flex; gap: .3em; }.contact-dock .tel-display i { font-style: normal; }

.who-page { overflow: clip; background: #f7f4ed; }
.who-number { margin: 0 0 22px; color: #4f8f3f; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.who-number-light { color: var(--green); }

.who-hero {
  position: relative;
  min-height: 100svh;
  padding: 190px 0 64px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 18%,rgba(46,114,240,.2),transparent 34%),
    radial-gradient(circle at 18% 82%,rgba(154,221,109,.11),transparent 32%),
    linear-gradient(140deg,#041522 0%,#071e35 55%,#0a2d48 100%);
}
.who-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.55) .55px,transparent .55px); background-size: 17px 17px; mask-image: linear-gradient(115deg,transparent 8%,#000 48%,transparent 92%); }
.who-hero-lines,.who-final-lines { position: absolute; inset: 0; pointer-events: none; opacity: .18; }
.who-hero-lines i,.who-final-lines i { position: absolute; display: block; width: 1px; height: 145%; background: linear-gradient(to bottom,transparent,rgba(154,221,109,.9),transparent); transform: rotate(38deg); transform-origin: top; }
.who-hero-lines i:nth-child(1) { left: 47%; top: -18%; }.who-hero-lines i:nth-child(2) { left: 63%; top: -32%; opacity: .55; }.who-hero-lines i:nth-child(3) { left: 78%; top: -10%; background: linear-gradient(to bottom,transparent,rgba(124,217,255,.8),transparent); }.who-hero-lines i:nth-child(4) { left: 91%; top: -35%; opacity: .5; }
.who-hero-orbit { position: absolute; right: -250px; top: 50%; width: 760px; height: 760px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; transform: translateY(-50%); }
.who-hero-orbit::before,.who-hero-orbit::after { content: ''; position: absolute; inset: 90px; border: 1px solid rgba(154,221,109,.08); border-radius: 50%; }.who-hero-orbit::after { inset: 210px; border-color: rgba(124,217,255,.1); }
.who-hero-orbit span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(154,221,109,.06),0 0 24px rgba(154,221,109,.35); }.who-hero-orbit span:nth-child(1) { left: 112px; top: 104px; }.who-hero-orbit span:nth-child(2) { left: 155px; bottom: 72px; background: var(--sky); }.who-hero-orbit span:nth-child(3) { right: 212px; top: 91px; opacity: .55; }
.who-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.62fr); gap: clamp(70px,9vw,150px); align-items: start; }
.who-hero-copy .eyebrow { margin-bottom: 38px; }
.who-hero-copy h1 { max-width: 800px; margin: 0; font: 700 clamp(68px,7.6vw,110px)/.96 'Manrope','Aptos',sans-serif; letter-spacing: -.064em; }
.who-hero-copy h1 em { display: block; margin-top: 18px; color: var(--green); font-style: normal; }
.who-hero-narrative { max-width: 520px; padding-top: 68px; }
.who-hero-narrative p { margin: 0 0 24px; color: rgba(255,255,255,.59); font-size: 15px; line-height: 1.8; }
.who-hero-narrative .who-hero-lede { color: rgba(255,255,255,.83); font-size: 18px; }
.who-hero-narrative .who-progress-line { margin: -5px 0 34px; color: var(--green); font: 700 22px/1.25 'Manrope','Aptos',sans-serif; }
.who-principles { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 100px; border-top: 1px solid rgba(255,255,255,.15); }
.who-principles span { padding: 28px 20px 0 0; color: rgba(255,255,255,.82); font: 600 clamp(18px,2vw,25px)/1.2 'Manrope','Aptos',sans-serif; }.who-principles span + span { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.15); }

.who-leadership { position: relative; background: linear-gradient(180deg,#f7f4ed 0%,#edf3e8 40%,#f7f4ed 100%); }
.who-architecture { position: absolute; inset: 0; overflow: hidden; pointer-events: none; opacity: .2; }
.who-architecture i { position: absolute; display: block; width: 1px; height: 980px; background: linear-gradient(to bottom,transparent,rgba(7,30,53,.2),transparent); transform: rotate(33deg); }.who-architecture i:nth-child(1) { left: 12%; top: 650px; }.who-architecture i:nth-child(2) { left: 31%; top: 380px; }.who-architecture i:nth-child(3) { left: 50%; top: 740px; }.who-architecture i:nth-child(4) { left: 67%; top: 420px; }.who-architecture i:nth-child(5) { left: 83%; top: 880px; }.who-architecture i:nth-child(6) { left: 92%; top: 1760px; }
.who-leadership .shell { position: relative; z-index: 1; }
.who-section-intro { display: grid; grid-template-columns: 1.12fr .68fr; gap: clamp(70px,10vw,160px); align-items: end; }
.who-section-intro h2 { max-width: 760px; margin: 0; font: 700 clamp(54px,6.4vw,88px)/.98 'Manrope','Aptos',sans-serif; letter-spacing: -.06em; }
.who-intro-copy p { margin: 0 0 17px; color: #5d707d; font-size: 17px; }.who-intro-copy strong { color: var(--ink); font-weight: 650; }
.who-network-principle { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; margin-top: 84px; color: #4c5f6b; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.who-network-principle i { height: 1px; background: linear-gradient(to right,rgba(7,30,53,.18),rgba(79,143,63,.65),rgba(7,30,53,.18)); }
.who-leadership-row { position: relative; margin-top: 150px; padding-top: 38px; border-top: 1px solid rgba(7,30,53,.16); }
.who-row-heading { display: grid; grid-template-columns: 120px minmax(0,1fr) .7fr; gap: 34px; align-items: end; margin-bottom: 54px; }
.who-row-heading > p { margin: 0; color: #758590; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.who-row-heading h2 { margin: 0; font: 700 clamp(35px,4.1vw,57px)/1.02 'Manrope','Aptos',sans-serif; letter-spacing: -.05em; }
.who-row-heading > span { color: #61727e; font-size: 15px; }
.who-profile-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.who-profile { position: relative; display: flex; flex-direction: column; min-height: 610px; padding: 28px 30px 32px; overflow: hidden; border: 1px solid rgba(7,30,53,.11); border-radius: 28px; background: rgba(255,255,255,.73); box-shadow: 0 22px 70px rgba(7,30,53,.05); }
.who-profile::after { content: ''; position: absolute; width: 230px; height: 230px; right: -145px; top: 80px; border: 1px solid rgba(46,114,240,.12); border-radius: 50%; box-shadow: 0 0 0 50px rgba(46,114,240,.025); }
.who-profile.is-role-led { border-color: rgba(44,96,68,.18); background: linear-gradient(155deg,rgba(255,255,255,.96),rgba(241,246,241,.88)); box-shadow: 0 28px 78px rgba(7,30,53,.09); }
.who-profile.is-role-led::before { content: ''; position: absolute; z-index: 1; top: 0; left: 34px; width: 72px; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg,#346c49,#75ad61); }
.who-profile.is-featured { color: var(--white); border-color: rgba(255,255,255,.1); background: linear-gradient(150deg,#06192c,#0a3150); box-shadow: 0 32px 90px rgba(5,28,47,.19); }
.who-profile.is-featured::after { border-color: rgba(154,221,109,.18); box-shadow: 0 0 0 50px rgba(154,221,109,.025); }
.who-profile-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; }
.who-profile-number { color: #7a8994; font-size: 10px; font-weight: 800; letter-spacing: .14em; }.who-profile.is-featured .who-profile-number { color: rgba(255,255,255,.4); }
.who-profile-portrait { position: relative; display: grid; place-items: center; width: 154px; height: 190px; overflow: hidden; border-radius: 80px 80px 18px 18px; color: #1f5c9c; background: linear-gradient(160deg,#dce9f2,#f8faf7); }
.who-profile.is-role-led .who-profile-portrait { color: #356f4b; background: linear-gradient(160deg,#dce9e0,#f9fbf8); box-shadow: inset 0 0 0 1px rgba(53,111,75,.08); }
.who-profile.is-featured .who-profile-portrait { color: var(--green); background: linear-gradient(160deg,rgba(154,221,109,.14),rgba(255,255,255,.05)); }
.who-profile-portrait::before { content: ''; position: absolute; inset: 18px; border: 1px solid currentColor; border-radius: inherit; opacity: .18; }
.who-profile-portrait span { position: relative; z-index: 2; font: 700 49px/1 'Manrope','Aptos',sans-serif; letter-spacing: -.055em; }.who-profile-portrait i { position: absolute; width: 135px; height: 135px; right: -70px; bottom: -58px; border: 1px solid currentColor; border-radius: 50%; opacity: .2; }
.who-profile-copy { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; margin-top: 42px; }
.who-profile-name { margin: 0 0 9px; color: var(--ink); font: 700 24px/1.14 'Manrope','Aptos',sans-serif; letter-spacing: -.035em; }.who-profile.is-featured .who-profile-name { color: var(--white); }
.who-profile-credentials { margin: -3px 0 9px; color: #697985; font-size: 11px; }
.who-profile h3 { max-width: 330px; margin: 0; color: #4f8f3f; font-size: 10px; font-weight: 800; line-height: 1.45; letter-spacing: .14em; text-transform: uppercase; }.who-profile.is-featured h3 { color: var(--green); }
.who-profile.is-role-led h3 { color: #173f2d; font: 750 21px/1.18 'Manrope','Aptos',sans-serif; letter-spacing: -.025em; text-transform: none; }
.who-profile-specialty { margin: 8px 0 0; color: #526572; font-size: 13px; font-weight: 650; }.who-profile.is-featured .who-profile-specialty { color: rgba(255,255,255,.64); }
.who-profile-summary { margin: 24px 0 0; color: #536775; font-size: 15px; line-height: 1.72; }.who-profile.is-featured .who-profile-summary { color: rgba(255,255,255,.7); }
.who-profile.is-role-led .who-profile-summary { color: #415b4d; font-size: 15.5px; }
.who-profile-detail { margin-top: auto; padding-top: 26px; }
.who-profile-detail summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid rgba(7,30,53,.14); color: #314957; font-size: 11px; font-weight: 750; cursor: pointer; list-style: none; }.who-profile-detail summary::-webkit-details-marker { display: none; }.who-profile.is-featured .who-profile-detail summary { color: rgba(255,255,255,.73); border-color: rgba(255,255,255,.14); }
.who-profile-detail summary span { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid currentColor; border-radius: 50%; font-size: 16px; font-weight: 400; transition: transform .2s ease; }.who-profile-detail[open] summary span { transform: rotate(45deg); }
.who-profile-detail p { margin: 18px 0 0; color: #617480; font-size: 13px; line-height: 1.68; }.who-profile.is-featured .who-profile-detail p { color: rgba(255,255,255,.57); }
.who-one-direction { display: grid; grid-template-columns: .58fr 1.42fr; gap: 70px; margin-top: 44px; padding: 34px 0; border-top: 1px solid rgba(7,30,53,.14); border-bottom: 1px solid rgba(7,30,53,.14); }
.who-one-direction > p { margin: 0; color: #4f8f3f; font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }.who-one-direction dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; margin: 0; }.who-one-direction dl div { min-width: 0; }.who-one-direction dt { font: 700 13px/1.35 'Manrope','Aptos',sans-serif; }.who-one-direction dd { margin: 8px 0 0; color: #6c7c87; font-size: 11px; line-height: 1.5; }

.who-council { margin-inline: -52px; padding: 66px 52px 72px; overflow: hidden; border-top: 0; border-radius: 36px; color: var(--white); background: radial-gradient(circle at 16% 28%,rgba(154,221,109,.09),transparent 28%),linear-gradient(145deg,#041522,#092b46); box-shadow: 0 42px 110px rgba(6,26,44,.17); }
.who-council::after { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.65) .6px,transparent .6px); background-size: 18px 18px; mask-image: linear-gradient(115deg,transparent,#000,transparent); }
.who-council > * { position: relative; z-index: 1; }
.who-council .who-row-heading > p { color: rgba(255,255,255,.38); }.who-council .who-row-heading > span { color: var(--green); }
.who-council-copy { display: grid; grid-template-columns: 1.2fr .7fr .9fr .75fr; gap: 34px; padding: 38px 0 58px; border-top: 1px solid rgba(255,255,255,.12); }
.who-council-copy p { margin: 0; color: rgba(255,255,255,.52); font-size: 13px; line-height: 1.72; }.who-council-copy p:first-child { color: rgba(255,255,255,.8); font-size: 16px; }
.who-discipline-orbit { position: relative; height: 650px; margin-top: 35px; }
.who-discipline-orbit::before,.who-discipline-orbit::after { content: ''; position: absolute; left: 50%; top: 50%; width: min(830px,78%); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform: translate(-50%,-50%) rotate(-8deg); }.who-discipline-orbit::after { width: min(570px,54%); border-color: rgba(154,221,109,.13); transform: translate(-50%,-50%) rotate(17deg); }
.who-orbit-core { position: absolute; left: 50%; top: 50%; z-index: 2; display: grid; place-content: center; width: 210px; height: 210px; border: 1px solid rgba(154,221,109,.28); border-radius: 50%; text-align: center; background: radial-gradient(circle,rgba(154,221,109,.13),rgba(255,255,255,.025)); box-shadow: 0 0 0 34px rgba(154,221,109,.025),0 0 80px rgba(38,98,91,.18); transform: translate(-50%,-50%); }.who-orbit-core span { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }.who-orbit-core strong { margin-top: 8px; font: 700 25px/1.15 'Manrope','Aptos',sans-serif; }
.who-discipline { position: absolute; z-index: 3; display: block; padding: 6px 0; color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }.who-discipline::before { content: ''; display: inline-block; width: 5px; height: 5px; margin-right: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(154,221,109,.06); vertical-align: 1px; }
.who-discipline-1 { left: 8%; top: 14%; }.who-discipline-2 { left: 40%; top: 2%; }.who-discipline-3 { right: 8%; top: 15%; }.who-discipline-4 { right: 2%; top: 41%; }.who-discipline-5 { right: 9%; bottom: 16%; }.who-discipline-6 { left: 43%; bottom: 3%; }.who-discipline-7 { left: 7%; bottom: 15%; }.who-discipline-8 { left: 1%; top: 43%; }.who-discipline-9 { left: 21%; top: 29%; }.who-discipline-10 { right: 17%; top: 30%; }.who-discipline-11 { left: 19%; bottom: 29%; }.who-discipline-12 { right: 10%; bottom: 31%; }
.who-advisory-perspectives { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.who-advisory-profile { min-width: 0; padding: 34px 28px 30px; }.who-advisory-profile + .who-advisory-profile { border-left: 1px solid rgba(255,255,255,.12); }
.who-advisory-profile summary { position: relative; display: grid; grid-template-columns: 76px 1fr auto; gap: 18px; align-items: end; min-height: 170px; cursor: pointer; list-style: none; }.who-advisory-profile summary::-webkit-details-marker { display: none; }
.who-advisory-portrait { position: relative; width: 76px; height: 96px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 42px 42px 14px 14px; color: rgba(255,255,255,.42); background: rgba(255,255,255,.035); }.who-advisory-portrait b { position: relative; z-index: 1; font-size: 10px; font-weight: 800; }.who-advisory-portrait i { position: absolute; width: 85px; height: 85px; right: -48px; bottom: -40px; border: 1px solid var(--green); border-radius: 50%; opacity: .22; }
.who-advisory-identity { display: grid; gap: 7px; min-width: 0; }.who-advisory-identity > span { color: var(--green); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.who-advisory-identity strong { font: 700 18px/1.2 'Manrope','Aptos',sans-serif; }.who-advisory-identity small { color: rgba(255,255,255,.46); font-size: 10px; }
.who-advisory-toggle { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--green); font-style: normal; transition: transform .2s ease; }.who-advisory-profile[open] .who-advisory-toggle { transform: rotate(45deg); }
.who-advisory-profile-body { padding: 24px 0 4px; }.who-advisory-profile-body p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }.who-advisory-profile-body .who-advisory-role { margin-bottom: 7px; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.who-advisory-profile-body .who-advisory-specialty { margin-bottom: 12px; color: rgba(255,255,255,.78); font-weight: 650; }
.who-independent { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; margin-top: 72px; }.who-independent > div:first-child p { margin: 0; font: 700 clamp(30px,3.5vw,47px)/1.05 'Manrope','Aptos',sans-serif; letter-spacing: -.045em; }.who-independent > div:first-child p:last-child { color: var(--green); }.who-independent > div:last-child p { margin: 0 0 24px; color: rgba(255,255,255,.58); font-size: 15px; }.who-independent > div:last-child strong { color: rgba(255,255,255,.9); font-weight: 650; }

.who-leadership-network { padding-bottom: 24px; }
.who-network-copy { display: grid; grid-template-columns: 1.2fr .5fr .7fr 1fr; gap: 34px; margin-bottom: 58px; }.who-network-copy p { margin: 0; color: #647580; font-size: 13px; line-height: 1.72; }.who-network-copy p:first-child { color: var(--ink); font-size: 16px; }
.who-network-grid { display: grid; grid-template-columns: repeat(12,1fr); border-top: 1px solid rgba(7,30,53,.15); }
.who-network-card { position: relative; grid-column: span 3; min-height: 310px; padding: 32px 28px; border-bottom: 1px solid rgba(7,30,53,.15); }.who-network-card + .who-network-card { border-left: 1px solid rgba(7,30,53,.15); }.who-network-card:nth-child(n+5) { grid-column: span 4; }.who-network-card:nth-child(5) { border-left: 0; }
.who-network-card.is-established { background: linear-gradient(150deg,rgba(154,221,109,.17),rgba(255,255,255,.38)); }
.who-network-card > span { color: #4f8f3f; font-size: 9px; font-weight: 850; letter-spacing: .15em; }.who-network-card h3 { max-width: 260px; margin: 90px 0 14px; font: 700 19px/1.22 'Manrope','Aptos',sans-serif; letter-spacing: -.02em; text-transform: uppercase; }.who-network-card p { margin: 0; color: #637580; font-size: 12px; line-height: 1.65; }

.who-work { position: relative; color: var(--white); background: radial-gradient(circle at 80% 20%,rgba(46,114,240,.17),transparent 30%),#041522; }
.who-work::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .1; background-image: linear-gradient(38deg,transparent 49.9%,rgba(154,221,109,.7) 50%,transparent 50.1%); background-size: 310px 310px; }
.who-work .shell { position: relative; z-index: 1; }
.who-work-heading { display: grid; grid-template-columns: .4fr 1.6fr; gap: 65px; align-items: start; }.who-work-heading h2 { margin: 0; font: 700 clamp(58px,7vw,96px)/.96 'Manrope','Aptos',sans-serif; letter-spacing: -.065em; }.who-work-heading h2 em { color: var(--green); font-style: normal; }
.who-work-copy { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 100px 0 0; border-top: 1px solid rgba(255,255,255,.13); }.who-work-copy p { min-height: 150px; margin: 0; padding: 26px 30px 26px 0; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.7; }.who-work-copy p + p { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.13); }.who-work-copy p:nth-child(n+4) { border-top: 1px solid rgba(255,255,255,.13); }
.who-diagonal-statement { margin: 150px 0 0; color: var(--green); font: 700 clamp(70px,10.2vw,144px)/.88 'Manrope','Aptos',sans-serif; letter-spacing: -.075em; }
.who-across { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 88px; border-top: 1px solid rgba(255,255,255,.15); }.who-across span { padding: 28px 24px 0 0; color: rgba(255,255,255,.77); font: 600 17px/1.35 'Manrope','Aptos',sans-serif; }.who-across span + span { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.15); }

.who-model { background: #f8f6f0; }
.who-model-heading { display: grid; grid-template-columns: .42fr 1.58fr; gap: 70px; align-items: start; }.who-model-heading h2 { max-width: 830px; margin: 0; font: 700 clamp(56px,6.4vw,88px)/.98 'Manrope','Aptos',sans-serif; letter-spacing: -.063em; }
.who-comparison { margin-top: 108px; border-top: 1px solid rgba(7,30,53,.16); }
.who-process { display: grid; grid-template-columns: 230px 1fr; gap: 42px; align-items: center; min-height: 150px; border-bottom: 1px solid rgba(7,30,53,.16); }.who-process > span { color: #7b8992; font-size: 9px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }.who-process > p { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin: 0; color: #7a868d; }.who-process b { font: 700 clamp(17px,2vw,25px)/1.2 'Manrope','Aptos',sans-serif; text-transform: uppercase; }.who-process i { color: #a2abb0; font-style: normal; }
.who-process-eregeb { min-height: 200px; color: var(--white); border: 0; background: var(--navy); box-shadow: 0 24px 74px rgba(7,30,53,.16); }.who-process-eregeb > span { padding-left: 30px; color: var(--green); }.who-process-eregeb > p { color: var(--white); }.who-process-eregeb i { color: var(--green); }
.who-table-question { display: grid; grid-template-columns: 1.2fr .55fr .55fr; gap: 55px; align-items: end; margin-top: 130px; }.who-table-question h2 { grid-row: span 3; margin: 0; font: 700 clamp(48px,5.7vw,79px)/1 'Manrope','Aptos',sans-serif; letter-spacing: -.06em; }.who-table-question h2 em { color: #4f8f3f; font-style: normal; }.who-table-question p { margin: 0; color: #627480; font-size: 14px; line-height: 1.72; }.who-table-question p strong { color: var(--ink); }

.who-final { position: relative; min-height: 920px; display: grid; place-items: center; overflow: hidden; color: var(--white); background: radial-gradient(circle at 50% 48%,rgba(154,221,109,.12),transparent 27%),linear-gradient(145deg,#020d16,#061d31 65%,#092c46); }
.who-final::before { content: ''; position: absolute; left: 50%; top: 46%; width: min(780px,74vw); aspect-ratio: 1; border: 1px solid rgba(154,221,109,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(154,221,109,.018),0 0 0 180px rgba(124,217,255,.012); transform: translate(-50%,-50%); }
.who-final-lines i:nth-child(1) { left: 18%; top: -30%; }.who-final-lines i:nth-child(2) { left: 40%; top: -10%; }.who-final-lines i:nth-child(3) { left: 67%; top: -35%; background: linear-gradient(to bottom,transparent,rgba(124,217,255,.8),transparent); }.who-final-lines i:nth-child(4) { left: 86%; top: -5%; }
.who-final-shell { position: relative; z-index: 2; padding: 120px 0; text-align: center; }
.who-equation { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 15px 20px; color: rgba(255,255,255,.62); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }.who-equation i { color: var(--green); font: 300 22px/1 'Manrope','Aptos',sans-serif; }
.who-final-result { display: grid; justify-items: center; margin-top: 105px; }.who-final-result span { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .22em; text-transform: uppercase; }.who-final-result strong { margin-top: 17px; font: 700 clamp(76px,10vw,142px)/.85 'Manrope','Aptos',sans-serif; letter-spacing: -.08em; text-transform: uppercase; }
.who-origin { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 105px; border-top: 1px solid rgba(255,255,255,.14); }.who-origin span { padding: 28px 20px 0; color: rgba(255,255,255,.6); font-size: 12px; }.who-origin span + span { border-left: 1px solid rgba(255,255,255,.14); }
.who-final-brand { display: inline-flex; align-items: center; gap: 22px; margin-top: 105px; text-align: left; }.who-final-brand .brand-mark { width: 76px; height: 76px; }.who-final-brand strong { font: 800 27px/1 'Manrope','Aptos',sans-serif; letter-spacing: .17em; }.who-final-brand p { margin: 10px 0 0; color: rgba(255,255,255,.57); font-size: 13px; }

/* v1.7 — premium leadership architecture */
.who-leadership { padding-block: clamp(150px,14vw,230px); }
.who-leadership-row { margin-top: clamp(160px,15vw,230px); padding-top: 48px; border-top-color: rgba(7,30,53,.12); }
.who-row-heading { margin-bottom: clamp(58px,6vw,84px); }
.who-row-heading h2 { font-size: clamp(42px,4.7vw,66px); letter-spacing: -.058em; }

/* Executive leadership reads as one composed suite, not three unrelated cards. */
.who-executive { margin-top: clamp(150px,13vw,205px); }
.who-profile-grid {
  position: relative;
  isolation: isolate;
  gap: 12px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 38px;
  background: linear-gradient(145deg,#041522 0%,#082942 54%,#0a334b 100%);
  box-shadow: 0 44px 110px rgba(7,30,53,.19),0 1px 0 rgba(255,255,255,.22) inset;
}
.who-profile-grid::before { content: ''; position: absolute; z-index: -1; inset: -42% -15%; pointer-events: none; opacity: .65; background: linear-gradient(116deg,transparent 33%,rgba(154,221,109,.09) 33.1%,transparent 33.3%,transparent 57%,rgba(124,217,255,.08) 57.1%,transparent 57.3%); transform: rotate(-4deg); }
.who-profile-grid::after { content: ''; position: absolute; z-index: -1; right: -100px; top: -210px; width: 520px; height: 520px; border: 1px solid rgba(154,221,109,.1); border-radius: 50%; box-shadow: 0 0 0 86px rgba(154,221,109,.018); }
.who-profile,.who-profile.is-role-led,.who-profile.is-featured {
  min-height: 650px;
  padding: 34px 34px 38px;
  color: var(--white);
  border-color: rgba(255,255,255,.1);
  border-radius: 28px;
  background: linear-gradient(155deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  box-shadow: none;
  transition: transform .45s cubic-bezier(.2,.75,.2,1),border-color .35s ease,background .35s ease,box-shadow .45s ease;
}
.who-profile.is-featured { background: linear-gradient(155deg,rgba(154,221,109,.12),rgba(255,255,255,.035)); }
.who-profile::before,.who-profile.is-role-led::before { content: ''; position: absolute; z-index: 2; top: 0; left: 34px; width: 78px; height: 2px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg,rgba(154,221,109,.95),rgba(124,217,255,.45)); }
.who-profile:nth-child(2)::before { left: 50%; transform: translateX(-50%); }
.who-profile:nth-child(3)::before { right: 34px; left: auto; }
.who-profile::after,.who-profile.is-featured::after { right: -155px; top: 72px; width: 260px; height: 260px; border-color: rgba(154,221,109,.12); box-shadow: 0 0 0 52px rgba(154,221,109,.018); }
.who-profile:hover { z-index: 3; border-color: rgba(154,221,109,.27); background: linear-gradient(155deg,rgba(255,255,255,.1),rgba(255,255,255,.04)); box-shadow: 0 28px 65px rgba(0,0,0,.2); transform: translateY(-7px); }
.who-profile-number,.who-profile.is-featured .who-profile-number { color: rgba(255,255,255,.4); letter-spacing: .21em; }
.who-profile-portrait,.who-profile.is-role-led .who-profile-portrait,.who-profile.is-featured .who-profile-portrait {
  width: 164px;
  height: 208px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 86px 86px 20px 20px;
  color: var(--green);
  background: linear-gradient(160deg,rgba(154,221,109,.105),rgba(255,255,255,.025));
  box-shadow: 0 18px 46px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.08);
}
.who-profile-portrait::before { inset: 13px; border-color: rgba(255,255,255,.48); border-radius: 74px 74px 14px 14px; opacity: .16; }
.who-profile-portrait::after { content: ''; position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; border: 1px solid currentColor; border-radius: 50%; opacity: .14; transform: translate(-50%,-50%); }
.who-profile-portrait .who-profile-monogram { font-size: 45px; font-weight: 650; letter-spacing: -.065em; text-shadow: 0 8px 28px rgba(154,221,109,.12); }
.who-profile-portrait i { right: -74px; bottom: -61px; width: 148px; height: 148px; }
.who-profile-copy { margin-top: 46px; }
.who-profile-identity { min-height: 132px; }
.who-profile h3,.who-profile.is-role-led h3,.who-profile.is-featured h3 { max-width: 310px; margin: 0; color: var(--white); font: 700 clamp(21px,1.8vw,27px)/1.13 'Manrope','Aptos',sans-serif; letter-spacing: -.038em; text-transform: none; }
.who-profile-name,.who-profile.is-featured .who-profile-name { margin: 15px 0 0; color: var(--green); font: 650 16px/1.3 'Manrope','Aptos',sans-serif; letter-spacing: -.018em; }
.who-profile-credentials { margin-top: 7px; color: rgba(255,255,255,.48); }
.who-profile-specialty,.who-profile.is-featured .who-profile-specialty { margin-top: 14px; color: rgba(255,255,255,.56); font-size: 12px; letter-spacing: .035em; }
.who-profile-summary,.who-profile.is-role-led .who-profile-summary,.who-profile.is-featured .who-profile-summary { margin-top: 26px; color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.76; }
.who-profile-detail summary,.who-profile.is-featured .who-profile-detail summary { color: rgba(255,255,255,.72); border-color: rgba(255,255,255,.13); }
.who-profile-detail p,.who-profile.is-featured .who-profile-detail p { color: rgba(255,255,255,.55); }
.who-one-direction { gap: clamp(54px,7vw,105px); margin-top: 38px; padding: 40px 38px; border: 1px solid rgba(7,30,53,.11); border-radius: 24px; background: rgba(255,255,255,.4); }
.who-one-direction > p { padding-top: 3px; }
.who-one-direction dl { gap: clamp(28px,4vw,54px); }
.who-one-direction dl div { position: relative; padding-left: 20px; }
.who-one-direction dl div::before { content: ''; position: absolute; left: 0; top: 4px; width: 1px; height: 34px; background: linear-gradient(to bottom,#4f8f3f,rgba(79,143,63,.08)); }
.who-one-direction dt { font-size: 14px; }.who-one-direction dd { margin-top: 10px; }

/* Fine architectural bridges make the three rows feel connected diagonally. */
.who-architectural-bridge { position: relative; z-index: 0; height: 190px; margin-bottom: -190px; pointer-events: none; opacity: .72; }
.who-architectural-bridge i { position: absolute; display: block; height: 1px; background: linear-gradient(90deg,transparent,rgba(79,143,63,.5),rgba(7,30,53,.11),transparent); transform-origin: left center; }
.who-architectural-bridge i:nth-child(1) { left: 8%; top: 76px; width: 44%; transform: rotate(8deg); }
.who-architectural-bridge i:nth-child(2) { left: 35%; top: 118px; width: 42%; transform: rotate(-7deg); }
.who-architectural-bridge i:nth-child(3) { right: 4%; top: 64px; width: 30%; transform: rotate(13deg); }
.who-architectural-bridge span { position: absolute; width: 5px; height: 5px; border: 1px solid rgba(79,143,63,.68); border-radius: 50%; background: #f3f5ed; box-shadow: 0 0 0 7px rgba(79,143,63,.045); }
.who-architectural-bridge span:nth-of-type(1) { left: 34%; top: 112px; }.who-architectural-bridge span:nth-of-type(2) { left: 64%; top: 79px; }.who-architectural-bridge span:nth-of-type(3) { right: 16%; top: 102px; }
.who-architectural-bridge--to-network { opacity: .56; transform: scaleX(-1); }

/* Advisory Council is treated as a quiet, distinguished chamber of expertise. */
.who-council { margin-inline: -68px; padding: 90px 68px 96px; border-radius: 46px; background: radial-gradient(circle at 10% 18%,rgba(154,221,109,.105),transparent 27%),radial-gradient(circle at 91% 76%,rgba(124,217,255,.07),transparent 29%),linear-gradient(145deg,#03121e,#08273e 58%,#0a3046); box-shadow: 0 50px 130px rgba(6,26,44,.22),inset 0 1px 0 rgba(255,255,255,.08); }
.who-council::before { content: ''; position: absolute; right: -190px; top: 270px; width: 560px; height: 560px; border: 1px solid rgba(154,221,109,.08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(154,221,109,.014),0 0 0 180px rgba(124,217,255,.01); }
.who-council .who-row-heading { margin-bottom: 72px; }
.who-council .who-row-heading h2 { max-width: 780px; font-size: clamp(48px,5.3vw,73px); }
.who-council-copy { gap: clamp(34px,4vw,62px); padding: 46px 0 74px; }
.who-council-copy p { line-height: 1.82; }.who-council-copy p:first-child { font-size: 17px; }
.who-council-chamber { position: relative; padding: 30px 34px 34px; border: 1px solid rgba(255,255,255,.105); border-radius: 34px; background: linear-gradient(155deg,rgba(255,255,255,.045),rgba(255,255,255,.012)); box-shadow: inset 0 1px 0 rgba(255,255,255,.045); }
.who-discipline-orbit { height: 700px; margin-top: 12px; }
.who-discipline-orbit::before,.who-discipline-orbit::after { border-color: rgba(255,255,255,.085); }
.who-discipline-orbit::before { animation: whoCouncilBreathe 10s ease-in-out infinite; }
.who-discipline-orbit::after { border-color: rgba(154,221,109,.12); animation: whoCouncilBreathe 10s ease-in-out -5s infinite reverse; }
.who-orbit-core { width: 230px; height: 230px; border-color: rgba(154,221,109,.32); background: radial-gradient(circle,rgba(154,221,109,.14),rgba(255,255,255,.018) 70%); box-shadow: 0 0 0 42px rgba(154,221,109,.018),0 28px 85px rgba(0,0,0,.22); }
.who-orbit-core::before,.who-orbit-core::after { content: ''; position: absolute; border: 1px solid rgba(154,221,109,.15); border-radius: 50%; }
.who-orbit-core::before { inset: 14px; }.who-orbit-core::after { inset: 31px; border-color: rgba(255,255,255,.1); }
.who-orbit-core span,.who-orbit-core strong { position: relative; z-index: 1; }
.who-orbit-core strong { font-size: 28px; letter-spacing: -.035em; }
.who-discipline { color: rgba(255,255,255,.73); letter-spacing: .17em; transition: color .25s ease,transform .25s ease; }
.who-discipline:hover { color: var(--white); transform: translateY(-2px); }
.who-advisory-perspectives { gap: 1px; margin: 24px -1px -1px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 25px; background: rgba(255,255,255,.1); }
.who-advisory-profile { min-height: 292px; padding: 36px 28px 32px; border: 0 !important; background: rgba(3,18,30,.66); transition: background .3s ease,transform .35s ease; }
.who-advisory-profile:hover,.who-advisory-profile[open] { background: rgba(11,49,70,.92); }
.who-advisory-profile summary { grid-template-columns: 92px 1fr auto; gap: 20px; min-height: 188px; }
.who-advisory-portrait { width: 92px; height: 118px; border-color: rgba(255,255,255,.14); border-radius: 50px 50px 16px 16px; color: var(--green); background: linear-gradient(155deg,rgba(154,221,109,.09),rgba(255,255,255,.025)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.who-advisory-portrait::before { content: ''; position: absolute; inset: 10px; border: 1px solid currentColor; border-radius: inherit; opacity: .13; }
.who-advisory-portrait b { font: 650 20px/1 'Manrope','Aptos',sans-serif; letter-spacing: -.04em; }
.who-advisory-identity strong { font-size: 20px; letter-spacing: -.027em; }.who-advisory-identity > span { letter-spacing: .18em; }
.who-independent { margin-top: 96px; }

/* Two real profile slots lead the network; unfilled functions remain functions. */
.who-leadership-network { padding-bottom: 54px; }
.who-network-copy { gap: clamp(34px,4vw,64px); margin-bottom: 74px; }
.who-network-grid { gap: 18px; border: 0; }
.who-network-card,.who-network-card:nth-child(n+5) { border: 1px solid rgba(7,30,53,.105); border-radius: 26px; background: rgba(255,255,255,.48); transition: transform .4s cubic-bezier(.2,.75,.2,1),border-color .3s ease,box-shadow .4s ease,background .3s ease; }
.who-network-card + .who-network-card,.who-network-card:nth-child(5) { border-left: 1px solid rgba(7,30,53,.105); }
.who-network-card:hover { z-index: 2; border-color: rgba(79,143,63,.3); background: rgba(255,255,255,.76); box-shadow: 0 28px 68px rgba(7,30,53,.1); transform: translateY(-6px); }
.who-network-card--profile { grid-column: span 6; display: grid; grid-template-columns: minmax(160px,.48fr) 1fr; gap: clamp(32px,4vw,62px); align-items: stretch; min-height: 430px; padding: 38px; background: linear-gradient(145deg,rgba(255,255,255,.86),rgba(230,240,228,.72)); }
.who-network-profile-top { display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
.who-network-number { color: #4f8f3f; font-size: 9px; font-weight: 850; letter-spacing: .18em; }
.who-network-portrait { position: relative; display: grid; place-items: center; width: 154px; height: 192px; overflow: hidden; border: 1px solid rgba(53,111,75,.14); border-radius: 80px 80px 18px 18px; color: #356f4b; background: linear-gradient(160deg,rgba(53,111,75,.11),rgba(255,255,255,.72)); box-shadow: inset 0 1px 0 rgba(255,255,255,.55),0 18px 42px rgba(7,30,53,.08); }
.who-network-portrait::before { content: ''; position: absolute; inset: 12px; border: 1px solid currentColor; border-radius: inherit; opacity: .12; }
.who-network-portrait b { position: relative; z-index: 1; font: 650 38px/1 'Manrope','Aptos',sans-serif; letter-spacing: -.06em; }
.who-network-portrait i { position: absolute; right: -65px; bottom: -55px; width: 130px; height: 130px; border: 1px solid currentColor; border-radius: 50%; opacity: .16; }
.who-network-profile-body { display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: 5px; }
.who-network-card--profile h3 { max-width: 330px; margin: 0 0 20px; color: var(--ink); font: 700 clamp(25px,2.5vw,35px)/1.08 'Manrope','Aptos',sans-serif; letter-spacing: -.045em; text-transform: none; }
.who-network-card--profile p { max-width: 360px; color: #5c707b; font-size: 13px; line-height: 1.75; }
.who-network-name { margin: 0 0 8px !important; color: #356f4b !important; font-weight: 750; }
.who-network-credentials { margin: 0 0 16px !important; font-size: 10px !important; }
.who-network-bio { margin-top: 20px !important; }
.who-network-card--function { grid-column: span 4; min-height: 285px; padding: 34px 30px; }
.who-network-card--function:nth-child(n+6) { grid-column: span 6; }
.who-network-card--function h3 { max-width: 300px; margin: 68px 0 15px; font-size: 18px; }
.who-function-mark { position: absolute; right: 28px; top: 28px; width: 54px; height: 54px; }
.who-function-mark i { position: absolute; left: 5px; right: 5px; top: 50%; height: 1px; background: linear-gradient(90deg,rgba(79,143,63,.08),rgba(79,143,63,.55)); transform-origin: center; }
.who-function-mark i:nth-child(1) { transform: rotate(0deg); }.who-function-mark i:nth-child(2) { transform: rotate(60deg); }.who-function-mark i:nth-child(3) { transform: rotate(-60deg); }
.who-function-mark::after { content: ''; position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; border: 1px solid #4f8f3f; border-radius: 50%; background: #f5f6ef; transform: translate(-50%,-50%); }

@keyframes whoCouncilBreathe { 0%,100% { opacity: .68; } 50% { opacity: 1; } }

@media (max-width: 1180px) {
  .menu-toggle { display: grid; gap: 4px; margin-left: auto; padding: 10px; border: 0; color: var(--white); background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 25px; height: 2px; background: currentColor; }
  .menu-toggle em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
  .site-nav { position: fixed; inset: 88px 0 auto; display: none; align-items: stretch; padding: 26px 24px 32px; background: rgba(7,30,53,.98); border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 30px 60px rgba(0,0,0,.25); }
  .site-nav.is-open { display: flex; flex-direction: column; }
  .site-nav > a:not(.nav-cta) { padding: 9px 0; font-size: 16px; }
  .site-nav .login-link { padding-left: 0; border-left: 0; }
  .nav-cta { justify-content: space-between; margin-top: 8px; }
}

@media (max-width: 1020px) {
  .site-nav { inset: 76px 0 auto; }
  .who-hero { padding-top: 155px; }
  .who-hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .who-hero-copy h1 { max-width: 820px; }
  .who-hero-narrative { max-width: 720px; padding-top: 0; }
  .who-section-intro,.who-work-heading,.who-model-heading { grid-template-columns: 1fr; gap: 46px; }
  .who-row-heading { grid-template-columns: 82px 1fr; }.who-row-heading > span { grid-column: 2; }
  .who-council { margin-inline: 0; padding-inline: 38px; }
  .who-council-chamber { padding-inline: 22px; }
  .who-council-copy { grid-template-columns: repeat(2,1fr); }
  .who-advisory-perspectives { grid-template-columns: repeat(2,1fr); }.who-advisory-profile:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }.who-advisory-profile:nth-child(4) { border-top: 1px solid rgba(255,255,255,.12); }
  .who-network-copy { grid-template-columns: repeat(2,1fr); }
  .who-network-card,.who-network-card:nth-child(n+5) { grid-column: span 6; }.who-network-card:nth-child(odd) { border-left: 0; }.who-network-card:nth-child(even) { border-left: 1px solid rgba(7,30,53,.15); }
  .who-work-copy { grid-template-columns: repeat(2,1fr); }.who-work-copy p:nth-child(odd) { padding-left: 0; border-left: 0; }.who-work-copy p:nth-child(even) { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.13); }.who-work-copy p:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.13); }
  .who-table-question { grid-template-columns: 1fr 1fr; }.who-table-question h2 { grid-column: 1 / -1; grid-row: auto; margin-bottom: 20px; }
}

@media (max-width: 900px) and (min-width: 701px) {
  .who-profile-grid { grid-template-columns: repeat(2,1fr); }.who-profile:last-child { grid-column: 1 / -1; min-height: 520px; }.who-profile:last-child .who-profile-copy { max-width: 620px; }
}

@media (max-width: 700px) {
  .who-hero { min-height: auto; padding: 132px 0 52px; }
  .who-hero-copy .eyebrow { margin-bottom: 27px; }
  .who-hero-copy h1 { font-size: clamp(51px,15vw,68px); }
  .who-hero-narrative .who-hero-lede { font-size: 16px; }
  .who-hero-orbit { right: -330px; width: 620px; height: 620px; opacity: .6; }
  .who-principles { grid-template-columns: 1fr; gap: 0; margin-top: 70px; }.who-principles span { padding: 19px 0; border-top: 1px solid rgba(255,255,255,.12); }.who-principles span + span { padding-left: 0; border-left: 0; }
  .who-leadership { padding-top: 105px; }
  .who-section-intro h2 { font-size: 51px; }
  .who-network-principle { gap: 12px; margin-top: 58px; font-size: 8px; }
  .who-leadership-row { margin-top: 105px; padding-top: 26px; }
  .who-row-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 38px; }.who-row-heading > span { grid-column: 1; }
  .who-profile-grid { grid-template-columns: 1fr; gap: 9px; padding: 9px; border-radius: 29px; }.who-profile,.who-profile.is-role-led,.who-profile.is-featured { min-height: 570px; padding: 27px; border-radius: 22px; }.who-profile-portrait { width: 130px; height: 160px; }.who-profile-identity { min-height: 118px; }.who-profile:hover { transform: none; }
  .who-one-direction { grid-template-columns: 1fr; gap: 25px; }.who-one-direction dl { grid-template-columns: 1fr; gap: 20px; }
  .who-one-direction { padding: 30px 24px; }.who-one-direction dl div { padding-left: 16px; }
  .who-architectural-bridge { display: none; }
  .who-council { margin-inline: -7px; padding: 46px 21px 52px; border-radius: 26px; }
  .who-council::before { display: none; }.who-council .who-row-heading { margin-bottom: 48px; }.who-council-chamber { margin-inline: -5px; padding: 14px 13px 18px; border-radius: 22px; }
  .who-council-copy { grid-template-columns: 1fr; gap: 20px; }
  .who-discipline-orbit { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; padding: 225px 0 20px; }.who-discipline-orbit::before { width: 330px; top: 120px; }.who-discipline-orbit::after { width: 220px; top: 120px; }.who-orbit-core { top: 120px; width: 150px; height: 150px; }.who-orbit-core strong { font-size: 19px; }.who-discipline { position: relative; inset: auto !important; padding: 14px 0; white-space: normal; }
  .who-advisory-perspectives { grid-template-columns: 1fr; margin-inline: 0; }.who-advisory-profile { min-height: 0; padding: 28px 18px; }.who-advisory-profile + .who-advisory-profile { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }.who-advisory-profile summary { grid-template-columns: 72px 1fr auto; gap: 15px; min-height: 142px; }.who-advisory-portrait { width: 72px; height: 94px; }.who-advisory-identity strong { font-size: 18px; }
  .who-independent { grid-template-columns: 1fr; gap: 42px; }
  .who-network-copy { grid-template-columns: 1fr; gap: 18px; }
  .who-network-grid { grid-template-columns: 1fr; gap: 14px; }.who-network-card,.who-network-card:nth-child(n+5),.who-network-card--function:nth-child(n+6) { grid-column: 1; min-height: 260px; border-left: 1px solid rgba(7,30,53,.105) !important; }.who-network-card h3 { margin-top: 64px; }.who-network-card--profile { display: grid; grid-template-columns: 116px 1fr; gap: 23px; min-height: 375px !important; padding: 26px 22px; }.who-network-portrait { width: 112px; height: 145px; }.who-network-card--profile h3 { margin: 0 0 16px; font-size: 23px; }.who-network-card--profile p { font-size: 12px; }.who-network-card:hover { transform: none; }
  .who-work-heading h2 { font-size: clamp(51px,14vw,68px); }
  .who-work-copy { grid-template-columns: 1fr; margin-top: 68px; }.who-work-copy p { min-height: 0; padding: 24px 0 !important; border-left: 0 !important; border-top: 1px solid rgba(255,255,255,.13); }
  .who-diagonal-statement { margin-top: 100px; font-size: clamp(62px,18vw,84px); }
  .who-across { grid-template-columns: 1fr 1fr; }.who-across span { min-height: 100px; padding: 22px 12px 18px 0; }.who-across span:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.15); }.who-across span:nth-child(4) { border-top: 1px solid rgba(255,255,255,.15); }
  .who-model-heading h2 { font-size: 52px; }
  .who-comparison { margin-top: 72px; }.who-process { grid-template-columns: 1fr; gap: 15px; padding: 28px 0; }.who-process > p { gap: 10px 12px; }.who-process b { font-size: 15px; }.who-process-eregeb { margin-inline: -7px; padding: 30px 21px; }.who-process-eregeb > span { padding-left: 0; }
  .who-table-question { grid-template-columns: 1fr; gap: 24px; margin-top: 90px; }.who-table-question h2 { grid-column: 1; font-size: 49px; }
  .who-final { min-height: 820px; }.who-final-shell { padding: 100px 0; }.who-equation { gap: 11px 13px; font-size: 8px; }.who-final-result { margin-top: 80px; }.who-final-result strong { font-size: clamp(63px,20vw,90px); }.who-origin { grid-template-columns: 1fr 1fr; }.who-origin span { min-height: 80px; padding: 20px 10px; }.who-origin span:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }.who-origin span:nth-child(4) { border-top: 1px solid rgba(255,255,255,.14); }.who-final-brand { margin-top: 80px; }.who-final-brand .brand-mark { width: 62px; height: 62px; }.who-final-brand strong { font-size: 21px; }
}
