:root {
  --navy: #0c1a31;
  --navy-deep: #071122;
  --blue: #173668;
  --ink: #101c2d;
  --muted: #657083;
  --paper: #f6f7f4;
  --sand: #e7e3d8;
  --line: rgba(16, 28, 45, .16);
  --line-light: rgba(255, 255, 255, .2);
  --white: #fbfbf8;
  --accent: #d47a53;
  --accent-soft: #e7a27e;
  --container: 1240px;
  --display: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
img, svg { max-width: 100%; }
.container { width: min(var(--container), calc(100% - 80px)); 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; z-index: 100; top: 14px; left: 14px; padding: 10px 16px; background: var(--accent); color: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; padding: 18px 0; color: var(--white); transition: background .3s ease, padding .3s ease, box-shadow .3s ease; }
.site-header.scrolled { padding: 11px 0; background: rgba(12, 26, 49, .94); box-shadow: 0 12px 40px rgba(0, 0, 0, .18); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 116px; display: block; flex: 0 0 auto; }
.brand-mark { display: block; width: 100%; height: auto; }
.brand-panels { fill: var(--white); }
.brand-letters { fill: var(--navy); font-family: var(--display); font-size: 104px; font-weight: 700; text-anchor: middle; }
.primary-navigation { display: flex; align-items: center; gap: clamp(22px, 3vw, 44px); font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.nav-link { position: relative; padding: 9px 0; color: rgba(251, 251, 248, .76); transition: color .2s ease; }
.nav-link::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--accent-soft); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-link:hover, .nav-link:focus-visible, .nav-link.active { color: var(--white); }
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link.active::after { transform: scaleX(1); transform-origin: left; }
.nav-link-contact { color: var(--white); }
.nav-link-contact span { display: inline-block; padding-left: 5px; color: var(--accent-soft); font-size: 15px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255, 255, 255, .3); background: transparent; color: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; width: 17px; height: 1px; margin: 4px auto; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; min-height: 780px; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 80% 25%, rgba(68, 108, 166, .33), transparent 30%), radial-gradient(circle at 25% 115%, rgba(212, 122, 83, .16), transparent 32%); content: ""; }
.hero-grid { position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, transparent, #000 22%, #000 74%, transparent); }
.hero-orbit { position: absolute; border: 1px solid rgba(231, 162, 126, .32); border-radius: 50%; transform: rotate(-22deg); }
.hero-orbit-one { top: 18%; right: -12%; width: 760px; height: 380px; }
.hero-orbit-two { top: 25%; right: -8%; width: 620px; height: 310px; border-color: rgba(255, 255, 255, .18); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 60px; min-height: 680px; padding-top: 100px; }
.hero-copy { max-width: 720px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--accent-soft); font-size: 11px; font-weight: 700; letter-spacing: .2em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-dark { color: var(--blue); }
.eyebrow-line { display: inline-block; width: 36px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: -.055em; }
h1 { max-width: 800px; margin-bottom: 29px; font-size: clamp(58px, 7.5vw, 110px); line-height: .98; }
h1 em, h2 em { color: var(--accent-soft); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lede { max-width: 520px; margin-bottom: 40px; color: rgba(251, 251, 248, .7); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 49px; padding: 13px 22px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: background .2s ease, color .2s ease, border .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover, .button-light:focus-visible { background: var(--accent-soft); color: var(--navy); }
.button span { color: var(--accent); font-size: 18px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { color: var(--accent); font-size: 18px; transition: transform .2s ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translate(3px, -3px); }
.text-link-light { color: rgba(251, 251, 248, .84); }
.text-link-dark { color: var(--blue); }
.hero-visual { justify-self: end; width: min(100%, 480px); padding: 27px 28px 23px; border: 1px solid rgba(255, 255, 255, .25); background: rgba(255, 255, 255, .045); backdrop-filter: blur(3px); }
.visual-label, .visual-caption { display: flex; justify-content: space-between; gap: 20px; color: rgba(255, 255, 255, .62); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.visual-label span:first-child { color: var(--accent-soft); }
.visual-compass { position: relative; display: grid; place-items: center; aspect-ratio: 1 / .82; margin: 13px 0 16px; overflow: hidden; }
.compass-ring { position: absolute; border: 1px solid rgba(255, 255, 255, .3); border-radius: 50%; transform: rotate(-20deg); }
.compass-ring-outer { width: 78%; height: 78%; }
.compass-ring-inner { width: 52%; height: 52%; border-color: rgba(231, 162, 126, .56); }
.compass-cross { position: absolute; background: rgba(255, 255, 255, .25); }
.compass-cross-horizontal { width: 90%; height: 1px; }
.compass-cross-vertical { width: 1px; height: 90%; }
.compass-dot { width: 8px; height: 8px; border: 2px solid var(--navy); border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 0 7px rgba(231, 162, 126, .12); }
.compass-word { position: absolute; color: rgba(255, 255, 255, .72); font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.compass-word-north { top: 6%; }
.compass-word-south { bottom: 6%; }
.visual-caption { padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .22); color: var(--white); }
.visual-caption span:not(:first-child) { color: rgba(255, 255, 255, .48); }
.hero-footer { position: absolute; z-index: 1; right: 0; bottom: 26px; left: 0; display: flex; justify-content: space-between; color: rgba(255, 255, 255, .47); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-scroll { color: rgba(255, 255, 255, .78); }
.hero-scroll span { padding-left: 10px; color: var(--accent-soft); font-size: 16px; }

.signal-bar { background: var(--accent); color: var(--navy); }
.signal-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; min-height: 86px; }
.signal-inner p { margin: 0; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.signal-inner p:last-child { text-align: right; }
.signal-mark { font-size: 28px; line-height: 1; }

.section { position: relative; padding: 150px 0; }
.section-light { background: var(--paper); }
.section-sand { background: var(--sand); }
.section-navy { background: var(--navy); color: var(--white); }
.section-heading h2, .section-intro h2, .trust-heading h2, .process-head h2, .contact-copy h2 { max-width: 750px; margin-bottom: 0; font-size: clamp(45px, 5.4vw, 80px); line-height: 1.02; }
.about-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(300px, 1.1fr); gap: 10%; }
.about-copy { max-width: 560px; padding-top: 65px; color: var(--muted); }
.lead-copy { color: var(--ink); font-size: 21px; line-height: 1.42; }
.about-copy .lead-copy { margin-bottom: 24px; }
.about-copy > p:not(.lead-copy) { max-width: 520px; margin-bottom: 30px; }
.people-grid { display: grid; grid-template-columns: minmax(190px, .72fr) minmax(390px, 1.42fr) minmax(190px, .72fr); gap: 30px; align-items: center; margin-top: 115px; }
.person-card { min-width: 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.person-info { display: flex; flex-direction: column; align-items: flex-start; }
.person-kicker, .network-label { margin-bottom: 10px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .14em; line-height: 1.35; text-transform: uppercase; }
.person-info h3 { margin: 0 0 4px; font-family: var(--display); font-size: 27px; font-weight: 500; letter-spacing: -.045em; line-height: 1.05; }
.person-role { margin-bottom: 18px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.person-bio { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.people-portrait { position: relative; margin: 0; isolation: isolate; }
.people-portrait::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, rgba(246, 247, 244, .88) 5%, transparent 20%, transparent 80%, rgba(246, 247, 244, .88) 95%, var(--paper) 100%); content: ""; pointer-events: none; }
.people-portrait img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, #000 14%, #000 86%, transparent 100%); }
.people-portrait figcaption { margin-top: 11px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.3; text-align: center; text-transform: uppercase; }
.about-network { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; margin-top: 65px; padding-top: 19px; border-top: 1px solid var(--line); }
.about-network .network-label { margin: 0; }
.network-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.about-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 125px; padding-top: 20px; border-top: 1px solid var(--line); }
.meta-item { display: flex; flex-direction: column; gap: 5px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.meta-number { color: var(--accent); font-size: 11px; letter-spacing: .1em; }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 80px; }
.section-intro h2 { max-width: 710px; }
.intro-aside { max-width: 315px; margin-bottom: 7px; color: var(--muted); font-size: 15px; line-height: 1.6; }
.section-intro-light .intro-aside { color: rgba(255, 255, 255, .58); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.capability-card { min-height: 450px; display: flex; flex-direction: column; padding: 27px 25px 24px; border: 1px solid rgba(16, 28, 45, .16); background: rgba(255, 255, 255, .22); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.capability-card:hover { background: rgba(255, 255, 255, .68); box-shadow: 0 22px 45px rgba(16, 28, 45, .08); transform: translateY(-5px); }
.card-number { margin-bottom: 56px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.card-icon { position: relative; width: 53px; height: 53px; margin-bottom: 38px; color: var(--blue); }
.card-icon span { position: absolute; display: block; border: 1px solid currentColor; }
.card-icon-bridge span:nth-child(1) { bottom: 9px; left: 5px; width: 43px; height: 23px; border-top: 0; border-radius: 0 0 26px 26px; }
.card-icon-bridge span:nth-child(2) { top: 5px; left: 5px; width: 43px; height: 24px; border-bottom: 0; border-radius: 26px 26px 0 0; }
.card-icon-bridge span:nth-child(3) { top: 25px; left: 25px; width: 1px; height: 21px; background: currentColor; }
.card-icon-network span { width: 8px; height: 8px; border-radius: 50%; background: var(--sand); }
.card-icon-network span:nth-child(1) { top: 3px; left: 23px; }.card-icon-network span:nth-child(2) { top: 24px; left: 5px; }.card-icon-network span:nth-child(3) { top: 24px; right: 5px; }.card-icon-network span:nth-child(4) { bottom: 3px; left: 23px; }
.card-icon-network::before, .card-icon-network::after { position: absolute; top: 27px; left: 12px; width: 29px; height: 1px; background: currentColor; content: ""; transform: rotate(31deg); }.card-icon-network::after { transform: rotate(-31deg); }
.card-icon-local span:nth-child(1) { bottom: 4px; left: 10px; width: 35px; height: 39px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }.card-icon-local span:nth-child(2) { top: 19px; left: 23px; width: 9px; height: 9px; border-radius: 50%; }.card-icon-local span:nth-child(3) { bottom: 0; left: 0; width: 53px; height: 1px; background: currentColor; border: 0; }
.card-icon-event span:nth-child(1) { top: 9px; left: 8px; width: 37px; height: 38px; }.card-icon-event span:nth-child(2) { top: 18px; left: 8px; width: 37px; height: 1px; background: currentColor; }.card-icon-event span:nth-child(3) { top: 3px; left: 17px; width: 1px; height: 12px; background: currentColor; }.card-icon-event span:nth-child(4) { top: 3px; right: 17px; width: 1px; height: 12px; background: currentColor; }
.capability-card h3 { max-width: 240px; margin-bottom: 14px; font-family: var(--display); font-size: 22px; font-weight: 500; letter-spacing: -.035em; line-height: 1.12; }
.capability-card > p:not(.card-number) { margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: auto; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.card-link span { color: var(--accent); font-size: 17px; transition: transform .2s ease; }.card-link:hover span, .card-link:focus-visible span { transform: translate(3px, -3px); }

.projects { overflow: hidden; }
.projects::after { position: absolute; right: -220px; bottom: -240px; width: 520px; height: 520px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; content: ""; pointer-events: none; box-shadow: 0 0 0 70px rgba(255, 255, 255, .02), 0 0 0 140px rgba(255, 255, 255, .02); }
.project-list { border-top: 1px solid var(--line-light); }
.project-row { position: relative; display: grid; grid-template-columns: 1fr 2fr 70px; gap: 30px; align-items: center; min-height: 175px; border-bottom: 1px solid var(--line-light); }
.project-index { align-self: start; padding-top: 34px; color: var(--accent-soft); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }.project-index span { color: rgba(255, 255, 255, .46); }
.project-body h3 { margin-bottom: 9px; font-family: var(--display); font-size: clamp(25px, 3vw, 37px); font-weight: 400; letter-spacing: -.045em; line-height: 1.07; }
.project-body p { max-width: 560px; margin: 0; color: rgba(255, 255, 255, .58); font-size: 14px; line-height: 1.6; }
.project-arrow { position: relative; z-index: 2; justify-self: end; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255, 255, 255, .3); color: var(--white); font-size: 24px; transition: color .2s ease, background .2s ease, border .2s ease, transform .2s ease; }.project-arrow:hover, .project-arrow:focus-visible { border-color: var(--accent-soft); background: var(--accent-soft); color: var(--navy); transform: translate(3px, -3px); }

.committee { padding-bottom: 115px; }
.committee-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(300px, 1.1fr); gap: 10%; }
.committee-copy { max-width: 570px; padding-top: 15px; color: var(--muted); }
.committee-copy .lead-copy { margin-bottom: 23px; }
.committee-copy > p:not(.lead-copy) { margin-bottom: 30px; }
.committee-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 100px; padding-top: 19px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; line-height: 1.35; text-transform: uppercase; }

.trust-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(300px, 1.1fr); gap: 10%; }
.trust-copy { max-width: 580px; padding-top: 15px; }.trust-copy > .lead-copy { margin-bottom: 48px; }
.trust-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-list li { display: grid; grid-template-columns: 40px 1fr; gap: 4px 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }.trust-list li > span { grid-row: span 2; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.trust-list strong { font-family: var(--display); font-size: 18px; font-weight: 500; letter-spacing: -.02em; }.trust-list small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.process { padding-top: 125px; padding-bottom: 140px; }.process-head { margin-bottom: 70px; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; border-top: 1px solid var(--line); }.process-step { padding-top: 25px; border-top: 2px solid var(--blue); }.process-step > span { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; }.process-step h3 { margin: 22px 0 10px; font-family: var(--display); font-size: 28px; font-weight: 500; letter-spacing: -.035em; }.process-step p { max-width: 280px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

.contact { overflow: hidden; background: var(--navy-deep); color: var(--white); }.contact-pattern { position: absolute; top: -280px; right: -130px; width: 750px; height: 750px; border: 1px solid rgba(231, 162, 126, .24); border-radius: 50%; transform: rotate(23deg); box-shadow: 0 0 0 75px rgba(231, 162, 126, .035), 0 0 0 150px rgba(231, 162, 126, .035); }.contact-pattern::after { position: absolute; top: 50%; left: -100px; width: 950px; height: 1px; background: rgba(255, 255, 255, .18); content: ""; transform: rotate(-28deg); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(360px, .85fr); gap: 12%; }.contact-copy { max-width: 560px; padding-top: 24px; }.contact-copy h2 { margin-bottom: 28px; }.contact-copy > p:not(.eyebrow) { max-width: 460px; color: rgba(255, 255, 255, .62); font-size: 16px; }.contact-email { display: inline-flex; gap: 17px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--accent-soft); color: var(--white); font-family: Georgia, "Times New Roman", serif; font-size: 25px; }.contact-email span { color: var(--accent-soft); font-family: var(--body); font-size: 20px; }
.contact-form { display: flex; flex-direction: column; padding: 32px; border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .045); }.contact-form label { margin-bottom: 7px; color: rgba(255, 255, 255, .82); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.contact-form label span { color: var(--accent-soft); }.contact-form input, .contact-form textarea { width: 100%; margin-bottom: 22px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(255, 255, 255, .25); outline: none; resize: vertical; background: transparent; color: var(--white); }.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255, 255, 255, .42); }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--accent-soft); }.form-submit { align-self: flex-start; margin-top: 7px; border: 0; }.form-note, .form-status { margin: 16px 0 0; color: rgba(255, 255, 255, .45); font-size: 11px; line-height: 1.45; }.form-status { min-height: 18px; color: var(--accent-soft); }

.site-footer { background: var(--navy-deep); color: rgba(255, 255, 255, .55); }.footer-inner { display: grid; grid-template-columns: 1.2fr 2fr 1.1fr auto; align-items: center; gap: 30px; min-height: 130px; border-top: 1px solid rgba(255, 255, 255, .15); font-size: 11px; }.brand-footer { width: 84px; }.brand-footer .brand-panels { fill: var(--white); }.brand-footer .brand-letters { fill: var(--navy-deep); }.footer-inner p { max-width: 265px; margin: 0; line-height: 1.45; }.footer-inner > a:not(.brand) { color: var(--accent-soft); }.footer-inner > span { text-align: right; }

.reveal { opacity: 1; transform: translateY(0); }.js-enabled .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s !important; }.reveal-delay-one { transition-delay: .08s !important; }.reveal-delay-two { transition-delay: .16s !important; }.reveal-delay-three { transition-delay: .24s !important; }

.page-education { background: var(--paper); }
.education-hero { position: relative; min-height: 730px; display: flex; align-items: end; overflow: hidden; background: var(--navy); color: var(--white); }
.education-hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 17, 34, .94) 0%, rgba(7, 17, 34, .65) 43%, rgba(7, 17, 34, .25) 100%), linear-gradient(0deg, rgba(7, 17, 34, .72) 0%, transparent 48%); content: ""; }
.education-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; opacity: .86; }
.education-hero-inner { position: relative; z-index: 1; width: 100%; padding-top: 185px; padding-bottom: 100px; }
.education-hero-copy { max-width: 760px; }
.education-hero-copy h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(54px, 7vw, 96px); }
.education-hero-copy p:not(.eyebrow) { max-width: 610px; margin-bottom: 38px; color: rgba(251, 251, 248, .74); font-size: 19px; line-height: 1.55; }
.education-hero-meta { display: flex; flex-wrap: wrap; gap: 12px 35px; margin-top: 62px; color: rgba(251, 251, 248, .58); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.education-hero-meta span::before { display: inline-block; width: 28px; height: 1px; margin-right: 10px; vertical-align: middle; background: var(--accent-soft); content: ""; }
.education-intro { padding-bottom: 105px; }
.education-intro-layout { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(300px, 1.1fr); gap: 10%; align-items: end; }
.education-intro-copy { max-width: 590px; color: var(--muted); }
.education-intro-copy .lead-copy { margin-bottom: 25px; }
.education-intro-copy > p:not(.lead-copy) { margin-bottom: 0; }
.education-pathways { margin-top: 85px; border-top: 1px solid var(--line); }
.education-pathway { display: grid; grid-template-columns: 75px minmax(170px, .8fr) 1.2fr; gap: 28px; align-items: start; padding: 26px 0; border-bottom: 1px solid var(--line); }
.education-pathway-number { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.education-pathway h3 { margin: 0; font-family: var(--display); font-size: 25px; font-weight: 500; letter-spacing: -.035em; line-height: 1.1; }
.education-pathway p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.education-action { margin-top: 35px; }
.education-action .button { background: var(--blue); color: var(--white); }
.education-action .button:hover, .education-action .button:focus-visible { background: var(--accent); color: var(--navy); }
.education-feature { background: var(--sand); }
.education-feature-layout { display: grid; grid-template-columns: minmax(300px, 1.15fr) minmax(300px, .85fr); gap: 9%; align-items: center; }
.education-feature-media { position: relative; margin: 0; }
.education-feature-media::after { position: absolute; right: -18px; bottom: -18px; z-index: 0; width: 55%; height: 55%; border-right: 1px solid var(--accent); border-bottom: 1px solid var(--accent); content: ""; }
.education-feature-media img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.education-feature-media figcaption { position: relative; z-index: 1; margin-top: 14px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.education-feature-copy { max-width: 500px; }
.education-feature-copy h2 { margin-bottom: 27px; font-size: clamp(40px, 4.8vw, 70px); }
.education-feature-copy p:not(.eyebrow) { color: var(--muted); }
.education-gallery { padding-top: 120px; padding-bottom: 135px; }
.education-gallery-head { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 62px; }
.education-gallery-head h2 { max-width: 640px; margin-bottom: 0; font-size: clamp(42px, 5vw, 70px); }
.education-gallery-head > p { max-width: 300px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.education-gallery-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 16px; }
.education-gallery-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); background: rgba(255, 255, 255, .45); }
.education-gallery-card img { display: block; width: 100%; aspect-ratio: 1.25 / 1; object-fit: cover; }
.education-gallery-card:nth-child(2) img { aspect-ratio: 1 / 1; object-fit: contain; background: #111; }
.education-gallery-card figcaption { padding: 19px 20px 22px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.education-gallery-card strong { display: block; margin-bottom: 6px; color: var(--ink); font-family: var(--display); font-size: 19px; font-weight: 500; letter-spacing: -.025em; }
.education-eecpe { overflow: hidden; background: var(--navy); color: var(--white); }
.education-eecpe::after { position: absolute; right: -260px; top: -260px; width: 650px; height: 650px; border: 1px solid rgba(231, 162, 126, .24); border-radius: 50%; content: ""; box-shadow: 0 0 0 70px rgba(231, 162, 126, .035), 0 0 0 140px rgba(231, 162, 126, .035); }
.education-eecpe-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(300px, 1fr) minmax(300px, .9fr); gap: 12%; align-items: end; }
.education-eecpe-copy { max-width: 650px; }
.education-eecpe-copy h2 { margin-bottom: 27px; font-size: clamp(42px, 5vw, 74px); }
.education-eecpe-copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255, 255, 255, .62); }
.education-eecpe-facts { border-top: 1px solid var(--line-light); }
.education-eecpe-fact { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line-light); }
.education-eecpe-fact strong { color: var(--accent-soft); font-family: Georgia, "Times New Roman", serif; font-size: 31px; font-weight: 400; line-height: 1; }
.education-eecpe-fact span { color: rgba(255, 255, 255, .63); font-size: 12px; line-height: 1.45; }
.education-eecpe-actions { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 35px; }
.education-contact { padding-bottom: 125px; }
.page-education .site-header { background: rgba(12, 26, 49, .82); }
.page-education .site-header.scrolled { background: rgba(12, 26, 49, .96); }

:focus-visible { outline: 2px solid var(--accent-soft); outline-offset: 4px; }
@media (max-width: 1000px) {
  .container { width: min(var(--container), calc(100% - 48px)); }
  .hero { min-height: 720px; }.hero-inner { grid-template-columns: minmax(0, 1fr) minmax(300px, .8fr); gap: 28px; }.hero-visual { width: 100%; }.capability-grid { grid-template-columns: repeat(2, 1fr); }.capability-card { min-height: 400px; }.footer-inner { grid-template-columns: 1fr 1.5fr; padding: 30px 0; }.footer-inner > span { text-align: left; }
  .education-hero { min-height: 690px; }.education-intro-layout, .education-feature-layout, .education-eecpe-layout { gap: 7%; }.education-pathway { grid-template-columns: 55px minmax(155px, .8fr) 1.2fr; gap: 20px; }
}
@media (max-width: 720px) {
  .container { width: min(var(--container), calc(100% - 36px)); }.site-header { padding: 15px 0; }.brand { width: 103px; }.menu-toggle { display: block; }.primary-navigation { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 18px 25px; border-top: 1px solid rgba(255, 255, 255, .14); background: rgba(12, 26, 49, .98); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease; }.primary-navigation.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.nav-link { padding: 13px 0; }.nav-link::after { right: auto; width: 36px; }.hero { min-height: 0; }.hero-inner { display: block; min-height: 0; padding-top: 175px; padding-bottom: 105px; }.hero-copy { max-width: none; }.hero-lede { font-size: 17px; }.hero-visual { width: min(100%, 440px); margin: 70px 0 0 auto; }.hero-footer { display: none; }.signal-inner { grid-template-columns: 1fr auto; gap: 15px; min-height: 105px; }.signal-inner p { font-size: 10px; }.signal-inner p:last-child { display: none; }.signal-mark { justify-self: end; }.section { padding: 100px 0; }.about-layout, .committee-layout, .trust-layout, .contact-layout { display: block; }.about-copy, .committee-copy { padding-top: 45px; }.about-meta { grid-template-columns: repeat(2, 1fr); gap: 25px 15px; margin-top: 70px; }.section-intro { display: block; margin-bottom: 50px; }.intro-aside { margin-top: 28px; }.capability-grid { grid-template-columns: 1fr; gap: 12px; }.capability-card { min-height: 0; padding: 22px; }.card-number { margin-bottom: 32px; }.card-icon { margin-bottom: 27px; }.project-row { grid-template-columns: 1fr 50px; gap: 15px; padding: 25px 0; }.project-index { grid-column: 1 / -1; padding-top: 0; }.project-body h3 { font-size: 26px; }.project-arrow { width: 42px; height: 42px; }.committee { padding-bottom: 90px; }.committee-strip { grid-template-columns: repeat(2, 1fr); gap: 20px 15px; margin-top: 70px; }.trust-copy { padding-top: 45px; }.process-grid { grid-template-columns: 1fr; gap: 25px; }.process-head { margin-bottom: 50px; }.process-step { padding-top: 19px; }.contact-copy { padding-top: 0; margin-bottom: 55px; }.contact-form { padding: 23px 20px; }.footer-inner { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; padding: 30px 0; }.footer-inner > span { text-align: left; }.hero-orbit-one { right: -350px; }.hero-orbit-two { right: -280px; }
  .education-hero { min-height: 0; }.education-hero-inner { padding-top: 165px; padding-bottom: 78px; }.education-hero-copy h1 { font-size: clamp(47px, 14vw, 70px); }.education-hero-copy p:not(.eyebrow) { font-size: 17px; }.education-hero-meta { margin-top: 44px; line-height: 1.6; }.education-intro { padding-bottom: 80px; }.education-intro-layout, .education-feature-layout, .education-eecpe-layout { display: block; }.education-intro-copy { margin-top: 42px; }.education-pathways { margin-top: 60px; }.education-pathway { grid-template-columns: 40px 1fr; gap: 12px 16px; }.education-pathway h3 { font-size: 22px; }.education-pathway p { grid-column: 2; }.education-feature { padding-top: 80px; padding-bottom: 100px; }.education-feature-copy { margin-top: 65px; }.education-feature-media::after { right: -10px; bottom: -10px; }.education-gallery { padding-top: 90px; padding-bottom: 100px; }.education-gallery-head { display: block; margin-bottom: 42px; }.education-gallery-head > p { margin-top: 25px; }.education-gallery-grid { grid-template-columns: 1fr; }.education-gallery-card:nth-child(2) img { aspect-ratio: 1.2 / 1; }.education-eecpe { padding-top: 100px; padding-bottom: 100px; }.education-eecpe-facts { margin-top: 60px; }.education-eecpe-fact { grid-template-columns: 75px 1fr; }.education-eecpe-actions { gap: 18px; }
}
@media (max-width: 720px) {
  .people-grid { display: flex; flex-direction: column; gap: 0; margin-top: 75px; }
  .people-portrait { order: 1; width: 100%; margin: 30px 0; }
  .person-card { width: 100%; padding: 18px 0; }
  .person-card-left { order: 0; }
  .person-card-right { order: 2; }
  .person-card .person-info { max-width: 100%; }
  .people-portrait img { aspect-ratio: 1.5 / 1; }
  .person-kicker { font-size: 9px; }
  .person-info h3 { font-size: 23px; }
  .person-role { margin-bottom: 13px; font-size: 10px; }
  .person-bio { font-size: 12px; }
  .about-network { display: block; margin-top: 55px; }
  .network-items { grid-template-columns: repeat(2, 1fr); gap: 18px 15px; margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.js-enabled .reveal { opacity: 1; transform: none; transition: none; }.button, .text-link span, .card-link span, .project-arrow { transition: none; } }
