@charset "UTF-8";
:root{--ink:#152c32;--muted:#52666d;--paper:#fff;--pale:#f2f6f6;--line:#d8e3e3;--dark:#080f12;--mint:#80e3cc;--teal:#146559;--gold:#d7b773;--sans:Arial,Helvetica,sans-serif;--serif:Georgia,'Times New Roman',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;background:var(--paper)}a{color:inherit;text-decoration:none}a:hover{color:var(--teal)}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid #219982;outline-offset:5px}img{max-width:100%;display:block}figure{margin:0}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1.1;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,5.5vw,5.8rem)}h2{font-size:clamp(2.2rem,3.2vw,3.4rem)}h3{font-size:1.2rem;line-height:1.4;letter-spacing:-.02em}p{margin-bottom:1.2rem}.wrap{max-width:1360px;width:calc(100% - 112px);margin:auto}.skip{position:fixed;top:-100px;left:20px;padding:10px;background:white;z-index:100}.skip:focus{top:10px}.header{background:var(--dark);color:#fff;border-bottom:1px solid #263034;position:relative;z-index:10}.header-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:22px;flex-shrink:0}.wordmark{font-family:var(--serif);font-size:2.5rem;line-height:1;letter-spacing:-.09em;white-space:nowrap}.wordmark>span:first-child{font-style:italic;color:var(--mint);font-size:1.75rem}.wordmark .lab{font-family:var(--sans);font-size:.76rem;letter-spacing:.15em;margin-left:8px}.brand-name{font-size:.75rem;line-height:1.35;letter-spacing:.04em;border-left:1px solid #445055;padding-left:20px}.header nav{display:flex;gap:26px;align-items:center;font-size:.88rem}.header nav a{position:relative;padding:37px 0;color:#d0d9db}.header nav a:hover,.header nav a[aria-current]{color:var(--mint)}.header nav a[aria-current]:after{content:'';height:2px;background:var(--mint);position:absolute;left:0;right:0;bottom:22px}.menu-toggle{display:none;background:transparent;color:white;border:1px solid #68787c;border-radius:3px;padding:7px 14px}.eyebrow{font-size:.75rem;letter-spacing:.13em;text-transform:uppercase;font-weight:600;line-height:1.6;display:block;margin-bottom:22px;color:var(--teal)}.hero{background:var(--dark);color:white;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.08fr 1fr;align-items:center;gap:30px;min-height:650px;padding-top:56px;padding-bottom:35px}.hero-copy{padding:15px 0 36px;position:relative;z-index:1}.hero-copy .eyebrow{color:var(--gold);font-size:.7rem;letter-spacing:.14em;margin-bottom:28px}.hero h1{font-size:clamp(3.6rem,5.7vw,6rem);margin:0 0 27px;max-width:730px}.hero h1 em{font-weight:400;color:var(--mint)}.hero-copy>p:not(.eyebrow){color:#bacacf;font-size:1rem;line-height:1.8;max-width:490px}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;background:var(--mint);color:#092924;padding:14px 22px;font-size:.875rem;font-weight:600;border-radius:2px}.button:hover{background:#abefdf;color:#082d24}.quiet-link{font-size:.875rem;border-bottom:1px solid #617174;padding:8px 0}.hero-image{position:relative;align-self:center;min-width:0}.hero-image img{width:100%;aspect-ratio:3/2;object-fit:contain}.hero-image figcaption{color:#9eafb4;font-size:.625rem;letter-spacing:.11em;display:flex;justify-content:space-between;gap:15px;margin-top:5px}.hero-baseline{display:flex;justify-content:space-between;padding:22px 0;border-top:1px solid #293437;color:#8fa4aa;font-size:.7rem;letter-spacing:.06em}.section{padding-top:96px;padding-bottom:96px}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:100px}.section-copy{color:var(--muted);max-width:450px}.text-link{font-size:.875rem;font-weight:600;display:inline-block;border-bottom:1px solid #93b4aa;padding-bottom:4px}.research-list{border-top:1px solid var(--line)}.research-link{display:flex;gap:22px;align-items:center;padding:24px 0;border-bottom:1px solid var(--line);font-size:1.125rem}.research-link>span:last-child{margin-left:auto}.list-number{font-size:.75rem;color:var(--teal)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:40px}.section-heading h2{margin-bottom:0}.section-heading .text-link{flex-shrink:0}.publications-section{background:var(--pale);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.paper-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.paper-card{min-width:0;display:flex;flex-direction:column}.paper-picture{display:block;background:white;border:1px solid var(--line);margin-bottom:24px}.paper-picture img{width:100%;height:215px;object-fit:contain;padding:16px}.paper-meta{display:flex;justify-content:space-between;gap:20px;font-size:.7rem;color:var(--teal);margin-bottom:13px;line-height:1.5}.paper-card h3{font-size:1.15rem;line-height:1.5;margin-bottom:13px}.paper-card>p{font-size:.925rem;color:var(--muted);line-height:1.75}.paper-actions{display:flex;flex-wrap:wrap;gap:23px;align-items:center;padding-top:9px}.paper-card .paper-actions{margin-top:auto}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.resource-card{border:1px solid var(--line);padding:30px;display:flex;flex-direction:column;background:white}.resource-card .text-link{align-self:start;margin-top:auto}.resource-card h3{font-size:1.35rem;margin-bottom:12px}.resource-card p{font-size:.925rem;color:var(--muted)}.resource-top{display:flex;justify-content:space-between}.resource-top .eyebrow{font-size:.65rem}.team-banner{background:#133c3c;color:white;padding:80px 0}.team-banner .eyebrow{color:#9bc9bf}.team-banner p:not(.eyebrow){color:#c1d8d3;max-width:490px}.team-banner h2{font-size:3.3rem}.team-banner .button{margin-top:15px}footer{background:var(--dark);color:#b2c4c9;padding:56px 0 22px;font-size:.8rem}footer .wordmark{color:white}footer .eyebrow{color:#829b9f;font-size:.64rem;margin-bottom:15px}.footer-main{display:grid;grid-template-columns:1.1fr 1.3fr 1fr;gap:50px}.footer-main p{margin-top:22px;font-size:.78rem;line-height:1.9}.footer-main a:hover{color:var(--mint)}.footer-bottom{border-top:1px solid #28373c;margin-top:32px;padding-top:22px;display:flex;justify-content:space-between;gap:25px;font-size:.66rem;color:#859b9f}.page-intro{padding-top:76px;padding-bottom:58px;border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(3rem,5vw,5.2rem);margin-bottom:22px}.lead{color:var(--muted);font-size:1.125rem;max-width:760px;margin-bottom:0}.research-area{padding:76px 0;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;border-bottom:1px solid var(--line)}.research-area>div>p{color:var(--muted)}.research-area figure img{max-height:550px;width:100%;object-fit:contain;background:#080b0c}.research-area figcaption,.paper-body figcaption{font-size:.75rem;color:var(--muted);margin-top:12px;line-height:1.6}.research-area:last-child{border-bottom:0}.research-aside{background:var(--pale);padding:50px;min-height:300px;display:flex;flex-direction:column;justify-content:center}.research-aside p{font-size:1.8rem;line-height:1.4;font-family:var(--serif)}.research-aside .text-link{align-self:start}.related-papers{margin-top:35px}.related-papers h3{font-size:.875rem;color:var(--muted);font-weight:500;margin-bottom:0}.related-papers a{display:block;padding:14px 0;border-bottom:1px solid var(--line);font-size:.9rem;line-height:1.5}.paper-library{padding-top:38px;padding-bottom:90px}.library-controls{display:flex;flex-direction:column;gap:25px}label[for=paper-search]{display:flex;flex-direction:column;gap:9px;font-size:.875rem;font-weight:600}input[type=search]{width:100%;max-width:600px;background:white;border:1px solid #9bafaf;padding:13px 17px;border-radius:2px;color:var(--ink);font-weight:400;font-size:1rem}.filters{display:flex;flex-wrap:wrap;gap:9px}.filters button{background:white;border:1px solid var(--line);padding:8px 14px;font-size:.8rem;color:var(--ink);border-radius:3px}.filters button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.selection-note{font-size:.8rem;color:var(--muted);padding:15px 0;margin:18px 0;border-bottom:1px solid var(--line)}.selection-note a{text-decoration:underline;text-underline-offset:3px}.result-count{font-size:.8rem;color:var(--muted);margin:26px 0 8px}.paper-row{display:grid;grid-template-columns:65px 1fr 220px;gap:32px;padding:36px 0;border-bottom:1px solid var(--line);align-items:start}.paper-row[hidden]{display:none}.paper-year{font-family:var(--serif);font-size:1.6rem;color:var(--muted)}.paper-row h2{font-family:var(--sans);font-size:1.35rem;line-height:1.45;letter-spacing:-.02em;margin-bottom:10px}.paper-row p{font-size:.925rem;color:var(--muted);line-height:1.7}.paper-row .authors{font-size:.8rem}.row-image{border:1px solid var(--line);background:var(--pale)}.row-image img{width:100%;height:160px;object-fit:contain;padding:12px;background:white}.tag-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:13px}.tag{font-size:.65rem;padding:4px 10px;background:#eaf2f0;color:#275d52;border-radius:2px}.paper-detail{padding-top:50px;padding-bottom:90px}.back-link{font-size:.85rem;display:inline-block;margin-bottom:30px;color:var(--teal)}.paper-detail>.eyebrow{margin-top:15px}.paper-detail h1{font-size:clamp(2.4rem,4vw,4.2rem);max-width:1080px;line-height:1.13}.paper-detail>.authors{color:var(--muted);max-width:1000px}.paper-detail>.paper-actions{margin:26px 0}.paper-detail>.tag-row{margin-bottom:40px}.paper-body{padding-top:40px;border-top:1px solid var(--line);display:grid;grid-template-columns:.85fr 1.15fr;gap:60px;align-items:start}.paper-body p{font-size:1.06rem;color:var(--muted);line-height:1.9}.paper-body figure{background:var(--pale);padding:25px}.paper-body img{width:100%;max-height:650px;object-fit:contain}.paper-body h2{font-size:2.3rem}.paper-detail>.related-papers{margin-top:60px;max-width:800px}.paper-detail>.related-papers h2{font-size:2rem}.team-section{padding-top:60px;padding-bottom:80px}.team-section>h2{font-size:2.3rem;margin-bottom:25px}.team-section>p{color:var(--muted)}.team-section>p a{text-decoration:underline}.people-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:70px}.person{display:flex;gap:24px;padding:28px;border:1px solid var(--line);align-items:start}.person>img,.person-initials{width:110px;height:130px;object-fit:cover;flex-shrink:0}.person-initials{background:#e7efed;font-family:var(--serif);font-size:2.6rem;color:#336459;display:flex;align-items:center;justify-content:center}.person h3{margin-bottom:6px;font-size:1.1rem}.person p{font-size:.85rem;color:var(--muted);margin-bottom:12px}.person .person-role{color:var(--teal);font-size:.75rem}.resources-page{padding:50px 0 70px}.resources-page section{margin-bottom:65px}.resources-page h2{font-size:2.2rem}.contact-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:90px;padding-top:70px;padding-bottom:100px}.contact-grid h2{font-size:2rem;overflow-wrap:anywhere}.contact-grid .eyebrow:not(:first-child){margin-top:45px}.contact-grid aside{background:var(--pale);padding:35px}.contact-grid p{color:var(--muted)}.contact-link{display:block;padding:12px 0;border-bottom:1px solid var(--line)}[hidden]{display:none!important}
@media(min-width:1550px){.hero-grid{min-height:720px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.brand-name{display:none}.header nav{gap:20px}.hero-grid{min-height:580px;gap:15px}.hero h1{font-size:4.2rem}.hero-image figcaption{display:block}.hero-image figcaption span{display:block}.about-section{gap:60px}.paper-grid{gap:22px}.resource-card{padding:24px}.footer-main{gap:25px}.paper-row{grid-template-columns:50px 1fr 170px;gap:22px}.research-area{gap:40px}.person{padding:20px;gap:18px}.person>img,.person-initials{width:80px;height:100px}}
@media(max-width:760px){.wrap{width:calc(100% - 40px)}.header-inner{min-height:80px;flex-wrap:wrap;padding:18px 0}.brand-name{display:block;font-size:.65rem}.wordmark{font-size:2.1rem}.brand{gap:15px}.brand-name{padding-left:15px}.menu-toggle{display:block;font-size:.8rem}.header nav{display:none;width:100%;flex-wrap:wrap;gap:0}.header nav.open{display:flex}.header nav a{width:50%;padding:13px 0}.header nav a[aria-current]:after{bottom:6px;width:25px}.hero-grid{grid-template-columns:1fr;padding-top:35px;gap:5px}.hero-copy{padding:15px 0 0}.hero h1{font-size:clamp(3.1rem,10vw,4.6rem);max-width:650px}.hero-copy .eyebrow{font-size:.65rem}.hero-image{max-width:500px;margin:0 auto;width:100%}.hero-image img{max-height:420px}.hero-image figcaption{display:flex;font-size:.58rem}.hero-baseline{font-size:.6rem;gap:20px}.hero-actions{gap:23px;margin-top:26px}.section{padding-top:60px;padding-bottom:60px}.about-section{grid-template-columns:1fr;gap:30px}.research-link{padding:18px 0}.section-heading{align-items:start;flex-direction:column;gap:22px}.paper-grid,.resource-grid{grid-template-columns:1fr;gap:36px}.paper-card{display:grid;grid-template-columns:1fr}.paper-picture img{height:250px}.paper-meta{font-size:.75rem}.paper-card h3{font-size:1.3rem}.paper-card>p{font-size:1rem}.resource-card{padding:26px}.team-banner{padding:55px 0}.team-banner h2{font-size:2.8rem}.footer-main{grid-template-columns:1fr;gap:18px}.footer-main p{margin-top:10px}footer .eyebrow{margin-bottom:5px}.footer-bottom{flex-direction:column;gap:8px}.page-intro{padding-top:50px;padding-bottom:40px}.page-intro h1{font-size:3rem}.lead{font-size:1rem}.research-area{grid-template-columns:1fr;padding:50px 0;gap:25px}.research-aside{padding:30px;min-height:240px}.research-area figure img{max-height:430px}.paper-row{grid-template-columns:1fr;gap:8px;padding:28px 0}.paper-year{font-size:1.2rem}.row-image{width:100%;max-width:350px;margin-top:10px}.row-image img{height:210px}.paper-row h2{font-size:1.25rem}.filters button{font-size:.8rem;padding:8px 10px;min-height:42px}.paper-body{grid-template-columns:1fr;gap:20px;padding-top:30px}.paper-body figure{padding:15px}.paper-detail h1{font-size:2.5rem}.paper-detail>.authors{font-size:.875rem}.people-grid{grid-template-columns:1fr;gap:18px;margin-bottom:45px}.person{padding:22px}.person>img,.person-initials{width:86px;height:105px}.contact-grid{grid-template-columns:1fr;gap:35px;padding:50px 0 65px}.contact-grid h2{font-size:1.7rem}.contact-grid aside{padding:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{.header,.menu-toggle,footer,.library-controls{display:none}body{font-size:11pt}.wrap{width:100%;max-width:none}.hero{background:white;color:black}.hero-copy>p:not(.eyebrow){color:black}.hero h1 em{color:#146559}.paper-row{break-inside:avoid}.paper-row[hidden]{display:block}.section{padding:25px 0}a{text-decoration:underline}}

/* Keep secondary text readable in the compact browser and on mobile. */
.paper-meta,.tag,.resource-top .eyebrow,.hero-copy .eyebrow,.hero-image figcaption,.hero-baseline,footer .eyebrow,.footer-bottom{font-size:.75rem}.filters button,.paper-actions .text-link{font-size:.875rem}.hero-image img{mix-blend-mode:normal}
/* Lab identity and publication-focused revision. */
.brand-logo{width:62px;height:62px;border-radius:50%;object-fit:contain}.brand-title{font-size:.875rem;line-height:1.35;font-weight:600;letter-spacing:0}.brand{gap:14px}.header-inner{min-height:100px}.footer-identity{display:flex;align-items:center;gap:20px}.footer-logo{width:78px;height:78px;object-fit:contain;border-radius:50%;flex:none}.footer-identity p{font-family:var(--sans);font-size:.875rem;line-height:1.7}.hero-grid{grid-template-columns:1fr 1.25fr;gap:22px;padding-top:36px;padding-bottom:52px;min-height:600px}.hero h1{font-size:clamp(3rem,4.8vw,4.8rem);line-height:1.04;letter-spacing:-.04em}.hero h1 em{font-style:normal;color:var(--mint)}.hero-copy>p:not(.eyebrow){max-width:475px;font-size:1.05rem;line-height:1.8}.hero-image img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain}.hero-image figcaption{display:flex;justify-content:space-between;gap:12px;text-transform:none;letter-spacing:0;font-size:.8rem;margin-top:4px}.tract-choices{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.tract-choices button{border:1px solid #4b6064;background:transparent;color:#d1dedd;padding:9px 12px;font-size:.75rem;border-radius:3px}.tract-choices button[aria-pressed=true]{background:#123a39;border-color:#80e3cc;color:#b2f9e8}.nature-feature{padding:70px 0;border-bottom:1px solid var(--line)}.nature-grid{display:grid;grid-template-columns:1fr 1.08fr;gap:64px;align-items:center}.nature-feature h2{font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.15;letter-spacing:-.035em}.nature-feature p:not(.eyebrow){font-size:1.05rem;line-height:1.8;color:var(--muted)}.nature-feature figure{margin:0}.nature-feature figure img{width:100%;height:auto}.nature-feature figcaption{font-size:.7rem;line-height:1.6;color:var(--muted);margin-top:12px}.nature-feature .paper-actions{gap:12px 20px;margin-top:24px}.paper-picture,.row-image{background:none;border:0;padding:0}.paper-picture img,.row-image img{display:block;width:100%;height:auto;max-height:230px;object-fit:contain;padding:0;background:none}.paper-picture{min-height:0;margin-bottom:24px}.paper-meta{gap:10px;flex-wrap:wrap}.paper-meta span:last-child{font-size:.7rem}.paper-card{align-content:start}.paper-card h3{line-height:1.5}.paper-row.no-figure{grid-template-columns:65px minmax(0,1fr)}.paper-row.no-figure>div:nth-child(2){max-width:920px}.authors{overflow-wrap:anywhere}.publication-tabs{display:flex;gap:24px;border-bottom:1px solid var(--line);margin-bottom:35px}.publication-tabs a{padding:12px 0;font-size:.95rem}.publication-tabs .current{border-bottom:2px solid var(--teal);color:var(--teal)}.library-selects{display:flex;gap:20px}.library-selects label,.viewer-controls label{display:flex;flex-direction:column;gap:8px;font-size:.85rem;font-weight:600}.library-selects select,.viewer-controls select{background:white;color:var(--ink);border:1px solid #9bafaf;padding:10px 35px 10px 12px;border-radius:2px;min-width:150px;font:inherit}.paper-body.no-figure{display:block;max-width:900px}.paper-body figure{padding:0;background:none}.paper-body figure figcaption{font-size:.8rem;margin-top:15px}.paper-body section{margin-bottom:32px}.paper-body h2{font-size:1.8rem}.paper-body .paper-summary{font-size:1.17rem;line-height:1.8;color:var(--ink)}.findings{padding-left:20px;color:var(--muted);line-height:1.85}.findings li{margin-bottom:12px}.citation-section{border-top:1px solid var(--line);margin-top:36px;padding-top:35px;max-width:1000px}.citation-section h2{font-size:1.8rem}.citation-section p{font-size:.85rem;line-height:1.85;overflow-wrap:anywhere}.small-note{color:var(--muted);font-size:.8rem}.preprint-note{background:#f7ecd9;border-left:3px solid #b48031;padding:13px 16px;max-width:600px;font-size:.9rem}.paper-resources{padding:32px 0;border-top:1px solid var(--line)}.paper-resources h2{font-size:2rem}.paper-resources .resource-grid{grid-template-columns:1fr 1fr}.viewer-banner{background:#080f12;color:#eff8f7;padding:45px 0}.viewer-banner>.wrap{display:grid;grid-template-columns:1fr 1.1fr;gap:40px;align-items:center}.viewer-banner h2{font-size:3rem}.viewer-banner p{max-width:440px;color:#b7c8c8}.viewer-banner img{width:100%;height:auto}.viewer-section{padding-top:35px;padding-bottom:80px}.viewer-controls{display:grid;grid-template-columns:1.3fr 1fr 1fr auto;gap:28px;align-items:center;margin-bottom:25px}.viewer-controls input{width:100%;accent-color:#197f70;cursor:pointer}.viewer-controls output{font-weight:400}.viewer-controls button{border:0;margin-top:20px;cursor:pointer}.viewer-stage{background:#080f12;position:relative;border-radius:3px;overflow:hidden}.viewer-stage canvas{display:block;width:100%;height:580px;touch-action:none;cursor:grab}.viewer-stage canvas.dragging{cursor:grabbing}.viewer-stage #viewer-status{position:absolute;bottom:8px;left:20px;color:#aabfc3;font-size:.8rem;pointer-events:none}.viewer-stage noscript img{width:100%;height:auto}.viewer-notes{display:grid;grid-template-columns:1fr 1fr;gap:40px;color:var(--muted);font-size:.85rem;line-height:1.8;margin-top:28px}.prose-page{max-width:800px;padding-top:30px;padding-bottom:80px;line-height:1.9}.profile-page{display:grid;grid-template-columns:240px 1fr;gap:60px;padding-top:45px;padding-bottom:90px;line-height:1.9}.profile-page>img{width:240px;height:auto}.profile-page>div{max-width:770px}.long-authors{max-width:1000px;color:var(--muted);font-size:.9rem;margin:20px 0;line-height:1.8}.long-authors summary{cursor:pointer;color:var(--teal)}
@media(max-width:1100px){.header nav{gap:17px;font-size:.8rem}.brand-title{font-size:.75rem}.brand-logo{width:50px;height:50px}.hero h1{font-size:3.6rem}.hero-grid{min-height:560px}.nature-grid{gap:32px}.viewer-controls{gap:18px}}
@media(max-width:760px){.brand-title{font-size:.78rem}.header-inner{min-height:80px}.hero-grid{grid-template-columns:1fr;padding-top:25px;padding-bottom:35px;gap:20px}.hero h1{font-size:clamp(2.7rem,9.8vw,4.3rem)}.hero-copy>p:not(.eyebrow){font-size:1rem}.hero-image{max-width:600px}.hero-image figcaption{font-size:.75rem}.hero-image img{max-height:none}.tract-choices{gap:6px}.tract-choices button{font-size:.7rem;padding:9px}.nature-feature{padding:50px 0}.nature-grid{grid-template-columns:1fr;gap:32px}.nature-feature h2{font-size:2.4rem}.paper-row.no-figure{grid-template-columns:1fr}.paper-picture img,.row-image img{height:auto;max-height:300px}.paper-body figure{padding:0}.paper-body{grid-template-columns:1fr}.paper-body .paper-summary{font-size:1.05rem}.publication-tabs{gap:20px}.publication-tabs a{font-size:.85rem}.library-selects{flex-wrap:wrap;gap:15px}.library-selects select{min-width:135px}.viewer-banner>.wrap{grid-template-columns:1fr;gap:20px}.viewer-banner h2{font-size:2.5rem}.viewer-controls{grid-template-columns:1fr 1fr;gap:20px}.viewer-controls label:first-child{grid-column:1/-1}.viewer-controls button{grid-column:1/-1;margin:0}.viewer-stage canvas{height:400px}.viewer-notes{grid-template-columns:1fr;gap:0}.profile-page{grid-template-columns:1fr;gap:20px;padding-top:30px}.profile-page>img{width:180px}.paper-resources .resource-grid{grid-template-columns:1fr}.footer-identity{gap:18px}}
/* Embedded glass-brain panel; drag within the page. */
.inline-viewer{min-width:0;align-self:center}.tract-viewer{color:#cfdfdf}.tract-viewer .viewer-stage{border-radius:0}.inline-viewer .viewer-stage canvas{height:515px}.viewer-stage [data-viewer-status]{position:absolute;bottom:0;left:14px;margin:0;padding:8px 0;color:#aac0c2;font-size:.72rem;pointer-events:none}.viewer-stage canvas:focus-visible{outline:2px solid #80e3cc;outline-offset:-3px}.viewer-fallback{width:100%;height:auto}.viewer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:16px}.viewer-toolbar .tract-choices{margin:0;gap:5px}.viewer-options{display:flex;gap:5px}.viewer-options button{color:#d0dedd;background:transparent;border:1px solid #4b6064;border-radius:3px;padding:8px 10px;font-size:.73rem}.viewer-options button[aria-pressed=true]{background:#193035;border-color:#607e84}.viewer-caption{display:flex;justify-content:space-between;gap:14px;margin:18px 0 4px;font-size:.75rem;color:#9db5b7}.expanded-viewer{background:#080f12;padding:18px;border-radius:4px}.expanded-viewer .viewer-stage canvas{height:610px}.viewer-angles{display:grid;grid-template-columns:1fr 1fr;gap:36px;padding-top:25px}.viewer-angles label{display:grid;grid-template-columns:1fr auto;gap:8px;color:#b7ced0;font-size:.85rem}.viewer-angles input{grid-column:1/-1;width:100%;accent-color:#80e3cc}.viewer-angles output{font-weight:400}.tract-viewer button:disabled{opacity:.4;cursor:default}
@media(max-width:1100px){.inline-viewer .viewer-stage canvas{height:450px}.viewer-toolbar{gap:10px}}
@media(max-width:760px){.inline-viewer .viewer-stage canvas{height:345px}.viewer-toolbar .tract-choices button{font-size:.72rem;padding:8px 12px}.viewer-options button{font-size:.72rem}.viewer-caption{font-size:.7rem}.expanded-viewer{padding:10px}.expanded-viewer .viewer-stage canvas{height:430px}.viewer-angles{gap:20px}}
/* Resource collections and research news. */
.resource-nav{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 54px}.resource-nav a{font-size:.9rem;padding:11px 18px;border:1px solid var(--line);border-radius:3px}.resource-nav a:hover{background:var(--pale)}.resource-nav a:last-child{margin-left:auto;color:var(--teal)}.resources-page section{scroll-margin-top:35px;margin-bottom:80px}.resources-page .section-heading{margin-bottom:30px}.resources-page .section-heading .eyebrow{margin-bottom:12px}.brain-chart-project{display:grid;grid-template-columns:1fr 1.15fr;gap:60px;background:#102f34;color:#eff8f6;padding:44px;margin-bottom:30px}.brain-chart-project .eyebrow{color:#a1ddcf}.brain-chart-project h3{font-family:var(--serif);font-size:2.3rem;font-weight:400;line-height:1.15}.brain-chart-project p:not(.eyebrow){color:#bdd1d1}.brain-chart-project a:hover{color:var(--mint)}.chart-project-links>a{display:flex;gap:20px;padding:18px 0;border-bottom:1px solid #416065;align-items:center}.chart-project-links>a:first-child{padding-top:0}.chart-project-links>a:last-child{border-bottom:0;padding-bottom:0}.chart-project-links strong{font-size:1rem;font-weight:600}.chart-project-links small{display:block;font-size:.875rem;color:#bad0d0;line-height:1.55;margin-top:4px}.chart-project-links>a>span:last-child{margin-left:auto}.project-link-number{color:#92c6ba;font-size:.875rem}.resource-card{border:0;border-top:3px solid #236e60;background:#f2f6f5;padding:28px}.resource-dataset{border-top-color:#527ca9;background:#f0f4f8}.resource-learning{border-top-color:#b68432;background:#f8f5ee}.resource-learning .eyebrow{color:#795820}.resource-dataset .eyebrow{color:#3b638c}.resource-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:auto}.resource-links .text-link{font-size:.875rem}.resource-explore{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px;background:#080f12;color:white;padding:40px}.resource-explore .eyebrow{color:#8ad7c7}.resource-explore h2{font-size:2.4rem}.resource-explore p:not(.eyebrow){color:#bdcdcf}.resource-explore img{width:100%}.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:55px}.news-card{padding:30px 0;border-top:1px solid var(--line)}.news-date{color:var(--muted);font-size:.85rem}.news-card h3{font-family:var(--serif);font-weight:400;font-size:1.9rem;line-height:1.3}.news-card>p:not(.news-date){color:var(--muted);font-size:1rem}.news-page{max-width:1050px;padding-top:35px;padding-bottom:85px}.news-page .news-card{padding:35px 0}.news-page .news-card:first-child{border-top:0}.news-page h3{font-size:2.3rem;max-width:950px}.home-news{padding-top:20px}.viewer-banner{padding:65px 0}.viewer-banner>.wrap{grid-template-columns:.75fr 1.4fr;gap:45px}.viewer-banner img{width:100%;max-height:550px;object-fit:contain}.viewer-banner h2{font-size:3.2rem}.paper-row{grid-template-columns:55px minmax(0,1fr) 290px}.row-image{align-self:center}.row-image img{max-height:250px}.paper-picture img{max-height:270px}.paper-meta span:last-child{font-size:.8rem}
/* Expanded tractography workspace. The homepage keeps its smaller controls. */
.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}.explorer-intro{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-top:38px}.explorer-intro h1{font-size:3.3rem;margin-bottom:0}.explorer-intro .eyebrow{margin-bottom:12px}.explorer-intro>p{font-size:.9rem;line-height:1.7;color:var(--muted);margin-bottom:0}.viewer-section{padding-top:28px}.expanded-viewer{padding:0;border:1px solid #263a40;border-radius:5px;overflow:hidden}.viewer-workspace{display:grid;grid-template-columns:minmax(0,1fr) 285px}.viewer-main{display:flex;flex-direction:column;min-width:0;background:#080f12}.expanded-viewer .viewer-stage{flex:1;min-height:500px}.expanded-viewer .viewer-stage canvas{height:100%;position:absolute;inset:0;width:100%}.expanded-viewer .viewer-fallback{height:100%;min-height:400px;object-fit:contain}.viewer-settings{padding:25px 23px;background:#102027;border-left:1px solid #2b4148;max-height:780px;overflow:auto}.viewer-settings h2{font-family:var(--sans);font-size:.9rem;letter-spacing:.02em;line-height:1.3;margin:0 0 16px;color:#e1edeb;font-weight:600}.settings-heading{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.settings-heading button{padding:0;background:none;border:0;color:#9edacb;font-size:.875rem}.bundle-settings{border:0;padding:0;margin:0 0 20px}.bundle-setting{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0}.bundle-setting label,.viewer-check{display:flex;gap:10px;align-items:center;font-size:.875rem;cursor:pointer}.bundle-setting input[type=color]{width:33px;height:28px;border:0;padding:2px;background:transparent;cursor:pointer}.viewer-settings input[type=checkbox]{accent-color:#8ddcca;width:16px;height:16px;margin:0}.viewer-field{display:flex;flex-direction:column;gap:6px;font-size:.875rem;margin-top:13px;color:#bcd0d1}.viewer-field select{font:inherit;font-size:.875rem;background:#1c333b;color:#edf8f5;border:1px solid #45616a;border-radius:3px;padding:7px 9px;width:100%}.viewer-field input[type=range]{width:100%;accent-color:#9bdccc;cursor:pointer;margin:4px 0}.settings-divider{height:1px;background:#34505a;margin:21px 0}.viewer-check{margin-bottom:8px}.orientation-key{font-size:.75rem;line-height:1.7;margin:10px 0 0;color:#bcd0d1}.orientation-key span{display:block}.camera-toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between;border-top:1px solid #263a40;padding:15px;background:#102027}.camera-toolbar>div{display:flex;gap:6px;flex-wrap:wrap}.camera-toolbar button{font-size:.8rem;color:#c4d9d9;background:none;border:1px solid #3f5e65;border-radius:3px;padding:8px 10px}.camera-toolbar button[aria-pressed=true]{background:#204b46;color:#c9fff0;border-color:#5bb89f}.camera-toolbar button:hover{background:#20433f}.viewer-stage [data-viewer-status]{font-size:.8rem}.light-view .viewer-stage [data-viewer-status]{color:#284b55}.viewer-methods{margin:25px 0 0;border-bottom:1px solid var(--line);padding-bottom:20px;color:var(--muted)}.viewer-methods summary{font-size:.9rem;cursor:pointer}.viewer-notes{grid-template-columns:1fr 1fr 1fr;gap:30px;font-size:.875rem}.expanded-viewer:fullscreen{width:100%;height:100%;border-radius:0}.expanded-viewer:fullscreen .viewer-workspace{height:100%}.expanded-viewer:fullscreen .viewer-settings{max-height:none}.expanded-viewer:fullscreen .viewer-stage{height:100%}.inline-viewer .viewer-options button,.inline-viewer .tract-choices button{font-size:.8rem}.inline-viewer .viewer-caption{font-size:.8rem}
@media(min-width:1500px){.expanded-viewer .viewer-stage{min-height:650px}}
@media(max-width:1100px){.header nav{gap:15px}.brain-chart-project{gap:32px;padding:32px}.paper-row{grid-template-columns:45px minmax(0,1fr) 210px;gap:22px}.viewer-workspace{grid-template-columns:minmax(0,1fr) 255px}.viewer-settings{padding:22px 18px}.camera-toolbar button{padding:7px;font-size:.75rem}.viewer-banner>.wrap{gap:20px}.viewer-banner h2{font-size:2.8rem}}
@media(max-width:760px){.resource-nav{gap:8px;margin-bottom:40px}.resource-nav a{padding:10px 12px;font-size:.875rem}.resource-nav a:last-child{margin-left:0}.brain-chart-project{grid-template-columns:1fr;gap:32px;padding:28px 22px}.brain-chart-project h3{font-size:2rem}.resource-grid{gap:22px}.resource-explore{grid-template-columns:1fr;padding:28px;gap:10px}.resource-explore h2{font-size:2rem}.resources-page section{margin-bottom:60px}.news-grid{grid-template-columns:1fr;gap:15px}.news-card h3,.news-page h3{font-size:1.85rem}.home-news{padding-top:0}.viewer-banner>.wrap{grid-template-columns:1fr;gap:25px}.viewer-banner h2{font-size:2.6rem}.viewer-banner{padding:45px 0}.paper-row{grid-template-columns:1fr;gap:10px}.row-image{max-width:100%}.row-image img{max-height:330px}.explorer-intro{display:block;padding-top:32px}.explorer-intro h1{font-size:2.6rem;margin-bottom:15px}.explorer-intro>p{font-size:.875rem}.viewer-workspace{grid-template-columns:1fr}.expanded-viewer .viewer-stage{height:420px;min-height:420px;flex:auto}.viewer-settings{border-left:0;border-top:1px solid #2b4148;max-height:none;padding:24px}.viewer-settings h2{font-size:1rem}.viewer-field{font-size:.95rem}.viewer-field select{font-size:.95rem}.bundle-setting{margin:10px 0}.bundle-setting label,.viewer-check{font-size:.95rem}.viewer-notes{grid-template-columns:1fr;gap:0}.camera-toolbar{gap:12px}.camera-toolbar button{font-size:.8rem;padding:8px 10px}.expanded-viewer:fullscreen{overflow:auto}.expanded-viewer:fullscreen .viewer-workspace{height:auto}.expanded-viewer:fullscreen .viewer-stage{height:65vh}.inline-viewer .viewer-options button,.inline-viewer .tract-choices button{font-size:.8rem;padding:8px 10px}}

/* Make the detailed explorer an obvious next step from the home viewer. */
.inline-viewer .viewer-explore{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:21px 20px;background:#132b2e;border-top:1px solid #41615c;letter-spacing:0;text-transform:none}.viewer-explore>div{min-width:0}.viewer-explore strong{display:block;font-size:1.1rem;line-height:1.3;color:#fff;margin-bottom:5px}.viewer-explore>div>span{display:block;font-size:.79rem;line-height:1.5;color:#becfce}.viewer-explore .explorer-link{flex-shrink:0;font-size:.85rem;padding:12px 16px;gap:15px;color:#092924}.email-link{overflow-wrap:anywhere}.contact-grid .email-link{font-family:var(--sans);font-size:clamp(1.15rem,2.5vw,2.3rem);letter-spacing:-.02em}.header nav{gap:20px}@media(max-width:1100px){.header nav{gap:13px}.inline-viewer .viewer-explore{align-items:stretch;flex-direction:column}.viewer-explore .explorer-link{align-self:flex-start}}@media(max-width:760px){.inline-viewer .viewer-explore{padding:20px}.viewer-explore .explorer-link{width:100%;justify-content:space-between}}

.hero-actions{flex-wrap:wrap;gap:16px 22px}.hero-actions .button-outline{background:transparent;color:var(--mint);border:1px solid #6ab7a6;padding:13px 18px}.hero-actions .button-outline:hover{background:#153b35;color:#b4ffe9}
