:root {
  --navy-950: #071525;
  --navy-900: #0b1f35;
  --navy-800: #12314f;
  --blue-700: #1b527c;
  --blue-500: #2c88bf;
  --blue-200: #cfe4f2;
  --ink: #1b2633;
  --muted: #5e6b78;
  --line: #d9e1e8;
  --tint: #f2f6f9;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(4, 18, 34, 0.22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 96px 0; }
.section-dark { color: var(--white); background: var(--navy-950); }
.section-tint { background: var(--tint); }
.screen-reader-text { 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:focus { position: fixed; z-index: 9999; top: 12px; left: 12px; width: auto; height: auto; clip: auto; margin: 0; padding: 10px 14px; color: #fff; background: #000; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: #fff;
  background: rgba(7, 21, 37, 0.94);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,0.35); border-radius: 50%; color: #fff; background: linear-gradient(145deg, var(--blue-700), var(--navy-900)); font-weight: 800; letter-spacing: .04em; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 15px; letter-spacing: .03em; }
.brand-copy small { margin-top: 4px; color: #b8cad8; font-size: 12px; }
.site-menu { display: flex; align-items: center; gap: 25px; list-style: none; margin: 0; padding: 0; }
.site-menu a { color: #e9f1f6; text-decoration: none; font-size: 13px; font-weight: 650; }
.site-menu a:hover, .site-menu a:focus-visible { color: #7fd0ff; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.2); border-radius: 7px; color: #fff; background: transparent; }
.menu-toggle > span:not(.screen-reader-text) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; }

.hero { position: relative; overflow: hidden; padding: 96px 0 78px; background: radial-gradient(circle at 82% 28%, #244f6d 0, #102943 34%, #071525 70%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(112deg, rgba(255,255,255,.03), transparent 42%); pointer-events: none; }
.hero-orbit { position: absolute; border: 1px solid rgba(118,198,244,.15); border-radius: 50%; }
.orbit-one { width: 560px; height: 560px; right: -170px; top: -210px; }
.orbit-two { width: 370px; height: 370px; right: 30px; bottom: -260px; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr); gap: 82px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: #69c6f6; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .section-heading h2, .board-intro h2, .media-copy h2, .contact-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 600; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 { max-width: 760px; font-size: clamp(42px, 5vw, 69px); }
.hero-summary { max-width: 720px; margin: 26px 0 0; color: #c4d2dd; font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 5px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #061423; background: #83d3ff; }
.button-ghost { color: #fff; border: 1px solid rgba(255,255,255,.35); }
.button-ghost:hover { border-color: #83d3ff; color: #83d3ff; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.hero-proof span { display: grid; color: #9fb2c1; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof strong { color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 25px; letter-spacing: normal; text-transform: none; }
.hero-portrait { justify-self: end; width: min(100%, 430px); }
.portrait-frame { position: relative; isolation: isolate; padding: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: rgba(255,255,255,.06); box-shadow: var(--shadow); }
.portrait-frame::before { content: ""; position: absolute; z-index: -1; inset: 34px -28px -30px 36px; background: linear-gradient(135deg, rgba(64,161,212,.45), rgba(255,255,255,.06)); border-radius: 6px; }
.portrait-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%; border-radius: 3px; }
.portrait-card { position: absolute; right: -28px; bottom: 28px; display: flex; align-items: center; gap: 10px; max-width: 285px; padding: 14px 16px; color: #dce9f1; background: rgba(6,18,31,.94); border: 1px solid rgba(255,255,255,.13); border-radius: 5px; box-shadow: 0 16px 40px rgba(0,0,0,.26); font-size: 13px; }
.status-dot { flex: 0 0 auto; width: 9px; height: 9px; border-radius: 50%; background: #66d38e; box-shadow: 0 0 0 5px rgba(102,211,142,.12); }
.logo-strip { color: #cedce5; background: #0c2238; border-top: 1px solid rgba(255,255,255,.08); }
.logo-strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 18px; font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.logo-strip i { width: 4px; height: 4px; border-radius: 50%; background: #4e9fce; }

.section-heading { max-width: 760px; }
.section-heading h2, .board-intro h2, .media-copy h2, .contact-section h2 { font-size: clamp(34px, 4vw, 51px); color: var(--navy-900); }
.section-heading-row { max-width: none; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); gap: 64px; align-items: end; margin-bottom: 46px; }
.section-heading-row > p, .section-heading-row blockquote { margin: 0; color: var(--muted); font-size: 16px; }
.section-dark .section-heading h2, .section-dark .section-heading-row > p { color: #fff; }
.section-dark .section-heading-row > p { color: #afc1ce; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.body-copy p { margin: 0 0 18px; color: #44515e; }
.body-copy .lead { color: var(--ink); font-size: 20px; line-height: 1.55; }
.inline-links { display: flex; gap: 28px; margin-top: 29px; }
.inline-links a, .text-link { color: var(--blue-700); font-weight: 750; text-decoration: none; }

.metrics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.metric-card { min-height: 208px; padding: 30px; background: #fff; border: 1px solid #dfe7ed; border-radius: 5px; box-shadow: 0 12px 35px rgba(24,54,78,.06); }
.metric-card strong { display: block; color: var(--blue-700); font-family: Georgia, "Times New Roman", serif; font-size: 34px; }
.metric-card span { display: block; margin-top: 5px; font-weight: 800; }
.metric-card p { margin: 16px 0 0; color: var(--muted); font-size: 14px; }

.experience-section { background: linear-gradient(145deg, #061423 0%, #0a2138 100%); }
.timeline { position: relative; margin-top: 18px; }
.timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 156px; width: 1px; background: rgba(255,255,255,.16); }
.timeline-item { display: grid; grid-template-columns: 130px 1fr; gap: 52px; padding: 0 0 50px; }
.timeline-date { padding-top: 5px; color: #67c5f7; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.timeline-content { position: relative; padding: 0 0 0 31px; }
.timeline-content::before { content: ""; position: absolute; top: 8px; left: -31px; width: 10px; height: 10px; border: 3px solid #0a2138; border-radius: 50%; background: #67c5f7; box-shadow: 0 0 0 1px rgba(103,197,247,.45); }
.role-label { margin: 0 0 6px; color: #97adbc; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.timeline-content h3 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1.25; }
.timeline-content h3 span { color: #aabac6; font-family: inherit; font-size: 18px; font-weight: 400; }
.timeline-content > p:not(.role-label), .timeline-content li { color: #c5d1da; }
.timeline-content ul { padding-left: 18px; }

.leadership-feature { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 58px; align-items: center; margin-bottom: 38px; padding: 28px; border: 1px solid var(--line); border-radius: 6px; background: linear-gradient(135deg, #f6f9fb, #ffffff); box-shadow: 0 18px 48px rgba(20,55,82,.08); }
.leadership-photo { margin: 0; overflow: hidden; border-radius: 5px; background: var(--navy-900); box-shadow: 0 16px 38px rgba(7,21,37,.18); }
.leadership-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 28%; }
.leadership-feature-copy h3 { margin: 0 0 18px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.15; }
.leadership-feature-copy > p:not(.eyebrow) { margin: 0 0 23px; color: var(--muted); font-size: 16px; }

.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pillar { min-height: 250px; padding: 29px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.pillar > span { color: var(--blue-500); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.pillar h3 { margin: 30px 0 11px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.15; }
.pillar p { margin: 0; color: var(--muted); font-size: 14px; }

.testimonials-section { background: var(--navy-900); color: #fff; }
.testimonials-section .section-heading h2 { color: #fff; }
.testimonials-section .section-heading-row > p { color: #aebfca; }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testimonial-card { margin: 0; padding: 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 5px; background: rgba(255,255,255,.045); }
.testimonial-card blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; line-height: 1.45; }
.testimonial-card figcaption { display: grid; margin-top: 28px; }
.testimonial-card figcaption span { color: #9fb4c2; font-size: 13px; }

.board-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: start; }
.board-intro p { color: var(--muted); }
.board-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.board-card { padding: 27px; border: 1px solid var(--line); border-radius: 5px; background: #fff; }
.board-card h3 { margin: 0 0 10px; color: var(--navy-900); font-family: Georgia, "Times New Roman", serif; font-size: 23px; }
.board-card p { margin: 0; color: var(--muted); font-size: 14px; }

.media-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.media-copy p { color: var(--muted); }
.video-frame { min-height: 340px; border-radius: 6px; overflow: hidden; box-shadow: 0 20px 50px rgba(23,51,74,.14); }
.video-frame a { height: 100%; min-height: 340px; display: grid; place-items: center; color: #fff; text-decoration: none; background: radial-gradient(circle at 65% 30%, #2b5673, #0b172a 68%); }
.video-frame span { display: grid; place-items: center; width: 84px; height: 84px; padding-left: 6px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 30px; }
.materials-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 17px; }
.material-card { grid-column: span 2; }
.material-card:nth-child(4) { grid-column: 2 / span 2; }
.material-card:nth-child(5) { grid-column: 4 / span 2; }
.material-card { display: flex; flex-direction: column; min-height: 238px; padding: 25px; color: inherit; text-decoration: none; border: 1px solid var(--line); border-radius: 5px; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.material-card:hover { transform: translateY(-4px); border-color: #78b8dc; box-shadow: 0 16px 40px rgba(21,59,88,.09); }
.material-card > span { color: var(--blue-500); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.material-card h3 { margin: 34px 0 9px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; color: var(--navy-900); }
.material-card p { margin: 0; color: var(--muted); font-size: 14px; }
.material-card b { margin-top: auto; padding-top: 22px; color: var(--blue-700); font-size: 13px; }

.contact-section { padding: 82px 0; color: #fff; background: linear-gradient(115deg, #0a2137, #174c71); }
.contact-section h2 { color: #fff; }
.contact-section p { color: #c4d5e0; }
.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 72px; align-items: center; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.button-light { color: #0a2137; background: #fff; }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.55); }
.contact-actions small { grid-column: 1 / -1; color: #c6d4de; }
.site-footer { padding: 34px 0; color: #b8c7d1; background: #061321; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { color: #d6e1e8; text-decoration: none; font-size: 13px; }
.footer-meta { grid-column: 1 / -1; margin: 6px 0 0; color: #718696; font-size: 12px; }
.content-area { min-height: 55vh; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .site-menu { gap: 15px; }
  .hero-grid, .split-grid, .board-grid, .media-grid, .contact-grid, .leadership-feature { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-portrait { justify-self: start; width: min(100%, 450px); }
  .metrics-grid, .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .materials-grid { grid-template-columns: repeat(2, 1fr); }
  .material-card, .material-card:nth-child(4), .material-card:nth-child(5) { grid-column: auto; }
  .section-heading-row { grid-template-columns: 1fr; gap: 20px; }
  .contact-actions { max-width: 540px; }
}

@media (max-width: 760px) {
  .section { padding: 72px 0; }
  .menu-toggle { display: block; }
  .primary-navigation { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 18px 20px 24px; background: #071525; border-bottom: 1px solid rgba(255,255,255,.12); }
  .primary-navigation.is-open { display: block; }
  .site-menu { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero { padding-top: 72px; }
  .hero-grid { gap: 58px; }
  .hero h1 { font-size: clamp(39px, 12vw, 57px); }
  .portrait-card { right: -8px; bottom: 16px; max-width: 245px; }
  .metrics-grid, .pillars-grid, .testimonial-grid, .board-cards, .materials-grid { grid-template-columns: 1fr; }
  .leadership-feature { gap: 28px; padding: 18px; }
  .timeline::before { left: 6px; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; padding-left: 30px; }
  .timeline-content { padding-left: 0; }
  .timeline-content::before { left: -29px; }
  .inline-links, .hero-proof { gap: 18px; }
  .contact-actions { grid-template-columns: 1fr; }
  .contact-actions small { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { grid-column: auto; }
}
