:root{--paper:#f3efe5;--paper-soft:#ebe5d9;--ink:#15201d;--ink-soft:#66706b;--line:rgba(21,32,29,0.17);--blue:#2854ff;--blue-deep:#1734a6;--orange:#ff6a35;--acid:#d9f45c;--white:#fffef9;--nav-bg:rgba(243,239,229,0.86);--shadow:0 24px 60px rgba(34,39,31,0.1);--display:"Iowan Old Style","Palatino Linotype","Book Antiqua",Palatino,Georgia,serif;--sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}:root[data-theme=dark]{--paper:#121816;--paper-soft:#19211e;--ink:#eef1e9;--ink-soft:#a7b0aa;--line:rgba(238,241,233,0.17);--blue:#6f8cff;--blue-deep:#9caeff;--orange:#ff7b4c;--acid:#d8f16a;--white:#1a221f;--nav-bg:rgba(18,24,22,0.88);--shadow:0 24px 60px rgba(0,0,0,0.26)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{background:var(--paper)}body{margin:0;color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;overflow-x:hidden;transition:background .25s ease,color .25s ease}a,button{color:inherit}button{font:inherit}a{text-decoration:none}svg{display:block}::selection{color:white;background:var(--blue)}.section-shell{width:min(1240px,calc(100% - 80px));margin:0 auto}.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 40px;border-bottom:1px solid var(--line);background:var(--nav-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:13px;width:max-content}.brand-mark{display:grid;place-items:center;width:35px;height:35px;color:white;background:var(--ink);font-size:11px;font-weight:800;letter-spacing:-.03em}:root[data-theme=dark] .brand-mark{color:#121816;background:var(--ink)}.brand-name{font-size:12px;font-weight:800;letter-spacing:.13em}.site-header nav{display:flex;align-items:center;gap:35px}.site-header nav button{display:flex;align-items:baseline;gap:7px;padding:8px 0;border:0;background:transparent;font-size:13px;font-weight:650;cursor:pointer}.site-header nav button span{color:var(--blue);font-size:9px;font-weight:800}.site-header nav button:hover{color:var(--blue)}.header-tools{justify-self:end;display:flex;align-items:center;gap:13px}.text-toggle{min-width:42px;padding:6px 2px;border:0;border-bottom:1px solid var(--ink);background:transparent;font-size:11px;font-weight:800;cursor:pointer}.theme-toggle{display:flex;align-items:center;width:44px;height:23px;padding:3px;border:1px solid var(--line);border-radius:20px;background:var(--paper-soft);cursor:pointer}.theme-dot{width:15px;height:15px;border-radius:50%;background:var(--orange);transition:transform .25s ease,background .25s ease}:root[data-theme=dark] .theme-dot{transform:translateX(19px);background:var(--acid)}.menu-toggle{display:none}.hero{min-height:690px;padding-top:115px;padding-bottom:52px;display:grid;grid-template-columns:1.03fr .87fr;grid-gap:62px;gap:62px;align-items:center}.hero-copy{max-width:700px}.hero-status{display:flex;align-items:center;gap:10px;margin-bottom:24px;color:var(--ink-soft);font-size:10px;font-weight:800;letter-spacing:.18em}.live-dot{position:relative;width:7px;height:7px;border-radius:50%;background:var(--orange)}.live-dot:after{content:"";position:absolute;inset:-4px;border:1px solid var(--orange);border-radius:inherit;opacity:.35;animation:pulse 2.3s ease-in-out infinite}@keyframes pulse{50%{transform:scale(1.7);opacity:0}}.hero h1{position:relative;margin:0 0 34px;font-family:var(--display);font-weight:400;line-height:.74;letter-spacing:-.075em}.hero h1 .first-name,.hero h1 .last-name{display:block;font-size:clamp(88px,10.4vw,158px)}.hero h1 .last-name{margin-left:.58em;color:var(--blue);font-style:italic}.name-note{position:absolute;right:5px;bottom:-12px;font-family:var(--sans);font-size:10px;font-style:normal;font-weight:750;letter-spacing:.16em}.hero-intro{max-width:650px;margin:0;font-size:18px;font-weight:400;line-height:1.65;letter-spacing:-.01em}.hero-intro+.hero-intro{margin-top:18px}.hero-research{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.hero-research span{display:inline-flex;align-items:center;gap:9px;padding:7px 11px;border:1px solid var(--line);border-radius:40px;font-size:10px;font-weight:720}.hero-research small{color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.08em}.hero-actions{display:flex;align-items:center;gap:25px;margin-top:27px}.primary-action{display:inline-flex;align-items:center;gap:34px;height:54px;padding:0 24px;color:white;border:0;background:var(--blue);font-size:12px;font-weight:750;cursor:pointer;box-shadow:7px 7px 0 var(--ink);transition:transform .2s ease,box-shadow .2s ease}.primary-action:hover{transform:translate(3px,3px);box-shadow:4px 4px 0 var(--ink)}.paper-links svg,.primary-action svg,.timeline-content h3 svg,footer svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:square;stroke-width:1.7}.secondary-action{padding:8px 0;border-bottom:1px solid var(--ink);font-size:12px;font-weight:750}.social-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:31px}.social-row a{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:11px 17px;border:1px solid var(--ink);border-radius:100px;color:var(--ink);background:var(--white);font-size:12px;font-weight:760;box-shadow:3px 3px 0 var(--ink);transition:color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.social-row a:hover{color:white;border-color:var(--blue);background:var(--blue);box-shadow:1px 1px 0 var(--ink);transform:translate(2px,2px)}.social-row svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.social-row a:nth-child(2) svg{fill:currentColor;stroke:none}.hero-visual{width:100%}.field-graphic{position:relative;min-height:435px;overflow:hidden;border:1px solid var(--ink);background:radial-gradient(circle at 30% 26%,rgba(255,106,53,.18),transparent 20%),radial-gradient(circle at 65% 60%,rgba(40,84,255,.24),transparent 27%),var(--paper-soft);box-shadow:14px 14px 0 var(--ink)}.field-grid{position:absolute;inset:0;opacity:.32;background-image:linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px);background-size:33px 33px;-webkit-mask-image:radial-gradient(circle,black,transparent 77%);mask-image:radial-gradient(circle,black,transparent 77%)}.landscape-graphic{background:radial-gradient(circle at 20% 18%,rgba(255,106,53,.19),transparent 24%),radial-gradient(circle at 71% 58%,rgba(40,84,255,.22),transparent 29%),var(--paper-soft)}.landscape-map{position:absolute;z-index:2;inset:33px 12px 18px;width:calc(100% - 24px);height:calc(100% - 51px);overflow:visible;color:var(--ink)}.peak-contours path,.valley-contours path{fill:none;stroke:var(--ink-soft);stroke-width:1;vector-effect:non-scaling-stroke}.valley-contours path{opacity:.42;animation:contourBreathe 5.5s ease-in-out infinite}.valley-contours path:nth-child(2){animation-delay:-1.1s}.valley-contours path:nth-child(3){animation-delay:-2.2s}.valley-contours path:nth-child(4){animation-delay:-3.3s}.valley-contours path:nth-child(5){stroke:var(--blue);stroke-width:1.5;opacity:.78;animation-delay:-4.4s}.peak-contours path{stroke:var(--orange);opacity:.68}.descent-guide{stroke:var(--ink);stroke-dasharray:3 7;stroke-width:1;opacity:.35}.descent-guide,.descent-path{fill:none;vector-effect:non-scaling-stroke}.descent-path{stroke:url(#descent-gradient);stroke-dasharray:9 9;stroke-linecap:round;stroke-width:3;animation:routeFlow 1.25s linear infinite}.descent-runner{fill:var(--orange);stroke:var(--paper);stroke-width:3;filter:drop-shadow(0 2px 4px rgba(21,32,29,.24))}.diffusion-route{fill:none;stroke:var(--blue);stroke-dasharray:2 8;stroke-linecap:round;stroke-width:1.5;opacity:.55;vector-effect:non-scaling-stroke}.denoise-track,.diffusion-core-route{fill:none;stroke:var(--blue);stroke-dasharray:3 6;stroke-linecap:round;stroke-width:1.2;opacity:.58;vector-effect:non-scaling-stroke}#flow-arrow path{fill:var(--blue)}.diffusion-core-route{stroke-dasharray:2 7;opacity:.38}.denoise-frame-bg{fill:color-mix(in srgb,var(--paper),transparent 5%);stroke:var(--blue);stroke-width:1;vector-effect:non-scaling-stroke}.clean-sample{transition:opacity .3s ease}.clean-sample circle{fill:var(--orange)}.clean-sample path{fill:var(--blue);opacity:.82}.denoise-stage-1 .clean-sample{opacity:.06}.denoise-stage-2 .clean-sample{opacity:.28}.denoise-stage-3 .clean-sample{opacity:.68}.denoise-stage-4 .clean-sample{opacity:1}.noise-layer circle{fill:var(--ink);opacity:.76;animation:noiseFlicker 1.8s steps(2) infinite}.noise-layer circle:nth-child(3n){fill:var(--blue);animation-delay:-.6s}.noise-layer circle:nth-child(4n){fill:var(--orange);animation-delay:-1.2s}.denoise-runner{fill:var(--orange);stroke:var(--paper);stroke-width:1.5}.noise-particle{fill:var(--blue);opacity:.72;animation:particleFade 2.2s ease-in-out infinite}.noise-particle:nth-child(2n){fill:var(--orange);animation-delay:-.8s}.math-symbol{fill:var(--ink);font-family:Iowan Old Style,Palatino Linotype,Georgia,serif;font-size:13px;font-style:italic;font-weight:600;letter-spacing:.01em}.optimization-math{fill:var(--orange);font-size:11px}.diffusion-math{fill:var(--blue);font-size:12px}.llm-math{fill:var(--ink);font-size:14px}.data-lattice{transform-box:fill-box;transform-origin:center;animation:latticeResolve 3.2s ease-in-out infinite}.data-lattice rect{fill:color-mix(in srgb,var(--paper),transparent 14%);stroke:var(--blue);stroke-width:1.2;vector-effect:non-scaling-stroke}.data-lattice path{fill:none;stroke:var(--blue);stroke-width:.7;opacity:.42;vector-effect:non-scaling-stroke}.data-lattice circle{fill:var(--orange)}.data-lattice circle:nth-of-type(2n){fill:var(--blue)}.token-route{fill:none;stroke:var(--ink);stroke-dasharray:4 7;stroke-width:1;opacity:.45}.token-block rect,.token-route{vector-effect:non-scaling-stroke}.token-block rect{fill:var(--paper);stroke:var(--ink);stroke-width:1}.token-block path{fill:none;stroke:var(--ink-soft);stroke-linecap:round;stroke-width:1.5;vector-effect:non-scaling-stroke}.token-block{transform-box:fill-box;transform-origin:center;animation:tokenPulse 3s ease-in-out infinite}.token-two{animation-delay:-1s}.token-three{animation-delay:-2s}.token-runner{fill:var(--orange)}.core-halo{fill:var(--blue);opacity:.18;transform-box:fill-box;transform-origin:center;animation:corePulse 2.4s ease-out infinite}.valley-core{fill:var(--blue);stroke:var(--paper);stroke-width:3}.core-point{fill:white}.map-label{fill:var(--ink-soft);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:750;letter-spacing:.08em}.optimize-label{fill:var(--orange)}.diffusion-label,.valley-label{fill:var(--blue)}@keyframes routeFlow{to{stroke-dashoffset:-36}}@keyframes contourBreathe{50%{opacity:.66}}@keyframes particleFade{50%{opacity:.25}}@keyframes noiseFlicker{50%{opacity:.34}}@keyframes latticeResolve{0%,to{opacity:.45;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@keyframes tokenPulse{50%{transform:translateY(-3px)}}@keyframes corePulse{0%{transform:scale(.78);opacity:.38}to{transform:scale(1.65);opacity:0}}.field-label{position:absolute;z-index:4;font-size:9px;font-weight:800;letter-spacing:.16em}.label-top{top:22px;left:24px}.label-bottom{right:22px;bottom:20px;color:var(--blue)}.orbit{position:absolute;top:50%;left:50%;border:1px solid var(--ink-soft);border-radius:50%;transform:translate(-50%,-50%)}.orbit-one{width:72%;aspect-ratio:1;animation:rotateOrbit 16s linear infinite}.orbit-one:before,.orbit-two:before{content:"";position:absolute;top:-5px;left:50%;width:10px;height:10px;border-radius:50%;background:var(--orange)}.orbit-two{width:42%;aspect-ratio:1;border-style:dashed;animation:rotateOrbit 10s linear infinite reverse}.orbit-two:before{background:var(--blue)}@keyframes rotateOrbit{to{transform:translate(-50%,-50%) rotate(1turn)}}.center-mark{position:absolute;z-index:3;top:50%;left:50%;display:flex;align-items:center;justify-content:center;gap:5px;width:110px;height:110px;color:white;background:var(--blue);border-radius:50%;transform:translate(-50%,-50%);font-family:var(--display);font-size:42px;font-style:italic;box-shadow:0 0 0 13px color-mix(in srgb,var(--blue),transparent 78%)}.center-mark span:last-child{margin-top:18px}.node{position:absolute;display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--ink);background:var(--paper)}.node,.node span{border-radius:50%}.node span{width:8px;height:8px;background:var(--ink)}.node-a{top:23%;right:14%}.node-b{bottom:18%;left:18%}.node-c{top:29%;left:14%;width:27px;height:27px;background:var(--acid)}.node-c span{width:5px;height:5px}.signal{position:absolute;padding:5px 8px;color:var(--ink);background:var(--white);border:1px solid var(--line);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.signal-a{top:39%;right:7%}.signal-b{bottom:28%;right:22%;color:white;background:var(--orange);border-color:var(--orange);font-size:14px}.focus-strip{display:grid;grid-template-columns:1fr auto;grid-gap:25px;gap:25px;align-items:center;margin-top:21px;padding:18px 0 0;border-top:1px solid var(--line)}.focus-strip span{color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.18em}.focus-strip p{max-width:390px;margin:4px 0 0;font-family:var(--display);font-size:18px;line-height:1.35}.focus-strip strong{max-width:90px;font-size:10px;line-height:1.35;letter-spacing:.14em}.research-section{padding:128px 0 140px;color:#f4f1e8;background:#15201d}:root[data-theme=dark] .research-section{color:#15201d;background:#e8e4d9}.section-heading{display:grid;grid-template-columns:190px minmax(0,1fr) 320px;grid-gap:50px;gap:50px;align-items:start;margin-bottom:72px}.eyebrow{color:var(--blue);font-size:10px;font-weight:850;letter-spacing:.17em}.research-section .eyebrow{color:#86a0ff}:root[data-theme=dark] .research-section .eyebrow{color:var(--blue-deep)}.section-heading h2{margin:-12px 0 0;font-family:var(--display);font-size:clamp(42px,4.5vw,67px);font-weight:400;line-height:1.02;letter-spacing:-.045em}.section-heading h2 em{display:block;color:#86a0ff;font-weight:400}:root[data-theme=dark] .section-heading h2 em{color:var(--blue-deep)}.section-heading>p{margin:0;color:#9ca8a3;font-size:13px;line-height:1.75}:root[data-theme=dark] .research-section .section-heading>p{color:#5f6965}.research-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:15px;gap:15px}.research-card{position:relative;min-height:495px;padding:27px;overflow:hidden;color:#14201c;background:#eeeee6;transition:transform .28s ease}.research-card:hover{transform:translateY(-8px)}.research-card.card-2{background:#6e8cff}.research-card.card-3{background:#dcf168}.card-top{display:flex;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid rgba(20,32,28,.3);font-size:9px;font-weight:850;letter-spacing:.15em}.card-symbol{position:relative;height:170px;margin:33px 0 20px}.card-1 .card-symbol{display:flex;align-items:flex-end;justify-content:center;gap:13px}.card-1 .card-symbol i{display:block;width:56px;height:52px;background:#15201d}.card-1 .card-symbol i:nth-child(2){height:100px;background:var(--orange)}.card-1 .card-symbol i:nth-child(3){height:148px;background:var(--blue)}.diffusion-rings{position:absolute;inset:6px 55px;border:2px solid #14201c;border-radius:50%}.diffusion-rings:after,.diffusion-rings:before{content:"";position:absolute;border:2px solid #14201c;border-radius:inherit}.diffusion-rings:before{inset:22px}.diffusion-rings:after{inset:48px;background:var(--orange)}.report-lines{display:grid;grid-gap:14px;gap:14px;padding-top:25px}.report-lines i{display:block;height:21px;border:2px solid #14201c;transform:skewX(-22deg)}.report-lines i:nth-child(2){width:82%;margin-left:auto;background:#14201c}.report-lines i:nth-child(3){width:64%;background:var(--orange)}.research-card h3{margin:0 0 15px;font-family:var(--display);font-size:34px;font-weight:400;line-height:1;letter-spacing:-.035em}.research-card>p{margin:0;font-size:13px;line-height:1.7}.tag-row{position:absolute;right:27px;bottom:25px;left:27px;display:flex;flex-wrap:wrap;gap:6px}.tag-row span{padding:4px 8px;border:1px solid rgba(20,32,28,.35);border-radius:30px;font-size:8px;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.work-section{padding-top:92px;padding-bottom:100px}.work-header{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:40px}.section-heading.compact{display:block;max-width:690px;margin:0}.section-heading.compact h2{margin-top:10px}.section-heading.compact p{max-width:560px;margin-top:20px;color:var(--ink-soft)}.filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.filters button{padding:8px 13px;border:1px solid var(--line);border-radius:40px;background:transparent;font-size:10px;font-weight:760;cursor:pointer}.filters button.active,.filters button:hover{color:white;border-color:var(--blue);background:var(--blue)}.publication-count{flex:0 0 auto;padding-bottom:8px;color:var(--ink-soft);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:750;letter-spacing:.14em}.list-kicker{padding:13px 0;color:var(--ink-soft);border-top:1px solid var(--ink);font-size:8px;font-weight:850;letter-spacing:.16em}.paper-list{border-top:1px solid var(--line)}.paper-card{display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:26px;gap:26px;padding:23px 0 26px;border-bottom:1px solid var(--line)}.paper-index{padding-top:4px;color:var(--blue);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:800;letter-spacing:.08em}.paper-visual{position:relative;min-height:205px;overflow:hidden;border:1px solid var(--ink)}.visual-llm{color:#eef0e8;background:#18221f}.visual-diffusion{color:white;background:var(--blue)}.visual-reports{color:#17201d;background:var(--acid)}.paper-code{position:absolute;z-index:2;top:14px;left:15px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:8px;font-weight:700;letter-spacing:.11em}.featured-label{position:absolute;right:0;bottom:0;padding:5px 8px;color:#15201d;background:var(--acid);font-size:7px;font-weight:850;letter-spacing:.13em}.paper-glyph{position:absolute;inset:42px 18px 20px}.visual-llm .paper-glyph{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.visual-llm .paper-glyph span{display:grid;place-items:center;border:1px solid rgba(238,240,232,.35);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:24px}.visual-llm .paper-glyph span:last-child{grid-column:1/-1;color:var(--orange);border-color:var(--orange)}.visual-diffusion .paper-glyph{display:grid;place-items:center}.visual-diffusion .paper-glyph i{position:absolute;display:block;border:1px solid rgba(255,255,255,.78);border-radius:50%}.visual-diffusion .paper-glyph i:first-child{width:128px;height:128px}.visual-diffusion .paper-glyph i:nth-child(2){width:88px;height:88px;border-style:dashed}.visual-diffusion .paper-glyph i:nth-child(3){width:32px;height:32px;background:var(--orange);border-color:var(--orange)}.visual-reports .paper-glyph{display:flex;flex-direction:column;justify-content:center;gap:13px}.visual-reports .paper-glyph b{display:block;height:18px;border:1px solid #17201d;transform:skewX(-17deg)}.visual-reports .paper-glyph b:nth-child(2){width:78%;margin-left:auto;background:#17201d}.visual-reports .paper-glyph b:nth-child(3){width:53%;background:var(--orange)}.paper-body{max-width:940px}.paper-meta{display:flex;align-items:center;gap:12px;margin-bottom:12px;color:var(--blue);font-size:9px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.paper-meta time{padding-left:12px;border-left:1px solid var(--line);color:var(--ink-soft)}.paper-body h3{max-width:900px;margin:0;font-family:var(--display);font-size:clamp(23px,2.25vw,34px);font-weight:400;line-height:1.16;letter-spacing:-.03em}.authors{max-width:860px;margin:12px 0 0;color:var(--ink-soft);font-size:11px;line-height:1.65}.authors strong{color:var(--ink);font-weight:800}.paper-description{max-width:680px;margin:17px 0 0;font-size:12px;line-height:1.72}.paper-links{display:flex;gap:9px;margin-top:17px}.paper-links a{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid var(--line);font-size:9px;font-weight:800}.paper-links a:hover{color:white;border-color:var(--blue);background:var(--blue)}.paper-links svg{width:12px;height:12px}.report-block{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:44px;gap:44px;margin-top:46px;padding:26px;color:#14201c;background:var(--acid);border:1px solid #14201c;box-shadow:9px 9px 0 var(--ink)}.report-heading{display:flex;min-height:188px;flex-direction:column;justify-content:space-between;padding-right:30px;border-right:1px solid rgba(20,32,28,.28);font-size:9px;font-weight:850;letter-spacing:.15em}.report-heading strong{width:max-content;padding:7px 9px;color:white;background:#14201c;font-size:8px;letter-spacing:.12em}.report-content{align-self:center}.report-content .paper-meta{color:#1734a6}.report-content .paper-meta time{color:rgba(20,32,28,.6);border-color:rgba(20,32,28,.28)}.report-content h3{max-width:830px;margin:0;font-family:var(--display);font-size:clamp(25px,2.7vw,39px);font-weight:400;line-height:1.1;letter-spacing:-.035em}.report-content .authors{color:rgba(20,32,28,.68)}.report-content .authors strong{color:#14201c}.report-content .paper-links a{border-color:rgba(20,32,28,.32)}.equal-note{margin:20px 0 0;color:var(--ink-soft);font-size:9px}.blog-section{padding:86px 0 94px;color:#f4f1e8;background:#15201d}:root[data-theme=dark] .blog-section{color:#15201d;background:#e8e4d9}.blog-layout{display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:100px;gap:100px;align-items:end}.blog-section .section-heading.compact h2{margin-top:15px}.blog-section .section-heading.compact p{color:#9ca8a3}:root[data-theme=dark] .blog-section .section-heading.compact p{color:#5f6965}.blog-empty{display:grid;grid-template-columns:55px 1fr auto;grid-gap:26px;gap:26px;align-items:center;min-height:126px;padding:20px 0;border-top:1px solid rgba(244,241,232,.3);border-bottom:1px solid rgba(244,241,232,.3)}:root[data-theme=dark] .blog-empty{border-color:rgba(20,32,28,.28)}.blog-empty>span{color:#86a0ff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}:root[data-theme=dark] .blog-empty>span{color:var(--blue-deep)}.blog-empty>span:last-child{font-size:25px}.blog-empty strong{font-family:var(--display);font-size:clamp(26px,3vw,40px);font-weight:400}.blog-empty p{margin:8px 0 0;color:#9ca8a3;font-size:11px}:root[data-theme=dark] .blog-empty p{color:#5f6965}.journey-section{padding:22px 0 24px;background:var(--paper-soft);border-top:1px solid var(--line)}.journey-layout{display:grid;grid-template-columns:185px minmax(0,1fr);grid-gap:38px;gap:38px;align-items:center}.journey-title{position:relative}.journey-title h2{max-width:430px;margin:7px 0 0;font-family:var(--display);font-size:25px;font-weight:400;line-height:1.1;letter-spacing:-.025em}.journey-monogram{margin-top:82px;color:transparent;-webkit-text-stroke:1px var(--line);font-family:var(--display);font-size:155px;font-style:italic;line-height:.8;-webkit-user-select:none;-moz-user-select:none;user-select:none}.timeline{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ink);border-bottom:1px solid var(--line)}.timeline-item{position:relative;display:block;min-width:0;padding:12px 17px 13px;border-right:1px solid var(--line);border-bottom:0}.timeline-item:first-child{padding-left:0}.timeline-item:last-child{border-right:0}.timeline-item>time{display:block;padding:0 0 6px;color:var(--blue);font-size:8px;font-weight:850;letter-spacing:.13em}.timeline-content h3{margin:0;font-family:var(--display);font-size:17px;font-weight:400}.timeline-content h3 a{display:inline-flex;align-items:center;gap:8px}.timeline-content h3 a:hover{color:var(--blue)}.timeline-content h3 svg{width:11px;height:11px}.timeline-content strong{display:block;margin-top:1px;font-size:9px;font-weight:650}.timeline-content p{margin:6px 0 0;color:var(--ink-soft);font-size:10px}.timeline-content p a{color:var(--blue);border-bottom:1px solid}.timeline-index{display:none}footer{color:#eef1e9;background:#101714}.footer-main{display:grid;grid-template-columns:1fr 1.4fr;grid-gap:80px;gap:80px;align-items:end;padding-top:115px;padding-bottom:105px}.footer-main>p{max-width:440px;margin:0;color:#9da6a1;font-family:var(--display);font-size:29px;line-height:1.3}.footer-main>a{display:flex;align-items:center;justify-content:space-between;padding-bottom:21px;border-bottom:1px solid #eef1e9;font-family:var(--display);font-size:clamp(28px,4vw,57px);letter-spacing:-.04em}.footer-main>a:hover{color:#8fa5ff;border-color:#8fa5ff}.footer-main svg{width:35px;height:35px}.footer-bottom{display:flex;justify-content:space-between;padding-top:23px;padding-bottom:24px;color:#8d9691;border-top:1px solid rgba(238,241,233,.18);font-size:9px;font-weight:700;letter-spacing:.08em}.footer-bottom div{display:flex;gap:22px}.footer-bottom button{padding:0;color:inherit;border:0;background:transparent;cursor:pointer}.footer-bottom a:hover,.footer-bottom button:hover{color:#eef1e9}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}@media (max-width:1080px){.section-shell{width:min(100% - 48px,960px)}.site-header{padding:0 24px}.hero{grid-template-columns:1fr .88fr;gap:45px}.hero h1 .first-name,.hero h1 .last-name{font-size:clamp(76px,10.7vw,116px)}.section-heading{grid-template-columns:130px minmax(0,1fr) 240px;gap:30px}.research-card{min-height:470px}.paper-card{grid-template-columns:50px 1fr;gap:22px}.blog-layout{gap:60px}}@media (max-width:820px){.site-header{grid-template-columns:1fr auto auto;height:68px}.brand-name{display:none}.menu-toggle{position:relative;z-index:102;display:grid;align-content:center;grid-gap:5px;gap:5px;width:38px;height:38px;margin-right:10px;padding:8px;border:0;background:transparent;cursor:pointer}.menu-toggle span{display:block;height:1px;background:var(--ink)}.site-header nav{position:fixed;top:68px;right:0;left:0;display:none;align-items:stretch;padding:17px 24px 25px;border-bottom:1px solid var(--line);background:var(--paper)}.site-header nav.nav-open{display:grid}.site-header nav button{justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.header-tools{grid-column:3}.hero{min-height:0;padding-top:108px;padding-bottom:76px;grid-template-columns:1fr;gap:55px}.hero-copy{max-width:none}.hero h1{max-width:680px}.hero h1 .first-name,.hero h1 .last-name{font-size:clamp(80px,19vw,142px)}.hero-visual{max-width:600px;margin:0 auto}.section-heading{display:block}.section-heading h2{margin-top:17px}.section-heading>p{max-width:520px;margin-top:24px}.research-grid{grid-template-columns:1fr}.research-card{min-height:420px}.card-symbol{height:130px}.card-1 .card-symbol i:nth-child(3){height:126px}.diffusion-rings{inset:0 auto;left:50%;width:130px;height:130px;transform:translateX(-50%)}.work-header{display:block}.filters{justify-content:flex-start;margin-top:32px}.paper-card{grid-template-columns:44px 1fr}.paper-visual{min-height:190px}.report-block{grid-template-columns:165px minmax(0,1fr);gap:28px}.blog-layout{grid-template-columns:1fr;gap:50px}.journey-layout{grid-template-columns:150px minmax(0,1fr);gap:24px}.journey-monogram{display:none}.footer-main{grid-template-columns:1fr;gap:55px}}@media (max-width:580px){.section-shell{width:calc(100% - 32px)}.site-header{padding:0 16px}.text-toggle{min-width:32px}.hero{padding-top:92px;padding-bottom:68px}.hero-status{margin-bottom:24px}.hero h1 .first-name,.hero h1 .last-name{font-size:clamp(68px,23vw,110px)}.hero h1 .last-name{margin-left:.24em}.name-note{right:2px}.hero-intro{font-size:20px}.hero-actions{align-items:stretch;flex-direction:column;max-width:280px}.primary-action{justify-content:space-between}.secondary-action{width:max-content}.social-row{flex-wrap:wrap}.field-graphic{min-height:385px;box-shadow:8px 8px 0 var(--ink)}.center-mark{width:84px;height:84px;font-size:32px}.focus-strip{grid-template-columns:1fr}.focus-strip strong{max-width:none}.journey-section,.research-section,.work-section{padding-top:95px;padding-bottom:105px}.work-section{padding-top:72px;padding-bottom:80px}.journey-section{padding-top:18px;padding-bottom:20px}.journey-layout{grid-template-columns:1fr;gap:14px}.journey-title h2{font-size:22px}.timeline{grid-template-columns:repeat(3,205px);overflow-x:auto;scrollbar-width:thin}.timeline-item:first-child{padding-left:13px}.section-heading{margin-bottom:48px}.section-heading h2{font-size:42px}.research-card{min-height:440px;padding:23px}.tag-row{right:23px;bottom:23px;left:23px}.paper-card{grid-template-columns:34px minmax(0,1fr);gap:12px;padding:26px 0 29px}.paper-visual{min-height:178px}.paper-body h3{font-size:25px}.work-header{margin-bottom:42px}.publication-count{display:block;margin-top:26px}.report-block{display:block;margin-top:40px;padding:24px;box-shadow:6px 6px 0 var(--ink)}.report-heading{min-height:0;flex-direction:row;gap:18px;align-items:center;padding:0 0 18px;border-right:0;border-bottom:1px solid rgba(20,32,28,.28)}.report-content{padding-top:23px}.blog-section{padding-top:74px;padding-bottom:80px}.blog-empty{grid-template-columns:35px 1fr auto;gap:12px}.timeline-item{padding:10px 13px 11px}.timeline-index{display:none}.timeline-content h3{font-size:16px}.footer-main{padding-top:90px;padding-bottom:80px}.footer-main>a{font-size:26px}.footer-main svg{width:25px;height:25px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:15px}}