
:root {
  --ink: #10223f;
  --navy: #071c3f;
  --blue: #0b57d0;
  --cyan: #37b7d6;
  --mint: #a8f0db;
  --paper: #f3f6f8;
  --line: #dce4ea;
  --font-display: "SF Pro Display", "Helvetica Neue", Arial, "Noto Sans SC Variable", "PingFang SC", "Hiragino Sans GB", sans-serif;
  --font-body: "SF Pro Text", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans SC Variable", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --font-label: "Avenir Next", "SF Pro Text", "Helvetica Neue", "PingFang SC", sans-serif;
  --font-numeric: "DIN Alternate", "Avenir Next Condensed", "SF Pro Display", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-body); font-weight: 400; font-kerning: normal; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
h1, h2, h3 { font-family: var(--font-display); font-kerning: normal; text-wrap: balance; }
p { letter-spacing: .012em; }
html:lang(zh-CN) h1, html:lang(zh-CN) h2, html:lang(zh-CN) h3 { font-family: "Noto Sans SC Variable", "PingFang SC", "Hiragino Sans GB", sans-serif; font-feature-settings: "kern" 1, "palt" 1; }
html:lang(zh-CN) p, html:lang(zh-CN) nav, html:lang(zh-CN) .button, html:lang(zh-CN) .text-link, html:lang(zh-CN) .hero-foot { font-family: "Noto Sans SC Variable", "PingFang SC", "Hiragino Sans GB", sans-serif; }
.eyebrow, .section-label, .brand small, .platform-card small, .program-copy small, .video-card small, .report-index, .report-chrome, .evidence-meta, .parent-company small, .identity-card > span { font-family: var(--font-label); }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 88px; padding: 0 clamp(24px, 4.5vw, 78px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); }
.brand { display: flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand b { font-family: var(--font-display); font-size: 19px; font-weight: 600; letter-spacing: .11em; }
.brand small { margin-top: 6px; font-size: 8px; letter-spacing: .24em; opacity: .72; }
.desktop-nav { display: flex; gap: clamp(14px, 2vw, 30px); font-family: var(--font-label); font-size: 13px; font-weight: 500; letter-spacing: .025em; white-space: nowrap; }
.desktop-nav a { opacity: .8; transition: .2s ease; }
.desktop-nav a:hover { opacity: 1; transform: translateY(-1px); }
.header-cta { justify-self: end; padding: 11px 16px; border: 1px solid rgba(255,255,255,.4); font-size: 13px; border-radius: 2px; }
.header-cta span, .button span, .text-link span { margin-left: 9px; }
.mobile-menu { display: none; justify-self: end; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; padding: 9px 13px; border: 1px solid rgba(255,255,255,.4); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; top: 48px; right: 0; padding: 16px; width: 210px; display: flex; flex-direction: column; gap: 13px; background: #fff; color: var(--navy); box-shadow: 0 20px 40px rgba(0,0,0,.2); }

.hero { min-height: 850px; position: relative; overflow: hidden; padding: 176px clamp(24px, 7vw, 112px) 42px; color: #fff; background: radial-gradient(circle at 73% 30%, #104985 0, #092d61 22%, #061b3e 54%, #03122c 100%); display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 1fr auto; gap: 40px 7vw; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, black, transparent 65%); }
.cell-field { position: absolute; inset: 0; z-index: 1; overflow: hidden; pointer-events: none; }
.micro-cell { position: absolute; width: 12px; height: 12px; border: 1px solid rgba(151,255,245,.55); border-radius: 48% 52% 55% 45%; background: radial-gradient(circle at 32% 28%, rgba(232,255,252,.95) 0 8%, rgba(75,221,218,.5) 22%, rgba(15,101,154,.18) 62%, transparent 70%); box-shadow: 0 0 18px rgba(82,229,221,.28), inset 0 0 8px rgba(216,255,250,.45); animation: cellDrift 16s ease-in-out infinite alternate, cellPulse 4.8s ease-in-out infinite; }
.micro-cell::after { content: ""; position: absolute; width: 30%; height: 30%; left: 34%; top: 34%; border-radius: 50%; background: rgba(197,255,248,.8); box-shadow: 0 0 8px #6de6dc; }
.cell-01 { width: 26px; height: 23px; left: 5%; top: 19%; animation-duration: 19s, 5s; }
.cell-02 { width: 9px; height: 9px; left: 17%; top: 73%; animation-delay: -6s, -2s; }
.cell-03 { width: 16px; height: 14px; left: 35%; top: 12%; animation-duration: 24s, 6s; animation-delay: -8s, -1s; }
.cell-04 { width: 7px; height: 7px; left: 48%; top: 64%; animation-delay: -12s, -3s; }
.cell-05 { width: 19px; height: 17px; left: 61%; top: 22%; animation-duration: 18s, 4.2s; }
.cell-06 { width: 11px; height: 10px; left: 75%; top: 78%; animation-delay: -4s, -1s; }
.cell-07 { width: 32px; height: 29px; left: 88%; top: 14%; animation-duration: 28s, 7s; animation-delay: -9s, 0s; }
.cell-08 { width: 8px; height: 8px; left: 93%; top: 58%; animation-delay: -11s, -4s; }
.cell-09 { width: 14px; height: 13px; left: 27%; top: 88%; animation-duration: 20s, 5.5s; }
.cell-10 { width: 6px; height: 6px; left: 54%; top: 39%; animation-delay: -15s, -2s; }
.cell-cluster { position: absolute; width: 100px; height: 100px; border: 1px solid rgba(99,229,224,.12); border-radius: 50%; animation: clusterFloat 18s ease-in-out infinite alternate; }
.cell-cluster::before, .cell-cluster::after, .cell-cluster i { content: ""; position: absolute; border-radius: 50%; background: radial-gradient(circle at 35% 30%, rgba(228,255,252,.72), rgba(47,185,194,.19) 44%, transparent 70%); border: 1px solid rgba(119,238,229,.22); }
.cell-cluster::before { width: 44px; height: 40px; left: 12px; top: 16px; }
.cell-cluster::after { width: 32px; height: 34px; right: 8px; bottom: 10px; }
.cell-cluster i:nth-child(1) { width: 22px; height: 22px; right: 12px; top: 12px; }
.cell-cluster i:nth-child(2) { width: 18px; height: 18px; left: 14px; bottom: 10px; }
.cell-cluster i:nth-child(3) { width: 14px; height: 14px; left: 47px; top: 47px; }
.cluster-a { left: 49%; top: 10%; opacity: .55; }
.cluster-b { right: 2%; bottom: 12%; width: 150px; height: 150px; opacity: .28; animation-delay: -9s; animation-duration: 24s; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); background: rgba(26,185,211,.16); }
.glow-one { width: 540px; height: 540px; right: -180px; top: -170px; }
.glow-two { width: 260px; height: 260px; left: 42%; bottom: -100px; }
.hero-copy { position: relative; z-index: 2; max-width: 700px; align-self: center; }
.eyebrow, .section-label { margin: 0 0 30px; font-size: 11px; font-weight: 700; letter-spacing: .2em; color: #4f718f; }
.eyebrow { color: #9edce8; display: flex; align-items: center; gap: 14px; }
.eyebrow span { display: block; width: 28px; height: 1px; background: #6ae2e5; }
.hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 96px); line-height: 1.06; letter-spacing: -.025em; font-weight: 540; }
.hero-intro { max-width: 630px; margin: 34px 0 0; color: #b9c9dc; font-size: 17px; line-height: 1.9; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; font-size: 14px; font-weight: 600; border-radius: 2px; }
.button.primary { background: #e9fffb; color: #073151; box-shadow: 0 12px 40px rgba(31,221,206,.14); }
.text-link { display: inline-flex; align-items: center; font-size: 14px; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.text-link.dark { color: #0a3e6c; }
.hero-visual { position: relative; z-index: 1; align-self: center; min-height: 470px; }
.photo-frame { position: absolute; width: min(100%, 560px); right: 0; top: 18px; padding: 12px; border: 1px solid rgba(146,226,232,.38); background: rgba(3,22,49,.42); backdrop-filter: blur(8px); }
.photo-frame::after { content: ""; position: absolute; inset: 12px; background: linear-gradient(180deg, rgba(5,26,57,.02) 35%, rgba(4,20,45,.8)); pointer-events: none; }
.photo-frame img { width: 100%; height: 390px; object-fit: cover; filter: saturate(.72) contrast(1.04); }
.photo-caption { position: absolute; z-index: 2; left: 34px; bottom: 34px; display: flex; flex-direction: column; gap: 6px; }
.photo-caption span { color: #72e1e7; font-size: 9px; letter-spacing: .2em; }
.photo-caption b { font-size: 16px; letter-spacing: .08em; }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(100,226,231,.25); border-radius: 50%; }
.orbit-a { width: 520px; height: 520px; right: -90px; top: -50px; animation: orbitSpin 22s linear infinite; }
.orbit-b { width: 320px; height: 320px; right: 120px; top: 50px; animation: orbitSpin 15s linear infinite reverse; }
.cell-dot { position: absolute; border-radius: 50%; background: radial-gradient(circle at 30% 30%, #d8fff8, #42ccd5 35%, #0c4f9b 70%); box-shadow: 0 0 30px rgba(74,222,216,.5); }
.dot-a { width: 22px; height: 22px; top: 10px; right: 130px; animation: cellPulse 4s ease-in-out infinite; }
.dot-b { width: 11px; height: 11px; bottom: 16px; right: 25px; animation: cellPulse 5s ease-in-out infinite -2s; }
.dot-c { width: 8px; height: 8px; left: 22px; bottom: 100px; animation: cellPulse 3.6s ease-in-out infinite -1s; }
.hero-foot { grid-column: 1/-1; position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 12px 34px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.18); color: #a9bfd2; font-size: 11px; letter-spacing: .04em; }

@keyframes cellDrift {
  0% { transform: translate3d(-18px, -8px, 0) rotate(0deg); }
  45% { transform: translate3d(34px, 26px, 0) rotate(140deg); }
  100% { transform: translate3d(-12px, 70px, 0) rotate(310deg); }
}
@keyframes cellPulse { 0%, 100% { opacity: .3; filter: blur(.15px); } 50% { opacity: .95; filter: blur(0); } }
@keyframes clusterFloat { from { transform: translate3d(-20px, 5px, 0) rotate(-8deg); } to { transform: translate3d(40px, 48px, 0) rotate(18deg); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }

.section { padding: 120px clamp(24px, 7vw, 112px); }
.intro-section { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 8vw; align-items: start; }
.intro-grid h2, .section-heading h2, .facility-content h2, .contact-section h2 { margin: 0; font-weight: 510; letter-spacing: -.018em; }
.intro-grid h2 { font-size: clamp(38px, 4.2vw, 62px); line-height: 1.24; }
.intro-grid p, .section-heading p, .facility-content > p, .contact-copy p { margin: 0 0 28px; color: #637487; font-size: 16px; line-height: 1.9; }
.background-grid { margin-top: 72px; display: grid; grid-template-columns: 1.18fr .91fr .91fr; gap: 14px; }
.background-grid article { min-height: 270px; padding: 32px; border: 1px solid var(--line); }
.parent-company { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 28px; color: #fff; background: linear-gradient(145deg, #0b315f, #076f7c); border: 0 !important; }
.parent-logo { width: 130px; height: 130px; display: grid; place-items: center; padding: 16px; background: #fff; border-radius: 50%; }
.parent-logo img { width: 100%; height: 100%; object-fit: contain; }
.parent-company small, .identity-card > span { font-size: 9px; letter-spacing: .16em; font-weight: 700; }
.parent-company small { color: #8ce0e0; }
.parent-company h3, .identity-card h3 { margin: 13px 0 14px; font-size: 22px; line-height: 1.45; }
.parent-company p { margin: 0; color: #c4dbe2; font-size: 13px; line-height: 1.7; }
.identity-card { position: relative; overflow: hidden; background: #f4f8fa; }
.identity-card::after { content: ""; position: absolute; width: 140px; height: 140px; right: -70px; bottom: -70px; border: 25px solid rgba(31,160,177,.08); border-radius: 50%; }
.identity-card > span { display: inline-block; padding: 6px 8px; color: #0b627a; background: #dff3f4; }
.identity-card h3 { color: #113d63; }
.identity-card p { max-width: 300px; margin: 0; color: #718293; font-size: 13px; line-height: 1.7; }
.pale-card { background: #eef6f3 !important; }

.platform-section { color: #fff; background: #08284f; position: relative; overflow: hidden; }
.platform-section::before { content: ""; position: absolute; width: 460px; height: 460px; right: -150px; bottom: -230px; border-radius: 50%; border: 90px solid rgba(60,211,214,.06); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading h2 { font-size: clamp(40px, 4.6vw, 66px); }
.section-heading > p { max-width: 460px; margin: 0; color: #aabbd0; }
.dark-heading > p { color: #708196; }
.section-label.light { color: #78b2cd; }
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid rgba(255,255,255,.16); }
.platform-card { min-height: 430px; padding: 34px; border-right: 1px solid rgba(255,255,255,.16); transition: .25s ease; }
.platform-card:last-child { border: 0; }
.platform-card:hover { background: rgba(35,182,203,.08); transform: translateY(-5px); }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 70px; color: #76e3df; font-family: var(--font-numeric); font-size: 22px; font-weight: 500; letter-spacing: .03em; }
.card-top i { width: 10px; height: 10px; border: 1px solid #6de3df; border-radius: 50%; }
.platform-card small { font-size: 9px; letter-spacing: .2em; color: #7fa8c2; }
.platform-card h3 { margin: 16px 0 18px; font-size: 25px; }
.platform-card p { color: #a9bdd0; font-size: 14px; line-height: 1.85; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 30px; }
.tags span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.17); color: #bcd4df; font-size: 10px; }

.pipeline-section { background: #f5f7f8; overflow: hidden; }
.pipeline-board { overflow: hidden; border: 1px solid #d4e0e6; border-radius: 12px; background: #fff; box-shadow: 0 24px 60px rgba(15,49,75,.07); }
.pipeline-stage-labels { min-width: 1120px; display: grid; grid-template-columns: 330px 1fr; padding: 0 28px; color: #6f8292; background: #eaf1f4; border-bottom: 1px solid #d4e0e6; }
.pipeline-stage-labels > span { display: flex; align-items: center; min-height: 64px; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.pipeline-stage-labels > div { display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.pipeline-stage-labels b { text-align: center; color: #4d6c80; font-size: 10px; font-weight: 650; }
.pipeline-programs { min-width: 1120px; }
.pipeline-program { min-height: 150px; position: relative; display: grid; grid-template-columns: 300px 1fr; column-gap: 30px; align-items: center; padding: 24px 28px; border-bottom: 1px solid #e1e8ec; transition: background .25s ease; }
.pipeline-program:last-child { border-bottom: 0; }
.pipeline-program:hover { background: linear-gradient(90deg, #f7fbfc, #fff); }
.program-copy { align-self: stretch; position: relative; padding-right: 18px; border-right: 1px solid #e2eaee; }
.program-copy small { display: block; color: #1aa2be; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.program-copy h3 { margin: 8px 0 4px; color: #123d61; font-size: 18px; line-height: 1.35; }
.program-copy p { margin: 0; max-width: 270px; color: #6e8190; font-size: 12px; line-height: 1.5; }
.program-status { display: inline-block; margin-top: 13px; padding: 5px 8px; color: #08738f; background: #e2f5f7; border: 1px solid #bde7eb; border-radius: 20px; font-size: 10px; font-weight: 700; }
.program-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; padding: 20px 0 13px; }
.program-track::before, .program-track::after { content: ""; position: absolute; left: 8.333%; top: 28px; height: 3px; border-radius: 4px; }
.program-track::before { right: 8.333%; background: #dbe4e8; }
.program-track::after { width: 0; background: linear-gradient(90deg, #125a92, #1cc0cb); box-shadow: 0 0 14px rgba(21,181,197,.28); }
.program-track.stage-2::after { width: 16.667%; }
.program-track.stage-3::after { width: 33.333%; }
.program-track.stage-4::after { width: 50%; }
.program-track.stage-5::after { width: 66.667%; }
.program-track.stage-6::after { width: 83.334%; }
.program-track > span { position: relative; z-index: 1; text-align: center; }
.program-track i { width: 15px; height: 15px; margin: 0 auto; display: block; border: 4px solid #fff; border-radius: 50%; background: #c2cfd5; box-shadow: 0 0 0 2px #c2cfd5; }
.program-track span.done i { background: #17669a; box-shadow: 0 0 0 2px #17669a; }
.program-track span.current i { width: 19px; height: 19px; margin-top: -2px; margin-bottom: -2px; background: #fff; box-shadow: 0 0 0 3px #1fb1c5, 0 0 20px rgba(27,191,200,.5); }
.program-track em { display: none; margin-top: 13px; color: #748995; font-size: 9px; font-style: normal; }
.program-detail { grid-column: 2; margin: -25px 0 0; color: #82929c; font-size: 10px; }
.pipeline-note { margin: 18px 0 0; color: #8996a1; font-size: 11px; }

.immune-section { position: relative; overflow: hidden; padding: 120px clamp(24px, 7vw, 112px); color: #fff; background: radial-gradient(circle at 16% 12%, #124f73 0, #092c51 34%, #061a38 74%, #04132d 100%); }
.immune-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at center, rgba(125,244,236,.8) 0 1px, transparent 1.5px); background-size: 38px 38px; mask-image: linear-gradient(135deg, black, transparent 55%); }
.immune-orb { position: absolute; border-radius: 50%; border: 1px solid rgba(104,235,225,.13); box-shadow: inset 0 0 50px rgba(59,218,212,.05), 0 0 0 50px rgba(48,206,202,.025), 0 0 0 100px rgba(48,206,202,.018); animation: clusterFloat 20s ease-in-out infinite alternate; }
.orb-one { width: 380px; height: 380px; right: -120px; top: 260px; }
.orb-two { width: 180px; height: 180px; left: -65px; bottom: 100px; animation-delay: -7s; }
.immune-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.immune-head h2 { margin: 20px 0 0; max-width: 940px; font-size: clamp(42px, 5vw, 72px); line-height: 1.2; letter-spacing: -.022em; font-weight: 510; }
.immune-kicker { display: flex; gap: 13px; align-items: center; color: #b3cbd6; font-size: 13px; }
.immune-kicker span { padding: 6px 10px; border: 1px solid rgba(104,230,221,.5); border-radius: 30px; color: #7cf1e5; background: rgba(72,213,207,.08); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.immune-head > p { margin: 0 0 8px; color: #a8bdcc; font-size: 15px; line-height: 1.9; }
.immune-stats { position: relative; z-index: 1; margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.025); backdrop-filter: blur(10px); }
.immune-stats div { padding: 28px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.immune-stats div:last-child { border-right: 0; }
.immune-stats b, .immune-stats span { display: block; }
.immune-stats b { color: #78ede2; font-family: var(--font-numeric); font-size: 38px; font-weight: 500; letter-spacing: .02em; }
.immune-stats span { margin-top: 8px; color: #94adbd; font-size: 11px; letter-spacing: .08em; }
.evidence-heading { position: relative; z-index: 2; margin-top: 82px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.evidence-heading > div:first-child > span { color: #50d8d3; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.evidence-heading h3 { margin: 13px 0 0; font-size: clamp(28px, 3vw, 43px); font-weight: 540; letter-spacing: -.035em; }
.evidence-controls { display: flex; align-items: center; gap: 8px; }
.evidence-controls a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: #8da9ba; font: 500 10px var(--font-numeric); letter-spacing: .06em; transition: .25s ease; }
.evidence-controls a:hover, .evidence-controls a:focus-visible { color: #061b38; background: #77e8df; border-color: #77e8df; outline: 0; transform: translateY(-2px); }
.evidence-controls small { margin-left: 10px; color: #66879a; font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
.evidence-rail { position: relative; z-index: 2; width: calc(100% + clamp(24px, 7vw, 112px)); margin: 28px calc(clamp(24px, 7vw, 112px) * -1) 0 0; padding: 0 clamp(24px, 7vw, 112px) 24px 0; display: flex; gap: 18px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scroll-padding-left: 0; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #3ec9c6 rgba(255,255,255,.08); }
.evidence-rail::-webkit-scrollbar { height: 5px; }
.evidence-rail::-webkit-scrollbar-track { background: rgba(255,255,255,.07); }
.evidence-rail::-webkit-scrollbar-thumb { background: linear-gradient(90deg, #1f86aa, #54ded5); border-radius: 10px; }
.evidence-rail:focus-visible { outline: 1px solid rgba(103,233,224,.65); outline-offset: 8px; }
.evidence-card { flex: 0 0 min(820px, 72vw); min-height: 410px; position: relative; overflow: hidden; display: grid; grid-template-columns: 86px 1fr; padding: 44px 48px; scroll-snap-align: start; border: 1px solid rgba(255,255,255,.18); border-radius: 2px; background: linear-gradient(135deg, rgba(19,75,108,.95), rgba(7,31,63,.98)); box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.evidence-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 20%, rgba(124,239,230,.08) 48%, transparent 72%); transform: translateX(-120%); animation: evidenceSheen 9s ease-in-out infinite; }
.evidence-card::after { content: ""; position: absolute; width: 260px; height: 260px; right: -110px; top: -100px; border: 1px solid rgba(121,237,229,.18); border-radius: 50%; box-shadow: 0 0 0 46px rgba(72,220,211,.025), 0 0 0 92px rgba(72,220,211,.015); }
.evidence-card.teal-card { background: linear-gradient(135deg, rgba(9,91,99,.96), rgba(5,38,61,.98)); }
.evidence-card.method-card { background: linear-gradient(135deg, rgba(28,61,112,.97), rgba(8,27,59,.98)); }
.evidence-number { position: relative; z-index: 1; color: #5de2d8; font: 500 22px var(--font-numeric); letter-spacing: .04em; }
.evidence-copy { position: relative; z-index: 2; max-width: 600px; }
.evidence-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #6edfd8; font-size: 9px; font-weight: 700; letter-spacing: .13em; }
.evidence-meta b { padding: 7px 10px; border: 1px solid rgba(117,235,226,.28); color: #ace9e4; font-size: 9px; letter-spacing: .05em; }
.evidence-copy h3 { margin: 54px 0 18px; font-size: clamp(30px, 3vw, 45px); line-height: 1.2; letter-spacing: -.04em; font-weight: 560; }
.evidence-copy > p { margin: 0; max-width: 570px; color: #a6bfcd; font-size: 14px; line-height: 1.9; }
.evidence-status { margin-top: 42px; display: flex; align-items: center; gap: 10px; color: #c7e3e3; font-size: 11px; }
.evidence-status i { width: 7px; height: 7px; border-radius: 50%; background: #67e8dc; box-shadow: 0 0 0 6px rgba(98,229,220,.1), 0 0 20px rgba(98,229,220,.6); }
.evidence-watermark { position: absolute; right: 28px; bottom: -18px; color: rgba(255,255,255,.035); font: 700 clamp(80px, 10vw, 150px)/1 var(--font-numeric); letter-spacing: -.05em; pointer-events: none; }
.method-points { margin-top: 40px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; color: #a8c9d7; font-size: 11px; }
.method-points span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.035); }
.method-points i { color: #58d9d3; font-style: normal; }
.immune-workflow { position: relative; z-index: 1; margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255,255,255,.13); }
.immune-workflow article { min-height: 190px; padding: 28px; border-right: 1px solid rgba(255,255,255,.13); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01)); }
.immune-workflow article:last-child { border-right: 0; }
.immune-workflow article > span { color: #58d8d3; font-family: var(--font-numeric); font-size: 14px; font-weight: 600; letter-spacing: .05em; }
.immune-workflow h3 { margin: 35px 0 10px; font-size: 19px; }
.immune-workflow p { margin: 0; color: #8fa8b9; font-size: 12px; line-height: 1.75; }
.immune-report-grid { position: relative; z-index: 1; margin-top: 74px; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 620px; border: 1px solid rgba(255,255,255,.14); background: rgba(3,17,38,.45); }
.report-visual { position: relative; overflow: hidden; min-height: 620px; padding: 64px 40px 50px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); background: radial-gradient(circle at center, rgba(25,120,151,.32), rgba(3,19,43,.3) 62%); }
.report-visual::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; border: 1px solid rgba(99,232,222,.1); box-shadow: 0 0 0 60px rgba(99,232,222,.025), 0 0 0 120px rgba(99,232,222,.018); }
.report-chrome { position: absolute; z-index: 2; left: 24px; right: 24px; top: 20px; display: flex; justify-content: space-between; color: #7093a8; font-size: 8px; letter-spacing: .16em; }
.report-chrome i { color: #52d8d0; font-style: normal; }
.report-visual img { position: relative; z-index: 1; width: min(88%, 520px); max-height: 500px; object-fit: contain; clip-path: circle(47% at 50% 50%); filter: saturate(1.18) contrast(1.04) brightness(.96); opacity: .97; box-shadow: 0 0 70px rgba(84,226,215,.2); }
.report-visual > small { position: absolute; z-index: 2; left: 25px; bottom: 22px; color: #6f91a5; font-size: 9px; letter-spacing: .08em; }
.scan-line { position: absolute; z-index: 2; left: 10%; right: 10%; height: 1px; top: 18%; background: linear-gradient(90deg, transparent, #67eee3, transparent); box-shadow: 0 0 14px rgba(82,233,224,.8); animation: scanMove 4.8s ease-in-out infinite; }
.report-copy { padding: 66px clamp(32px, 4vw, 72px); }
.report-index { color: #62ddd6; font-size: 9px; letter-spacing: .19em; }
.report-copy h3 { margin: 20px 0 18px; font-size: clamp(30px, 3vw, 44px); line-height: 1.25; font-weight: 560; }
.report-copy > p { margin: 0; color: #91a9b9; font-size: 14px; line-height: 1.8; }
.dimension-list { margin-top: 35px; border-top: 1px solid rgba(255,255,255,.13); }
.dimension-list > div { min-height: 68px; display: grid; grid-template-columns: 44px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }
.dimension-list > div > b { color: #4fc8c7; font-family: var(--font-numeric); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.dimension-list > div > span { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dimension-list strong { font-size: 14px; font-weight: 550; }
.dimension-list small { color: #708b9d; text-align: right; font-size: 10px; }
.immune-outcomes { position: relative; z-index: 1; margin-top: 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.13); }
.immune-outcomes > div { min-height: 190px; padding: 28px; background: #092443; }
.immune-outcomes span { color: #50d2cf; font-family: var(--font-numeric); font-size: 12px; font-weight: 600; letter-spacing: .04em; }
.immune-outcomes b { display: block; margin-top: 34px; font-size: 18px; }
.immune-outcomes p { margin: 10px 0 0; color: #819bac; font-size: 12px; line-height: 1.7; }
.immune-note { position: relative; z-index: 1; margin: 20px 0 0; color: #668296; font-size: 10px; }
@keyframes scanMove { 0%, 100% { top: 18%; opacity: 0; } 15% { opacity: 1; } 75% { opacity: .8; } 90% { top: 82%; opacity: 0; } }
@keyframes evidenceSheen { 0%, 65% { transform: translateX(-120%); } 82%, 100% { transform: translateX(120%); } }

.manufacturing { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: #071d3d; color: #fff; }
.facility-photo { min-height: 680px; overflow: hidden; }
.facility-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.05); }
.facility-content { padding: 105px clamp(35px, 6vw, 95px); }
.facility-content h2 { font-size: clamp(40px, 4.5vw, 64px); line-height: 1.2; }
.facility-content > p { max-width: 640px; margin-top: 30px; color: #a7b9cd; }
.capability-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.16); }
.capability-grid div { min-height: 120px; padding: 26px 18px 20px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.capability-grid div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
.capability-grid div:nth-child(even) { padding-left: 28px; }
.capability-grid b, .capability-grid span { display: block; }
.capability-grid b { color: #76e1de; font-size: 30px; font-weight: 500; }
.capability-grid span { margin-top: 9px; color: #9fb2c7; font-size: 12px; }

.lab-section { background: #fff; }
.lab-gallery { display: grid; grid-template-columns: 1.25fr 1fr 1fr; grid-auto-rows: 255px; gap: 12px; }
.lab-gallery figure { position: relative; margin: 0; overflow: hidden; background: #dbe4e8; }
.lab-gallery .gallery-wide:first-child { grid-row: span 2; }
.lab-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.lab-gallery figure:hover img { transform: scale(1.025); }
.lab-gallery figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 12px 14px; color: #fff; background: rgba(3,24,51,.76); backdrop-filter: blur(6px); font-size: 12px; }

.media-section { background: #eef3f5; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.single-video { grid-template-columns: minmax(0, 1fr); }
.single-video .video-card { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); align-items: stretch; }
.video-card { overflow: hidden; background: #fff; border: 1px solid #d8e2e7; }
.video-card video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: #071d3d; }
.single-video .video-card video { height: 100%; min-height: 430px; }
.video-card > div { padding: 25px 28px 30px; }
.single-video .video-card > div { padding: 48px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #fff, #edf7f7); }
.video-card small { color: #1688a3; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.video-card h3 { margin: 10px 0 10px; color: #143d60; font-size: 22px; }
.single-video .video-card h3 { margin: 18px 0 16px; font-size: 30px; }
.video-card p { margin: 0; color: #72828f; font-size: 13px; line-height: 1.75; }

.news-section { background: #f8f9f9; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.news-card { min-height: 330px; padding: 34px; display: flex; flex-direction: column; border-top: 3px solid #1476a4; background: #fff; box-shadow: 0 12px 35px rgba(22,58,83,.06); transition: .25s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(22,58,83,.1); }
.news-meta { display: flex; justify-content: space-between; align-items: center; color: #617d91; }
.news-meta time { font-family: var(--font-numeric); font-size: 16px; font-weight: 500; letter-spacing: .025em; }
.news-meta span { padding: 5px 8px; background: #e4eff2; font-size: 10px; }
.news-card h3 { margin: 32px 0 16px; color: #123a5d; font-size: 23px; line-height: 1.5; font-weight: 560; }
.news-card p { margin: 0; color: #718290; font-size: 13px; line-height: 1.8; }
.news-source { margin-top: auto; padding-top: 26px; color: #1b7597; font-size: 12px; }

.contact-section { min-height: 520px; padding: 100px clamp(24px, 7vw, 112px); display: grid; grid-template-columns: .42fr 1fr .75fr; align-items: center; gap: 6vw; color: #fff; background: linear-gradient(125deg, #0b315b, #09536e 70%, #07767d); overflow: hidden; position: relative; }
.contact-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -230px; top: -170px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.035), 0 0 0 180px rgba(255,255,255,.025); }
.contact-mark img { width: 220px; opacity: .14; filter: grayscale(1) brightness(3); }
.contact-section h2 { font-size: clamp(50px, 5vw, 74px); line-height: 1.12; }
.contact-copy { position: relative; z-index: 1; }
.contact-copy p { color: #c8dce1; }
.button.pale { background: #d8fff2; color: #0a4960; }
.contact-copy small { display: block; margin-top: 22px; color: #a7cad3; letter-spacing: .12em; }
footer { padding: 70px clamp(24px, 7vw, 112px) 30px; background: #04142f; color: #fff; }
.footer-brand { margin-bottom: 36px; }
.footer-brand img { filter: brightness(1.6); }
footer > p { max-width: 620px; color: #91a6bc; font-size: 14px; line-height: 1.8; }
.footer-meta { margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 20px; color: #637b95; font-size: 10px; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 145px; }
  .hero-visual { min-height: 480px; }
  .photo-frame { left: 0; right: auto; width: 100%; }
  .intro-grid { grid-template-columns: 1fr; }
  .background-grid { grid-template-columns: 1fr 1fr; }
  .parent-company { grid-column: 1/-1; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .card-top { margin-bottom: 40px; }
  .pipeline-board { overflow-x: auto; }
  .pipeline-stage-labels, .pipeline-programs { min-width: 1040px; }
  .immune-head { grid-template-columns: 1fr; gap: 30px; }
  .immune-head > p { max-width: 700px; }
  .immune-report-grid { grid-template-columns: 1fr; }
  .report-visual { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .manufacturing { grid-template-columns: 1fr; }
  .facility-photo { min-height: 480px; }
  .lab-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .lab-gallery .gallery-wide:first-child { grid-column: 1/-1; grid-row: auto; }
  .video-grid { grid-template-columns: 1fr; }
  .single-video .video-card { grid-template-columns: 1fr; }
  .single-video .video-card video { min-height: auto; }
  .news-grid { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: .3fr 1fr; }
  .contact-copy { grid-column: 2; }
  .contact-mark img { width: 140px; }
}

@media (max-width: 700px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 35px; height: 35px; }
  .brand b { font-size: 16px; }
  .hero { min-height: auto; padding: 132px 20px 35px; }
  .hero h1 { font-size: 52px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 350px; }
  .photo-frame img { height: 300px; }
  .hero-foot { gap: 10px; }
  .section { padding: 82px 20px; }
  .section-label { margin-bottom: 20px; }
  .intro-grid h2, .section-heading h2, .facility-content h2 { font-size: 38px; }
  .intro-grid { gap: 30px; }
  .background-grid { margin-top: 50px; grid-template-columns: 1fr; }
  .parent-company { grid-column: auto; grid-template-columns: 90px 1fr; padding: 24px !important; }
  .parent-logo { width: 90px; height: 90px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 24px; }
  .platform-card { padding: 28px 22px; }
  .pipeline-section { padding-left: 20px; padding-right: 20px; }
  .pipeline-stage-labels, .pipeline-programs { min-width: 940px; }
  .immune-section { padding: 82px 20px; }
  .immune-head h2 { font-size: 42px; }
  .immune-kicker { align-items: flex-start; flex-direction: column; }
  .immune-stats { grid-template-columns: 1fr 1fr; }
  .immune-stats div:nth-child(2) { border-right: 0; }
  .immune-stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .evidence-heading { margin-top: 58px; align-items: flex-start; flex-direction: column; gap: 24px; }
  .evidence-controls small { display: none; }
  .evidence-rail { width: calc(100% + 20px); margin-right: -20px; padding-right: 20px; }
  .evidence-card { flex-basis: 88vw; min-height: 470px; grid-template-columns: 42px 1fr; padding: 34px 24px; }
  .evidence-meta { align-items: flex-start; flex-direction: column; gap: 10px; }
  .evidence-copy h3 { margin-top: 38px; font-size: 31px; }
  .evidence-status { margin-top: 30px; }
  .method-points { gap: 8px; }
  .immune-workflow, .immune-outcomes { grid-template-columns: 1fr 1fr; }
  .immune-workflow article:nth-child(2) { border-right: 0; }
  .immune-workflow article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .report-visual { min-height: 500px; padding: 58px 18px 40px; }
  .report-copy { padding: 46px 24px; }
  .dimension-list > div > span { align-items: flex-start; flex-direction: column; gap: 5px; }
  .dimension-list small { text-align: left; }
  .single-video .video-card > div { padding: 30px 24px; }
  .facility-photo { min-height: 350px; }
  .facility-content { padding: 75px 20px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid div, .capability-grid div:nth-child(even) { padding: 22px 0; border-right: 0; }
  .lab-gallery { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .lab-gallery .gallery-wide:first-child { grid-column: auto; }
  .video-card > div { padding: 22px; }
  .news-card { min-height: 360px; padding: 26px; }
  .news-card h3 { font-size: 20px; }
  .contact-section { padding: 80px 20px; grid-template-columns: 1fr; gap: 30px; }
  .contact-mark { display: none; }
  .contact-copy { grid-column: auto; }
  .contact-section h2 { font-size: 50px; }
  .footer-meta { flex-direction: column; }
  .mobile-menu nav { right: -4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
