/* Short visual homepage. The full atlas uses styles.css. */
:root { color-scheme:dark; --bg:#080e11; --panel:#0e171b; --ink:#f0f5f3; --muted:#9caeae; --mint:#90e4cc; --line:rgba(177,209,205,.15); --font:'Geist',Arial,sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:30px; background:var(--bg); }
body { margin:0; background:var(--bg); color:var(--ink); font-family:var(--font); -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
button { font:inherit; color:inherit; cursor:pointer; }
button,a { -webkit-tap-highlight-color:transparent; }
button:focus-visible,a:focus-visible { outline:2px solid var(--mint); outline-offset:6px; }
img,svg,canvas { display:block; max-width:100%; }
h1,h2,h3,p { margin:0; }
.wrap { width:min(1240px,calc(100% - 112px)); margin-inline:auto; }
.skip-link { position:fixed; z-index:10; top:12px; left:12px; padding:12px; color:var(--bg); background:var(--mint); transform:translateY(-150%); }
.skip-link:focus { transform:none; }
.home-header { position:relative; z-index:3; height:88px; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid var(--line); }
.wordmark { display:flex; align-items:center; font-size:20px; font-weight:600; letter-spacing:-.7px; }
.wordmark img { margin-right:10px; }
.wordmark>span { color:var(--mint); margin-left:4px; font-weight:400; }
.home-header nav { display:flex; gap:34px; align-items:center; font-size:13px; }
.home-header nav a { padding-block:14px; transition:color .2s; }
.home-header nav a:hover { color:var(--mint); }
.contact-link span { margin-left:6px; }
#hero { position:relative; isolation:isolate; }
.hero-inner { position:relative; display:grid; grid-template-columns:1.04fr 1fr; align-items:center; min-height:640px; height:calc(100svh - 88px); max-height:760px; }
.hero-bg { position:absolute; inset:0; z-index:-1; overflow:hidden; pointer-events:none; }
#hero-canvas { position:absolute; inset:0; width:100%; height:100%; opacity:0; transition:opacity 1s; }
.hero-gl-ready #hero-canvas { opacity:1; }
.hero-fallback { position:absolute; inset:8% 7% 8% 55%; opacity:1; background:repeating-linear-gradient(145deg,transparent 0 28px,rgba(144,228,204,.35) 29px 31px,transparent 32px 42px); border-radius:50%; transform:rotate(-12deg); mask-image:radial-gradient(ellipse,#000,transparent 70%); }
.hero-gl-ready .hero-fallback { opacity:0; }
.hero-nogl .hero-fallback { opacity:1; }
.hero-copy { position:relative; z-index:1; padding-block:52px 84px; }
.eyebrow { color:var(--mint); text-transform:uppercase; font-size:10px; letter-spacing:2.4px; font-weight:500; }
h1 { font-size:clamp(65px,7.4vw,104px); line-height:.99; letter-spacing:-6px; font-weight:500; margin-top:26px; }
h1 span { color:#b7c5c4; }
.hero-lead { color:var(--muted); font-size:17px; line-height:1.6; margin-top:27px; }
.primary-link { margin-top:33px; padding:17px 22px; display:inline-flex; gap:38px; align-items:center; background:var(--mint); color:#08251d; font-size:13px; font-weight:600; border-radius:4px; transition:background .25s,transform .25s; }
.primary-link:hover { transform:translateY(-3px); background:#b6f2df; }
.primary-link span { font-size:21px; line-height:1; }
.hero-stage { height:530px; position:relative; pointer-events:none; }
.specimen-caption { position:absolute; bottom:2%; left:50%; transform:translateX(-50%); white-space:nowrap; font-size:10px; color:#90aaa7; letter-spacing:1.5px; }
.helix-orbit { position:absolute; left:50%; top:50%; width:90%; height:44%; border:1px solid rgba(111,211,201,.12); border-radius:50%; transform:translate(-50%,-50%) rotate(-30deg); animation:orbit-drift 16s ease-in-out infinite alternate; }
.orbit-two { width:82%; height:75%; border-style:dashed; opacity:.45; animation-delay:-8s; }
.hero-bottom { position:absolute; bottom:26px; left:0; right:0; display:flex; align-items:center; justify-content:space-between; color:var(--muted); font-size:11px; }
.scroll-cue { display:flex; gap:14px; align-items:center; min-height:44px; }
.scroll-cue span { color:var(--mint); font-size:22px; animation:cue-float 3s ease-in-out infinite; }
#motion-toggle { border:1px solid var(--line); background:transparent; border-radius:30px; padding:10px 15px; min-height:40px; font-size:10px; color:var(--muted); }
#motion-toggle:hover { color:var(--ink); border-color:var(--mint); }
.explore-section { padding-block:58px 70px; border-top:1px solid var(--line); }
.section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:30px; }
h2 { font-size:clamp(28px,3.1vw,44px); line-height:1.1; letter-spacing:-1.6px; font-weight:450; margin-top:14px; }
.text-link { display:flex; align-items:center; gap:25px; font-size:12px; color:var(--muted); padding-block:12px; }
.text-link:hover { color:var(--mint); }
.path-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.path-card { position:relative; background:var(--panel); overflow:hidden; border:1px solid var(--line); border-radius:8px; transition:border-color .3s,transform .4s; }
.path-card:hover { border-color:rgba(144,228,204,.6); transform:translateY(-5px); }
.card-visual { height:225px; position:relative; overflow:hidden; }
.card-copy { padding:23px 24px 27px; position:relative; }
.card-number { font-size:9px; letter-spacing:1px; color:var(--muted); }
.card-copy h3 { margin-top:12px; font-size:23px; letter-spacing:-.8px; font-weight:450; }
.card-copy p { margin-top:9px; font-size:11px; color:var(--muted); line-height:1.5; }
.card-arrow { position:absolute; top:24px; right:24px; color:var(--mint); font-size:20px; transition:transform .3s; }
.path-card:hover .card-arrow { transform:translate(3px,-3px); }
.anatomy-visual { background:#182a2a; }
.anatomy-visual::after { content:''; position:absolute; inset:0; background:linear-gradient(0deg,var(--panel),transparent 30%); }
.anatomy-visual img { width:100%; height:460px; object-fit:cover; object-position:50% 0%; transform:translateY(-17px); transition:transform 1.2s; }
.anatomy-card:hover img { transform:translateY(-10px) scale(1.04); }
.anatomy-target { width:12px; height:12px; position:absolute; z-index:1; border:1px solid #c5f7e7; border-radius:50%; box-shadow:0 0 0 5px rgba(144,228,204,.15); animation:point-pulse 4s ease-in-out infinite; }
.target-head { left:50%; top:15%; }.target-heart { left:52%; top:74%; animation-delay:-2s; }
.scan-light { height:1px; background:linear-gradient(90deg,transparent,#90e4cc,transparent); position:absolute; left:15%; width:70%; top:0; z-index:1; box-shadow:0 0 25px #90e4cc; animation:scan 8s ease-in-out infinite; }
.fitness-visual { display:grid; place-items:center; background:radial-gradient(ellipse at 65% 50%,rgba(186,243,144,.055),transparent 70%); }
.fitness-visual svg { width:100%; }
.chart-grid { stroke:#9faeaa; stroke-opacity:.12; stroke-width:.7; }
.fitness-curve { stroke:#baf390; stroke-width:2; stroke-dasharray:410; stroke-dashoffset:410; animation:draw-curve 7s ease-in-out infinite; }
.curve-point { fill:#baf390; }.curve-halo { stroke:#baf390; stroke-opacity:.3; animation:point-pulse 4s ease-in-out infinite; transform-origin:224px 101px; }
.labs-visual { background:radial-gradient(ellipse at 50% 50%,rgba(79,153,194,.08),transparent 70%); }
.cell { position:absolute; width:102px; height:102px; border:1px solid #75a7b288; border-radius:47% 53% 55% 45%; background:radial-gradient(circle at 35% 30%,#62939a33,transparent 60%); box-shadow:inset 0 0 23px #4c939833,0 0 30px #38677022; animation:cell-float 11s ease-in-out infinite alternate; }
.cell>span { position:absolute; inset:28%; background:radial-gradient(circle at 35% 35%,#b7dedaaa,#467d8655 65%); border:1px solid #b7deda33; border-radius:50%; }
.cell-one { top:26%; left:20%; }.cell-two { top:17%; left:51%; width:66px; height:66px; animation-delay:-4s; }.cell-three { top:58%; left:52%; width:52px; height:52px; animation-delay:-7s; }
.cell-orbit { position:absolute; border:1px solid #75a7b225; width:72%; height:68%; left:14%; top:16%; border-radius:50%; transform:rotate(-30deg); }
.lab-particle { position:absolute; width:5px; height:5px; border-radius:50%; background:#b7deda; box-shadow:0 0 12px #b7deda; animation:cell-float 7s ease-in-out infinite alternate; }.particle-one { left:70%; top:60%; }.particle-two { left:30%; top:24%; animation-delay:-3s; }
.research-section { padding-block:50px 58px; border-top:1px solid var(--line); }
.research-date { font-size:11px; line-height:1.7; color:var(--ink); text-align:right; }.research-date span { color:var(--muted); }
.research-list { border-top:1px solid var(--line); }
.research-link { display:grid; grid-template-columns:140px minmax(0,1fr) 30px; gap:20px; align-items:center; padding:23px 0; border-bottom:1px solid var(--line); transition:color .25s; }
.research-meta { font-size:10px; color:var(--muted); line-height:1.8; }.research-meta strong { color:var(--mint); font-weight:450; display:block; }
.research-link h3 { font-weight:450; font-size:20px; letter-spacing:-.5px; }.research-link p { margin-top:7px; color:var(--muted); font-size:12px; line-height:1.5; }.research-arrow { font-size:24px; color:var(--muted); transition:transform .25s; }
.research-link:hover { color:var(--mint); }.research-link:hover .research-arrow { color:var(--mint); transform:translate(3px,-3px); }
.home-footer { border-top:1px solid var(--line); padding-top:36px; }
.footer-contact { display:flex; justify-content:space-between; gap:24px; align-items:center; margin-bottom:32px; }
.contact-title { font-size:36px; letter-spacing:-1.5px; font-weight:450; }.contact-title span { color:var(--mint); margin-left:18px; }
.footer-contact p { font-size:12px; color:var(--muted); line-height:1.9; }.footer-contact p a { color:var(--ink); border-bottom:1px solid var(--line); }
.footer-bottom { border-top:1px solid var(--line); padding-block:22px; display:flex; justify-content:space-between; gap:20px; align-items:center; font-size:10px; color:var(--muted); }.footer-brand { font-size:13px; color:var(--ink); }
.scroll-progress { height:2px; background:var(--mint); position:fixed; z-index:5; top:0; left:0; right:0; transform-origin:left; }
@keyframes orbit-drift { to { transform:translate(-50%,-50%) rotate(8deg); } }
@keyframes cue-float { 50% { transform:translateY(5px); } }
@keyframes point-pulse { 50% { opacity:.5; transform:scale(.88); } }
@keyframes scan { 50% { top:95%; opacity:.7; } }
@keyframes draw-curve { 45%,85% { stroke-dashoffset:0; } }
@keyframes cell-float { to { transform:translate(9px,-13px) rotate(20deg); border-radius:55% 45% 46% 54%; } }
.motion-paused *, .motion-paused *::before, .motion-paused *::after { animation-play-state:paused!important; }
@media(min-width:1600px) { .hero-inner { min-height:660px; } }
@media(max-width:1000px) {
  .wrap { width:calc(100% - 64px); }.hero-inner { min-height:570px; max-height:650px; }h1 { font-size:74px; letter-spacing:-4px; }.hero-stage { height:460px; }.hero-lead { font-size:15px; }.card-copy { padding:20px 18px 23px; }.card-copy h3 { font-size:20px; }.card-visual { height:190px; }.card-arrow { right:18px; }.section-heading { margin-bottom:24px; }
}
@media(max-width:700px) {
  .wrap { width:calc(100% - 40px); }.home-header { height:70px; }.wordmark { font-size:17px; }.wordmark img { width:28px; height:28px; margin-right:5px; }.home-header nav { gap:17px; font-size:11px; }.home-header nav>a:first-child { display:none; }.contact-link span { display:none; }
  .hero-inner { display:flex; flex-direction:column; align-items:stretch; min-height:700px; height:calc(100svh - 70px); max-height:830px; }.hero-copy { padding:42px 0 0; }.eyebrow { font-size:9px; letter-spacing:2px; }h1 { font-size:clamp(55px,12.8vw,86px); letter-spacing:-3.7px; margin-top:19px; line-height:.98; }.hero-lead { margin-top:20px; font-size:14px; line-height:1.5; }.primary-link { margin-top:22px; padding:14px 17px; font-size:12px; gap:28px; }.hero-stage { flex:1; min-height:280px; height:auto; margin:-6px 0 44px; }.specimen-caption { bottom:0; font-size:9px; }.helix-orbit { width:70%; }.hero-bottom { bottom:4px; font-size:10px; }#motion-toggle { font-size:9px; min-height:38px; padding:8px 12px; }
  .explore-section { padding-block:34px 38px; }.section-heading { gap:12px; margin-bottom:22px; }h2 { font-size:30px; margin-top:11px; letter-spacing:-1px; }.text-link { max-width:116px; gap:12px; font-size:10px; line-height:1.5; }.path-grid { grid-template-columns:1fr; gap:12px; }.path-card { display:grid; grid-template-columns:120px 1fr; min-height:126px; border-radius:6px; }.card-visual { height:100%; min-height:126px; }.card-copy { padding:22px 15px; align-self:center; }.card-copy h3 { font-size:19px; margin-top:8px; }.card-copy p { font-size:10px; max-width:22ch; margin-top:6px; }.card-number { font-size:8px; letter-spacing:.5px; }.card-arrow { right:14px; top:18px; font-size:16px; }.anatomy-visual img { height:230px; width:100%; object-fit:cover; transform:translateY(0); }.target-head { top:16%; }.target-heart { top:65%; }.anatomy-visual::after { background:linear-gradient(90deg,transparent 70%,var(--panel)); }.fitness-visual svg { width:220px; max-width:none; transform:translateX(-44px); }.cell-one { width:60px; height:60px; top:27%; left:17%; }.cell-two { width:36px; height:36px; left:58%; }.cell-three { width:27px; height:27px; top:65%; }.labs-visual { overflow:hidden; }
  .research-section { padding-block:32px 36px; }.research-date { font-size:9px; }.research-link { grid-template-columns:1fr 20px; gap:9px; padding-block:18px; }.research-meta { grid-column:1; display:flex; gap:9px; font-size:9px; }.research-meta strong { display:inline; }.research-body { grid-column:1; }.research-arrow { grid-column:2; grid-row:1 / 3; font-size:20px; }.research-link h3 { font-size:17px; }.research-link p { font-size:11px; margin-top:5px; }.home-footer { padding-top:27px; }.footer-contact { align-items:flex-start; gap:16px; margin-bottom:24px; }.contact-title { font-size:29px; white-space:nowrap; }.contact-title span { margin-left:4px; }.footer-contact p { font-size:10px; }.footer-bottom { flex-wrap:wrap; gap:14px; padding-block:20px; font-size:9px; }.footer-bottom p { order:3; flex-basis:100%; }.footer-brand { font-size:12px; }
}
@media(max-width:370px) { .wrap { width:calc(100% - 32px); }.wordmark { font-size:15px; }.wordmark img { width:24px; height:24px; }.home-header nav { gap:12px; }.path-card { grid-template-columns:96px 1fr; }.card-copy { padding-inline:12px; }.card-copy h3 { font-size:17px; }.footer-contact { flex-direction:column; gap:12px; } }
/* Keep supporting copy readable without increasing the amount of copy. */
.home-header nav, .primary-link, .text-link { font-size:14px; }
.eyebrow, .specimen-caption, .hero-bottom, #motion-toggle { font-size:12px; }
.card-copy p, .research-link p { font-size:14px; }
.card-number, .research-meta, .research-date { font-size:12px; }
.footer-contact p { font-size:14px; }
.footer-bottom { font-size:12px; }
@media(max-width:700px) {
  .home-header nav, .text-link { font-size:12px; }
  .hero-lead { font-size:16px; }
  .eyebrow { font-size:11px; }
  .specimen-caption { font-size:11px; letter-spacing:.8px; }
  .card-copy p, .research-link p { font-size:13px; }
  .card-number { font-size:11px; letter-spacing:0; }
  .research-meta { font-size:12px; }
  .research-date { font-size:11px; }
  .footer-contact p { font-size:12px; }
  .footer-bottom p { font-size:12px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }*,*::before,*::after { animation:none!important; transition:none!important; }.fitness-curve { stroke-dashoffset:0; } }
