:root {
  --ink: #0b3f89;
  --ink-soft: #365f83;
  --night: #0b4896;
  --night-raised: #eef8fb;
  --paper: #ffffff;
  --paper-light: #f7fbff;
  --line: #d8e7f1;
  --line-dark: #a8cada;
  --amber: #00a58f;
  --amber-soft: #00a58f;
  --teal: #00a58f;
  --danger: #c45d4a;
  --radius: 4px;
  --shadow: 0 26px 80px rgba(11, 72, 150, 0.16);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 112px; }
.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: 12px; left: 12px; padding: 10px 16px;
  background: var(--paper-light); color: var(--night); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto; color: var(--ink);
  border-bottom: 1px solid var(--line);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark img { display: block; width: 190px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 32px; font-size: .875rem; }
.site-nav a { color: var(--ink-soft); text-decoration: none; }
.site-nav a:hover { color: var(--teal); }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 760px; padding: 170px 0 106px; overflow: hidden; color: var(--ink); background: #fff; }
.hero-grid {
  position: absolute; inset: 0; opacity: .14;
  background-image: linear-gradient(rgba(11,72,150,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(0,165,143,.13) 1px, transparent 1px);
  background-size: 80px 80px;
}
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .75fr); gap: 100px; align-items: center; }
.eyebrow { margin: 0 0 22px; color: #766b59; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; }
h1 { max-width: 760px; margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 6.3vw, 6.2rem); font-weight: 400; letter-spacing: -.055em; }
h1 em { color: var(--amber-soft); font-weight: 400; }
.hero-intro { max-width: 640px; margin-bottom: 36px; color: var(--ink-soft); font-size: 1.2rem; line-height: 1.7; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.hero-link { color: var(--ink); }
.hero-link span { margin-left: 7px; color: var(--teal); }

.hero-visual { position: relative; padding-top: 86px; }
.hero-emblem { position: absolute; z-index: 2; top: -24px; right: 28px; width: 142px; height: 142px; object-fit: contain; filter: drop-shadow(0 14px 24px rgba(11,72,150,.14)); }

.route-card { position: relative; border: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.route-card::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; z-index: -1; border: 1px solid rgba(240,168,58,.35); }
.route-card-header { display: flex; justify-content: space-between; padding: 18px 20px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .68rem; letter-spacing: .11em; text-transform: uppercase; }
.live-label { color: var(--teal); }
.live-label i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--teal); }
.route-list { list-style: none; margin: 0; padding: 12px 20px 16px; }
.route-list li { position: relative; display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; min-height: 72px; align-items: center; color: #66839b; }
.route-list li:not(:last-child)::after { content: ""; position: absolute; left: 6px; top: 44px; width: 1px; height: 54px; background: var(--line-dark); }
.route-list li.route-complete::after { background: var(--teal); }
.route-node { z-index: 1; width: 13px; height: 13px; border: 2px solid #7da5bf; border-radius: 50%; background: #fff; }
.route-complete .route-node { border-color: var(--teal); background: var(--teal); }
.route-active .route-node { border: 4px solid var(--amber); box-shadow: 0 0 0 5px rgba(240,168,58,.14); }
.route-list div { display: grid; }
.route-list small { color: #7390a6; font-size: .62rem; letter-spacing: .12em; }
.route-list strong { color: var(--ink); font-size: .94rem; }
.route-list li > span:last-child { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.route-active > span:last-child { color: var(--amber); }

.two-column { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
h2 { margin-bottom: 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 4.5vw, 4.5rem); font-weight: 400; letter-spacing: -.045em; }
.large-copy { max-width: 720px; color: var(--ink-soft); font-size: 1.18rem; }
.large-copy p:last-child { margin-bottom: 0; }

.model { background: var(--paper-light); border-block: 1px solid var(--line); }
.section-heading { max-width: 740px; margin-bottom: 62px; }
.section-heading > p:last-child { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 1.12rem; }
.section-heading.narrow { max-width: 600px; }
.capability-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { min-height: 270px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-featured { grid-row: span 2; min-height: 540px; background: #edf7fb; color: var(--ink); }
.capability-index { display: block; margin-bottom: 74px; color: #958977; font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.capability h3 { margin-bottom: 16px; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; font-weight: 400; }
.capability p { margin: 0; color: #62717a; }
.capability-featured p { color: var(--ink-soft); }
.mini-stops { display: grid; gap: 12px; margin-top: 70px; }
.mini-stops span { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line-dark); color: var(--ink-soft); background: #fff; font-size: .82rem; }
.mini-stops i { width: 8px; height: 8px; border: 2px solid #576973; border-radius: 50%; }
.mini-stops i.done { border-color: var(--teal); background: var(--teal); }
.mini-stops i.active { border-color: var(--amber); }

.preview-section { color: var(--ink); background: #fff; }
.preview-intro { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.preview-intro h2 { margin: 0; }
.preview-intro > p { max-width: 500px; margin: 0 0 10px; color: var(--ink-soft); font-size: 1.08rem; }
.dashboard-frame { border: 1px solid var(--line-dark); background: #fff; box-shadow: var(--shadow); }
.browser-bar { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; height: 50px; padding: 0 18px; border-bottom: 1px solid var(--line); color: #66839b; background: #f7fbff; font-size: .68rem; text-transform: uppercase; letter-spacing: .09em; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #80b8ca; }
.browser-title { text-align: center; }
.browser-mode { text-align: right; color: var(--amber); }
.dashboard { display: grid; grid-template-columns: 90px 1fr; min-height: 530px; background: #f4f9fc; color: var(--ink); }
.dashboard-sidebar { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 28px 10px; color: #5880a0; background: #e9f6f8; border-right: 1px solid var(--line); }
.mini-wordmark { display: grid; place-items: center; margin-bottom: 38px; }
.mini-wordmark img { width: 46px; height: 46px; object-fit: contain; }
.side-item { width: 100%; padding: 10px 3px; border-left: 2px solid transparent; text-align: center; font-size: .64rem; }
.side-item.active { border-color: var(--teal); color: var(--ink); background: #fff; }
.dashboard-main { min-width: 0; padding: 36px; }
.dashboard-topline { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 28px; }
.dashboard-topline small, .board small, .summary-row small { color: #7c8a91; font-size: .58rem; font-weight: 800; letter-spacing: .12em; }
.dashboard-topline h3 { margin: 5px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 400; }
.tour-state { padding: 8px 11px; border: 1px solid #c8cac5; color: #52616a; font-size: .68rem; font-weight: 700; }
.summary-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 24px; border: 1px solid #d5d8d4; background: #fff; }
.summary-row div { display: grid; gap: 5px; padding: 14px 18px; border-right: 1px solid #d5d8d4; }
.summary-row div:last-child { border: 0; }
.summary-row strong { font-size: .9rem; }
.board { border: 1px solid #d5d8d4; background: #fff; }
.stop-row { display: grid; grid-template-columns: 1.1fr .8fr 1.25fr 1.2fr; min-height: 105px; border-bottom: 1px solid #dfe1dd; }
.stop-row:last-child { border: 0; }
.stop-row > div { display: flex; min-width: 0; flex-direction: column; justify-content: center; gap: 4px; padding: 14px 18px; border-right: 1px solid #e2e3df; }
.stop-row > div:last-child { border: 0; }
.stop-row strong { overflow: hidden; font-size: .78rem; text-overflow: ellipsis; white-space: nowrap; }
.stop-row span { color: #79868d; font-size: .68rem; }
.stop-identity strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; font-weight: 400; }
.stop-row.attention { box-shadow: inset 3px 0 var(--danger); background: #fffcf8; }
.status { align-self: flex-start; padding: 5px 7px; font-weight: 750; }
.status.stable { color: #28685f; background: #e4f0ed; }
.status.risk { color: #9f4538; background: #f5e6e2; }
.status.forming { color: #775a21; background: #f5edd9; }
.preview-note { margin: 0; padding: 12px 18px; border-top: 1px solid var(--line); color: #66839b; background: #f7fbff; font-size: .65rem; letter-spacing: .1em; text-align: right; text-transform: uppercase; }

.outcomes { background: var(--paper); }
.outcomes-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.outcomes-heading { position: sticky; top: 40px; align-self: start; }
.outcome-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid #bebbb2; }
.outcome-list li { display: grid; grid-template-columns: 50px 1fr; gap: 28px; padding: 32px 0; border-bottom: 1px solid #bebbb2; }
.outcome-list > li > span { color: #8a7d69; font-size: .68rem; font-weight: 800; letter-spacing: .13em; }
.outcome-list h3 { margin-bottom: 9px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; }
.outcome-list p { margin: 0; color: var(--ink-soft); }

.audience { background: var(--paper-light); border-top: 1px solid var(--line); }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.audience-grid article { min-height: 250px; padding: 32px 26px; border-right: 1px solid var(--line); }
.audience-grid article:first-child { border-left: 1px solid var(--line); }
.audience-grid span { display: block; margin-bottom: 70px; color: #8b7d67; font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.audience-grid h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 400; }
.audience-grid p { margin: 0; color: #617079; font-size: .9rem; }

.closing { background: #fff; padding-top: 0; }
.closing-panel { display: grid; grid-template-columns: 190px 1fr; gap: 70px; align-items: center; padding: 70px; border: 1px solid var(--line); background: #f4fbfc; }
.closing-panel > img { width: 190px; height: 190px; object-fit: contain; }
.closing-panel h2 { max-width: 760px; }
.closing-panel p:last-child { max-width: 620px; margin-bottom: 0; color: var(--ink-soft); }

.site-footer { color: var(--ink-soft); background: #fff; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 150px; align-items: center; gap: 24px; font-size: .75rem; }
.footer-wordmark { color: var(--ink); }
.footer-inner p { margin: 0; text-align: center; }
.footer-inner p:last-child { text-align: right; }

@media (max-width: 980px) {
  .hero-layout { grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 780px; }
  .route-card { max-width: 600px; }
  .hero-visual { max-width: 600px; }
  .two-column, .outcomes-layout { grid-template-columns: 1fr; gap: 48px; }
  .outcomes-heading { position: static; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability-featured { grid-row: span 2; }
  .preview-intro { grid-template-columns: 1fr; gap: 10px; }
  .dashboard { grid-template-columns: 70px 1fr; }
  .dashboard-main { padding: 25px; }
  .stop-row { grid-template-columns: 1fr 1fr; }
  .stop-row > div:nth-child(2) { border-right: 0; }
  .stop-row > div:nth-child(-n+2) { border-bottom: 1px solid #e2e3df; }
  .audience-grid { grid-template-columns: 1fr 1fr; }
  .audience-grid article:nth-child(odd) { border-left: 1px solid var(--line); }
  .audience-grid article { border-bottom: 1px solid var(--line); }
  .closing-panel { grid-template-columns: 140px 1fr; gap: 44px; padding: 54px; }
  .closing-panel > img { width: 140px; height: 140px; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .section { padding-block: 78px; }
  .header-inner { height: 70px; }
  .js .nav-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 7px; border: 0; color: inherit; background: transparent; cursor: pointer; }
  .nav-toggle span[aria-hidden] { display: block; width: 22px; height: 2px; background: currentColor; transition: transform .2s ease; }
  .wordmark img { width: 158px; }
  .js .site-nav { position: absolute; top: 70px; right: 0; left: 0; display: none; align-items: stretch; gap: 0; padding: 12px 16px 20px; border-bottom: 1px solid var(--line-dark); background: #fff; box-shadow: 0 14px 34px rgba(11,72,150,.12); }
  .js .site-nav.open { display: grid; }
  .site-nav a { padding: 14px 10px; }
  .js .nav-toggle[aria-expanded="true"] span[aria-hidden]:first-of-type { transform: translateY(4.5px) rotate(45deg); }
  .js .nav-toggle[aria-expanded="true"] span[aria-hidden]:last-of-type { transform: translateY(-4.5px) rotate(-45deg); }
  .hero { min-height: 0; padding-top: 132px; }
  .hero-layout { gap: 55px; }
  .hero-intro { font-size: 1.08rem; }
  .hero-visual { padding-top: 68px; }
  .hero-emblem { right: 20px; width: 118px; height: 118px; }
  .route-card::before { display: none; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability, .capability-featured { min-height: 0; }
  .capability-index { margin-bottom: 45px; }
  .dashboard-frame { margin-inline: -8px; }
  .browser-bar { grid-template-columns: 1fr 1fr; }
  .browser-title { display: none; }
  .dashboard { grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .dashboard-main { padding: 18px; }
  .tour-state { display: none; }
  .summary-row { overflow-x: auto; }
  .summary-row div { min-width: 110px; padding: 12px; }
  .stop-row { grid-template-columns: 1fr; }
  .stop-row > div { min-height: 74px; border-right: 0; border-bottom: 1px solid #e2e3df; }
  .stop-row > div:last-child { border-bottom: 0; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article:nth-child(odd) { min-height: 0; border-left: 1px solid var(--line); }
  .audience-grid span { margin-bottom: 42px; }
  .closing-panel { grid-template-columns: 1fr; gap: 28px; padding: 42px 28px; }
  .closing-panel > img { width: 110px; height: 110px; }
  .footer-inner { grid-template-columns: 1fr; padding-block: 46px; }
  .footer-inner p, .footer-inner p:last-child { text-align: left; }
}

@media (max-width: 390px) {
  :root { --shell: calc(100% - 28px); }
  h1 { font-size: 3rem; }
  h2 { font-size: 2.35rem; }
  .hero { padding-bottom: 78px; }
  .route-card-header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .route-list { padding-inline: 14px; }
  .route-list li { grid-template-columns: 24px 1fr; }
  .route-list li > span:last-child { display: none; }
  .dashboard-main { padding: 12px; }
  .dashboard-topline h3 { font-size: 1.6rem; }
  .summary-row { grid-template-columns: 1fr; }
  .summary-row div { border-right: 0; border-bottom: 1px solid #d5d8d4; }
  .summary-row div:last-child { border-bottom: 0; }
  .closing-panel { padding-inline: 22px; }
}

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