@charset "UTF-8";.page-transition.page-exit{animation:fadeOut .5s ease-out forwards}.page-transition.page-enter{animation:fadeIn .5s ease-out forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navigation{opacity:1!important;animation:none!important}*{margin:0;padding:0;box-sizing:border-box}html,body{scrollbar-width:none;overflow-x:clip}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff}:root{--sidebar-width: 16rem}@media screen and (min-width:768px)and (max-width:1024px){:root{--sidebar-width: 50vw}}.app{position:relative;width:100%;background:#fff;color:#222;overflow:hidden}.persistent-pages-container{position:relative;width:100%;transition:transform .32s cubic-bezier(.4,0,.2,1);will-change:transform}.persistent-pages-container.sidebar-open{transform:translate(calc(var(--sidebar-width) * -.5))}@media screen and (max-width:767px){.persistent-pages-container.sidebar-open{transform:translate(calc(var(--sidebar-width) * -.2))}}.persistent-page{width:100%}.persistent-page.visible{display:block;visibility:visible;pointer-events:auto}.persistent-page.hidden{visibility:hidden;height:0;overflow:hidden;pointer-events:none}.footer-wrapper.visible{display:block;visibility:visible;pointer-events:auto}.footer-wrapper.hidden{display:none;visibility:hidden;pointer-events:none}.home{--accent: #e8552e;--home-gap: 2rem;--row-vgap: 6rem;width:100%;background:transparent;color:#222}.focus-boil-defs{position:absolute;width:0;height:0}.home-canvas-layer{position:fixed;inset:0;z-index:40;pointer-events:none}.home-canvas-layer--hidden{display:none}.home-canvas{width:100%;height:100%;display:block}.home-drag-surface{position:fixed;top:0;left:0;width:0;height:0;z-index:50;cursor:grab;touch-action:none;background:transparent}.home-drag-surface--hidden{display:none}.home-step-nav{position:fixed;bottom:calc(1.1rem + env(safe-area-inset-bottom,0px));left:0;right:0;z-index:60;display:none;justify-content:space-between;padding:0 clamp(3.5rem,18vw,9rem)}@media screen and (min-width:769px)and (max-width:1024px){.home-step-nav{bottom:calc(2rem + env(safe-area-inset-bottom,0px));padding:0 clamp(6rem,22vw,13rem)}}.home-step-nav{transform:translateY(calc(100% + 2.5rem + env(safe-area-inset-bottom,0px)));pointer-events:none}@media(max-width:1024px){.home-step-nav{display:flex}}.home-step-nav--up{transform:translateY(0);transition:transform .55s cubic-bezier(.34,1.56,.64,1)}.home-step-nav--off .home-step-btn{pointer-events:none}.home-step-nav--hidden{display:none!important}.home-step-btn{display:flex;align-items:center;justify-content:center;width:56px;height:56px;padding:0;border:2px solid #222222;border-radius:50%;background:#fff;color:#222;cursor:pointer;pointer-events:auto;touch-action:none;transform:translateY(0);transition:transform .55s cubic-bezier(.34,1.56,.64,1)}.home-step-btn svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.home-step-btn--hidden{transform:translateY(calc(100% + 2.5rem + env(safe-area-inset-bottom,0px)));transition:none;pointer-events:none}.home-intro-view{position:fixed;top:0;left:0;width:0;height:0}.home-frame-draw{position:fixed;top:0;left:0;z-index:39;pointer-events:none}.home-frame-draw svg{display:block;width:100%;height:100%}.home-frame-draw--hidden{display:none}.home-cam-debug-surface{position:fixed;inset:0;z-index:60;cursor:grab}.home-cam-debug-surface:active{cursor:grabbing}.home-cam-debug-panel{position:fixed;top:12px;left:12px;z-index:1001;display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:8px;background:#141416d1;color:#eaeaea;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:11px;line-height:1.5;pointer-events:auto}.home-cam-debug-panel .home-cam-debug-readout{margin:0;white-space:pre;-webkit-user-select:text;user-select:text}.home-cam-debug-panel .home-cam-debug-row{display:flex;align-items:center;gap:8px}.home-cam-debug-panel .home-cam-debug-row input[type=range]{flex:1}.home-cam-debug-panel button{cursor:pointer;padding:4px 8px;border-radius:6px;border:1px solid #555;background:#2a2a2e;color:#eaeaea}.home-intro-text{position:fixed;inset:0;z-index:38;pointer-events:none;will-change:transform}.home-intro-text--hidden{display:none}.home-intro-step{position:absolute;left:8vw;right:8vw;top:72%;margin:0 auto;max-width:36rem;text-align:center;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:clamp(1.5rem,2.6vw,2.4rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#1a1a1a;will-change:transform,filter,opacity}.home-intro-step--2,.home-intro-step--3{transform:translateY(60vh);opacity:0}.home-intro-wordbox,.home-intro-letter{display:inline-block}.home-intro-word{display:inline-block;opacity:0;transform:translateY(.4em);animation:home-word-in .55s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--i) * .06s)}.home-intro-text--waiting .home-intro-word{animation-play-state:paused}@keyframes home-word-in{to{opacity:1;transform:none}}.home-loader{position:fixed;inset:0;z-index:35;display:grid;place-items:center;background:#fff;transition:opacity .45s ease}.home-loader--done{opacity:0;pointer-events:none}.home-loader-icon{transform:translateY(-6vh)}.home-loader-icon svg{display:block;width:min(56vmin,440px);height:min(56vmin,440px);overflow:visible}@media(max-width:768px){.home-loader-icon svg{width:min(86.4vmin,528px);height:min(86.4vmin,528px)}}.home-loader-icon svg *{fill:none;stroke:#67675d;stroke-width:.16;stroke-linecap:round}.home-loader-icon svg [stroke="#FF8000"]{stroke:#ed9600}.home-loader-icon svg [stroke="#809FFF"]{stroke:#8fae8c}.home-stage-spacer{width:100%;height:1180vh}@media(prefers-reduced-motion:reduce){.home-cell{opacity:1;transform:none;transition:none}.focus-face--front img{filter:none}.focus-face--back{animation:none}.focus-swatch.is-flipped .focus-face--back{-webkit-mask-position:50% 50%;mask-position:50% 50%}.home-intro-word{animation:none;opacity:1;transform:none}}.home-panels{width:100%;display:flex;flex-direction:column;gap:var(--row-vgap);padding-top:9rem;padding-bottom:.75rem}.home-panel{width:100%}.home-row{--row-gap: var(--home-gap);width:clamp(40rem,100% - 20rem,1600px);margin-left:auto;margin-right:auto}@media screen and (max-width:1440px){.home-row{width:calc(100% - 16rem)}}@media screen and (max-width:1024px){.home-row{width:calc(100% - 2rem)}}@media screen and (max-width:768px){.home-row{width:calc(100% - 2rem)}}.home-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--row-gap)}@media screen and (max-width:1024px){.home-row{flex-direction:column}}.home-cell{position:relative;display:flex;flex-direction:column;justify-content:center;gap:1.1rem;--cell-pad-x: clamp(1.5rem, 3vw, 3.25rem);--cell-pad-top: clamp(2.5rem, 5vw, 5rem);padding:var(--cell-pad-x);padding-top:var(--cell-pad-top);min-width:0;flex:none;width:calc((100% - var(--row-gap)) / 2);aspect-ratio:1/1;border-radius:16px}@media screen and (max-width:1024px){.home-cell{width:100%}}.home-cell{opacity:0;transform:translateY(28px);transition:opacity .3s ease,transform 1.7s cubic-bezier(.22,1,.36,1)}.home-cell.is-revealed{opacity:1;transform:none}.home-cell .cell-title{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#999;margin:0}.home-cell--intro{align-items:center;justify-content:center;padding-top:clamp(1.5rem,3vw,3.25rem);container-type:size}.home-cell--intro .intro-scene{position:absolute;inset:0}.home-cell--intro .intro-scene-canvas{width:100%;height:100%}.home-cell--intro .intro-cover{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;gap:8cqh;pointer-events:none}.home-cell--intro .intro-cover-name{height:44cqh;width:auto;filter:url(#focus-boil-a);-webkit-mask-image:url(/home/Brush.png);mask-image:url(/home/Brush.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:180% 180%;mask-size:180% 180%;-webkit-mask-position:400% 50%;mask-position:400% 50%;transition:-webkit-mask-position .7s ease,mask-position .7s ease}.home-cell--intro .intro-cover-name--shown{-webkit-mask-position:50% 50%;mask-position:50% 50%}.home-cell--intro .intro-cover-name--cleared{-webkit-mask-position:-300% 50%;mask-position:-300% 50%}.home-cell--intro .intro-name{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.3em;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1;color:#1a1a1a;font-size:42cqh}.home-cell--intro .intro-char{position:relative;display:flex;flex-direction:column;align-items:center;cursor:default;transition:transform .25s ease,color .25s ease}.home-cell--intro .intro-char:hover{color:var(--accent);transform:translateY(-.06em)}.home-cell--intro .intro-stack{display:flex;flex-direction:column;align-items:center;transform:translateY(-.22em)}.home-cell--intro .intro-underline{width:100%;height:2px;margin-top:.5em;border-radius:999px;transform:scaleX(0);transform-origin:left center;transition:transform .4s cubic-bezier(.65,0,.35,1)}.home-cell--intro .intro-underline--bamboo{background:#3da35d}.home-cell--intro .intro-underline--peace{background:#3d7ea3}.home-cell--intro .intro-char:hover .intro-underline{transform:scaleX(1)}.home-cell--intro .intro-pinyin{font-size:.16em;font-weight:500;letter-spacing:.04em;color:#999;margin-bottom:.35em;transition:color .25s ease,transform .25s ease}.home-cell--intro .intro-char:hover .intro-pinyin{color:#1a1a1a;transform:translateY(-.25em)}.home-cell--intro .intro-glyph{display:block;line-height:1}.home-cell--intro .intro-def{position:absolute;top:100%;left:50%;margin-top:.06em;display:flex;flex-direction:column;align-items:center;width:max-content;font-size:.13em;font-weight:500;letter-spacing:.02em;white-space:nowrap;color:#666;opacity:0;transform:translate(-50%,.4em);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.home-cell--intro .intro-char:hover .intro-def{opacity:1;transform:translate(-50%)}.home-cell--statement{padding:clamp(2rem,4vw,4rem);padding-top:clamp(2.5rem,5vw,5rem)}@media screen and (max-width:1024px){.home-cell--statement{order:-1;aspect-ratio:auto;padding:1.75rem}}.home-cell--statement .statement-lead{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.15;letter-spacing:-.02em;color:#1a1a1a;margin:0}@media screen and (max-width:1024px){.home-cell--statement .statement-lead{font-size:1.85rem}}@media screen and (max-width:768px){.home-cell--statement .statement-lead{font-size:1.6rem}}.home-cell--statement .statement-desc{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.6;color:#555;margin:0;max-width:34rem}@media screen and (max-width:1024px){.home-cell--statement .statement-desc{font-size:1.15rem}}@media screen and (max-width:768px){.home-cell--statement .statement-desc{font-size:1rem}}.home-cell--focus .cell-title,.home-cell--latest .cell-title,.home-cell--globe .cell-title{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;text-transform:none;color:#222}@media screen and (max-width:1024px){.home-cell--focus .cell-title,.home-cell--latest .cell-title,.home-cell--globe .cell-title{font-size:1.35rem}}@media screen and (max-width:768px){.home-cell--focus .cell-title,.home-cell--latest .cell-title,.home-cell--globe .cell-title{font-size:1.15rem}}.home-cell--focus,.home-cell--latest,.home-cell--globe{--cell-pad-top: 1rem;--cell-pad-x: 0}.home-cell--focus{justify-content:flex-start}.home-cell--focus .focus-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2rem;place-items:center}.home-cell--focus .focus-swatch{appearance:none;border:none;margin:0;padding:0;background:none;font:inherit;color:inherit;cursor:pointer;border-radius:14px;position:relative;width:95%;height:95%;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.home-cell--focus .focus-card{position:absolute;inset:0}.home-cell--focus .focus-face{position:absolute;inset:0;border-radius:14px;overflow:hidden;background:var(--swatch-color);display:flex;align-items:center;justify-content:center}.home-cell--focus .focus-face--front img{display:block;width:70%;height:70%;object-fit:contain;filter:url(#focus-boil-a)}.home-cell--focus .focus-swatch:nth-child(2n) .focus-face--front img{filter:url(#focus-boil-b)}.home-cell--focus .focus-face--back{z-index:1;-webkit-mask-image:url(/home/Brush.png);mask-image:url(/home/Brush.png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:180% 180%;mask-size:180% 180%;-webkit-mask-position:400% 50%;mask-position:400% 50%;flex-direction:column;gap:.5rem;padding:clamp(.75rem,5%,1.25rem);text-align:center;font-family:national-park,Helvetica Neue,Arial,sans-serif}.home-cell--focus .focus-swatch.is-flipped .focus-face--back{animation:focus-wipe-in .55s ease forwards}.home-cell--focus .focus-swatch.has-flipped:not(.is-flipped) .focus-face--back{animation:focus-wipe-out .55s ease}.home-cell--focus .focus-back-title{font-size:1.35rem;font-weight:700;letter-spacing:.02em;color:#24241f}.home-cell--focus .focus-skills{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.home-cell--focus .focus-skills li{font-size:1rem;line-height:1.4;color:#3a3a32}.home-cell--focus .focus-boil-defs{position:absolute;width:0;height:0}@keyframes focus-wipe-in{0%{-webkit-mask-position:400% 50%;mask-position:400% 50%}to{-webkit-mask-position:50% 50%;mask-position:50% 50%}}@keyframes focus-wipe-out{0%{-webkit-mask-position:50% 50%;mask-position:50% 50%}to{-webkit-mask-position:-300% 50%;mask-position:-300% 50%}}.home-cell--globe{padding:0;overflow:hidden;justify-content:flex-start;gap:0}.home-cell--globe .cell-title{padding:var(--cell-pad-top) var(--cell-pad-x) 1.1rem}.home-cell--globe .globe-scene{position:relative;flex:1 1 auto;min-height:0;width:100%;background:#eae3d9;border-top-left-radius:16px;border-top-right-radius:16px}.home-cell--globe .globe-canvas-wrap,.home-cell--globe .globe-stage-inner,.home-cell--globe .globe-canvas{width:100%;height:100%;display:block}.home-cell--globe .globe-stage-inner{position:relative}.home-cell--globe .globe-caption{position:absolute;left:50%;bottom:.4rem;transform:translate(-50%,6px);padding:.3rem .75rem;border-radius:999px;background:#24241feb;color:#f4efe7;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:.8rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .25s ease,transform .25s ease}.home-cell--globe .globe-caption.is-visible{opacity:1;transform:translate(-50%)}.home-cell--globe .globe-canvas{cursor:grab}@media(pointer:coarse){.home-cell--globe .globe-canvas canvas{touch-action:pan-y}}.home-cell--latest{overflow:hidden;justify-content:flex-start}.home-cell--latest .latest-media{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;width:100%;gap:1.1rem;text-decoration:none;cursor:pointer}.home-cell--latest .latest-tile{position:relative;flex:1 1 auto;min-height:0;width:100%;overflow:hidden}.home-cell--latest .latest-info{position:absolute;top:0;left:0;width:100%;height:50%;display:flex;flex-direction:row;align-items:center;gap:.9rem;padding:.6rem}.home-cell--latest .latest-logo{flex:0 0 auto;width:25%;height:auto;object-fit:contain}.home-cell--latest .latest-desc{flex:1 1 auto;margin:0;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:.95rem;line-height:1.45;color:#555}.home-cell--latest .latest-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.home-cell--latest .latest-arrow{font-size:1.4rem;line-height:1;color:#222;transition:transform .25s ease}.home-cell--latest .latest-media:hover .latest-arrow{transform:translate(4px)}.home-cell--latest .latest-video-wrap{position:absolute;left:0;bottom:0;width:100%;height:50%;overflow:hidden;border-radius:16px}.home-cell--latest .latest-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-cell--latest .latest-fade{position:absolute;inset:0;background:#000;opacity:0;transition:opacity 1s ease;pointer-events:none}.home-cell--latest .latest-fade.is-black{opacity:1}.home-cell--now{background:#eae3d9;padding:0;overflow:hidden;justify-content:flex-start;gap:0}@media screen and (min-width:769px)and (max-width:1024px){.home-cell--now{aspect-ratio:auto;height:48vh}}.home-cell--now .now-top{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:1.1rem;padding:var(--cell-pad-top) var(--cell-pad-x) 1.5rem}.home-cell--now .now-text{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.6;color:#444;margin:0;max-width:32rem}@media screen and (max-width:1024px){.home-cell--now .now-text{font-size:1.15rem}}@media screen and (max-width:768px){.home-cell--now .now-text{font-size:1rem}}.home-cell--now .now-cta{align-self:flex-start;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:.95rem;color:#222;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;transition:color .2s ease}.home-cell--now .now-cta:hover{color:var(--accent)}.home-cell--spotify{padding:0;overflow:hidden}@media screen and (min-width:769px)and (max-width:1024px){.home-cell--spotify{aspect-ratio:auto;height:48vh}}.home-cell--spotify .connect-spotify{flex:1 1 auto;min-height:0;width:100%;position:relative}.home-cell--spotify .connect-spotify iframe{position:absolute;inset:0;display:block;width:100%;height:100%;border:0}.nav-bg-bar{display:none}@media screen and (max-width:1024px){.nav-bg-bar{display:block;position:fixed;top:0;left:0;width:100%;height:3.5rem;background-color:#fff;z-index:800;pointer-events:none;transition:background-color .2s ease,transform .3s ease}}@media screen and (max-width:1024px){.nav-bg-bar.nav-hidden{transform:translateY(-100%)}}@media screen and (max-width:1024px){.nav-bg-bar.nav-bg-bar--dark{background-color:transparent}}.navigation{position:fixed;z-index:1000;pointer-events:auto}.navigation .navigation-header{position:fixed;top:0;width:100%;height:3.5rem;display:flex;flex-direction:row;align-items:center;transition:transform .3s ease,background-color .25s ease}@media screen and (max-width:1024px){.navigation.nav-hidden .navigation-header{transform:translateY(-100%)}}.navigation.navigation--home-dark .name-button-container,.navigation.navigation--home-dark .name-button,.navigation.navigation--home-dark .projects-button,.navigation.navigation--home-dark .projects-button:visited,.navigation.navigation--home-dark .nav-links .nav-link,.navigation.navigation--home-dark .nav-links .nav-link:visited,.navigation.navigation--home-dark .nav-links .nav-sidebar-toggle{color:#fff}.navigation.navigation--home-dark .nav-links .nav-link .underline-inner1{background-color:#fff}@media screen and (min-width:1025px){.navigation.menu-open .name-button-container,.navigation.menu-open .nav-link{opacity:0;pointer-events:none}}@media screen and (min-width:768px)and (max-width:1024px){.navigation.menu-open .name-button-container,.navigation.menu-open .nav-link{transform:translate(calc(1.618034rem - var(--sidebar-width)))}}@media screen and (max-width:767px){.navigation.menu-open .nav-link{opacity:0;pointer-events:none}}.navigation.menu-open .nav-links .nav-sidebar-toggle{background:#1e1e1e}.navigation .name-button-container{position:absolute;left:3.618034rem;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;height:100%;font-weight:500;color:#1e1e1e;display:flex;align-items:center;gap:.5rem;transition:color .2s ease,opacity .2s ease,transform .32s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:1024px){.navigation .name-button-container{left:1.618034rem}}@media(max-width:767px){.navigation .name-button-container{left:1rem;font-size:1rem}}.navigation .name-button-container a{text-decoration:none;color:inherit}.navigation .name-button-container a:hover{text-decoration:none}.navigation .name-button-container a:visited{color:inherit}.navigation .name-button{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;background-color:transparent;border:none;cursor:pointer;padding:0;color:#1e1e1e;transition:color .2s ease,opacity .2s ease}@media(hover:hover)and (pointer:fine){.navigation .name-button:hover{opacity:.7}}@media(max-width:767px){.navigation .name-button{font-size:.9rem}}.navigation .projects-button{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;background-color:transparent;border:none;cursor:pointer;padding:0;color:#1e1e1e;transition:color .2s ease,opacity .2s ease}@media(hover:hover)and (pointer:fine){.navigation .projects-button:hover{opacity:.7}}@media(max-width:767px){.navigation .projects-button{font-size:.9rem}}.navigation .nav-links{display:flex;flex-direction:column;position:absolute;right:3.618034rem;top:50%;transform:translateY(-.6rem);gap:.35rem;align-items:flex-end}@media screen and (max-width:1024px){.navigation .nav-links{flex-direction:row;align-items:center;transform:translateY(-50%);gap:1.5rem;right:1.618034rem}}@media(max-width:767px){.navigation .nav-links{right:1rem;gap:1rem}}.navigation .nav-links .nav-sidebar-toggle{margin-bottom:.4rem;width:60px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#1e1e1e;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease,transform .15s ease}.navigation .nav-links .nav-sidebar-toggle svg{display:block}.navigation .nav-links .nav-sidebar-toggle:active{background:#fff}@media screen and (max-width:1024px){.navigation .nav-links .nav-sidebar-toggle{order:1;margin-bottom:0;margin-left:-.1rem}}@media screen and (max-width:767px){.navigation .nav-links .nav-sidebar-toggle{width:40px}}.navigation .nav-links .nav-link{font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;color:#1e1e1e;text-decoration:none;transition:color .2s ease,opacity .2s ease,transform .32s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;position:relative}@media(hover:hover)and (pointer:fine){.navigation .nav-links .nav-link:hover{opacity:.7}}.navigation .nav-links .nav-link:visited{color:#1e1e1e}@media(max-width:767px){.navigation .nav-links .nav-link{font-size:.9rem}}.navigation .nav-links .nav-link .nav-underline{position:absolute;bottom:-.2rem;left:0;width:100%;height:.1rem;border-radius:1px;overflow:hidden;pointer-events:none}.navigation .nav-links .nav-link .nav-underline .underline-inner1{width:100%;height:100%;background-color:#1e1e1e;transform:translate(101%);transition:none}.navigation .nav-links .nav-link .nav-underline .underline-inner1.initial{transition:none}.navigation .nav-links .nav-link .nav-underline .underline-inner1.pre-enter{transform:translate(101%);transition:none}.navigation .nav-links .nav-link .nav-underline .underline-inner1.active:not(.initial){transform:translate(0);transition:transform .65s cubic-bezier(.83,0,.17,1)}.navigation .nav-links .nav-link .nav-underline .underline-inner1.exiting{animation:navUnderlineExit .65s cubic-bezier(.83,0,.17,1) forwards}@keyframes navUnderlineExit{0%{transform:translate(0)}to{transform:translate(-101%)}}.toolbar{position:fixed;bottom:3.2725425rem;left:50%;transform:translate(-50%);z-index:1001;pointer-events:auto;display:flex;align-items:center;height:32px;width:100px;padding:0;border-radius:7px;background-color:#fff;border:solid 2px #222222;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}@media(max-width:768px){.toolbar{bottom:2rem}}.toolbar.active{opacity:1;visibility:visible}.toolbar .toolbar-bottom{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:100%;height:100%}.toolbar .toolbar-nav-container,.toolbar .toolbar-nav{display:contents}.toolbar .toolbar-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;height:100%;width:auto}.toolbar .toolbar-button svg{display:block;width:auto;height:1.15rem;max-height:100%}.toolbar .toolbar-button svg path{fill:#222}@media(hover:hover){.toolbar .toolbar-button:hover svg{opacity:.6}}.toolbar .toolbar-button:active svg{opacity:.4}.toolbar .toolbar-button:disabled{cursor:default;pointer-events:none}.toolbar .toolbar-button:disabled svg{opacity:.25}.toolbar .toolbar-fullscreen{background:none;border:none;cursor:pointer;padding:0 .25rem;display:flex;align-items:center;justify-content:center;height:100%}.toolbar .toolbar-fullscreen svg{display:block;width:12px;height:12px}.toolbar .toolbar-fullscreen svg path{stroke:#222;stroke-width:2px}@media(hover:hover){.toolbar .toolbar-fullscreen:hover svg{opacity:.6}}.toolbar .toolbar-fullscreen:active svg{opacity:.4}.footer{position:relative;left:50%;transform:translate(-50%);width:clamp(40rem,100% - 20rem,1600px);padding-left:3.236068rem;padding-right:3.236068rem;z-index:1;margin-bottom:2rem}@media screen and (max-width:1440px){.footer{padding-left:1.618034rem;padding-right:1.618034rem;width:calc(100% - 16rem)}}@media screen and (max-width:1024px){.footer{padding-left:3.236068rem;padding-right:3.236068rem;width:100%}}@media screen and (max-width:768px){.footer{width:100%;padding-left:1.618034rem;padding-right:1.618034rem}}.footer .footer-projects .footer-projects-grid{display:flex;gap:.75rem}@media screen and (max-width:1024px){.footer .footer-projects .footer-projects-grid{overflow-x:auto;gap:.5rem;-ms-overflow-style:none;scrollbar-width:none}.footer .footer-projects .footer-projects-grid::-webkit-scrollbar{display:none}}.footer .footer-projects .footer-project-card{position:relative;width:10rem;aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;cursor:pointer;text-decoration:none;border:solid .1rem #222222;display:block;flex-shrink:0;transition:transform .3s ease}@media(hover:hover)and (pointer:fine){.footer .footer-projects .footer-project-card:hover{transform:translateY(-.35rem)}}.footer .footer-projects .footer-project-card.active{display:none}@media screen and (max-width:1440px){.footer .footer-projects .footer-project-card{width:10rem}}@media screen and (max-width:1024px){.footer .footer-projects .footer-project-card{width:10rem}}@media screen and (max-width:768px){.footer .footer-projects .footer-project-card{width:8rem}}.footer .footer-projects .footer-project-image{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-position:center}.footer .footer-projects .footer-project-video{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);object-fit:cover;display:block}.footer--projects-page .footer-links{padding-top:0}.footer .footer-links{display:flex;align-items:center;padding-top:1.5rem}@media screen and (max-width:768px){.footer .footer-links{padding-top:1rem}}.footer .footer-links ul{list-style:none;padding:0;margin:0;display:flex;justify-content:left;gap:3rem;flex-wrap:wrap}.footer .footer-links ul li a{color:#222;text-decoration:none;font-size:1rem;text-align:left;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-weight:400;letter-spacing:-.02em;transition:opacity .2s ease}@media(hover:hover)and (pointer:fine){.footer .footer-links ul li a:hover{opacity:.6}}@media screen and (max-width:768px){.footer .footer-links ul li a{font-size:.85rem}}.home{top:0;left:0;z-index:6;pointer-events:auto}.desert-label{pointer-events:auto;text-align:left;font-family:national-park,Helvetica Neue,Arial,sans-serif}.desert-label__title{font-size:2.4rem;font-weight:500;color:#222;margin-bottom:.5rem;letter-spacing:-.02em}.desert-label__desc{font-size:1.8rem;font-weight:400;line-height:1.6;color:#555}.desert-summary{pointer-events:auto;text-align:left;font-family:national-park,Helvetica Neue,Arial,sans-serif}.desert-summary__title{font-size:3.6rem;font-weight:500;color:#222;margin-bottom:1.2rem;letter-spacing:-.02em}.desert-summary__desc{font-size:1.9rem;font-weight:400;line-height:1.8;color:#555;margin-bottom:1.4rem}.desert-summary__medium{font-size:1.5rem;font-weight:400;color:#888;letter-spacing:.05em;text-transform:uppercase}.archive-summary{pointer-events:auto;text-align:left;font-family:national-park,Helvetica Neue,Arial,sans-serif}.archive-summary__title{font-size:7.2rem;font-weight:500;color:#222;letter-spacing:-.02em}.home-island-skeleton{position:absolute;top:0;left:0;width:1000px;min-height:800px;pointer-events:none}.home-skeleton-content{padding:60px 80px;display:flex;flex-direction:column;gap:60px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-shimmer 2s linear infinite;border-radius:4px;margin-bottom:12px}.skeleton-hero{display:flex;flex-direction:column;align-items:center;gap:16px}.skeleton-avatar{width:120px;height:120px;border-radius:50%;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 100%;animation:skeleton-shimmer 2s linear infinite;margin-bottom:8px}.skeleton-name{height:40px;width:300px}.skeleton-title{height:24px;width:400px}.skeleton-subtitle{height:20px;width:350px}.skeleton-section{max-width:600px}.skeleton-heading{height:28px;width:200px;margin-bottom:24px}.skeleton-line{height:16px;width:100%}.skeleton-line.short{width:70%}.skeleton-cube{width:100px;height:100px;background:linear-gradient(135deg,#e0e0e0 25%,#f0f0f0,#e0e0e0 75%);background-size:200% 200%;animation:skeleton-shimmer 2s linear infinite;border-radius:8px;margin:0 auto;opacity:.5}.home-skeleton-content{animation:skeleton-pulse 2s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.sidebar{--primary: #1e1e1e;--tree-line: #5a5a5a;--tree-select: #13676d;--tree-text: #e6e6e6;--c-orange: #e8552e;--c-red: #e23b3b;--c-yellow: #f2b705;position:fixed;inset:0 0 0 auto;width:var(--sidebar-width);z-index:900;transition:transform .32s cubic-bezier(.4,0,.2,1)}.sidebar.closed{transform:translate(100%)}.sidebar.open{transform:translate(0)}.sidebar .sidebar-name{position:absolute;top:1.2rem;left:1.2rem;z-index:2;font-family:national-park,Helvetica Neue,Arial,sans-serif;font-size:1rem;font-weight:400;color:#fff;text-decoration:none}.sidebar .sidebar-name:hover{opacity:.8}@media screen and (max-width:767px){.sidebar .sidebar-name{display:none}}.sidebar .sidebar-scroll{height:100%;overflow-y:auto;padding:4.25rem .75rem .75rem;background:var(--primary)}.sidebar .sidebar-tree-box{border:none;background:transparent;padding:.5rem .4rem;min-height:100%;font-family:Tahoma,Segoe UI,"MS Sans Serif",Verdana,sans-serif;font-size:12px;line-height:16px;color:var(--tree-text);-webkit-user-select:none;user-select:none}.sidebar .tree,.sidebar .tree ul{list-style:none;margin:0;padding:0}.sidebar .tree .tree-children{padding-left:22px}.sidebar .tree .tree-children>li{position:relative}.sidebar .tree .tree-children>li:before{content:"";position:absolute;left:-14px;top:-8px;height:100%;border-left:1px dotted var(--tree-line)}.sidebar .tree .tree-children>li:after{content:"";position:absolute;left:-14px;top:8px;width:14px;border-top:1px dotted var(--tree-line)}.sidebar .tree .tree-children>li:last-child:before{height:16px}.sidebar .tree .tree-children>li.trunk-orange:before{border-left-style:solid;border-left-color:var(--c-orange)}.sidebar .tree .tree-children>li.trunk-red:before{border-left-style:solid;border-left-color:var(--c-red)}.sidebar .tree .tree-children>li.trunk-yellow:before{border-left-style:solid;border-left-color:var(--c-yellow)}.sidebar .tree .tree-children>li.elbow-orange:after,.sidebar .tree .tree-children>li.elbow-red:after,.sidebar .tree .tree-children>li.elbow-yellow:after{top:-8px;height:16px;border-top:none;border-left-width:1px;border-left-style:solid;border-bottom-width:1px;border-bottom-style:solid}.sidebar .tree .tree-children>li.elbow-orange:after{border-left-color:var(--c-orange);border-bottom-color:var(--c-orange)}.sidebar .tree .tree-children>li.elbow-red:after{border-left-color:var(--c-red);border-bottom-color:var(--c-red)}.sidebar .tree .tree-children>li.elbow-yellow:after{border-left-color:var(--c-yellow);border-bottom-color:var(--c-yellow)}.sidebar .tree-row{display:flex;align-items:center;min-height:16px;padding:0 3px;cursor:pointer;text-decoration:none;color:var(--tree-text);position:relative;background:var(--primary)}.sidebar .tree-toggle{position:relative;z-index:1;width:9px;height:9px;margin-right:4px;border:1px solid #7a7a7a;background:var(--primary);color:var(--tree-text);font-size:9px;line-height:7px;text-align:center;font-family:Courier New,monospace;flex-shrink:0}.sidebar .tree-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 2px}.sidebar .tree-label--root{font-weight:700;color:#fff}.sidebar .tree-file{padding-left:4px}.sidebar .tree-file:hover{background:#ffffff14}.sidebar .tree-file.active{background:var(--tree-select);color:#fff;outline:1px dotted #c9dcf7;outline-offset:-2px}
