:root{--background:#fff;--surface:#f5f7fa;--ink:#222832;--muted:#697381;--line:#e1e6ec;--blue:#1665dc;--blue-hover:#1153b8;--light-blue:#edf4ff;--teal:#138783;--orange:#bc7428;--page-gutter:clamp(28px, 4.25vw, 88px)}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{background:var(--background);color:var(--ink);letter-spacing:0;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.7}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}svg{flex:none}img{max-width:100%;display:block}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{text-wrap:balance;font-weight:600;line-height:1.35}p{text-wrap:pretty}::selection{color:#17427b;background:#d8e9ff}:focus-visible{outline-offset:5px;outline:3px solid #7dacf0}.site-shell{grid-template-rows:76px minmax(0,1fr);width:100%;min-width:0;height:100dvh;min-height:0;display:grid;overflow:hidden}.site-header{z-index:5;min-width:0;padding:0 var(--page-gutter);border-bottom:1px solid var(--line);background:#fff;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:28px;display:grid;position:relative}.site-main{overscroll-behavior:contain;min-width:0;min-height:0;overflow:auto}.site-main:focus{outline:none}.site-brand{align-items:center;gap:11px;width:fit-content;min-width:0;font-size:18px;font-weight:600;display:inline-flex}.site-brand>span:last-child{overflow-wrap:anywhere}.brand-symbol{width:34px;height:34px;color:var(--blue);justify-content:center;align-items:center;display:inline-flex}.site-navigation{align-items:stretch;gap:32px;height:76px;display:flex}.navigation-link{color:var(--muted);white-space:nowrap;align-items:center;font-size:14px;transition:color .15s;display:flex;position:relative}.navigation-link:hover,.navigation-link.is-current{color:var(--blue)}.navigation-link.is-current:after{content:"";background:var(--blue);height:3px;position:absolute;bottom:0;left:0;right:0}.header-project-link{color:var(--ink);white-space:nowrap;justify-self:end;align-items:center;gap:8px;font-size:14px;display:inline-flex}.header-project-link:hover{color:var(--blue)}.skip-link{z-index:20;color:var(--blue);border:1px solid var(--blue);background:#fff;padding:8px 16px;position:fixed;top:8px;left:16px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.page-section{padding-right:var(--page-gutter);padding-left:var(--page-gutter)}.eyebrow{color:var(--muted);align-items:center;gap:12px;font-size:12px;font-weight:500;line-height:1.6;display:flex}.small-rule{background:var(--blue);width:25px;height:2px;display:inline-block}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}.section-heading>div,.section-heading>p{min-width:0}.section-heading .eyebrow{margin-bottom:10px}.section-heading h2{font-size:27px}.section-heading h3{font-size:23px}.section-aside{color:var(--muted);font-size:14px}.muted{color:var(--muted);font-size:13px}.button{border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;gap:18px;min-height:46px;padding:11px 20px;font-size:14px;font-weight:500;line-height:1.5;transition:background .15s,border-color .15s;display:inline-flex}.button-primary{background:var(--blue);color:#fff}.button-primary:hover{background:var(--blue-hover)}.text-link{width:fit-content;color:var(--blue);white-space:nowrap;align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.text-link:hover{text-underline-offset:5px;text-decoration:underline}.home-hero{isolation:isolate;background:#edf0f1;align-items:center;width:100%;height:min(620px,100dvh - 250px);min-height:410px;display:flex;position:relative;overflow:hidden}.hero-image{z-index:-1;object-fit:cover;object-position:center 52%}.hero-copy{width:min(650px,55%);min-width:0;padding-left:var(--page-gutter);padding-bottom:25px}.hero-copy .eyebrow{color:#53606c;margin-bottom:22px}.hero-copy h1{overflow-wrap:anywhere;font-size:72px;font-weight:600;line-height:1.15}.title-period{color:var(--blue)}.hero-description{margin-top:26px;font-size:24px;font-weight:400;line-height:1.65}.hero-note{color:#5b6570;margin-top:18px;font-size:14px}.hero-actions{flex-wrap:wrap;align-items:center;gap:29px;margin-top:29px;display:flex}.hero-caption{right:var(--page-gutter);color:#43505c;background:#fffffff0;align-items:center;gap:8px;padding:4px 8px;font-size:12px;display:flex;position:absolute;bottom:28px}.interest-section{padding-top:48px;padding-bottom:52px}.interest-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.interest-item{gap:19px;min-width:0;padding:0 24px 0 0;display:flex}.interest-item+.interest-item{border-left:1px solid var(--line);padding-left:26px}.interest-icon{margin-top:3px}.interest-blue .interest-icon{color:var(--blue)}.interest-teal .interest-icon{color:var(--teal)}.interest-orange .interest-icon{color:var(--orange)}.interest-item h3{margin-bottom:9px;font-size:17px}.interest-item p{max-width:340px;color:var(--muted);font-size:14px}.featured-project{background:var(--surface);border-top:1px solid var(--line);padding-top:49px;padding-bottom:60px}.featured-layout{grid-template-columns:minmax(270px,.8fr) minmax(0,1.7fr);align-items:center;gap:70px;min-width:0;display:grid}.featured-description{min-width:0}.project-category{color:var(--teal);margin-bottom:15px;font-size:12px}.featured-description h3{font-size:28px;line-height:1.65}.featured-description>p:not(.project-category){max-width:425px;color:var(--muted);margin-top:19px;font-size:14px;line-height:1.9}.featured-description .button{margin-top:26px}.project-image-link{background:#fff;border:1px solid #d8e0e9;border-radius:7px;min-width:0;transition:border-color .15s;display:block;overflow:hidden}.project-image-link:hover{border-color:#88ace0}.project-image{width:100%;height:auto}.project-artwork{display:block;position:relative}.project-artwork>img{display:block}.project-image-portrait{object-fit:contain;height:440px;max-height:65vh;display:block}.project-catalog{border-top:1px solid var(--line);padding-top:34px;padding-bottom:60px}.project-usage-note{color:var(--muted);margin-bottom:28px;font-size:13px}.project-list{gap:36px;min-width:0;display:grid}.project-list-item{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;gap:54px;min-width:0;display:grid}.project-list-item+.project-list-item{border-top:1px solid var(--line);padding-top:36px}.project-list-copy{min-width:0}.project-list-meta{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px;display:flex}.project-list-meta .project-category{margin:0}.project-status{color:var(--muted);font-size:12px;display:inline-block}.project-list-copy h3{overflow-wrap:anywhere;font-size:30px}.project-list-copy h3 a:hover{color:var(--blue)}.project-list-summary{max-width:620px;color:var(--muted);overflow-wrap:anywhere;margin-top:18px;font-size:15px;line-height:1.9}.project-list-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:24px;display:flex}.project-list-item-text{grid-template-columns:minmax(0,1fr)}.project-empty{color:var(--muted);padding:32px 0 64px}.project-detail-intro>.text-link{margin-bottom:28px}.project-detail-intro .project-detail-heading{flex-wrap:wrap}.project-detail-intro .project-detail-heading>div{min-width:0}.project-detail-intro h1{overflow-wrap:anywhere}.project-detail-intro>p{max-width:760px;color:var(--muted);margin-top:18px}.project-detail-intro>.project-status{margin-top:14px}.project-story h2{font-size:23px}.workflow-item h3{margin-bottom:10px;font-size:16px}.page-intro{padding-top:57px;padding-bottom:43px}.page-intro .eyebrow{color:var(--blue);margin-bottom:17px}.page-intro h1{font-size:40px;line-height:1.45}.page-intro>p:last-child{max-width:760px;color:var(--muted);margin-top:16px;font-size:15px}.project-detail{border-top:1px solid var(--line);padding-top:35px;padding-bottom:59px}.project-detail-heading{justify-content:space-between;align-items:center;gap:24px;display:flex}.project-identity{align-items:center;gap:17px;min-width:0;display:flex}.project-monogram{background:var(--light-blue);width:58px;height:58px;color:var(--blue);border:1px solid #d7e6fb;border-radius:7px;flex:none;justify-content:center;align-items:center;font-family:Songti SC,SimSun,serif;font-size:30px;display:flex}.project-identity h2{margin-top:3px;font-size:30px}.project-identity .eyebrow{font-size:11px}.project-lead{color:var(--muted);margin-top:21px;font-size:16px}.project-preview{width:100%;margin-top:28px}.project-preview-portrait{max-width:560px;margin-inline:auto}.project-preview img{border:1px solid #dbe2e9;border-radius:7px;width:100%;height:auto}.project-preview figcaption{color:var(--muted);justify-content:space-between;gap:24px;margin-top:12px;font-size:12px;display:flex}.project-story{grid-template-columns:minmax(0,.7fr) minmax(0,1.8fr);gap:70px;margin-top:19px;padding-top:43px;padding-bottom:43px;display:grid}.project-story h3{font-size:23px}.project-story p{color:#5b6673;max-width:850px;font-size:15px;line-height:1.9}.project-story p+p{margin-top:15px}.project-workflow{border-top:1px solid var(--line);padding-top:37px}.workflow-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:33px;display:grid}.workflow-item{min-width:0;padding:0 26px 0 0}.workflow-step{color:var(--blue);justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.workflow-step>span{color:#8895a4;font-family:SFMono-Regular,Consolas,monospace;font-size:14px}.workflow-item h4{margin-bottom:10px;font-size:16px}.workflow-item p{color:var(--muted);font-size:14px;line-height:1.85}.project-bottom-line{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:37px;padding-top:24px;display:flex}.project-bottom-line>p{color:var(--muted);font-size:13px}.about-intro{padding-bottom:44px}.about-story{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:85px;padding-top:44px;padding-bottom:59px;display:grid}.about-story-copy{min-width:0}.about-story-copy>.eyebrow{color:var(--teal);margin-bottom:17px}.about-story-copy h2{margin-bottom:24px;font-size:34px;line-height:1.5}.about-story-copy>p:not(.eyebrow){color:#616c78;max-width:590px;font-size:15px;line-height:1.95}.about-story-copy>p+p{margin-top:15px}.about-story-copy .text-link{margin-top:26px}.about-image{min-width:0}.about-image img{aspect-ratio:1.22;object-fit:cover;object-position:70% center;border-radius:6px;width:100%;height:auto}.about-image figcaption{color:var(--muted);margin-top:13px;font-size:12px}.learning-section{border-top:1px solid var(--line);background:var(--surface);padding-top:47px;padding-bottom:61px}.habits-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:44px;display:grid}.habit{min-width:0}.habit-heading{color:var(--blue);border-bottom:1px solid #dce3eb;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.habit:nth-child(2) .habit-heading{color:var(--teal)}.habit:nth-child(3) .habit-heading{color:var(--orange)}.habit-heading>span{color:#8b96a3;font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.habit h3{margin-bottom:12px;font-size:18px}.habit p{max-width:430px;color:var(--muted);font-size:14px;line-height:1.9}.site-footer{min-height:92px;padding:23px var(--page-gutter);border-top:1px solid var(--line);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px 32px;display:flex}.footer-signature{flex-wrap:wrap;align-items:center;gap:11px;font-size:13px;display:flex}.footer-signature>svg{color:var(--blue)}.footer-note{color:var(--muted);margin-left:14px;font-size:12px}.footer-links{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px 28px;font-size:12px;display:flex}.footer-icp{white-space:nowrap}.footer-registration{color:var(--muted);flex-wrap:wrap;flex-basis:100%;justify-content:center;align-items:center;gap:12px 24px;font-size:12px;display:flex}.footer-public-security{align-items:center;gap:6px;display:inline-flex}.footer-registration a:hover,.footer-links a:hover{color:var(--blue)}.footer-usage-note{color:var(--muted);overflow-wrap:anywhere;flex-basis:100%;font-size:12px}.not-found{flex-direction:column;align-items:flex-start;gap:20px;padding-top:90px;padding-bottom:90px;display:flex}.not-found h1{font-size:35px}.not-found>p:not(.eyebrow){color:var(--muted)}@media (min-width:1680px){.hero-copy{width:780px}.hero-copy h1{font-size:78px}.featured-layout{grid-template-columns:minmax(310px,.7fr) minmax(0,1.65fr);gap:100px}.featured-description h3{font-size:33px}.about-story{gap:115px}.about-image img{aspect-ratio:1.5}}@media (max-width:1100px){.site-header{gap:20px}.site-navigation{gap:24px}.hero-copy{width:64%}.hero-copy h1{font-size:60px}.hero-description{font-size:22px}.hero-note{max-width:340px}.interest-grid{gap:18px}.interest-item{gap:12px;padding-right:0}.interest-item+.interest-item{padding-left:19px}.featured-layout{grid-template-columns:minmax(240px,1fr) minmax(0,1.5fr);gap:40px}.featured-description h3{font-size:25px}.about-story{gap:44px}.workflow-grid{gap:22px}.workflow-item{padding-right:0}}@media (max-width:800px){.project-list-item{grid-template-columns:minmax(0,1fr);gap:28px}.project-list-copy h3{font-size:26px}:root{--page-gutter:26px}.site-shell{grid-template-rows:68px minmax(0,1fr)}.site-header{grid-template-columns:auto 1fr;gap:24px}.site-brand{gap:6px;font-size:16px}.brand-symbol{width:27px}.site-navigation{justify-self:end;gap:24px;height:68px}.header-project-link{display:none}.home-hero{height:min(570px,100dvh - 235px);min-height:400px}.hero-image{object-position:35% center}.hero-copy{width:75%;padding-bottom:15px}.hero-copy h1{font-size:51px}.hero-copy .eyebrow{margin-bottom:17px}.hero-description{margin-top:22px;font-size:21px}.hero-note{margin-top:13px;font-size:13px}.hero-caption{font-size:11px;bottom:18px}.hero-actions{gap:24px;margin-top:24px}.section-heading{flex-wrap:wrap;align-items:flex-start;gap:16px}.section-heading h2{font-size:25px}.section-aside{font-size:13px}.interest-grid{grid-template-columns:1fr;gap:24px}.interest-item+.interest-item{border-top:1px solid var(--line);border-left:0;padding-top:23px;padding-left:0}.interest-item p{max-width:none}.featured-layout{grid-template-columns:1fr;gap:30px}.featured-description>p:not(.project-category){max-width:600px}.featured-description h3 br{display:none}.page-intro{padding-top:40px;padding-bottom:36px}.page-intro h1{font-size:32px}.project-story{grid-template-columns:1fr;gap:20px}.workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.about-story{grid-template-columns:1fr;gap:32px;padding-top:34px}.about-story-copy h2{font-size:30px}.about-story-copy h2 br{display:none}.about-story-copy>p:not(.eyebrow){max-width:none}.about-image img{aspect-ratio:1.6}.habits-grid{gap:25px}}@media (max-width:520px){:root{--page-gutter:20px}.site-shell{grid-template-rows:108px minmax(0,1fr)}.site-header{grid-template-rows:54px 54px;grid-template-columns:1fr;gap:0}.site-brand{font-size:17px}.site-navigation{justify-self:stretch;gap:30px;height:54px}.navigation-link{font-size:13px}.home-hero{height:calc(100dvh - 230px);min-height:405px;max-height:470px}.hero-image{object-position:25% center}.hero-copy{width:100%;padding-right:var(--page-gutter)}.hero-copy h1{font-size:46px}.hero-copy .eyebrow{font-size:11px}.hero-description{font-size:20px}.hero-note{max-width:295px;font-size:12px}.hero-actions{gap:24px}.hero-caption{bottom:12px}.button{gap:11px;min-height:44px;padding:11px 16px;font-size:13px}.text-link{font-size:13px}.interest-section{padding-top:32px;padding-bottom:35px}.section-heading h2{font-size:23px}.featured-project{padding-top:34px;padding-bottom:38px}.page-intro h1{font-size:28px}.page-intro>p:last-child{font-size:14px}.project-detail{padding-top:28px;padding-bottom:38px}.project-detail-heading{align-items:center;gap:12px}.project-identity{gap:12px}.project-monogram{width:44px;height:44px;font-size:25px}.project-identity h2{font-size:26px}.project-identity .eyebrow{font-size:10px}.project-lead{font-size:14px}.project-story{gap:17px;padding-top:26px;padding-bottom:30px}.project-story h3{font-size:21px}.project-story p{font-size:14px}.project-workflow .section-heading h3{font-size:20px}.workflow-grid{grid-template-columns:1fr;gap:24px}.workflow-item+.workflow-item{border-top:1px solid var(--line);padding-top:23px}.workflow-step{margin-bottom:10px}.about-story-copy h2{font-size:28px}.about-story-copy>p:not(.eyebrow){font-size:14px}.learning-section{padding-top:34px;padding-bottom:37px}.habits-grid{grid-template-columns:1fr;gap:28px}.habit-heading{margin-bottom:15px}.site-footer{align-items:flex-start;padding-top:24px;padding-bottom:25px}.footer-signature{gap:8px}.footer-note{margin-left:6px}.footer-links{width:100%;padding-left:26px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important}}
.note-section{border-top:1px solid var(--line);padding-top:48px;padding-bottom:56px}.note-catalog{border-top:1px solid var(--line);padding-top:34px;padding-bottom:60px}.note-list{min-width:0}.note-list-item{border-top:1px solid var(--line);grid-template-columns:112px minmax(0,1fr) 98px;align-items:start;gap:28px;min-width:0;padding:28px 0;display:grid}.note-list-item:last-child{border-bottom:1px solid var(--line)}.note-category{color:var(--teal);padding-top:4px;font-size:13px}.note-list-copy{min-width:0}.note-list-copy h3{overflow-wrap:anywhere;font-size:20px;line-height:1.6}.note-list-copy h3 a:hover{color:var(--blue)}.note-summary{max-width:850px;color:var(--muted);margin-top:9px;font-size:14px;line-height:1.85}.note-attribution{color:var(--muted);font-size:12px}.note-list-copy .note-attribution{margin-top:11px}.note-read-link{justify-self:end;margin-top:5px}.note-intro>.text-link{margin-bottom:29px}.note-intro h1{overflow-wrap:anywhere;max-width:1020px}.note-lead{max-width:800px;color:var(--muted);margin-top:18px}.note-intro .note-attribution{margin-top:17px}.note-article{border-top:1px solid var(--line);padding-top:38px;padding-bottom:56px}.note-body{width:100%;min-width:0;max-width:820px}.note-body-section+.note-body-section{margin-top:35px}.note-body-section h2{margin-bottom:17px;font-size:23px}.note-body-section p{color:#56616e;overflow-wrap:anywhere;font-size:16px;line-height:2}.note-body-section p+p{margin-top:14px}.note-article-navigation{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:24px;margin-top:43px;padding-top:24px;display:flex}.note-next-link{min-width:0;max-width:580px;color:var(--blue);flex-direction:column;align-items:flex-end;gap:6px;font-size:14px;display:flex}.note-next-link>span:first-child{color:var(--muted);font-size:12px}.note-next-link>span:last-child{overflow-wrap:anywhere;align-items:center;gap:12px;display:flex}.note-next-link:hover>span:last-child{text-underline-offset:5px;text-decoration:underline}@media (max-width:800px){.note-list-item{grid-template-columns:minmax(0,1fr) auto;gap:11px 22px}.note-category{grid-column:1/-1;padding-top:0}.note-list-copy h3{font-size:19px}.note-next-link{align-items:flex-start}}@media (max-width:520px){.note-list-item{grid-template-columns:minmax(0,1fr)}.note-read-link{justify-self:start;margin-top:2px}.note-body-section h2{font-size:21px}.note-body-section p{font-size:15px}}
.motion-overlay{z-index:50;pointer-events:none;position:fixed;inset:0;overflow:hidden}.cursor-trail{width:100%;height:100%;display:block}.cursor-follower{opacity:0;width:32px;height:32px;color:var(--blue);will-change:transform;transition:opacity .18s;position:absolute;top:0;left:0}.cursor-follower[data-visible=true]{opacity:.8}.cursor-frame{border:1px solid;border-radius:5px;transition:transform .26s,border-color .26s;position:absolute;inset:0;transform:rotate(-12deg)}.cursor-cross:before,.cursor-cross:after{content:"";opacity:.7;background:currentColor;width:6px;height:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cursor-cross:after{transform:translate(-50%,-50%)rotate(90deg)}.cursor-follower[data-interactive=true]{color:var(--teal)}.cursor-follower[data-interactive=true] .cursor-frame{transform:rotate(45deg)scale(1.4)}.cursor-follower[data-pressed=true] .cursor-frame{transform:rotate(90deg)scale(.7)}@media (hover:hover) and (pointer:fine){html[data-motion=on] .hero-image{transform:translate(var(--pointer-x,0px), var(--pointer-y,0px)) scale(1.045);transition:transform .7s cubic-bezier(.22,1,.36,1)}html[data-motion=on] .project-image{transition:transform .65s cubic-bezier(.22,1,.36,1)}html[data-motion=on] .project-image-link:hover .project-image{transform:translate(calc(var(--pointer-x,0px) * .5), calc(var(--pointer-y,0px) * .5)) scale(1.04)}html[data-motion=on] .project-image-link{transition:box-shadow .3s,border-color .3s}html[data-motion=on] .project-image-link:hover{border-color:#7da7e3;box-shadow:0 16px 36px #1e518c1f}html[data-motion=on] .about-image img{transform:translate(var(--pointer-x,0px), var(--pointer-y,0px));transition:transform .65s cubic-bezier(.22,1,.36,1)}html[data-motion=on] .button{transition:transform .22s,box-shadow .22s,background .22s;position:relative;overflow:hidden}html[data-motion=on] .button:hover{transform:translateY(-3px);box-shadow:0 9px 20px #1665dc33}html[data-motion=on] .button:active{transform:translateY(0)}html[data-motion=on] .button:after{content:"";pointer-events:none;background:#ffffff2e;width:24%;position:absolute;inset:-50% auto -50% -45%;transform:skew(-24deg)}html[data-motion=on] .button:hover:after{animation:.65s both button-sweep}html[data-motion=on] :is(.button,.text-link,.header-project-link)>svg{transition:transform .22s}html[data-motion=on] :is(.button,.text-link,.header-project-link):hover>svg{transform:translate(4px)}html[data-motion=on] .interest-icon{transition:transform .3s cubic-bezier(.2,.8,.2,1)}html[data-motion=on] .interest-item:hover .interest-icon{transform:translateY(-4px)rotate(-9deg)}html[data-motion=on] .habit-heading>svg{transition:transform .3s}html[data-motion=on] .habit:hover .habit-heading>svg{transform:translateY(-3px)rotate(8deg)}html[data-motion=on] .brand-symbol{transition:transform .35s cubic-bezier(.2,.8,.2,1)}html[data-motion=on] .site-brand:hover .brand-symbol{transform:rotate(-12deg)scale(1.12)}html[data-motion=on] .navigation-link:before{content:"";transform-origin:0;background:currentColor;height:1px;transition:transform .22s;position:absolute;bottom:18px;left:0;right:0;transform:scaleX(0)}html[data-motion=on] .navigation-link:hover:before{transform:scaleX(1)}}@keyframes button-sweep{0%{transform:translate(0)skew(-24deg)}to{transform:translate(750%)skew(-24deg)}}@media (prefers-reduced-motion:reduce){.motion-overlay{display:none}*,:before,:after{scroll-behavior:auto!important;animation:none!important}}@media (hover:none),(pointer:coarse){.motion-overlay{display:none}}
