:root {
  --navy: #0b1f3a;
  --navy-2: #12345d;
  --navy-3: #173f70;
  --blue: #2d73ff;
  --blue-2: #4b89ff;
  --sky: #8ec5ff;
  --cream: #f7f8fb;
  --white: #ffffff;
  --ink: #102033;
  --muted: #667386;
  --line: rgba(16,32,51,.11);
  --shadow: 0 24px 70px rgba(11,31,58,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 8%, rgba(142,197,255,.23), transparent 28rem),
    radial-gradient(circle at 10% 58%, rgba(45,115,255,.07), transparent 24rem),
    linear-gradient(180deg, #fcfdff 0%, #f7f9fc 58%, #fbfcfe 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-shell { width: min(1180px, calc(100% - 34px)); margin: 0 auto; }

.site-header {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; letter-spacing: -.02em; font-size: 1.05rem; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--navy); border-radius: 13px; box-shadow: 0 10px 24px rgba(11,31,58,.13); }
.brand-mark svg { width: 28px; fill: none; stroke: white; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.top-nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; font-weight: 700; color: #667386; }
.top-nav a:hover, .footer-links a:hover { color: var(--blue); }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding: 74px 0 76px; }
.eyebrow, .section-label, .pathway-label { display: inline-block; font-size: .76rem; font-weight: 800; letter-spacing: .16em; color: var(--blue); }
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); line-height: .91; letter-spacing: -.065em; margin: 20px 0 26px; color: var(--navy); }
h1 span, h2 span { color: var(--blue); }
.lead { max-width: 660px; font-size: clamp(1.05rem, 1.8vw, 1.28rem); line-height: 1.65; color: var(--muted); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 28px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--blue); box-shadow: 0 14px 30px rgba(45,115,255,.22); }
.secondary { color: var(--navy); border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.status-card { width: fit-content; display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.7); backdrop-filter: blur(12px); }
.status-card div { display: grid; gap: 3px; }
.status-card strong { font-size: .9rem; }
.status-card span:not(.status-dot) { color: var(--muted); font-size: .8rem; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #25c77c; box-shadow: 0 0 0 6px rgba(37,199,124,.12); }

.hero-founder { position: relative; min-height: 555px; }
.hero-photo-wrap { position: absolute; inset: 22px 0 0 22px; overflow: hidden; border-radius: 34px; background: linear-gradient(145deg, var(--navy), var(--navy-3)); box-shadow: var(--shadow); }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(11,31,58,.15)); pointer-events: none; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.hero-shape { position: absolute; border-radius: 32px; background: linear-gradient(145deg, rgba(142,197,255,.28), rgba(45,115,255,.12)); z-index: -1; }
.hero-shape-one { width: 170px; height: 170px; left: -34px; top: -8px; }
.hero-shape-two { width: 160px; height: 160px; right: -28px; bottom: -18px; }
.hero-quote { position: absolute; z-index: 2; top: 30px; right: 30px; margin: 0; color: white; font-size: 1.35rem; line-height: 1.18; font-style: italic; text-align: right; text-shadow: 0 2px 14px rgba(11,31,58,.3); }
.photo-label { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: grid; gap: 3px; min-width: 210px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.19); border-radius: 17px; color: white; background: rgba(11,31,58,.62); backdrop-filter: blur(12px); }
.photo-label strong { font-size: .96rem; }
.photo-label span { font-size: .8rem; color: rgba(255,255,255,.78); }

.pathway { margin: 6px 0 88px; padding: 34px 42px 40px; border-radius: 30px; color: white; background: linear-gradient(135deg, var(--navy), var(--navy-3)); box-shadow: 0 28px 66px rgba(11,31,58,.13); }
.pathway-label { color: var(--sky); margin-bottom: 20px; }
.pathway-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.pathway article { position: relative; min-height: 175px; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.08); overflow: hidden; }
.pathway article::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 1px dashed rgba(255,255,255,.18); right: -70px; bottom: -85px; }
.step-no { display: inline-flex; padding: 6px 8px; border-radius: 8px; background: rgba(255,255,255,.11); font-size: .72rem; font-weight: 800; }
.step-icon { position: absolute; right: 20px; top: 17px; color: var(--sky); font-size: 1.55rem; font-weight: 800; }
.pathway h3 { margin: 28px 0 8px; font-size: 1.14rem; }
.pathway p { margin: 0; color: rgba(255,255,255,.72); line-height: 1.5; }

.about { display: grid; grid-template-columns: .95fr 1.05fr; gap: 56px; padding: 8px 0 50px; }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.05; letter-spacing: -.045em; color: var(--navy); margin: 13px 0 0; }
.about p { margin: 24px 0 0; font-size: 1.08rem; line-height: 1.75; color: var(--muted); }

.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 18px 0 92px; }
.pillars article { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.7); box-shadow: 0 16px 42px rgba(11,31,58,.045); }
.icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 13px; color: white; background: var(--navy); font-weight: 800; }
.pillars h3 { margin: 22px 0 10px; color: var(--navy); font-size: 1.22rem; }
.pillars p { margin: 0; color: var(--muted); line-height: 1.65; }

.founder { position: relative; display: grid; grid-template-columns: .82fr 1.08fr .52fr; gap: 34px; align-items: center; margin: 0 0 88px; padding: 48px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.72); overflow: hidden; box-shadow: 0 24px 70px rgba(11,31,58,.06); }
.founder::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; right: -180px; bottom: -190px; background: rgba(142,197,255,.18); }
.founder-photo { position: relative; height: 470px; overflow: hidden; border-radius: 26px; background: var(--navy); box-shadow: 0 22px 52px rgba(11,31,58,.13); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.founder-label { left: 18px; bottom: 18px; min-width: 0; right: 18px; }
.founder-copy { position: relative; z-index: 1; }
.founder-copy p { color: var(--muted); line-height: 1.68; margin: 16px 0 0; }
.founder blockquote { position: relative; z-index: 1; margin: 0; color: #7fa5de; font-size: 1.18rem; line-height: 1.5; font-style: italic; }
.founder cite { display: block; margin-top: 16px; font-size: .83rem; font-style: normal; color: #8c9bad; }

.updates { margin-bottom: 80px; border-radius: 30px; padding: 46px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: white; background: linear-gradient(135deg, #0b1f3a, #173f70); }
.updates .section-label { color: var(--sky); }
.updates h2 { color: white; margin-top: 10px; }
.updates p { max-width: 700px; color: rgba(255,255,255,.72); line-height: 1.65; }
.light { flex: 0 0 auto; background: white; color: var(--navy); }

footer { min-height: 120px; padding: 28px 0 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: .85rem; }
.footer-brand { color: var(--ink); }
.footer-links { display: flex; justify-content: center; gap: 22px; font-weight: 700; }
footer p { text-align: right; margin: 0; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 52px; }
  .hero-founder { min-height: 600px; max-width: 700px; width: 100%; margin: 0 auto; }
  .pathway-grid { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 10px; }
  .pillars { grid-template-columns: 1fr; }
  .founder { grid-template-columns: .9fr 1.1fr; }
  .founder blockquote { grid-column: 1 / -1; max-width: 620px; }
  .updates { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  .footer-links { justify-content: flex-start; }
  footer p { text-align: left; }
}

@media (max-width: 680px) {
  .site-shell { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 72px; }
  .top-nav { display: none; }
  .hero { gap: 34px; padding: 44px 0 60px; }
  h1 { font-size: clamp(3.25rem, 17vw, 5.2rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .status-card { width: 100%; }
  .hero-founder { min-height: 455px; }
  .hero-photo-wrap { inset: 12px 0 0 0; border-radius: 28px; }
  .hero-quote { top: 22px; right: 20px; font-size: 1rem; }
  .photo-label { left: 16px; right: 16px; bottom: 16px; min-width: 0; }
  .pathway { margin-top: 0; padding: 28px 20px 24px; border-radius: 24px; }
  .pathway-grid { gap: 12px; }
  .pathway article { min-height: 150px; }
  .about { padding-top: 6px; }
  .pillars { padding-bottom: 65px; }
  .founder { grid-template-columns: 1fr; padding: 22px; border-radius: 26px; gap: 28px; }
  .founder-photo { height: 430px; }
  .founder blockquote { font-size: 1.04rem; }
  .updates { padding: 30px 24px; border-radius: 24px; margin-bottom: 56px; }
  footer { align-items: flex-start; }
  .footer-links { flex-wrap: wrap; }
}
