@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=IBM+Plex+Mono:wght@400;500&family=Instrument+Serif:ital@0;1&display=swap');
:root{--bg:#121016;--surface:#19151f;--ink:#f3eef9;--muted:#afa5bc;--line:#3a3045;--accent:#c6a0ff;--mono:'IBM Plex Mono',monospace;--sans:'DM Sans',Arial,sans-serif;--serif:'Instrument Serif',Georgia,serif;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:6px}button:disabled{cursor:wait}::selection{color:var(--bg);background:var(--accent)}.wrap{width:min(1320px,calc(100% - 112px));margin-inline:auto}.eyebrow{font-family:var(--mono);font-size:12px;font-weight:400;letter-spacing:.08em;line-height:1.6}.header{height:118px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{display:flex;gap:14px;align-items:center;font-size:12px;line-height:1.15;font-weight:650;letter-spacing:.025em}.brand-symbol{font-family:var(--serif);font-size:63px;line-height:.7;font-style:italic;letter-spacing:-9px;margin-right:8px}.brand-symbol span{color:var(--accent)}nav{display:flex;gap:38px;align-items:center;font-size:14px}nav a{transition:color .2s}nav a:hover{color:var(--accent)}nav a>span{color:var(--muted);font-size:12px;margin-left:7px}.nav-contact{border:1px solid #544e5a;border-radius:40px;padding:10px 19px}.nav-contact span{color:var(--accent);font-size:18px}.hero{padding-top:37px}.hero-eyebrow{display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.location{font-family:var(--mono);font-size:12px;letter-spacing:.05em}.location>span{font-size:19px;color:var(--accent);vertical-align:middle;margin-right:6px}.hero-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:38px;align-items:center;padding:67px 0 61px}.hero-copy{position:relative;z-index:1}h1,h2,h3,p{margin:0}h1{font-size:clamp(76px,8.4vw,124px);font-weight:500;letter-spacing:-.065em;line-height:.96;position:relative;white-space:nowrap}em{font-family:var(--serif);font-weight:400;letter-spacing:-.035em}h1 em{font-size:1.15em;color:var(--accent)}.asterisk{display:inline-block;font-size:.59em;color:var(--accent);vertical-align:top;margin:4px 0 0 20px;animation:slowturn 30s linear infinite}.hero-copy>p{font-size:18px;color:var(--muted);line-height:1.7;margin-top:30px}.primary-link{display:inline-flex;align-items:center;gap:46px;background:var(--accent);color:#160c20;border-radius:3px;padding:13px 19px;font-size:14px;font-weight:600;margin-top:30px;transition:background .2s,transform .2s}.primary-link:hover{background:#dec7ff;transform:translateY(-3px)}.primary-link span{font-size:21px}.map-shell{align-self:center;min-width:0;border:1px solid var(--line);background:linear-gradient(145deg,#19171c,#121015);transform:rotate(2deg);transition:transform .4s;position:relative}.map-shell:before,.map-shell:after{content:'';position:absolute;width:7px;height:7px;background:var(--accent)}.map-shell:before{left:-4px;top:-4px}.map-shell:after{right:-4px;bottom:-4px}.map-shell:hover{transform:rotate(0)}.map-top,.map-bottom{display:flex;justify-content:space-between;align-items:center;padding:12px 18px;color:var(--muted)}.map-top{border-bottom:1px solid var(--line)}.icon-button{border:0;background:none;font-size:22px;line-height:1;padding:4px 7px;color:var(--muted)}.icon-button:hover{color:var(--accent)}.project-map{height:370px;position:relative;background-image:radial-gradient(#403a47 1px,transparent 1px);background-size:23px 23px;overflow:hidden}.map-lines{position:absolute;width:100%;height:100%;inset:0}.map-lines path{stroke:var(--accent);stroke-width:1;fill:none;opacity:.6}.map-lines circle{stroke:#42394c;stroke-width:1;fill:none;stroke-dasharray:3 7}.map-center{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.map-center>span{font-family:var(--serif);font-size:70px;font-style:italic;line-height:1;color:var(--accent);letter-spacing:-6px;padding-right:6px}.map-center small{font-family:var(--mono);font-size:12px;letter-spacing:.06em;max-width:80px;text-align:center;line-height:1.4;color:#9c8bad;margin-top:11px}.map-node{position:absolute;transform:translate(-50%,-50%);display:flex;text-align:left;align-items:center;gap:9px;padding:11px 12px;background:#1f1c23;border:1px solid #5c4f69;box-shadow:5px 5px 0 #0f0d12aa;font-size:14px;line-height:1.2;user-select:none;touch-action:none;z-index:2;transition:background .2s}.map-node:hover,.map-node.dragging{background:#2d203a;border-color:var(--accent)}.map-node.dragging{cursor:grabbing;z-index:3}.map-node small{display:block;font-family:var(--mono);font-size:12px;letter-spacing:.02em;color:#a89bb6;margin-top:6px;white-space:nowrap}.node-icon{font-family:var(--mono);font-size:24px;color:var(--accent)}.node-plus{color:var(--accent);margin-left:5px}.node-web{left:25%;top:18%}.node-linux{left:76%;top:38%}.node-android{left:56%;top:80%}.map-axis{position:absolute;font-family:var(--mono);font-size:12px;color:var(--muted)}.axis-x{right:12px;bottom:10px}.axis-y{left:10px;top:9px}.map-bottom{font-family:var(--mono);font-size:12px;border-top:1px solid var(--line);padding-block:13px}.tiny-cross{color:var(--accent);font-size:17px}.hero-foot{border-top:1px solid var(--line);padding:25px 0 30px;display:flex;justify-content:space-between;align-items:center;gap:20px}.hero-foot>span{font-family:var(--mono);font-size:12px;letter-spacing:.08em;color:var(--muted)}.hero-foot p{font-size:14px;letter-spacing:.005em}.hero-foot b{margin:0 13px;color:#61576b;font-weight:400}.work-section{background:#1a181d;border-block:1px solid var(--line);padding:92px 0 29px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:25px;margin-bottom:40px}.section-heading .eyebrow,.about-intro>.eyebrow{color:var(--accent)}h2{font-size:clamp(42px,4.5vw,66px);font-weight:450;line-height:1.1;letter-spacing:-.045em;margin-top:21px}.section-heading>p{color:var(--muted);font-size:15px;line-height:1.6;padding-bottom:3px}.project-tabs{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-bottom:0}.project-tab{border:0;border-right:1px solid var(--line);background:transparent;padding:22px 24px;display:flex;align-items:center;gap:18px;font-size:23px;font-weight:500;transition:background .2s,color .2s}.project-tab:last-child{border-right:0}.project-tab>span:first-child{font-family:var(--mono);font-size:12px;color:var(--muted)}.project-tab .tab-arrow{margin-left:auto;font-size:24px;color:#716979}.project-tab.active{color:#1b1324;background:var(--accent)}.project-tab.active>span:first-child,.project-tab.active .tab-arrow{color:#46305c}.project-tab:hover:not(.active){background:#28232d}.project-panel{display:grid;grid-template-columns:.84fr 1.3fr;border:1px solid var(--line);background:#131116;min-height:490px}.project-description{padding:40px 35px 34px;border-right:1px solid var(--line)}.project-type{color:var(--muted);font-size:12px}h3{font-weight:500}.project-description h3{font-size:37px;letter-spacing:-.04em;line-height:1.12;margin:17px 0 20px}.project-description>p{font-size:16px;color:#afa8b6;line-height:1.7}.project-description dl{margin:24px 0 10px}.project-description dt{font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:#8a8093;margin-bottom:4px}.project-description dd{margin:0;font-size:14px;color:var(--ink)}.project-description .contribution{font-size:14px;line-height:1.65}.tech-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:23px}.tech-tags span{border:1px solid #403749;padding:3px 9px;font-family:var(--mono);font-size:12px;color:#b4a3c6;border-radius:2px}.project-links{display:flex;gap:27px;margin-top:27px;font-size:14px}.project-links a{border-bottom:1px solid #554367;padding-bottom:4px}.project-links a:hover{color:var(--accent)}.project-links a span{margin-left:8px}.project-exhibit{display:flex;flex-direction:column;min-width:0;background:#1c1820;background-image:radial-gradient(#41364c 1px,transparent 1px);background-size:20px 20px}.exhibit-bar{padding:15px 19px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;font-family:var(--mono);font-size:12px;color:#b5a9c1;background:#19161c}.exhibit-mark{font-size:18px;margin-right:7px;vertical-align:middle;color:var(--accent)}.exhibit-label{font-size:12px;letter-spacing:.08em;color:#9d90aa}.demo{display:flex;flex:1;flex-direction:column;min-width:0}.demo[hidden]{display:none}.diagram-stage{position:relative;min-height:350px;flex:1;width:100%;overflow:hidden}.diagram-stage>svg{position:absolute;width:100%;height:100%;inset:0;color:#a981d2}.uml-path{stroke:#a981d2;stroke-width:1.5;fill:none}.extra-path{opacity:0;transition:opacity .4s}.uml-box{position:absolute;z-index:1;width:185px;border:1px solid #b898d9;background:#241d2c;box-shadow:5px 5px 0 #100c14b3;font-family:var(--mono);color:#d8c9e8;font-size:12px;transition:transform .3s,opacity .3s}.uml-box strong{display:block;font-size:18px;font-weight:500;text-align:center;line-height:1.3;padding:0 10px 10px}.uml-stereo{display:block;text-align:center;font-size:12px;color:#9f83bb;padding:8px 0 4px}.uml-box>div{border-top:1px solid #614a79;padding:10px 12px;line-height:1.75}.box-project{left:9%;top:14%;transform:rotate(-3deg)}.box-diagram{right:8%;top:47%;transform:rotate(3deg)}.box-model{left:14%;bottom:6%;width:170px;opacity:0;transform:translateY(15px) rotate(-2deg)}.has-model .box-model{opacity:1;transform:translateY(0) rotate(-2deg)}.has-model .extra-path{opacity:1}.relation-label{position:absolute;left:49%;top:28%;font-family:var(--mono);font-size:12px;color:#a08db4;transform:rotate(-2deg)}.relation-label span{display:block;color:var(--accent);padding-top:4px}.demo-toolbar{padding:16px 18px;border-top:1px solid #40344c;display:flex;justify-content:space-between;align-items:center;gap:15px;background:#1a1420}.demo-toolbar>span{font-family:var(--mono);font-size:12px;color:#a99bb8;max-width:50%}.demo-action{padding:7px 10px;border:1px solid #6d5288;font-family:var(--mono);font-size:12px;background:#2e203c;white-space:nowrap;color:#dbbff7;border-radius:2px;transition:background .2s}.demo-action:hover{background:#443058}.work-foot{display:flex;align-items:center;justify-content:space-between;padding-top:26px;color:var(--muted)}.work-foot .eyebrow{font-size:12px}.work-foot a{font-size:14px}.work-foot a span{margin-left:10px}.work-foot a:hover{color:var(--accent)}.share-stage{display:flex;align-items:center;justify-content:center;gap:25px;flex:1;padding:35px 30px;min-height:350px}.share-endpoint{display:flex;align-items:center;flex-direction:column;gap:6px}.endpoint-symbol{border:1px solid #795b97;background:#281d33;padding:22px;font-family:var(--mono);font-size:37px;line-height:1;margin-bottom:9px;color:var(--accent)}.share-endpoint strong{font-size:16px;font-weight:500}.share-endpoint small{font-family:var(--mono);font-size:12px;color:#a28fb5;white-space:nowrap}.transfer-track{flex:1;max-width:160px;position:relative;text-align:center}.transfer-line{height:2px;background:repeating-linear-gradient(to right,#947aae 0 5px,transparent 5px 12px);width:100%;margin-bottom:18px}.transfer-track>span:last-child{font-family:var(--mono);font-size:12px;color:#a994be;display:block;min-height:34px}.transfer-file{position:absolute;left:0;top:-17px;border:1px solid var(--accent);background:#342643;width:28px;height:33px;color:var(--accent);opacity:0;font-size:20px}.is-transferring .transfer-file{animation:transfer 1.25s ease-in-out 2}.demo-disclaimer{font-family:var(--mono);font-size:12px;color:#998da5;background:#1a1420;padding:0 18px 14px}.usb-stage{padding:70px 40px 45px;flex:1}.usb-stage>.eyebrow{color:#a28cb8;font-size:12px}.partition-map{display:flex;margin:35px 0 23px;border:1px solid #9b78bf;height:138px;padding:7px;gap:6px;background:#1a1223}.data-partition{display:flex;flex:1;justify-content:center;flex-direction:column;padding-left:25px;border:1px solid #5b4176;background:#2e203c;transition:background .3s}.data-partition strong{font-family:var(--mono);font-weight:500;font-size:29px;color:var(--accent)}.data-partition>span{font-size:13px;color:#b09ac6}.boot-partition{width:47px;display:grid;place-items:center;background:repeating-linear-gradient(45deg,#4d3665 0 2px,#362448 2px 8px);border:1px solid #765796}.boot-partition>span{transform:rotate(-90deg);font-family:var(--mono);font-size:13px}.partition-key{display:flex;gap:25px;font-family:var(--mono);font-size:12px;color:#b29bc9}.partition-key>span{display:flex;align-items:center;gap:8px}.partition-key i{width:9px;height:9px;background:#5e4478}.partition-key>span:last-child i{background:#b496d3}.usb-info{display:flex;justify-content:space-between;gap:10px;font-size:13px;border-top:1px solid #47345b;padding-top:21px;margin-top:26px;color:#bcaace}.usb-info>span:first-child{color:var(--accent)}.gpt-preview .partition-map{border-color:#c9ace6}.gpt-preview .data-partition{background:#302739;border-color:#8b73a4}.gpt-preview .data-partition strong{color:#d4bcec}.about{padding-block:104px;display:grid;grid-template-columns:1fr 1fr;gap:110px}.about-intro h2{font-size:clamp(45px,4.6vw,64px);margin-bottom:29px}.about-intro h2 em{color:var(--accent)}.about-intro>p{font-size:17px;color:var(--muted);line-height:1.8;margin-top:17px;max-width:485px}.text-link{display:inline-block;font-size:14px;border-bottom:1px solid #594d66;padding-bottom:6px;margin-top:29px}.text-link>span{margin-left:25px;color:var(--accent)}.text-link:hover{color:var(--accent)}.field-notes{padding-top:4px}.notes-title{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:19px;color:var(--muted)}.notes-title>span:last-child{font-size:24px;color:var(--accent);line-height:1}.field-notes article{display:flex;gap:25px;padding:24px 0;border-bottom:1px solid var(--line)}.note-number{font-family:var(--mono);font-size:12px;color:#736681;padding-top:4px}.field-notes h3{font-size:17px;line-height:1.4;margin-bottom:9px;font-weight:500}.field-notes p{font-size:14px;line-height:1.75;color:var(--muted)}.note-tag{display:inline-block;font-family:var(--mono);font-size:12px;color:var(--accent);margin-top:15px;letter-spacing:.03em}.interests{display:flex;justify-content:space-between;align-items:center;gap:15px;padding-top:23px}.interests>span{font-size:12px;color:var(--muted)}.interests p{font-size:13px;color:var(--ink)}.interests p>span{color:var(--accent);margin-inline:6px}.contact{background:var(--accent);color:#1d1525;padding:40px 0 38px}.contact-top{display:flex;justify-content:space-between;gap:20px}.contact-title{display:flex;justify-content:space-between;align-items:center;margin:7px 0 21px}.contact-title h2{font-size:clamp(100px,14.8vw,215px);letter-spacing:-.07em;font-weight:500;margin:0;line-height:1.15}.contact-title h2 span{font-family:var(--serif);font-weight:400;font-style:italic;display:inline-block;margin-left:8px;transition:transform .3s}.contact-title:hover h2 span{transform:rotate(12deg)}.contact-arrow{font-size:clamp(70px,11vw,154px);font-weight:400;line-height:1;transition:transform .3s}.contact-title:hover .contact-arrow{transform:translate(9px,-9px)}.contact-bottom{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;border-top:1px solid #8561a9;padding-top:28px}.contact-bottom>p{font-size:15px;line-height:1.8;color:#433453}.contact-bottom>p a{color:#1d1525;border-bottom:1px solid #7b5c9b}.socials{display:flex;gap:30px;font-size:14px;color:#201828}.socials a:hover{text-decoration:underline;text-underline-offset:5px}.footer{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:29px;color:var(--muted);font-size:12px}.footer>span:nth-child(2){font-family:var(--mono);font-size:12px}.footer>a:hover{color:var(--accent)}.skip-link{position:fixed;top:-80px;left:16px;z-index:20;background:var(--accent);color:#111;padding:12px 20px}.skip-link:focus{top:12px}@keyframes slowturn{to{transform:rotate(360deg)}}@keyframes transfer{0%{left:0;opacity:0}15%{opacity:1}85%{opacity:1}100%{left:calc(100% - 25px);opacity:0}}
@media(min-width:1500px){.hero-layout{padding:83px 0 79px}.project-map{height:400px}h1{font-size:130px}}
@media(max-width:1150px){.wrap{width:calc(100% - 72px)}.hero-layout{gap:24px;grid-template-columns:1.05fr 1fr}h1{font-size:8.3vw}.asterisk{margin-left:12px}.hero-copy>p{font-size:16px}.project-map{height:330px}.map-node{padding:9px;gap:6px;font-size:13px}.node-icon{font-size:20px}.node-plus{display:none}.map-node small{font-size:12px}.map-top .eyebrow{font-size:12px}.hero-foot>span:first-child{display:none}.project-description{padding:30px 25px}.project-description h3{font-size:33px}.project-panel{grid-template-columns:.95fr 1.15fr}.uml-box{width:155px;font-size:12px}.uml-box strong{font-size:16px}.box-model{width:142px;bottom:12%}.exhibit-label{display:none}.about{gap:60px}.interests{align-items:flex-start;flex-direction:column;gap:5px}.demo-toolbar{padding:14px 12px;gap:8px}.demo-toolbar>span{font-size:12px}.demo-action{font-size:12px}.share-stage{padding-inline:20px;gap:15px}.endpoint-symbol{padding:17px}.usb-stage{padding-inline:24px}.partition-key{gap:15px}.contact-bottom>p{font-size:14px}.socials{gap:20px}}
@media(max-width:800px){.wrap{width:calc(100% - 44px)}.header{height:92px}nav{gap:22px;font-size:13px}.brand{font-size:12px;gap:12px}.brand-symbol{font-size:55px}nav a>span{display:none}.nav-contact{padding:8px 12px}.hero{padding-top:25px}.hero-eyebrow>.eyebrow{font-size:12px}.location{font-size:12px}.hero-layout{grid-template-columns:1fr;gap:50px;padding:47px 0 43px}h1{font-size:clamp(68px,13vw,103px);max-width:max-content}.asterisk{font-size:.63em;margin-left:25px}.hero-copy>p{font-size:18px;margin-top:26px}.primary-link{margin-top:24px}.map-shell{max-width:550px;width:93%;justify-self:center;transform:rotate(1.5deg)}.project-map{height:330px}.map-node{font-size:14px;padding:12px;gap:10px}.map-node small{font-size:12px}.node-plus{display:inline}.node-icon{font-size:24px}.map-top .eyebrow{font-size:12px}.hero-foot{padding:22px 0;gap:12px}.hero-foot p{font-size:13px}.hero-foot b{margin:0 9px}.hero-foot>span{font-size:12px}.work-section{padding-top:58px}.section-heading{margin-bottom:29px}.section-heading h2{font-size:47px}.section-heading>p{font-size:13px}.project-tab{font-size:19px;padding:19px 15px;gap:10px}.project-tab>span:first-child{font-size:12px}.project-tab .tab-arrow{font-size:19px}.project-panel{grid-template-columns:1fr}.project-description{border-right:0;border-bottom:1px solid var(--line);padding:29px}.project-description h3{font-size:37px}.project-description h3 br{display:none}.project-description>p{max-width:570px}.project-description dl{margin-top:19px}.project-description .contribution{font-size:15px}.project-links{margin-top:21px}.project-exhibit{min-height:425px}.diagram-stage{min-height:360px}.uml-box{width:190px;font-size:12px}.uml-box strong{font-size:18px}.box-project{top:10%;left:10%}.box-diagram{top:44%;right:11%}.box-model{width:170px;bottom:5%;left:13%}.exhibit-label{display:block}.demo-toolbar{padding:16px 20px}.demo-toolbar>span{font-size:12px}.demo-action{font-size:12px}.share-stage{min-height:330px;gap:25px}.endpoint-symbol{padding:23px}.usb-stage{padding:45px 40px}.about{grid-template-columns:1fr;gap:47px;padding-block:66px}.about-intro h2{font-size:57px}.about-intro>p{max-width:620px}.field-notes article{gap:20px}.interests{flex-direction:row;align-items:center}.contact{padding-top:30px}.contact-top .eyebrow{font-size:12px}.contact-title h2{font-size:17.5vw}.contact-bottom{align-items:flex-start;flex-direction:column;gap:22px}.socials{gap:32px}.footer{font-size:12px;padding-block:25px}.footer>span:nth-child(2){display:none}}
@media(max-width:480px){.wrap{width:calc(100% - 36px)}.header{height:83px}nav{gap:16px;font-size:12px}nav>a:first-child{font-size:0}nav>a:first-child:before{content:'Work';font-size:12px}.nav-contact{padding:7px 10px}.brand{font-size:12px;gap:8px}.brand-symbol{font-size:49px}.hero-eyebrow{align-items:flex-start}.hero-eyebrow .eyebrow{font-size:12px;max-width:165px}.location{font-size:12px;white-space:nowrap;line-height:1.7}.location>span{display:none}.hero-layout{padding-top:40px;gap:36px}h1{font-size:16vw;letter-spacing:-.065em}.asterisk{margin-left:11px;font-size:.52em;margin-top:12px}.hero-copy>p{font-size:16px;line-height:1.75}.desktop-break{display:none}.primary-link{font-size:13px;gap:45px;padding:11px 16px}.map-shell{width:95%}.map-top,.map-bottom{padding-inline:12px}.map-top .eyebrow{font-size:12px}.project-map{height:300px}.map-center>span{font-size:60px}.map-center small{font-size:12px}.map-node{padding:9px 8px;font-size:12px;gap:6px}.map-node small{font-size:12px}.node-plus{display:none}.node-icon{font-size:19px}.map-bottom{font-size:12px}.hero-foot{justify-content:center;padding-bottom:24px}.hero-foot>span.scroll-note{display:none}.hero-foot p{font-size:12px}.hero-foot b{margin:0 11px}.section-heading{display:block}.section-heading h2{font-size:40px;margin-top:16px}.section-heading>p{margin-top:18px;font-size:14px}.section-heading>p br{display:none}.eyebrow{font-size:12px}.project-tab{font-size:15px;gap:7px;padding:17px 10px;justify-content:center}.project-tab .tab-arrow{display:none}.project-tab>span:first-child{font-size:12px}.project-description{padding:25px 22px}.project-description h3{font-size:34px}.project-description>p{font-size:15px}.project-description .contribution{font-size:14px}.project-type{font-size:12px}.exhibit-bar{padding:13px 12px;font-size:12px}.exhibit-label{font-size:12px}.diagram-stage{min-height:320px}.project-exhibit{min-height:390px}.uml-box{width:143px;font-size:12px}.uml-box strong{font-size:15px;padding-bottom:7px}.uml-box>div{padding:8px}.uml-stereo{font-size:12px}.box-project{top:11%;left:7%}.box-diagram{right:6%;top:47%}.box-model{width:130px;bottom:6%;left:9%}.relation-label{left:56%;top:29%;font-size:12px}.demo-toolbar{padding:13px 11px;gap:9px}.demo-toolbar>span{font-size:12px;max-width:44%}.demo-action{font-size:12px;padding:7px 8px}.work-foot .eyebrow{font-size:12px}.work-foot a{font-size:12px}.work-foot a span{margin-left:3px}.share-stage{padding:30px 14px;gap:14px;min-height:310px}.endpoint-symbol{padding:16px;font-size:27px}.share-endpoint strong{font-size:14px}.share-endpoint small{font-size:12px}.transfer-track>span:last-child{font-size:12px}.demo-disclaimer{font-size:12px;padding-inline:12px}.usb-stage{padding:43px 22px 30px}.usb-stage>.eyebrow{font-size:12px}.partition-map{height:123px;margin-top:27px}.partition-key{font-size:12px}.data-partition strong{font-size:25px}.data-partition>span{font-size:12px}.boot-partition{width:34px}.usb-info{font-size:12px}.about-intro>.eyebrow{font-size:12px}.about-intro h2{font-size:48px}.about-intro>p{font-size:16px}.field-notes h3{font-size:16px}.field-notes p{font-size:14px}.interests>span{font-size:12px}.interests p{font-size:12px}.interests p>span{margin:0 4px}.contact-top .eyebrow{font-size:12px}.contact-title{margin-top:18px;margin-bottom:20px}.contact-title h2{font-size:20vw}.contact-arrow{font-size:20vw}.contact-bottom{padding-top:23px}.contact-bottom>p{font-size:13px}.socials{font-size:13px}.footer{font-size:12px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.transfer-file{display:none}}
.hero-copy h1{white-space:normal}.map-node small{white-space:normal}.map-node{max-width:47%}.map-center small{max-width:110px}.project-description>p,.about-intro>p,.field-notes p{font-size:16px}.demo-action{font-size:14px}.uml-box.box-model{visibility:hidden}.has-model .uml-box.box-model{visibility:visible}.project-title{word-spacing:normal}
@media(max-width:800px){.hero-eyebrow{gap:20px}.hero-eyebrow>.eyebrow{max-width:250px}.map-node small{font-size:12px}.map-node{min-width:138px}.demo-toolbar{flex-wrap:wrap}.demo-toolbar>span{max-width:100%}.hero-foot .scroll-note{display:none}}
@media(max-width:480px){.hero-eyebrow>.eyebrow{max-width:170px}.location{white-space:normal;text-align:right;max-width:130px}.map-top .eyebrow{font-size:12px}.map-node{min-width:127px;padding:9px 7px;gap:5px}.node-icon{display:none}.map-node small{font-size:12px;letter-spacing:-.035em}.map-bottom{gap:9px;text-align:center}.uml-box{width:151px;font-size:11px}.uml-box>div{padding:8px 6px}.box-project{left:4%;top:9%}.box-diagram{right:4%;top:49%}.box-model{width:141px;left:4%;bottom:4%}.relation-label{left:56%;font-size:12px}.exhibit-label{display:none}.demo-toolbar{align-items:flex-start;flex-direction:column;gap:12px}.demo-toolbar>span{font-size:12px}.demo-action{font-size:14px}.hero-foot b{margin-inline:8px}.section-heading h2{font-size:38px}.project-tab{padding-inline:7px}.project-tab>span:first-child{display:none}.work-foot{gap:15px;align-items:flex-start}.work-foot .eyebrow{max-width:150px}.work-foot a{font-size:14px;white-space:nowrap}.interests{align-items:flex-start;flex-direction:column;gap:8px}.interests p{font-size:14px}.contact-top>.eyebrow:last-child{display:none}.socials{font-size:14px}.footer{font-size:12px}.share-endpoint small{max-width:75px;white-space:normal;text-align:center}.share-stage{gap:10px;padding-inline:12px}.transfer-track{min-width:60px}.partition-key{flex-wrap:wrap;gap:10px}.usb-stage{padding-inline:18px}.brand{font-size:12px}nav{gap:10px}.nav-contact{padding-inline:9px}.brand-symbol{font-size:45px}.brand{gap:7px}}
