:root {
  --navy-950: #06111b;
  --navy-900: #071622;
  --navy-850: #0b2131;
  --navy-800: #103047;
  --blue: #31a9e9;
  --blue-soft: #a8dcf1;
  --gold: #dcb86a;
  --gold-soft: #f3d99d;
  --paper: #f4f6f5;
  --ink: #0c1b27;
  --muted: #9eb5c0;
  --muted-dark: #5f7280;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(12, 27, 39, 0.14);
  --shadow: 0 26px 70px rgba(3, 12, 20, 0.22);
  --radius: 2px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; transform: translateY(-160%); padding: 10px 14px; color: var(--navy-950); background: var(--gold); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  color: #fff;
  background: linear-gradient(to bottom, rgba(6,17,27,.96), rgba(6,17,27,.72));
  border-bottom: 1px solid rgba(255,255,255,.09);
  backdrop-filter: blur(16px);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 96px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; padding: 4px; overflow: hidden; border: 1px solid rgba(220,184,106,.52); border-radius: 50%; background: transparent; }
.brand-mark img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.brand-name { font-size: 15px; font-weight: 800; letter-spacing: .18em; }
.brand-subtitle { margin-top: 5px; color: var(--blue-soft); font-size: 9px; font-weight: 700; letter-spacing: .34em; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; color: rgba(255,255,255,.76); }
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: #fff; }
.primary-nav .nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 12px 17px; border: 1px solid rgba(245, 189, 88, .7); color: var(--gold-soft); font-size: 13px; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus-visible { color: var(--navy-950); background: var(--gold); border-color: var(--gold); }
.menu-toggle { display: none; border: 0; color: white; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 25%, rgba(23, 103, 153, .38), transparent 31%), linear-gradient(115deg, var(--navy-950), var(--navy-900) 55%, #0a1d2d); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .4; background: linear-gradient(125deg, transparent 0 60%, rgba(49,169,233,.08) 60.1% 60.3%, transparent 60.4%), linear-gradient(163deg, transparent 0 75%, rgba(245,189,88,.13) 75.1% 75.3%, transparent 75.4%); }
.hero::after { position: absolute; right: -12vw; bottom: -28vw; width: 65vw; height: 65vw; content: ""; border: 1px solid rgba(49,169,233,.18); border-radius: 50%; transform: rotate(-21deg) scaleX(1.6); }
.hero-grid-lines { position: absolute; inset: 0; opacity: .07; background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom, black 0%, transparent 88%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr); gap: 70px; align-items: center; min-height: 780px; padding-top: 62px; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 38px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin-bottom: 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.6rem, 7.2vw, 6.55rem); font-weight: 400; letter-spacing: -.065em; line-height: .94; }
h1 em, h2 span, .contact-section h2 em { color: var(--gold); font-style: normal; }
.hero-intro { max-width: 590px; margin-bottom: 34px; color: #c9d9e0; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 13px 20px; border: 1px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: .04em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: var(--gold); }
.button-primary:hover, .button-primary:focus-visible { background: var(--gold-soft); }
.button-light { color: var(--navy-950); background: #fff; }
.button-light:hover, .button-light:focus-visible { color: var(--navy-950); background: var(--gold-soft); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; }
.text-link { color: #d6e6ed; }
.text-link span, .arrow-link span { color: var(--blue); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span, .arrow-link:hover span, .arrow-link:focus-visible span { transform: translate(3px, -3px); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 64px; color: #89a5b4; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-note b { margin: 0 8px; color: var(--blue); font-weight: 700; }
.note-rule { display: inline-block; width: 22px; height: 1px; background: var(--blue); }
.hero-visual { position: relative; min-height: 550px; }
.visual-glow { position: absolute; border-radius: 50%; filter: blur(3px); }
.visual-glow-blue { top: 14%; right: 15%; width: 180px; height: 180px; background: rgba(49,169,233,.2); box-shadow: 0 0 100px 45px rgba(49,169,233,.12); }
.visual-glow-gold { right: 21%; bottom: 17%; width: 115px; height: 115px; background: rgba(245,189,88,.16); box-shadow: 0 0 80px 38px rgba(245,189,88,.1); }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(168,220,241,.3); border-radius: 50%; transform: translate(-50%, -50%) rotate(-25deg); }
.orbit-outer { width: min(520px, 100%); height: 365px; border-color: rgba(49,169,233,.44); transform: translate(-50%, -50%) rotate(-25deg) scaleY(.82); }
.orbit-inner { width: 385px; height: 285px; border-color: rgba(245,189,88,.55); transform: translate(-50%, -50%) rotate(42deg) scaleY(.82); }
.orbit-core { width: 240px; height: 190px; border-color: rgba(168,220,241,.32); transform: translate(-50%, -50%) rotate(82deg) scaleY(.83); }
.visual-core { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 174px; height: 174px; color: #fff; background: rgba(6,17,27,.82); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 14px rgba(6,17,27,.2), 0 25px 70px rgba(0,0,0,.28); transform: translate(-50%, -50%); }
.core-kicker { color: var(--blue-soft); font-size: 9px; font-weight: 800; letter-spacing: .26em; }
.hero-logo { display: block; width: 104px; height: 104px; margin: 6px 0 8px; padding: 13px; object-fit: contain; border: 1px solid rgba(220,184,106,.42); border-radius: 50%; background: transparent; filter: drop-shadow(0 2px 5px rgba(0,0,0,.26)); }
.core-caption { color: #b5ccd7; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.orbit-node { position: absolute; display: flex; flex-direction: column; gap: 3px; color: #e8f2f5; font-size: 14px; font-weight: 700; letter-spacing: .02em; }
.orbit-node span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.node-people { top: 12%; left: 8%; }
.node-process { top: 20%; right: 3%; }
.node-possibility { right: 9%; bottom: 11%; }
.client-ribbon { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,13,21,.66); backdrop-filter: blur(14px); }
.client-ribbon-inner { display: flex; align-items: center; gap: 22px; min-height: 66px; color: #c6d5dc; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.client-ribbon-inner i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.ribbon-label { margin-right: auto; color: #73909e; font-size: 10px; letter-spacing: .18em; }

.statement-section, .services-section, .outcomes-section, .leadership-section, .approach-section, .ecosystem-section { padding: 136px 0; }
.statement-section { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.section-label { margin-bottom: 22px; color: var(--blue); }
.statement-copy { max-width: 700px; }
h2 { margin-bottom: 28px; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.55rem, 5vw, 4.8rem); font-weight: 400; letter-spacing: -.055em; line-height: 1.02; }
.statement-copy h2 { margin-bottom: 34px; }
.statement-copy p { max-width: 650px; margin-bottom: 20px; color: var(--muted-dark); font-size: 17px; line-height: 1.8; }
.arrow-link { margin-top: 22px; color: var(--ink); }

.principles-section { position: relative; overflow: hidden; padding: 136px 0 150px; color: #fff; background: var(--navy-900); }
.principles-section::before { position: absolute; top: -300px; right: -120px; width: 800px; height: 800px; content: ""; border: 1px solid rgba(49,169,233,.19); border-radius: 50%; transform: rotate(-20deg) scaleX(1.8); }
.principles-section::after { position: absolute; bottom: -250px; left: -140px; width: 650px; height: 650px; content: ""; border: 1px solid rgba(245,189,88,.14); border-radius: 50%; transform: rotate(22deg) scaleY(.68); }
.principles-section .container { position: relative; z-index: 1; }
.section-heading { display: flex; justify-content: space-between; gap: 80px; align-items: end; margin-bottom: 64px; }
.heading-light h2 { color: #fff; }
.heading-aside { max-width: 305px; margin-bottom: 8px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.principle-card { position: relative; min-height: 330px; padding: 34px 36px 30px 0; border-right: 1px solid var(--line-dark); }
.principle-card + .principle-card { padding-left: 36px; }
.principle-card:last-child { border-right: 0; }
.principle-card-featured { background: linear-gradient(150deg, rgba(49,169,233,.11), transparent 65%); }
.card-index { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.principle-symbol { margin: 60px 0 24px; color: var(--blue); font-size: 40px; font-weight: 300; line-height: 1; }
.principle-card:nth-child(2) .principle-symbol { color: var(--gold); }
.principle-card h3 { margin-bottom: 12px; color: #fff; font-size: 26px; font-weight: 500; letter-spacing: -.03em; }
.principle-card p { max-width: 280px; margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.services-section { background: var(--paper); }
.heading-dark .heading-aside { color: var(--muted-dark); }
.services-list { border-top: 1px solid var(--line-light); }
.service-row { display: grid; grid-template-columns: 70px minmax(230px, .9fr) minmax(300px, 1.1fr); gap: 34px; align-items: start; padding: 29px 0 32px; border-bottom: 1px solid var(--line-light); transition: padding .25s ease, background .25s ease; }
.service-row:hover { padding-right: 18px; padding-left: 18px; background: #fff; box-shadow: 0 18px 36px rgba(12,27,39,.05); }
.service-number { padding-top: 5px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.service-title h3 { margin: 0; color: var(--ink); font-size: clamp(1.35rem, 2vw, 1.78rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.2; }
.service-detail { display: grid; grid-template-columns: 1fr auto; gap: 22px; align-items: start; }
.service-detail p { margin: 0; color: var(--muted-dark); font-size: 15px; line-height: 1.7; }
.service-tag { align-self: start; padding: 5px 8px; border: 1px solid rgba(49,169,233,.35); color: #327b9c; font-size: 10px; font-weight: 800; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; white-space: nowrap; }

.outcomes-section { position: relative; overflow: hidden; color: #fff; background: #0a1a27; }
.outcomes-section::after { position: absolute; top: -340px; right: -220px; width: 720px; height: 720px; content: ""; border: 1px solid rgba(220,184,106,.18); border-radius: 50%; transform: scaleX(1.45) rotate(-18deg); }
.outcomes-section .container { position: relative; z-index: 1; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.outcome-card { min-height: 260px; padding: 34px 36px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); }
.outcome-card > span { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.outcome-card h3 { max-width: 350px; margin: 55px 0 12px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 29px; font-weight: 400; letter-spacing: -.03em; line-height: 1.15; }
.outcome-card p { max-width: 430px; margin: 0; color: #9fb6c1; font-size: 15px; line-height: 1.7; }
.confidence-bar { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; border-top: 1px solid rgba(220,184,106,.32); }
.confidence-bar > div { display: flex; flex-direction: column; gap: 7px; padding: 27px 28px 0 0; }
.confidence-bar strong { color: var(--gold-soft); font-size: 15px; }
.confidence-bar span { max-width: 285px; color: #8fa8b4; font-size: 13px; line-height: 1.6; }

.leadership-section { position: relative; overflow: hidden; color: #fff; background: var(--navy-900); }
.leadership-section::before { position: absolute; top: -250px; left: 50%; width: 760px; height: 760px; content: ""; border: 1px solid rgba(49,169,233,.14); border-radius: 50%; transform: translateX(-50%) scaleX(1.55); }
.leadership-section .container { position: relative; z-index: 1; }
.org-chart { --org-line: rgba(168,220,241,.28); position: relative; }
.org-root { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; width: min(760px, 100%); margin: 0 auto 58px; padding: 4px 30px 25px; text-align: center; }
.org-root::after { position: absolute; top: 100%; left: 50%; width: 1px; height: 58px; content: ""; background: var(--org-line); }
.org-kicker { margin-bottom: 12px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.org-root strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.1vw, 3.7rem); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.org-root strong em { color: var(--gold); font-style: normal; }
.org-branches { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr); gap: 34px; align-items: start; }
.org-branches::before { position: absolute; top: 0; right: 25%; left: 25%; height: 1px; content: ""; background: var(--org-line); }
.org-executive-branch, .org-card-investor { position: relative; }
.org-executive-branch::before, .org-card-investor::before { position: absolute; top: 0; left: 50%; width: 1px; height: 34px; content: ""; background: var(--org-line); transform: translateY(-34px); }
.org-card { position: relative; padding: 34px; border: 1px solid rgba(49,169,233,.42); background: rgba(6,17,27,.54); box-shadow: 0 22px 48px rgba(0,0,0,.14); }
.org-portrait { display: block; width: calc(100% + 68px); aspect-ratio: 4 / 3; margin: -34px -34px 27px; object-fit: cover; object-position: center 18%; border-bottom: 1px solid rgba(255,255,255,.16); background: #fff; }
.org-portrait-transparent { object-fit: contain; object-position: center center; background: radial-gradient(circle at 50% 28%, rgba(220,184,106,.15), transparent 38%), #0d2132; }
.org-card-executive { border-color: rgba(220,184,106,.62); background: linear-gradient(145deg, rgba(220,184,106,.13), rgba(6,17,27,.58) 58%); }
.org-card-associate { border-color: rgba(49,169,233,.36); background: linear-gradient(145deg, rgba(49,169,233,.1), rgba(6,17,27,.54) 65%); }
.org-report-connector { width: 1px; height: 34px; margin: 0 auto; background: var(--org-line); }
.org-card h3 { margin-bottom: 14px; color: #fff; font-size: clamp(1.7rem, 3vw, 2.35rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.12; }
.org-card > p:not(.org-role):not(.org-title) { max-width: 530px; margin-bottom: 24px; color: #abc1cc; font-size: 16px; line-height: 1.7; }
.org-role { margin-bottom: 13px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.org-title { margin: -4px 0 14px; color: var(--blue-soft); font-size: 16px; font-weight: 700; line-height: 1.45; }
.org-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.org-tags li { padding: 7px 11px; border: 1px solid rgba(168,220,241,.3); color: #d9e8ee; font-size: 12px; font-weight: 700; line-height: 1.2; }
.org-card-executive .org-role, .org-card-investor .org-role { color: var(--gold); }
.org-card-investor { border-color: rgba(220,184,106,.48); background: linear-gradient(145deg, rgba(220,184,106,.08), rgba(6,17,27,.58)); }
.org-portrait.org-portrait-elmer, .org-portrait.org-portrait-angela { aspect-ratio: 4 / 5; object-fit: contain; object-position: center top; background: #fff; }
.org-card-investor .org-title { color: var(--gold-soft); }
.org-card-investor > p:not(.org-role):not(.org-title), .org-card-executive > p:not(.org-role):not(.org-title), .org-card-associate > p:not(.org-role):not(.org-title) { max-width: none; }
.profile-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 25px; color: var(--gold-soft); font-size: 13px; font-weight: 800; letter-spacing: .04em; }
.profile-link span { color: var(--blue-soft); font-size: 18px; transition: transform .2s ease; }
.profile-link:hover span, .profile-link:focus-visible span { transform: translate(3px, 3px); }
.leader-profile { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; margin-top: 76px; padding-top: 52px; border-top: 1px solid var(--line-dark); }
.leader-profile-investor { border-top-color: rgba(220,184,106,.3); }
.leader-profile-investor .section-label { color: var(--gold); }
.leader-profile-intro h3 { margin: 8px 0 15px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.2rem, 4vw, 3.45rem); font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.leader-profile-role { max-width: 340px; margin-bottom: 27px; color: var(--gold-soft); font-size: 14px; font-weight: 700; line-height: 1.55; }
.leader-profile-lede { max-width: 370px; margin-bottom: 28px; color: #b8cbd3; font-size: 18px; line-height: 1.7; }
.leader-affiliation { max-width: 390px; margin: 30px 0 28px; padding-top: 20px; border-top: 1px solid rgba(168,220,241,.2); }
.affiliation-kicker { display: block; margin-bottom: 8px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.leader-affiliation strong { display: block; margin-bottom: 8px; color: #fff; font-size: 16px; font-weight: 700; }
.leader-affiliation p { margin: 0; color: #9fb6c1; font-size: 14px; line-height: 1.7; }
.profile-email { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-size: 14px; font-weight: 800; }
.profile-email span { color: var(--gold); font-size: 18px; transition: transform .2s ease; }
.profile-email:hover span, .profile-email:focus-visible span { transform: translate(3px, -3px); }
.leader-profile-body { max-width: 700px; }
.leader-profile-body > p { margin-bottom: 20px; color: #abc1cc; font-size: 16px; line-height: 1.8; }
.leader-profile-body h4 { margin: 36px 0 13px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.expertise-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0 0 32px; padding: 0; list-style: none; border-top: 1px solid rgba(168,220,241,.22); }
.expertise-list li { padding: 12px 0; border-bottom: 1px solid rgba(168,220,241,.16); color: #d6e4e8; font-size: 14px; line-height: 1.45; }
.expertise-list li::before { display: inline-block; width: 6px; height: 6px; margin: 0 10px 2px 0; border-radius: 50%; background: var(--gold); content: ""; }
.profile-callout { display: grid; gap: 8px; margin-top: 31px; padding: 22px 24px; border-left: 2px solid var(--gold); background: rgba(220,184,106,.08); }
.profile-callout strong { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.55; }
.profile-callout span { color: var(--gold-soft); font-size: 14px; }

.approach-section { color: #fff; background: #d9e6e9; background: linear-gradient(120deg, #d9e6e9, #edf3f3); }
.approach-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.approach-intro h2 { color: var(--ink); }
.approach-intro h2 span { color: #23799b; }
.approach-intro > p:last-child { max-width: 450px; margin-bottom: 0; color: var(--muted-dark); font-size: 17px; line-height: 1.8; }
.approach-steps { border-top: 1px solid var(--line-light); }
.approach-step { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.approach-step > span { padding-top: 4px; color: #23799b; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.approach-step h3 { margin-bottom: 4px; color: var(--ink); font-size: 21px; font-weight: 600; }
.approach-step p { margin: 0; color: var(--muted-dark); font-size: 15px; line-height: 1.6; }

.ecosystem-section { background: var(--paper); }
.ecosystem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.ecosystem-copy > p { max-width: 515px; margin-bottom: 36px; color: var(--muted-dark); font-size: 17px; line-height: 1.8; }
.partner-list { display: grid; gap: 18px; }
.partner-item { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--line-light); background: #fff; }
.partner-dot { display: block; width: 11px; height: 11px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(49,169,233,.12); }
.partner-dot-gold { background: var(--gold); box-shadow: 0 0 0 5px rgba(245,189,88,.16); }
.partner-item div { display: flex; flex-direction: column; gap: 2px; }
.partner-item strong { color: var(--ink); font-size: 16px; font-weight: 700; }
.partner-item small { color: var(--muted-dark); font-size: 13px; }

.contact-section { position: relative; overflow: hidden; padding: 130px 0 136px; color: #fff; background: var(--navy-950); }
.contact-section::before { position: absolute; inset: 0; content: ""; background: linear-gradient(115deg, rgba(49,169,233,.18), transparent 38%), radial-gradient(circle at 80% 50%, rgba(245,189,88,.12), transparent 24%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: end; }
.contact-section h2 { color: #fff; font-size: clamp(2.8rem, 5.7vw, 5.4rem); }
.contact-copy { max-width: 440px; }
.contact-copy > p { margin-bottom: 30px; color: #bfd2dc; font-size: 17px; line-height: 1.8; }
.contact-copy .response-note { max-width: 440px; margin: 18px 0 0; color: #7f9aa8; font-size: 13px; line-height: 1.65; }
.contact-details { display: grid; gap: 7px; margin-top: 28px; color: #9bb4c1; font-size: 14px; }
.contact-details a { color: #fff; }
.contact-details a:hover, .contact-details a:focus-visible { color: var(--gold); }
.contact-orbit { position: absolute; border: 1px solid rgba(49,169,233,.24); border-radius: 50%; transform: rotate(-20deg) scaleX(1.5); }
.contact-orbit-one { width: 620px; height: 440px; top: -50px; right: -170px; }
.contact-orbit-two { width: 430px; height: 320px; top: 35px; right: -100px; border-color: rgba(245,189,88,.24); transform: rotate(32deg) scaleX(1.45); }

.site-footer { padding: 30px 0; color: #8ea7b4; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.11); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { color: #fff; }
.footer-principle { margin: 0; color: var(--blue-soft); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.footer-principle b { margin: 0 8px; color: var(--gold); }
.footer-credit { margin: 0; color: #718c9a; font-size: 12px; line-height: 1.7; text-align: right; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 900px) {
  .container { width: min(100% - 44px, 720px); }
  .primary-nav { gap: 22px; }
  .hero-layout { grid-template-columns: 1fr; gap: 25px; padding-top: 120px; }
  .hero { min-height: 950px; }
  .hero-layout { min-height: 900px; }
  .hero-copy { max-width: 620px; }
  .hero-visual { min-height: 390px; max-width: 600px; width: 100%; margin: 0 auto; }
  .visual-core { width: 145px; height: 145px; }
  .hero-logo { width: 86px; height: 86px; padding: 11px; }
  .orbit-outer { width: 470px; height: 330px; }
  .orbit-inner { width: 345px; height: 250px; }
  .orbit-core { width: 215px; height: 170px; }
  .statement-grid, .approach-grid, .ecosystem-grid { grid-template-columns: 1fr; gap: 44px; }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .confidence-bar { grid-template-columns: 1fr; gap: 4px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .heading-aside { margin-bottom: 0; }
  .service-row { grid-template-columns: 55px 1fr; gap: 12px 22px; }
  .service-detail { grid-column: 2; grid-template-columns: 1fr; gap: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-principle { grid-row: 2; grid-column: 1 / -1; text-align: left; }
  .footer-credit { text-align: right; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 520px); }
  .nav-wrap { min-height: 78px; }
  .menu-toggle { position: relative; z-index: 22; display: flex; flex-direction: column; gap: 6px; width: 40px; padding: 10px 0 10px 12px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: #fff; transition: transform .2s ease; }
  .primary-nav { position: absolute; top: 70px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; border: 1px solid rgba(255,255,255,.15); background: rgba(6,17,27,.97); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 14px 12px; }
  .primary-nav .nav-cta { justify-content: space-between; margin-top: 8px; }
  .hero { min-height: 890px; }
  .hero-layout { min-height: 850px; padding-top: 104px; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-intro { font-size: 16px; }
  .hero-note { margin-top: 42px; font-size: 9px; letter-spacing: .1em; }
  .hero-visual { min-height: 300px; margin-top: -8px; }
  .orbit-outer { width: 330px; height: 235px; }
  .orbit-inner { width: 245px; height: 185px; }
  .orbit-core { width: 165px; height: 130px; }
  .visual-core { width: 112px; height: 112px; }
  .hero-logo { width: 66px; height: 66px; padding: 8px; }
  .core-kicker { font-size: 7px; }
  .core-caption { font-size: 8px; }
  .orbit-node { font-size: 11px; }
  .node-people { top: 7%; left: 3%; }
  .node-process { top: 15%; right: 0; }
  .node-possibility { right: 3%; bottom: 8%; }
  .client-ribbon-inner { flex-wrap: wrap; justify-content: center; gap: 10px 14px; min-height: 74px; padding: 12px 0; font-size: 9px; }
  .ribbon-label { flex-basis: 100%; margin-right: 0; text-align: center; }
  .statement-section, .services-section, .outcomes-section, .leadership-section, .approach-section, .ecosystem-section { padding: 88px 0; }
  .principles-section { padding: 90px 0 98px; }
  h2 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-card, .principle-card + .principle-card { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .principle-card:last-child { border-bottom: 0; }
  .principle-symbol { margin: 28px 0 18px; }
  .service-row { grid-template-columns: 38px 1fr; padding: 24px 0; }
  .service-row:hover { padding-right: 8px; padding-left: 8px; }
  .service-title h3 { font-size: 21px; }
  .service-detail { margin-top: 3px; }
  .service-tag { justify-self: start; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: auto; padding: 27px 23px; }
  .outcome-card h3 { margin-top: 34px; font-size: 26px; }
  .org-root { margin-bottom: 56px; padding: 4px 20px 20px; }
  .org-root::after { height: 56px; }
  .org-root strong { font-size: clamp(2rem, 10vw, 3rem); }
  .org-branches { grid-template-columns: 1fr; gap: 22px; }
  .org-branches::before { display: none; }
  .org-executive-branch::before, .org-card-investor::before { display: none; }
  .org-card { padding: 26px 23px; }
  .org-portrait { width: calc(100% + 46px); margin: -26px -23px 23px; }
  .org-report-connector { height: 22px; }
  .org-card h3 { font-size: 28px; }
  .leader-profile { grid-template-columns: 1fr; gap: 36px; margin-top: 58px; padding-top: 38px; }
  .leader-profile-lede { max-width: 520px; }
  .expertise-list { grid-template-columns: 1fr; }
  .approach-step { grid-template-columns: 42px 1fr; }
  .contact-section { padding: 90px 0 98px; }
  .contact-orbit-one { right: -260px; }
  .contact-orbit-two { right: -220px; }
  .footer-grid { grid-template-columns: 1fr; gap: 23px; }
  .footer-principle, .footer-credit { grid-row: auto; grid-column: auto; text-align: left; }
}

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