:root {
  --ink: #09162d;
  --blue-ink: #0e2f59;
  --muted: #58677d;
  --paper: #f6f8fb;
  --white: #ffffff;
  --line: #dbe2eb;
  --medical: #e4574f;
  --ops: #177ee6;
  --education: #00a990;
  --sans: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --mono: "DM Mono", "Consolas", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }

:focus-visible { outline: 3px solid #f3bd25; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; background: #fff; color: #000; padding: 10px 16px; font-weight: 700; transition: top .2s ease; }
.skip-link:focus { top: 16px; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 128px 0; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: #fff; transition: background .3s ease, box-shadow .3s ease, color .3s ease; }
.site-header.is-sticky { color: var(--ink); background: rgba(255, 255, 255, .94); box-shadow: 0 1px 0 rgba(9, 22, 45, .1); backdrop-filter: blur(16px); }
.nav-shell { min-height: 80px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { position: relative; display: grid; grid-template-columns: repeat(3, 5px); align-items: end; gap: 3px; width: 23px; height: 23px; transform: skewY(-22deg); }
.brand-mark i { display: block; height: 11px; background: currentColor; }
.brand-mark i:nth-child(2) { height: 17px; opacity: .75; }
.brand-mark i:nth-child(3) { height: 23px; opacity: .45; }
.brand b { display: block; font: 500 17px/1 var(--mono); letter-spacing: .5px; }
.brand small { display: block; margin-top: 3px; font: 500 7px/1 var(--mono); letter-spacing: 1px; opacity: .65; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a, .nav-link { position: relative; font-size: 14px; font-weight: 500; opacity: .75; transition: opacity .2s ease; }
.main-nav a::after { content: ""; position: absolute; height: 1px; right: 0; bottom: -8px; left: 0; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active, .nav-link:hover { opacity: 1; }
.main-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 10px 14px 10px 16px; background: #fff; color: var(--ink); font-size: 13px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: #dff6f0; }
.site-header.is-sticky .nav-cta { background: var(--ink); color: #fff; }
.nav-toggle { display: none; width: 38px; height: 38px; padding: 9px; border: 0; border-radius: 0; background: transparent; color: currentColor; }
.nav-toggle span { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 158px 0 38px; color: #fff; background: #07152c; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 67% 37%, rgba(31, 114, 185, .3), transparent 33%), linear-gradient(112deg, #07152c 0%, #0b2346 57%, #071a35 100%); }
.hero-grid, .model-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(131, 174, 217, .18) 1px, transparent 1px), linear-gradient(90deg, rgba(131, 174, 217, .18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-topology { position: absolute; inset: 0; width: min(1180px, calc(100% - 48px)); margin: 0 auto; pointer-events: none; }
.topology-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, rgba(110, 223, 229, .6), transparent); transform-origin: left; }
.line-one { width: 370px; top: 33%; right: 1%; transform: rotate(11deg); }
.line-two { width: 330px; top: 47%; right: 11%; transform: rotate(-28deg); }
.line-three { width: 306px; top: 70%; right: 4%; transform: rotate(21deg); }
.signal-dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #7de8e5; box-shadow: 0 0 0 5px rgba(125, 232, 229, .08), 0 0 18px #7de8e5; animation: pulse 2.4s ease-in-out infinite; }
.dot-one { top: 29%; right: 5%; }.dot-two { top: 55%; right: 35%; animation-delay: .8s; }.dot-three { top: 72%; right: 11%; animation-delay: 1.4s; }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 525px; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: #557197; font: 500 11px/1.2 var(--mono); letter-spacing: .6px; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow-light { color: #88d8d2; }
.hero h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 22px; font-size: clamp(42px, 5vw, 72px); line-height: 1.16; letter-spacing: 0; font-weight: 700; }
.hero h1 em { color: #82e2da; font-style: normal; }
.hero-intro { max-width: 560px; margin-bottom: 32px; color: #c6d5e6; font-size: 16px; line-height: 1.9; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 22px; padding: 11px 18px; border: 1px solid transparent; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #06223a; background: #86e5dc; }.button-primary:hover { background: #c4f3e9; }
.button-quiet { border-color: rgba(255,255,255,.28); color: #fff; }.button-quiet:hover { background: rgba(255,255,255,.1); }

.route-stage { position: relative; height: 520px; min-width: 0; }
.stage-caption { position: absolute; top: 0; right: 0; left: 55px; display: flex; justify-content: space-between; color: #8faccc; font: 500 10px/1 var(--mono); letter-spacing: .6px; }
.stage-core { position: absolute; z-index: 2; top: 48%; left: 52%; display: grid; width: 125px; height: 125px; place-content: center; border: 1px solid rgba(134,229,220,.76); border-radius: 50%; color: #dffff8; text-align: center; transform: translate(-50%, -50%); box-shadow: 0 0 0 12px rgba(135,230,220,.025), 0 0 55px rgba(58,195,191,.2); }
.core-rings { position: absolute; width: 162px; height: 162px; border: 1px solid rgba(134,229,220,.19); border-radius: 50%; animation: spin 16s linear infinite; }
.core-rings::before, .core-rings::after { content: ""; position: absolute; border-radius: 50%; background: #86e5dc; }.core-rings::before { width: 7px; height: 7px; top: 7px; left: 28px; }.core-rings::after { width: 5px; height: 5px; bottom: 17px; right: 21px; }
.core-title { font: 500 31px/1 var(--mono); letter-spacing: 2px; }.core-subtitle { margin-top: 7px; color: #aad5d0; font-size: 10px; }
.route-node { position: absolute; z-index: 3; display: grid; grid-template-columns: 35px 32px 1fr 18px; width: 244px; align-items: center; gap: 9px; padding: 15px 14px; border: 1px solid rgba(184,215,241,.2); color: #fff; background: rgba(10, 39, 73, .64); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(8px); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.route-node:hover { transform: translateY(-5px); background: rgba(17, 57, 92, .9); }
.route-node:focus-visible { outline-offset: 5px; }
.route-index { align-self: stretch; padding-top: 1px; color: #a1b7cf; font: 500 10px/1 var(--mono); }
.route-symbol { display: grid; width: 30px; height: 30px; place-content: center; border: 1px solid currentColor; color: #fff; font: 500 18px/1 var(--mono); }
.route-node b, .route-node small { display: block; }.route-node b { font-size: 15px; line-height: 1.2; }.route-node small { margin-top: 3px; color: #a3b4c8; font: 500 8px/1 var(--mono); letter-spacing: .5px; }.route-arrow { font-size: 15px; }
.route-node-medical { top: 17%; left: 3%; border-left: 2px solid var(--medical); }.route-node-medical:hover { border-color: var(--medical); }
.route-node-ops { top: 45%; right: 0; border-left: 2px solid var(--ops); }.route-node-ops:hover { border-color: var(--ops); }
.route-node-education { bottom: 13%; left: 8%; border-left: 2px solid var(--education); }.route-node-education:hover { border-color: var(--education); }
.stage-note { position: absolute; right: 0; bottom: 2px; color: #8faccc; font-size: 11px; }
.hero-footer { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr 28px; align-items: center; gap: 20px; padding-top: 30px; border-top: 1px solid rgba(176,205,235,.18); color: #aec2d7; font-size: 12px; }
.hero-footer p { margin: 0; text-align: center; font: 500 10px/1 var(--mono); letter-spacing: .7px; }.hero-footer > a { display: grid; width: 28px; height: 28px; place-content: center; border: 1px solid rgba(176,205,235,.34); transition: background .2s ease; }.hero-footer > a:hover { background: rgba(255,255,255,.12); }.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #86e5dc; box-shadow: 0 0 13px #86e5dc; }

.intro-strip { position: relative; z-index: 2; color: #193456; background: #dff2ef; }
.intro-strip-grid { display: grid; grid-template-columns: 2.5fr 1fr 17px 1fr 17px 1fr 17px 1fr; min-height: 94px; align-items: center; gap: 14px; }
.intro-strip-grid p { margin: 0; font-size: 16px; font-weight: 700; }.intro-strip-grid span { color: #206b7c; font-size: 13px; white-space: nowrap; }.intro-strip-grid i { width: 6px; height: 6px; background: #4ca69c; transform: rotate(45deg); }

.section-heading { margin-bottom: 65px; }.heading-row { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }.heading-row h2, .proof-copy h2, .partner-head h2, .closing-cta h2 { margin: 0; font-size: clamp(32px, 3.5vw, 52px); line-height: 1.28; font-weight: 700; }.heading-row h2 span, .proof-copy h2 span, .partner-head h2 span, .closing-cta h2 span { color: #15917f; }.heading-row > p { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.9; }.solutions { background: var(--paper); }
.solution-list { display: grid; gap: 16px; }.solution-card { position: relative; display: grid; grid-template-columns: 118px minmax(310px, .89fr) minmax(340px, 1.11fr); overflow: hidden; min-height: 430px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }.solution-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(23,43,70,.08); }.solution-number { padding: 30px 20px; border-right: 1px solid var(--line); color: #7791af; font: 500 12px/1 var(--mono); }.solution-number span { display: block; margin-top: 9px; color: #a4b1bf; font-size: 9px; writing-mode: vertical-rl; letter-spacing: .6px; }.solution-copy { position: relative; z-index: 2; padding: 45px 42px 38px; }.solution-kicker { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--solution-color); font: 500 11px/1 var(--mono); letter-spacing: .4px; }.solution-kicker i { width: 7px; height: 7px; background: currentColor; transform: rotate(45deg); }.solution-copy h3 { margin-bottom: 15px; font-size: clamp(25px, 2.55vw, 36px); line-height: 1.32; }.solution-copy > p:not(.solution-kicker) { margin-bottom: 19px; color: var(--muted); font-size: 14px; line-height: 1.85; }.solution-copy ul { margin: 0 0 28px; padding: 0; list-style: none; }.solution-copy li { position: relative; margin: 8px 0; padding-left: 15px; color: #38516f; font-size: 13px; }.solution-copy li::before { content: ""; position: absolute; top: 8px; left: 1px; width: 5px; height: 5px; border: 1px solid var(--solution-color); transform: rotate(45deg); }.solution-link, .text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid currentColor; color: var(--solution-color); font-size: 14px; font-weight: 700; transition: gap .2s ease; }.solution-link:hover, .text-link:hover { gap: 18px; }.solution-media { position: relative; overflow: hidden; margin: 0; min-height: 100%; background: #0b2141; }.solution-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,21,44,.25), transparent 55%), linear-gradient(0deg, rgba(4,15,31,.54), transparent 45%); }.solution-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }.solution-card:hover .solution-media img { transform: scale(1.045); }.solution-media figcaption { position: absolute; z-index: 1; right: 26px; bottom: 24px; left: 26px; color: #fff; }.solution-media figcaption span, .solution-media figcaption b { display: block; }.solution-media figcaption span { margin-bottom: 7px; color: #a9c9ea; font: 500 9px/1 var(--mono); letter-spacing: .7px; }.solution-media figcaption b { font-size: 15px; }.solution-accent { position: absolute; z-index: 3; top: 0; bottom: 0; left: 0; width: 4px; background: var(--solution-color); }.solution-medical { --solution-color: var(--medical); }.solution-ops { --solution-color: var(--ops); }.solution-education { --solution-color: var(--education); }.solution-education .solution-media img { object-position: 62% center; }

.operating-model { position: relative; overflow: hidden; color: #e8f2fc; background: #07152c; }.operating-model::before { content: ""; position: absolute; right: -15%; bottom: -50%; width: 790px; height: 790px; border: 1px solid rgba(100,205,199,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(100,205,199,.025), 0 0 0 180px rgba(100,205,199,.02); }.model-grid { opacity: .38; }.section-heading-light { position: relative; z-index: 1; }.section-heading-light .heading-row > p { color: #b6c8db; }.section-heading-light h2 span { color: #8be0d9; }.operating-track { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(183,212,239,.3); border-bottom: 1px solid rgba(183,212,239,.3); }.operating-track li { min-height: 240px; padding: 25px 22px 26px; border-right: 1px solid rgba(183,212,239,.2); }.operating-track li:first-child { border-left: 1px solid rgba(183,212,239,.2); }.track-no { color: #8aa7c6; font: 500 10px/1 var(--mono); }.track-icon { display: grid; width: 39px; height: 39px; margin: 37px 0 21px; place-content: center; border: 1px solid #86e5dc; color: #86e5dc; font-size: 20px; }.operating-track h3 { margin-bottom: 9px; font-size: 17px; }.operating-track p { margin: 0; color: #afc2d7; font-size: 13px; line-height: 1.75; }.ai-principle { position: relative; z-index: 1; display: grid; grid-template-columns: 170px 1fr; gap: 30px; margin-top: 36px; padding: 22px 25px; border-left: 2px solid #86e5dc; background: rgba(255,255,255,.055); }.principle-label { color: #86e5dc; font: 500 11px/1.3 var(--mono); letter-spacing: .8px; }.ai-principle p { max-width: 750px; margin: 0; color: #c7d7e7; font-size: 14px; line-height: 1.85; }

.proof { background: #fff; }.proof-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }.proof-copy > p:not(.eyebrow) { max-width: 430px; margin: 23px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.9; }.proof-board { position: relative; min-height: 460px; overflow: hidden; background: #e8eff5; }.proof-board::before { content: ""; position: absolute; inset: 0; opacity: .55; background: linear-gradient(rgba(33,94,144,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(33,94,144,.13) 1px, transparent 1px); background-size: 34px 34px; }.proof-shot { position: absolute; z-index: 2; margin: 0; overflow: hidden; border: 7px solid #fff; box-shadow: 0 16px 26px rgba(9, 31, 58, .17); }.proof-shot img { width: 100%; height: 100%; object-fit: cover; }.proof-shot figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 8px 10px; color: #fff; background: rgba(6,20,42,.76); font-size: 11px; }.shot-emergency { top: 35px; left: 7%; width: 52%; height: 201px; }.shot-ops { right: 7%; bottom: 37px; width: 51%; height: 206px; }.shot-education { bottom: 73px; left: 7%; width: 30%; height: 153px; }.shot-education img { object-position: 55% center; }.proof-anchor { position: absolute; z-index: 4; top: 50%; left: 52%; display: grid; width: 53px; height: 53px; place-content: center; border: 1px solid #0a6c85; border-radius: 50%; color: #0a6c85; background: #d1f1ed; font: 500 15px/1 var(--mono); transform: translate(-50%,-50%); }.proof-thread { position: absolute; z-index: 1; height: 1px; background: #2899a3; transform-origin: left; }.thread-one { top: 42%; left: 25%; width: 230px; transform: rotate(26deg); }.thread-two { top: 62%; left: 44%; width: 208px; transform: rotate(-25deg); }

.partners { background: #eef3f7; }.partner-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 88px; }.partner-head > p:not(.eyebrow) { max-width: 435px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }.partner-values { display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; border-top: 1px solid #cbd7e2; border-left: 1px solid #cbd7e2; }.partner-values article { min-height: 205px; padding: 25px; border-right: 1px solid #cbd7e2; border-bottom: 1px solid #cbd7e2; transition: background .2s ease; }.partner-values article:hover { background: rgba(255,255,255,.68); }.partner-values span { color: #7890a6; font: 500 10px/1 var(--mono); }.partner-values h3 { margin: 32px 0 9px; font-size: 17px; }.partner-values p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.closing-cta { position: relative; overflow: hidden; padding: 116px 0 122px; color: #fff; background: #0c4f75; }.closing-cta::before { content: ""; position: absolute; inset: 0; opacity: .75; background-image: linear-gradient(135deg, rgba(135,230,220,.18) 1px, transparent 1px), linear-gradient(45deg, rgba(135,230,220,.1) 1px, transparent 1px); background-size: 42px 42px; }.closing-cta::after { content: ""; position: absolute; top: -190px; right: 7%; width: 540px; height: 540px; border: 1px solid rgba(169,244,235,.34); border-radius: 50%; box-shadow: 0 0 0 70px rgba(169,244,235,.06), 0 0 0 140px rgba(169,244,235,.03); }.closing-layout { position: relative; z-index: 1; }.closing-cta h2 { margin-bottom: 34px; }.closing-cta h2 span { color: #a1ebe3; }.button-light { color: #0d3555; background: #d5f5ee; }.button-light:hover { background: #fff; }.button-outline-light { border-color: rgba(255,255,255,.65); color: #fff; }.button-outline-light:hover { background: rgba(255,255,255,.1); }
.site-footer { color: #c1d0df; background: #061426; }.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 43px 0; }.footer-routes { display: flex; flex-wrap: wrap; gap: 24px; font-size: 13px; }.footer-routes a { transition: color .2s ease; }.footer-routes a:hover { color: #8be0d9; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(181,207,232,.15); color: #6f8499; font: 500 10px/1.4 var(--mono); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease var(--reveal-delay, 0ms), transform .6s ease var(--reveal-delay, 0ms); }.reveal.is-visible { opacity: 1; transform: none; }
.solution-education .solution-media img, .shot-education img { object-position: 53% center; }
#solutions, #operating-model, #partners { scroll-margin-top: 90px; }
@keyframes pulse { 50% { transform: scale(1.5); opacity: .55; } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .nav-shell { gap: 22px; min-height: 70px; }.main-nav { gap: 18px; }.nav-actions { gap: 14px; }.nav-link { display: none; }
  .hero { min-height: 0; padding-top: 132px; }.hero-layout { grid-template-columns: 1fr; gap: 25px; }.route-stage { width: min(660px, 100%); height: 480px; margin: 0 auto; }.hero-footer { margin-top: 14px; }
  .solution-card { grid-template-columns: 84px minmax(310px, 1fr) minmax(270px, .8fr); }.solution-copy { padding: 38px 28px; }.solution-copy h3 { font-size: 28px; }.solution-number { padding: 25px 15px; }
  .heading-row { gap: 40px; }.proof-layout, .partner-layout { grid-template-columns: 1fr; gap: 52px; }.proof-copy > p:not(.eyebrow) { max-width: 610px; }.operating-track li { padding: 22px 14px; }.ai-principle { grid-template-columns: 135px 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 34px, 520px); }.section { padding: 78px 0; }.site-header { background: rgba(7,21,44,.84); backdrop-filter: blur(15px); }.site-header.is-sticky { background: rgba(255,255,255,.95); }.nav-shell { min-height: 66px; }.brand b { font-size: 16px; }.main-nav { position: absolute; top: 66px; right: 0; left: 0; display: grid; gap: 0; visibility: hidden; background: #fff; color: var(--ink); box-shadow: 0 10px 20px rgba(9,22,45,.11); opacity: 0; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }.main-nav.is-open { visibility: visible; opacity: 1; transform: none; }.main-nav a { padding: 17px 18px; border-bottom: 1px solid #e6ecf2; opacity: 1; }.main-nav a::after { display: none; }.nav-actions { margin-left: auto; }.nav-cta { padding: 8px 11px; font-size: 12px; }.nav-toggle { display: block; }.nav-toggle.is-open span:first-child { transform: translateY(3px) rotate(45deg); }.nav-toggle.is-open span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { padding: 112px 0 24px; }.hero h1 { font-size: clamp(39px, 12vw, 52px); }.hero-intro { font-size: 14px; line-height: 1.8; }.hero-actions { display: grid; grid-template-columns: 1fr 1fr; }.button { min-height: 46px; padding: 10px 12px; gap: 7px; font-size: 13px; }.route-stage { height: 458px; margin-top: 0; transform: scale(.97); transform-origin: top center; }.stage-caption { left: 12px; }.stage-core { top: 50%; left: 54%; width: 100px; height: 100px; }.core-rings { width: 130px; height: 130px; }.core-title { font-size: 25px; }.core-subtitle { font-size: 8px; }.route-node { grid-template-columns: 25px 27px 1fr 14px; width: min(216px, 58vw); gap: 7px; padding: 12px 9px; }.route-node b { font-size: 13px; }.route-node small { font-size: 7px; }.route-symbol { width: 26px; height: 26px; font-size: 15px; }.route-node-medical { top: 17%; left: 0; }.route-node-ops { top: 49%; right: 0; }.route-node-education { bottom: 12%; left: 3%; }.stage-note { right: 3px; bottom: 1px; font-size: 10px; }.hero-footer { grid-template-columns: 1fr 26px; padding-top: 21px; }.hero-footer p { display: none; }
  .intro-strip-grid { grid-template-columns: 1fr 12px 1fr; min-height: auto; padding: 24px 0; gap: 12px; }.intro-strip-grid p { grid-column: 1 / -1; font-size: 15px; }.intro-strip-grid span { font-size: 11px; }.intro-strip-grid span:nth-of-type(3), .intro-strip-grid span:nth-of-type(4), .intro-strip-grid i:nth-of-type(3) { display: none; }
  .section-heading { margin-bottom: 38px; }.heading-row { display: block; }.heading-row h2, .proof-copy h2, .partner-head h2, .closing-cta h2 { font-size: 32px; }.heading-row > p { margin-top: 20px; font-size: 14px; }.solution-list { gap: 14px; }.solution-card { display: flex; flex-direction: column; min-height: 0; }.solution-number { position: absolute; z-index: 4; top: 0; right: 0; padding: 15px 16px; border: 0; color: #fff; background: rgba(7,21,44,.7); }.solution-number span { display: inline; margin: 0 0 0 5px; color: #d4e4ef; writing-mode: horizontal-tb; }.solution-copy { order: 2; padding: 30px 23px 31px; }.solution-copy h3 { font-size: 27px; }.solution-copy > p:not(.solution-kicker) { font-size: 13px; }.solution-copy ul { margin-bottom: 23px; }.solution-media { order: 1; min-height: 220px; }.solution-media img { height: 250px; }.solution-media figcaption { right: 17px; bottom: 16px; left: 17px; }.solution-media figcaption b { font-size: 13px; }
  .operating-model { overflow: hidden; }.operating-track { grid-template-columns: 1fr; border-bottom: 0; }.operating-track li { display: grid; grid-template-columns: 34px 52px 1fr; grid-template-rows: auto auto; min-height: 0; gap: 7px 12px; padding: 19px 14px; border-right: 1px solid rgba(183,212,239,.2); border-bottom: 1px solid rgba(183,212,239,.2); }.track-no { padding-top: 5px; }.track-icon { grid-row: span 2; width: 37px; height: 37px; margin: 0; }.operating-track h3 { margin: 0; font-size: 16px; }.operating-track p { grid-column: 3; font-size: 12px; }.ai-principle { display: block; margin-top: 24px; padding: 19px; }.ai-principle p { margin-top: 12px; font-size: 13px; }
  .proof-layout, .partner-layout { gap: 38px; }.proof-copy > p:not(.eyebrow), .partner-head > p:not(.eyebrow) { margin-top: 18px; font-size: 14px; }.proof-board { min-height: 320px; }.shot-emergency { top: 24px; left: 5%; width: 58%; height: 140px; }.shot-ops { right: 5%; bottom: 25px; width: 58%; height: 140px; }.shot-education { bottom: 47px; left: 5%; width: 33%; height: 103px; }.proof-thread { display: none; }.proof-anchor { top: 49%; left: 53%; width: 42px; height: 42px; font-size: 13px; }.partner-values { grid-template-columns: 1fr; }.partner-values article { min-height: 0; padding: 22px; }.partner-values h3 { margin-top: 20px; }
  .closing-cta { padding: 78px 0; }.closing-actions { display: grid; grid-template-columns: 1fr 1fr; }.footer-main, .footer-bottom { display: grid; justify-content: normal; gap: 22px; }.footer-routes { gap: 17px; }.footer-bottom { padding: 16px 0 23px; }
}

@media (max-width: 680px) {
  #solutions, #operating-model, #partners { scroll-margin-top: 72px; }
  .hero { padding: 94px 0 22px; }
  .hero-layout { gap: 20px; }
  .hero h1 { margin-bottom: 14px; font-size: clamp(36px, 11.2vw, 44px); }
  .hero-intro { margin-bottom: 20px; font-size: 13px; line-height: 1.74; }
  .hero-actions { gap: 9px; }
  .route-stage { display: grid; width: 100%; height: auto; margin: 0; padding-top: 25px; gap: 7px; transform: none; }
  .stage-caption { top: 0; right: 0; left: 0; }
  .stage-core, .stage-note { display: none; }
  .route-node { position: relative; inset: auto; width: 100%; grid-template-columns: 29px 30px 1fr 17px; gap: 8px; padding: 10px; box-shadow: none; }
  .route-node-medical, .route-node-ops, .route-node-education { top: auto; right: auto; bottom: auto; left: auto; }
  .route-index { font-size: 9px; }
  .route-node b { font-size: 13px; }
  .route-node small { font-size: 7px; }
  .hero-footer { margin-top: 0; padding-top: 18px; }
  .intro-strip-grid { grid-template-columns: 1fr 1fr; padding: 22px 0; gap: 11px 14px; }
  .intro-strip-grid p { grid-column: 1 / -1; font-size: 14px; line-height: 1.6; }
  .intro-strip-grid i { display: none; }
  .intro-strip-grid span, .intro-strip-grid span:nth-of-type(3), .intro-strip-grid span:nth-of-type(4) { display: block; font-size: 12px; }
  .section { padding: 72px 0; }
  .solution-copy { padding: 26px 21px 28px; }
  .solution-copy h3 { font-size: 25px; }
  .solution-media { min-height: 205px; }
  .solution-media img { height: 205px; }
}

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

/* Editorial pass: quieter surfaces, warmer ink, and fewer interface cues. */
:root {
  --ink: #1c2a3a;
  --blue-ink: #2a4161;
  --muted: #6b6c69;
  --paper: #f3efe7;
  --white: #fbfaf6;
  --line: #d9d2c7;
  --medical: #c76552;
  --ops: #3e6d8f;
  --education: #6f8e7f;
}

body { background: var(--paper); color: var(--ink); }
.site-header { color: #f5f0e8; }
.site-header.is-sticky { background: rgba(243, 239, 231, .96); color: var(--ink); box-shadow: 0 1px 0 rgba(28, 42, 58, .14); }
.brand b { letter-spacing: .35px; }
.brand-mark { transform: skewY(-16deg); }
.brand-mark i:nth-child(2) { opacity: .64; }
.brand-mark i:nth-child(3) { opacity: .35; }

.hero { min-height: 760px; background: #192638; }
.hero::before { background: #192638; }
.hero-grid, .model-grid { display: none; }
.hero-topology { display: none; }
.eyebrow { color: #817f79; letter-spacing: .85px; }
.eyebrow-light { color: #d7ad85; }
.hero h1, h2, h3 { font-family: "Noto Serif SC", "STSong", "Songti SC", serif; font-weight: 700; }
.hero h1 { letter-spacing: .02em; }
.hero h1 em { color: #e7b48c; }
.hero-intro { color: #d5d3ca; }
.button { gap: 15px; border-radius: 0; letter-spacing: .01em; }
.button-primary { color: #1c2a3a; background: #e4b184; }
.button-primary:hover { background: #f0c7a3; }
.button-quiet { border-color: rgba(232, 222, 209, .42); }
.button-quiet:hover { background: rgba(232, 222, 209, .08); }

.route-stage { height: 500px; }
.stage-core { width: 132px; height: 118px; border: 1px solid rgba(230, 208, 184, .72); border-radius: 0; box-shadow: 10px 10px 0 rgba(14, 24, 38, .24); background: rgba(255, 250, 240, .045); }
.core-rings { display: none; }
.core-title { font-family: "Noto Serif SC", "STSong", serif; }
.route-node { border: 0; border-bottom: 1px solid rgba(215, 202, 187, .34); border-left: 2px solid currentColor; border-radius: 0; padding: 14px 12px; background: rgba(255, 249, 239, .045); box-shadow: none; backdrop-filter: none; }
.route-node:hover { transform: translateX(6px); background: rgba(255, 249, 239, .1); }
.route-symbol { border-radius: 0; background: transparent; color: #e7b48c; }
.route-arrow, .hero-footer > a { font-size: 0; }
.route-arrow { position: relative; width: 18px; height: 18px; }
.route-arrow::before { content: ""; position: absolute; width: 12px; height: 1px; top: 9px; left: 1px; background: #e7b48c; transform: rotate(-35deg); transform-origin: left center; }
.route-arrow::after { content: ""; position: absolute; width: 6px; height: 6px; top: 3px; right: 1px; border-top: 1px solid #e7b48c; border-right: 1px solid #e7b48c; }
.hero-footer > a { border: 0; width: 30px; height: 30px; position: relative; }
.hero-footer > a::before { content: ""; width: 1px; height: 17px; background: #d7ad85; }
.hero-footer > a::after { content: ""; position: absolute; bottom: 4px; width: 7px; height: 7px; border-right: 1px solid #d7ad85; border-bottom: 1px solid #d7ad85; transform: rotate(45deg); }
.live-dot { width: 6px; height: 6px; border-radius: 0; background: #e7b48c; box-shadow: none; transform: rotate(45deg); }

.intro-strip { color: #2a4161; background: #e6ded1; border-top: 1px solid #d3c9bb; border-bottom: 1px solid #d3c9bb; }
.intro-strip-grid span { color: #6f716d; }
.intro-strip-grid i { width: 16px; height: 1px; background: #b88f6c; transform: none; }
.section-heading { margin-bottom: 58px; }
.heading-row h2, .proof-copy h2, .partner-head h2, .closing-cta h2 { letter-spacing: .02em; }
.heading-row h2 span, .proof-copy h2 span, .partner-head h2 span, .closing-cta h2 span { color: #b65f4e; }

.solution-card { border: 1px solid var(--line); box-shadow: 7px 7px 0 rgba(58, 63, 62, .08); background: var(--white); }
.solution-card:hover { transform: translate(-2px, -4px); box-shadow: 10px 12px 0 rgba(58, 63, 62, .1); }
.solution-number { border-right-color: var(--line); }
.solution-copy h3 { letter-spacing: .015em; }
.solution-media { background: #26374a; }
.solution-media::after { background: linear-gradient(0deg, rgba(14, 24, 38, .66), transparent 58%); }
.solution-accent { width: 3px; }
.solution-link, .text-link { border-bottom-color: #b65f4e; }

.operating-model { background: #26364a; }
.operating-model::before { display: none; }
.model-grid { display: none; }
.operating-track { border-top-color: rgba(230, 214, 196, .38); border-bottom-color: rgba(230, 214, 196, .38); }
.operating-track li { border-right-color: rgba(230, 214, 196, .22); }
.track-icon { border-color: #d7ad85; color: #e7b48c; border-radius: 0; }
.ai-principle { border-left-color: #d7ad85; background: rgba(255, 249, 239, .06); }
.principle-label { color: #e7b48c; }

.proof { background: #fbfaf6; }
.proof-board { background: #e4d9ca; }
.proof-board::before { opacity: .25; background-image: linear-gradient(rgba(100, 76, 58, .16) 1px, transparent 1px); background-size: 42px 42px; }
.proof-shot { border-width: 5px; box-shadow: 10px 13px 0 rgba(51, 54, 51, .13); }
.proof-anchor { border-radius: 0; color: #9c584b; background: #f0d7c0; border-color: #b67761; transform: translate(-50%, -50%) rotate(45deg); }
.proof-thread { background: #b67761; }

.partners { background: #ece7de; }
.partner-values { border-color: #cfc6b8; }
.partner-values article { border-color: #cfc6b8; }
.partner-values article:hover { background: rgba(255, 252, 245, .7); }
.partner-values h3 { font-family: "Noto Serif SC", "STSong", serif; }

.closing-cta { background: #b65f4e; }
.closing-cta::before, .closing-cta::after { display: none; }
.closing-cta h2 span { color: #f1c8a3; }
.button-light { color: #2a4161; background: #f1d3b8; }
.button-outline-light { border-color: rgba(255, 244, 232, .72); }
.button-outline-light:hover { background: rgba(255, 244, 232, .12); }
.site-footer { background: #172435; }

.button > span[aria-hidden="true"] { position: relative; width: 15px; height: 15px; font-size: 0; }
.button > span[aria-hidden="true"]::before { content: ""; position: absolute; width: 11px; height: 1px; top: 8px; left: 1px; background: currentColor; }
.button > span[aria-hidden="true"]::after { content: ""; position: absolute; width: 5px; height: 5px; top: 5px; right: 1px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }

@media (max-width: 680px) {
  .hero { min-height: 0; }
  .route-node { border-left-width: 2px; }
  .solution-card { box-shadow: 5px 5px 0 rgba(58, 63, 62, .08); }
  .proof-anchor { transform: translate(-50%, -50%) rotate(45deg); }
}
