:root {
  --navy: #091a2d;
  --blue: #7bafd4;
  --blue-bright: #9ed2f2;
  --cream: #f5f2ea;
  --paper: #fffdf8;
  --ink: #102235;
  --muted: #536578;
  --line: rgba(16, 34, 53, 0.16);
  --gold: #e6b958;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(9, 26, 45, 0.14);
  --shell: min(1180px, calc(100vw - 48px));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: 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: 1000; top: 12px; left: 12px; padding: 10px 16px; background: var(--white); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.topline { background: var(--blue); color: var(--navy); font-size: .82rem; font-weight: 750; letter-spacing: .025em; }
.topline-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topline a { text-decoration-thickness: 1px; text-underline-offset: 3px; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(9, 26, 45, .96); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; min-width: 78px; height: 45px; padding-inline: 10px; background: var(--blue); color: var(--navy); font-size: 1.05rem; font-weight: 900; letter-spacing: .09em; }
.brand-name { font-family: Georgia, "Times New Roman", serif; font-size: .84rem; line-height: 1.18; letter-spacing: .01em; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav a { font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:not(.nav-cta) { padding-block: 12px; border-bottom: 2px solid transparent; }
.site-nav a:not(.nav-cta):hover { color: var(--blue-bright); border-bottom-color: var(--blue); }
.nav-cta { padding: 11px 17px; background: var(--blue); color: var(--navy); }
.nav-cta:hover { background: var(--white); }
.menu-toggle { display: none; width: 46px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; background: var(--navy); color: var(--white); overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(123,175,212,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(123,175,212,.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right, transparent 8%, black 60%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -240px; border: 92px solid rgba(123,175,212,.09); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; min-height: 675px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; gap: clamp(40px, 8vw, 100px); }
.hero-copy { align-self: center; padding: 80px 0 100px; }
.eyebrow { margin: 0 0 20px; color: var(--blue-bright); font-size: .78rem; font-weight: 850; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: #467aa1; }
.hero h1 { max-width: 730px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 8.5vw, 7.8rem); font-weight: 500; line-height: .81; letter-spacing: -.06em; }
.hero h1 em { color: var(--blue); font-weight: 500; }
.hero-lede { max-width: 650px; margin: 38px 0 0; color: #d6e4ee; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 22px; font-size: .92rem; font-weight: 800; letter-spacing: .01em; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--navy); }
.button-primary:hover { background: var(--white); }
.text-link { font-weight: 750; text-decoration: underline; text-decoration-color: var(--blue); text-underline-offset: 6px; }
.hero-panel { position: relative; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding: 68px 40px; background: var(--blue); color: var(--navy); }
.panel-number { position: absolute; top: 15px; right: 28px; color: rgba(9,26,45,.08); font-family: Georgia, serif; font-size: 11rem; line-height: 1; font-weight: 700; }
.panel-label { position: relative; z-index: 1; margin: 0 0 24px; font-size: .76rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.charge-list { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(9,26,45,.3); }
.charge-list li { display: grid; grid-template-columns: 32px 1fr; padding: 20px 0; border-bottom: 1px solid rgba(9,26,45,.3); }
.charge-list span { grid-row: span 2; padding-top: 5px; font-size: .72rem; font-weight: 850; }
.charge-list strong { font-family: Georgia, serif; font-size: 1.75rem; font-weight: 500; line-height: 1.2; }
.charge-list small { font-size: .8rem; }
.panel-note { margin: 24px 0 0; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-ribbon { position: relative; z-index: 2; display: flex; gap: 56px; padding: 12px max(24px, calc((100vw - 1180px) / 2)); background: var(--cream); color: var(--navy); font-family: Georgia, serif; font-style: italic; font-size: .92rem; white-space: nowrap; overflow: hidden; }
.hero-ribbon span:last-child { margin-left: auto; font-family: Inter, ui-sans-serif, sans-serif; font-style: normal; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: clamp(82px, 10vw, 138px) 0; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(48px, 10vw, 130px); }
.section h2, .signal-section h2, .engage h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.section h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); }
.prose { max-width: 600px; font-size: 1.08rem; }
.prose p:first-child { margin-top: 2px; font-size: 1.35rem; line-height: 1.55; color: var(--navy); }
.prose p { color: var(--muted); }
.prose blockquote { margin: 42px 0 0; padding: 24px 0 24px 28px; border-left: 5px solid var(--blue); color: var(--navy); font-family: Georgia, serif; font-size: 1.5rem; line-height: 1.4; }

.priorities { background: var(--navy); color: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 64px; margin-bottom: 58px; }
.section-heading > p { max-width: 420px; margin: 0 0 8px; color: var(--muted); }
.priorities .section-heading > p { color: #b9cad8; }
.priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.priority-card { min-height: 455px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); transition: background-color .25s ease, transform .25s ease; }
.priority-card:last-child { border-right: 0; }
.priority-card:hover { background: var(--blue); color: var(--navy); transform: translateY(-7px); }
.card-index { display: block; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.priority-card:hover .card-index { color: var(--navy); }
.priority-card h3 { margin: 70px 0 20px; font-family: Georgia, serif; font-size: 2.4rem; font-weight: 500; }
.priority-card p { color: #c9d5de; }
.priority-card:hover p { color: var(--navy); }
.priority-card ul { margin: 32px 0 0; padding: 0; list-style: none; font-size: .86rem; font-weight: 750; }
.priority-card li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.16); }
.priority-card:hover li { border-color: rgba(9,26,45,.22); }

.signal-section { padding: 0; background: var(--blue); color: var(--navy); }
.signal-grid { display: grid; grid-template-columns: .85fr 1.15fr; }
.signal-stat, .signal-copy { padding: clamp(58px, 7vw, 92px); }
.signal-stat { background: var(--cream); }
.stat-number { display: block; font-family: Georgia, serif; font-size: clamp(5.5rem, 10vw, 9.2rem); line-height: .9; letter-spacing: -.07em; }
.signal-stat p { max-width: 430px; margin: 27px 0; }
.signal-stat a { font-weight: 800; text-underline-offset: 5px; }
.signal-copy { align-self: center; }
.signal-copy .eyebrow { color: var(--navy); }
.signal-copy h2 { font-size: clamp(2.6rem, 4.7vw, 4.8rem); }
.signal-copy > p:last-child { max-width: 600px; font-size: 1.08rem; }

.work { background: var(--paper); }
.work-list { border-top: 2px solid var(--navy); }
.work-item { display: grid; grid-template-columns: 150px 1fr 30px; gap: 32px; align-items: start; padding: 32px 8px; border-bottom: 1px solid var(--line); transition: padding .2s ease, background-color .2s ease; }
.work-item:hover { padding-inline: 22px; background: var(--cream); }
.work-tag { color: #467aa1; font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.work-item h3 { margin: -4px 0 8px; font-family: Georgia, serif; font-size: clamp(1.5rem, 2.6vw, 2.4rem); font-weight: 500; }
.work-item p { max-width: 690px; margin: 0; color: var(--muted); }
.work-arrow { font-size: 1.35rem; }

.principles { background: var(--blue); }
.principles-grid { display: grid; grid-template-columns: 1.25fr repeat(3, .75fr); border: 1px solid rgba(9,26,45,.22); }
.principles-title, .principle { min-height: 360px; padding: 32px; border-right: 1px solid rgba(9,26,45,.22); }
.principle:last-child { border-right: 0; }
.principles-title { display: flex; flex-direction: column; justify-content: space-between; }
.principles-title .eyebrow { color: var(--navy); }
.principles-title h2 { font-size: clamp(2.4rem, 4vw, 4.3rem); }
.principle { display: flex; flex-direction: column; }
.principle > span { font-size: .74rem; font-weight: 900; letter-spacing: .16em; }
.principle h3 { margin: auto 0 14px; font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.principle p { margin: 0; font-size: .94rem; }

.leadership { background: var(--cream); }
.leaders-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.leader { min-height: 135px; display: flex; align-items: center; gap: 20px; padding: 28px; background: var(--paper); }
.initials { flex: 0 0 auto; display: grid; place-items: center; width: 54px; height: 54px; background: var(--navy); color: var(--blue); border-radius: 50%; font-family: Georgia, serif; font-size: .95rem; }
.leader h3 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.25rem; font-weight: 600; line-height: 1.25; }
.leader p { margin: 0; color: var(--muted); font-size: .84rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }

.engage { padding: clamp(78px, 10vw, 126px) 0; background: var(--navy); color: var(--white); }
.engage-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; }
.engage h2 { max-width: 720px; font-size: clamp(3.4rem, 6vw, 6.4rem); }
.engage-copy > p:last-child { max-width: 670px; color: #bfd0dd; font-size: 1.1rem; }
.engage-actions { display: grid; gap: 14px; }
.button-light { background: var(--blue); color: var(--navy); }
.button-light:hover { background: var(--white); }
.button-outline { border: 1px solid rgba(255,255,255,.5); }
.button-outline:hover { background: var(--white); color: var(--navy); }
.engage-actions p { margin: 5px 0 0; color: #9bb0c0; font-size: .84rem; text-align: center; }

.site-footer { padding: 64px 0 25px; background: #05111e; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr .7fr .7fr; gap: 70px; }
.footer-note { max-width: 410px; margin-top: 24px; color: #91a6b6; font-size: .9rem; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links p { margin: 0 0 8px; color: var(--blue); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: #c7d4dd; font-size: .92rem; text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #7f95a5; font-size: .76rem; }

.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 88px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 16px 18px 24px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a, .site-nav a:not(.nav-cta) { padding: 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-cta { margin-top: 8px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero-grid, .split-layout, .signal-grid, .engage-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 35px; }
  .hero-copy { padding: 60px 0 30px; }
  .hero-panel { min-height: 480px; margin-top: 10px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-card { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .priority-card:last-child { border-bottom: 0; }
  .priority-card h3 { margin-top: 35px; }
  .signal-stat, .signal-copy { padding: 65px 40px; }
  .principles-grid { grid-template-columns: 1fr 1fr; }
  .principles-title, .principle { min-height: 300px; border-bottom: 1px solid rgba(9,26,45,.22); }
  .principle:nth-child(2) { border-right: 0; }
  .principle:nth-child(3), .principle:nth-child(4) { border-bottom: 0; }
  .leaders-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 35px; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 28px); }
  .topline-inner { min-height: 40px; justify-content: center; }
  .topline-inner span { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand-name { display: none; }
  .brand-mark { height: 40px; min-width: 72px; }
  .site-nav { top: 76px; }
  .hero h1 { font-size: clamp(3.55rem, 19vw, 5.1rem); }
  .hero-lede { margin-top: 28px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-panel { min-height: 440px; padding: 50px 25px; }
  .panel-number { font-size: 8rem; }
  .hero-ribbon { gap: 35px; }
  .hero-ribbon span:last-child { display: none; }
  .section { padding: 76px 0; }
  .section h2 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .prose p:first-child { font-size: 1.18rem; }
  .priority-card { padding: 27px; }
  .signal-stat, .signal-copy { padding: 55px 24px; }
  .work-item { grid-template-columns: 1fr 25px; gap: 10px; }
  .work-tag { grid-column: 1 / -1; }
  .work-item:hover { padding-inline: 10px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-title, .principle { min-height: 270px; border-right: 0; border-bottom: 1px solid rgba(9,26,45,.22) !important; }
  .principle:last-child { border-bottom: 0 !important; }
  .leaders-grid { grid-template-columns: 1fr; }
  .leader { padding: 23px; }
  .engage-grid { gap: 35px; }
  .engage h2 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-brand .brand-name { display: block; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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