@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Noto+Serif+SC:wght@500;600;700&display=swap";.text-type{white-space:pre-wrap;display:inline-block}.text-type__cursor{color:#8e86ef;margin-left:.12em;animation:.72s step-end infinite text-type-blink;display:inline-block}@keyframes text-type-blink{50%{opacity:0}}.border-glow-card{--edge-proximity:0;--cursor-angle:45deg;isolation:isolate;border-radius:var(--border-radius,20px);background:var(--card-bg);transition:transform .28s,box-shadow .28s;position:relative;box-shadow:0 12px 30px #312b5b24}.border-glow-card:before,.border-glow-card:after,.border-glow-card>.edge-light{content:"";border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .25s;position:absolute;inset:-1px}.border-glow-card:before{z-index:-1;background:conic-gradient(from var(--cursor-angle),var(--glow-one),var(--glow-two),var(--glow-three),var(--glow-one));-webkit-mask-composite:xor;opacity:calc(var(--edge-proximity) / 100);padding:2px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.border-glow-card:after{z-index:-2;inset:calc(var(--glow-padding,30px) * -1);background:conic-gradient(from var(--cursor-angle),transparent 0 15%,var(--glow-one) 23%,var(--glow-two) 34%,transparent 46% 100%);filter:blur(21px);opacity:calc((var(--edge-proximity) / 100) * var(--glow-intensity,1));mix-blend-mode:screen}.border-glow-card>.edge-light{z-index:2;border:1px solid hsl(var(--glow-hsl) / .9);box-shadow:0 0 6px hsl(var(--glow-hsl) / .75),0 0 20px hsl(var(--glow-hsl) / .38);opacity:calc(var(--edge-proximity) / 100);-webkit-mask-image:conic-gradient(from var(--cursor-angle),#000 0 calc(var(--cone-spread) * 1%),transparent calc(var(--cone-spread) * 1% + 13%),transparent calc(100% - var(--cone-spread) * 1% - 13%),#000 calc(100% - var(--cone-spread) * 1%));mask-image:conic-gradient(from var(--cursor-angle),#000 0 calc(var(--cone-spread) * 1%),transparent calc(var(--cone-spread) * 1% + 13%),transparent calc(100% - var(--cone-spread) * 1% - 13%),#000 calc(100% - var(--cone-spread) * 1%))}.border-glow-inner{z-index:1;border-radius:inherit;position:relative}.border-glow-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px #3e338238}.star-border-container{text-align:inherit;background:0 0;border:0;border-radius:16px;display:block;position:relative;overflow:hidden}.border-gradient-bottom,.border-gradient-top{opacity:.72;pointer-events:none;z-index:0;background:radial-gradient(circle,var(--star-color),transparent 10%);border-radius:50%;width:300%;height:50%;position:absolute}.border-gradient-bottom{animation:star-movement-bottom var(--star-speed) linear infinite alternate;bottom:-12px;right:-250%}.border-gradient-top{animation:star-movement-top var(--star-speed) linear infinite alternate;top:-12px;left:-250%}.inner-content{z-index:1;display:block;position:relative}@keyframes star-movement-bottom{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes star-movement-top{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.electric-border{isolation:isolate;width:100%;position:relative}.electric-border-canvas{z-index:2;pointer-events:none;position:absolute;inset:0}.electric-border-content{z-index:1;width:100%;height:100%;position:relative}.shiny-text{color:var(--shiny-base);background-image:linear-gradient(var(--shiny-spread),var(--shiny-base) 0%,var(--shiny-base) 36%,var(--shiny-highlight) 50%,var(--shiny-base) 64%,var(--shiny-base) 100%);-webkit-text-fill-color:transparent;animation:shiny-sweep var(--shiny-duration) linear var(--shiny-direction) infinite;background-position:150%;background-size:220%;-webkit-background-clip:text;background-clip:text;display:inline-block}.shiny-text--disabled{animation:none}.shiny-text--pauseable:hover{animation-play-state:paused}@keyframes shiny-sweep{0%{background-position:150%}to{background-position:-70%}}@media (prefers-reduced-motion:reduce){.shiny-text{background-position:50%;animation:none}}.subpage{color:#f8f4ff;isolation:isolate;background:#17151a;min-height:100vh;padding:25px 4.5vw 90px;position:relative;overflow:hidden}.ballpit-bg{z-index:-1;opacity:.68;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.subpage>:not(.ballpit-bg){z-index:1;position:relative}.subnav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10;background:#130b20c2;border:1px solid #ecddff30;border-radius:999px;justify-content:space-between;align-items:center;height:68px;padding:0 22px;display:flex;position:sticky;top:16px}.subnav-brand{color:#fff;font:600 20px Noto Serif SC}.subnav-brand sup{color:#cfc3df;font:9px DM Mono}.subnav nav{gap:30px;display:flex}.subnav nav a{color:#bcb2c9;font-size:12px}.subnav nav a:hover,.subnav nav a.active{color:#fff}.subnav-cta{color:#fff;background:linear-gradient(110deg,#7646df,#e473b2);border-radius:99px;align-items:center;gap:8px;padding:10px 15px;font-size:12px;display:flex}.projects-hero{max-width:1350px;margin:clamp(90px,16vh,180px) auto 100px}.projects-hero p,.detail-hero>p{letter-spacing:.1em;color:#f1a5cf;font:12px DM Mono}.projects-hero h1{letter-spacing:-.07em;margin:22px 0;font:600 clamp(43px,6.2vw,94px)/1.12 Noto Serif SC}.projects-hero h1 em{color:#c6b9ff;font-style:normal}.projects-hero>span{color:#bdb3c9;font-size:14px}.project-index{gap:16px;max-width:1350px;margin:auto;display:grid}.project-index-card{color:#fff;background:linear-gradient(125deg,#2f1c46e6,#170c26eb);border:1px solid #e8d5ff29;border-radius:19px;justify-content:space-between;gap:25px;min-height:250px;padding:30px 34px;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex}.project-index-card:hover{border-color:#eca4d68c;transform:translateY(-5px);box-shadow:0 20px 38px #0000003b}.project-index-card>svg{color:#f3a4ce;align-self:center}.project-index-card span{color:#eba1ca;font:11px DM Mono}.project-index-card h2{letter-spacing:-.06em;margin:25px 0 8px;font:600 34px/1.22 Noto Serif SC}.project-index-card p{color:#c7bcd2;margin:0;font-size:13px}.page-skills{flex-wrap:wrap;gap:7px;margin-top:20px;display:flex}.page-skills i{color:#d7cde0;background:#ffffff0e;border:1px solid #e2d3f42b;border-radius:99px;padding:6px 9px;font-size:11px;font-style:normal}.detail-hero{max-width:1100px;margin:110px auto 70px}.back-link{color:#cfc1de;align-items:center;gap:8px;width:max-content;margin-bottom:52px;font-size:12px;display:flex}.detail-hero h1{letter-spacing:-.075em;margin:20px 0;font:600 clamp(50px,7vw,105px)/1.04 Noto Serif SC}.detail-hero>span{color:#bdb2c9}.detail-content{max-width:1100px;margin:auto}.detail-lead{letter-spacing:-.045em;color:#f3edf9;max-width:770px;font:500 27px/1.6 Noto Serif SC}.detail-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:55px;display:grid}.detail-grid article{background:#ffffff0b;border:1px solid #e6d4ff24;border-radius:15px;min-height:220px;padding:22px}.detail-grid span{color:#f0a0cb;font:12px DM Mono}.detail-grid h2{margin:32px 0 8px;font:600 21px Noto Serif SC}.detail-grid p{color:#c8bed2;margin:0;font-size:14px;line-height:1.7}.next-project{color:#f2a5ce;border-bottom:1px solid #ef9bc7;align-items:center;gap:9px;width:max-content;margin:65px 0 0;padding-bottom:7px;font-size:14px;display:flex}@media (width<=800px){.subpage{padding:14px 18px 60px}.subnav{height:59px;padding:0 14px}.subnav nav{display:none}.subnav-brand{font-size:18px}.projects-hero{margin:95px 0 60px}.projects-hero h1{font-size:42px}.project-index-card{min-height:220px;padding:23px}.project-index-card h2{margin-top:20px;font-size:28px}.detail-hero{margin:75px 0 55px}.detail-hero h1{font-size:48px}.detail-lead{font-size:22px}.detail-grid{grid-template-columns:1fr;margin-top:35px}}.detail-showcase{border-top:1px solid #e7daff21;border-bottom:1px solid #e7daff21;margin-top:42px;padding:0 0 8px}.dot-grid-bg{background:#f7dbe7;z-index:0!important;pointer-events:none!important;width:100vw!important;height:100vh!important;margin:0!important;position:fixed!important;inset:0!important}.dot-grid-bg canvas{display:block;pointer-events:none!important}.subpage>:not(.dot-grid-bg){z-index:1!important;position:relative!important}.subpage{overflow:visible!important}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,Microsoft YaHei,sans-serif}button,a{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:0}a{text-decoration:none}.shell{max-width:1700px;margin:0 auto;padding-left:64px;padding-right:64px}.hero{color:#f8faf5;background:#202d2c;height:100svh;min-height:720px;position:relative;overflow:hidden}.hero-video,.contact-noise{background:radial-gradient(circle at 15% 90%,#7a685f 0,#0000 32%),radial-gradient(circle at 78% 15%,#6d7354 0,#0000 30%),linear-gradient(120deg,#203434 0%,#44564b 49%,#102d32 100%);position:absolute;inset:0;overflow:hidden}.hero-video:after{content:"";mix-blend-mode:multiply;background:linear-gradient(90deg,#0d181ab3,#0000 55%),linear-gradient(#0000 45%,#07101247);position:absolute;inset:0}.grid{transform-origin:50%;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:55px 55px;position:absolute;inset:-15%;transform:perspective(450px)rotateX(63deg)translateY(38%)}.orb{filter:blur(2px);opacity:.76;border-radius:100%;position:absolute}.orb-a{mix-blend-mode:screen;background:radial-gradient(circle at 42% 42%,#e1f26d 0 2%,#4ad3ac 17%,#55a8cf 45%,#0000 70%);width:60vw;height:60vw;top:-25vw;right:-17vw}.orb-b{background:radial-gradient(circle,#edb3a4 0,#bb6f67 24%,#0000 65%);width:50vw;height:50vw;bottom:-42vw;left:10vw}.wave{filter:blur(.2px);border:1px solid #ddfb7b66;border-radius:50%;width:130%;height:45%;position:absolute;left:-15%}.wave-one{bottom:-20%;transform:rotate(-8deg)}.wave-two{border-color:#ecccab8c;bottom:-26%;transform:rotate(7deg)}.nav{z-index:3;border-bottom:1px solid #ffffff40;justify-content:space-between;align-items:center;height:95px;display:flex;position:relative}.wordmark{letter-spacing:-1px;color:#fff;font-size:22px;font-weight:700}.wordmark span{vertical-align:top;margin-left:2px;font:10px DM Mono}.links{gap:38px;margin-left:100px;display:flex}.links button{color:#fffc;font-size:14px}.nav-contact{color:#fff;border:1px solid #ffffff8c;border-radius:99px;align-items:center;gap:8px;padding:11px 17px;font-size:13px;display:flex}.menu{color:#fff;display:none}.hero-content{z-index:2;flex-direction:column;justify-content:center;height:calc(100% - 95px);padding-bottom:8vh;display:flex;position:relative}.eyebrow,.section-label{letter-spacing:.08em;font:12px DM Mono}.eyebrow{color:var(--lime);margin:0 0 23px}.hero h1{letter-spacing:-.075em;margin:0;font-family:Noto Serif SC,serif;font-size:clamp(48px,6.3vw,120px);font-weight:600;line-height:1.13}.hero h1 em{color:var(--lime);font-style:normal}.hero-bottom{justify-content:space-between;align-items:end;width:calc(100% - 128px);display:flex;position:absolute;bottom:50px}.hero-bottom p{color:#ffffffc2;margin:0;font-size:15px;line-height:1.65}.scroll-link{color:#fff;border-bottom:1px solid #fff;align-items:center;gap:14px;padding-bottom:8px;font-size:14px;display:flex}.hero-index{z-index:3;color:var(--lime);font:13px DM Mono;position:absolute;bottom:33px;right:64px}.section{padding-top:160px;padding-bottom:150px}.section-label{color:#5a6762;align-items:center;gap:16px;display:flex}.about-layout{grid-template-columns:1.05fr 1fr;align-items:center;gap:11%;margin-top:62px;display:grid}.portrait-wrap{max-width:630px;height:540px;position:relative}.portrait-backdrop{background:var(--lime);border-radius:310px 310px 20px 20px;width:75%;height:92%;position:absolute;bottom:0;right:0}.portrait{object-fit:cover;object-position:center top;filter:saturate(.88);mix-blend-mode:multiply;width:73%;height:100%;position:absolute;bottom:0;left:3%}.portrait-note{color:#304041;font:11px/1.7 DM Mono;position:absolute;bottom:23px;right:27px}.about-copy{max-width:560px}.about-copy p{color:#52615d;font-size:17px;line-height:1.8}.about-copy .lead{letter-spacing:-.04em;color:var(--ink);margin-top:0;font:500 29px/1.55 Noto Serif SC}.contact-mini{border-top:1px solid var(--line);color:#34423f;flex-wrap:wrap;gap:20px;margin-top:36px;padding-top:24px;font:12px DM Mono;display:flex}.contact-mini>*{align-items:center;gap:7px;display:flex}.stats{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:110px;display:grid}.stats div{border-right:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:158px;padding:27px 28px;display:flex}.stats div:first-child{padding-left:0}.stats div:last-child{border:0}.stats strong{letter-spacing:-.08em;font:500 52px DM Mono}.stats span{color:#63716d;font-size:13px}.section-heading{grid-template-columns:1fr 1.45fr .65fr;align-items:end;gap:30px;display:grid}.section-heading h2{letter-spacing:-.06em;margin:0;font:600 clamp(37px,4vw,70px)/1.18 Noto Serif SC}.section-heading h2 em{color:#637d68;font-style:normal}.section-heading>p{color:#5a6662;margin:0 0 9px;font-size:14px;line-height:1.7}.project-list{gap:22px;margin-top:85px;display:grid}.project-card{color:#f9faf4;background:#142421;border-radius:18px;grid-template-columns:53% 47%;height:460px;padding:35px 40px;display:grid;position:relative;overflow:hidden}.project-card.data{color:#1c302c;background:#f8b79d}.project-card.brand{color:#172535;background:#afbcdc}.project-info{z-index:1;flex-direction:column;display:flex;position:relative}.project-meta{color:#ffffffad;letter-spacing:.04em;justify-content:space-between;font:11px DM Mono;display:flex}.data .project-meta,.brand .project-meta{color:#15201e9e}.project-info h3{white-space:normal;letter-spacing:-.07em;margin:53px 0 14px;font:600 clamp(29px,3vw,48px)/1.22 Noto Serif SC}.project-info>p{color:#ffffffb8;max-width:500px;margin:0;font-size:14px;line-height:1.65}.data .project-info>p,.brand .project-info>p{color:#15201eb3}.project-metrics{gap:45px;margin-top:auto;display:flex}.project-metrics div{gap:4px;display:grid}.project-metrics strong{font:25px DM Mono}.project-metrics span{color:#ffffffa6;font-size:11px}.data .project-metrics span,.brand .project-metrics span{color:#15201ea6}.card-arrow{z-index:3;color:#192925;background:#f7f6f0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:28px;right:30px}.project-visual{position:relative}.reco{background:radial-gradient(circle at 65% 37%,#9be795 0%,#447762 20%,#0000 45%),linear-gradient(145deg,#305c61,#142f36);margin:-35px -40px -35px 0;overflow:hidden}.record{background:repeating-radial-gradient(circle,#0000 0 13px,#e6ffbc1f 14px 15px);border:12px solid #ecffb938;border-radius:50%;place-items:center;width:350px;height:350px;display:grid;position:absolute;top:48px;right:10%}.record div{background:#d9f56f;border-radius:50%;width:90px;height:90px}.record span{background:#224b47;border-radius:50%;width:15px;height:15px;position:absolute}.playlist{gap:11px;display:grid;position:absolute;bottom:55px;left:10%}.playlist i{background:#f0ffdbb3;border-radius:99px;width:180px;height:4px}.playlist i:nth-child(2){width:130px}.playlist i:nth-child(3){width:160px}.playlist i:nth-child(4){width:75px}.cursor-dot{background:#ff795e;border-radius:50%;width:13px;height:13px;position:absolute;top:35%;left:44%}.dashboard{background:#f5ead8;margin:-35px -40px -35px 0;padding:45px;overflow:hidden}.chart-bars{border-bottom:1px solid #162c294d;align-items:flex-end;gap:11px;height:210px;display:flex}.chart-bars i{background:#175c5b;border-radius:5px 5px 0 0;width:28px}.chart-bars i:first-child{height:38%}.chart-bars i:nth-child(2){height:58%}.chart-bars i:nth-child(3){height:45%}.chart-bars i:nth-child(4){background:#e56d5a;height:80%}.chart-bars i:nth-child(5){height:65%}.chart-bars i:nth-child(6){height:90%}.chart-bars i:nth-child(7){height:76%}.chart-line{height:90px;position:absolute;bottom:43px;left:30px;right:0}.chart-line svg{width:100%;height:100%}.chart-line path{fill:none;stroke:#e76e5d;stroke-width:3px}.chart-label{color:#2c5751;font:11px/1.3 DM Mono;position:absolute;top:51px;right:36px}.chart-label b{color:#e56d5a;font-size:23px}.brand-v{background:linear-gradient(135deg,#d6e8d1,#8ea0ca);margin:-35px -40px -35px 0;overflow:hidden}.arch{border:1px solid #182a3747;border-bottom:0;border-radius:50% 50% 0 0;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.a1{width:260px;height:360px}.a2{width:410px;height:510px}.a3{width:560px;height:690px}.brand-v span{text-align:right;letter-spacing:-.09em;color:#20354a;font:500 34px/.96 DM Mono;position:absolute;top:56px;right:37px}.strengths{padding-bottom:160px}.strength-grid{border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);margin-top:78px;display:grid}.strength{border-right:1px solid var(--line);flex-direction:column;min-height:270px;margin-right:28px;padding:26px 27px 28px 0;display:flex}.strength:last-child{border:0}.strength-top{color:#617a69;justify-content:space-between;display:flex}.strength-top span{color:#87918d;font:11px DM Mono}.strength h3{letter-spacing:-.05em;margin:38px 0 8px;font:500 26px Noto Serif SC}.strength p{color:#63716d;max-width:230px;margin:0;font-size:13px;line-height:1.7}.strength-line{background:var(--coral);width:30px;height:2px;margin-top:auto}.quote{background:var(--lime);padding:105px 0}.quote svg{color:#567157}.quote p{letter-spacing:-.065em;margin:25px 0 0;font:600 clamp(35px,4.3vw,70px)/1.32 Noto Serif SC}.quote span{color:#47766e}.contact{color:#f8faf2;background:#162421;height:100svh;min-height:680px;position:relative;overflow:hidden}.contact-noise:after{content:"";opacity:.22;background-image:radial-gradient(#ebf7cf38 .7px,#0000 .8px);background-size:7px 7px;position:absolute;inset:0}.contact-content{z-index:1;flex-direction:column;height:100%;padding-top:10vh;padding-bottom:50px;display:flex;position:relative}.light{color:#b6c3b9}.contact-intro{letter-spacing:-.06em;margin:clamp(70px,13vh,160px) 0 28px;font:600 clamp(35px,4.5vw,72px)/1.27 Noto Serif SC}.email{color:var(--lime);letter-spacing:-.07em;border-bottom:1px solid var(--lime);align-items:center;gap:18px;width:max-content;padding-bottom:9px;font:clamp(22px,3.6vw,55px) DM Mono;display:flex}.email svg{width:.7em;height:.7em}.footer-meta{color:#ffffffb8;border-top:1px solid #ffffff42;justify-content:space-between;margin-top:auto;padding-top:25px;font:12px DM Mono;display:flex}@media (width<=800px){.shell{padding-left:23px;padding-right:23px}.hero{min-height:650px}.nav{height:75px}.links,.nav-contact{display:none}.menu{display:block}.links-open{z-index:10;background:#18302d;flex-direction:column;gap:20px;margin:0;padding:20px 23px;display:flex;position:absolute;top:75px;left:0;right:0}.hero-content{height:calc(100% - 75px);padding-bottom:15vh}.hero h1{font-size:49px}.hero-bottom{width:calc(100% - 46px);bottom:34px}.hero-bottom p{font-size:12px}.scroll-link{font-size:0}.scroll-link svg{width:24px;height:24px}.hero-index{bottom:14px;right:23px}.section{padding-top:88px;padding-bottom:85px}.about-layout{margin-top:34px;display:block}.portrait-wrap{height:440px;margin-bottom:45px}.portrait{width:82%}.portrait-backdrop{width:85%}.about-copy .lead{font-size:24px}.stats{grid-template-columns:repeat(2,1fr);margin-top:60px}.stats div{min-height:120px;padding:18px}.stats div:first-child{padding-left:0}.stats strong{font-size:34px}.section-heading{display:block}.section-heading h2{margin-top:30px;font-size:42px}.section-heading>p{margin-top:20px}.project-list{margin-top:45px}.project-card{height:600px;padding:24px;display:block}.project-meta span:last-child{display:none}.project-info h3{margin:34px 0 12px;font-size:31px}.project-info>p{max-width:90%;font-size:13px}.project-metrics{margin-top:30px}.project-visual{height:230px;position:absolute;bottom:0;left:0;right:0}.reco,.dashboard,.brand-v{margin:0}.card-arrow{top:17px;right:19px}.strength-grid{grid-template-columns:repeat(2,1fr);margin-top:45px}.strength{min-height:220px;margin-right:17px}.strength:nth-child(2){border:0}.strength h3{margin-top:27px;font-size:23px}.quote{padding:70px 0}.quote p{font-size:35px}.contact-intro{font-size:38px}.footer-meta{flex-wrap:wrap;gap:15px}.email{letter-spacing:-.04em;font-size:20px}}.hero-video:after{mix-blend-mode:normal;background:linear-gradient(#ffffff8c,#ffffff08 60%,#f6f7f5bf)}.grid{opacity:.18;transform:perspective(450px)rotateX(63deg)translateY(50%)}.orb-a{opacity:.34;mix-blend-mode:normal}.orb-b{opacity:.28}.wave-two{border-color:#ff76be52}.nav{z-index:4;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border:1px solid #15201e14;border-radius:999px;max-width:1572px;height:68px;padding:0 22px;position:relative;top:25px;box-shadow:0 12px 40px #272c4914}.wordmark{letter-spacing:-.11em;color:#14201e;font:600 20px Noto Serif SC,serif}.wordmark span{color:#58625f;margin-left:5px;font-size:9px}.links{gap:35px;margin-left:105px}.links button{color:#78807e;font-size:12px;position:relative}.links button:hover,.links button.active{color:#171f1d}.links button.active:after{content:"";background:#3231bb;border-radius:99px;height:2px;position:absolute;bottom:-9px;left:0;right:0}.nav-contact{color:#fff;box-shadow:none;background:#171918;border:0;padding:10px 17px;font-size:12px}.hero-content{text-align:center;align-items:center;height:calc(100% - 68px);padding-bottom:10vh}.eyebrow{color:#4944ca;letter-spacing:.13em;margin-bottom:21px;font-size:11px}.hero h1{letter-spacing:-.075em;font-family:DM Sans,Microsoft YaHei,sans-serif;font-size:clamp(52px,6.1vw,100px);font-weight:700;line-height:1.05}.hero h1 em{color:#171f1d}.hero-bottom{width:auto;margin-top:25px;display:block;position:static}.hero-bottom p{color:#69716e;font-size:15px;line-height:1.55}.scroll-link{color:#fff;background:#171918;border:0;border-radius:999px;margin-top:28px;padding:13px 21px;font-size:12px;display:inline-flex}.hero-index{color:#3032bc;bottom:34px;right:80px}.hero-index span{color:#7d8582}@media (width<=800px){.nav{height:58px;padding:0 16px;top:13px}.wordmark{font-size:18px}.links-open{background:#fff;border-radius:20px;top:58px;box-shadow:0 12px 30px #0000001f}.links-open button{color:#28312f}.hero{min-height:680px}.hero-content{height:calc(100% - 58px)}.hero h1{font-size:46px}.hero-index{right:23px}.scroll-link{font-size:12px}.scroll-link svg{width:17px;height:17px}}body{background:var(--paper)}.about-copy .lead{color:#252331}.contact-mini a{transition:color .22s}.section-heading h2 em{color:#6862d6}.project-card{background:#2f2e4d}.project-card.data{background:#f5c6dc}.project-card.brand{background:#c9cef4}.reco{background:radial-gradient(circle at 65% 37%,#d0c4ff 0%,#7872d6 25%,#0000 45%),linear-gradient(145deg,#474472,#29284a)}.record{background:repeating-radial-gradient(circle,#0000 0 13px,#faf0ff29 14px 15px);border-color:#fbf1ff47}.record div{background:#f1a8d0}.cursor-dot{background:#f39acb}.dashboard{background:#f7edf7}.chart-bars i{background:#6d65c7}.chart-bars i:nth-child(4),.chart-line path,.chart-label b{stroke:#e68bbd;color:#e68bbd;background:#e68bbd}.brand-v{background:linear-gradient(135deg,#e4d8f4,#aab8e8)}.quote{background:linear-gradient(105deg,#bdb9ff,#e6c9f0 58%,#f6bed7)}.light span{color:#d3d0ff}button,.scroll-link,.nav-contact,.card-arrow,.email{transition:transform .22s,background-color .22s,color .22s,border-color .22s,box-shadow .22s}.nav-contact:hover{color:#fff;background:#6963d9;transform:translateY(-2px);box-shadow:0 9px 18px #564fc845}.scroll-link:hover{color:#fff;background:#6963d9;transform:translateY(-3px);box-shadow:0 10px 22px #564fc842}.links button:hover{color:#635ddb}.links button:hover:after{content:"";background:#f093c1;border-radius:99px;height:2px;position:absolute;bottom:-9px;left:0;right:0}.card-arrow:hover{color:#fff;background:#6963d9;transform:rotate(8deg)scale(1.1);box-shadow:0 8px 20px #564fc840}.email:hover{color:#fff;border-color:#fff;transform:translate(8px)}.wordmark:hover{color:#6963d9}.project-card{transition:transform .28s,box-shadow .28s}.project-card:hover{transform:translateY(-5px);box-shadow:0 18px 35px #322b5e29}.strength{transition:background-color .22s,padding .22s}.strength:hover{background:#bebaff2e;padding-left:14px}.contact-mini a:hover svg{transform:rotate(-10deg)}.portrait-wrap{isolation:isolate}.portrait-backdrop{box-shadow:0 20px 42px #5b53ac21;z-index:0!important;background:radial-gradient(circle at 20% 84%,#8981ffe0,#0000 38%),radial-gradient(circle at 80% 18%,#f4b5dee6,#0000 45%),linear-gradient(145deg,#e3e5ff,#f8dcea 68%,#d6d2ff)!important;width:82%!important;height:91%!important}.portrait{z-index:1!important;mix-blend-mode:normal!important;filter:none!important}.portrait-note{z-index:2!important}.nav{transition:top .3s,background-color .3s,box-shadow .3s,transform .3s}.nav.is-sticky{z-index:50;-webkit-backdrop-filter:blur(20px)saturate(145%);width:auto;max-width:none;margin:0;top:16px;left:32px;right:32px;background:#ffffffab!important;border:1px solid #ffffffb8!important;padding-left:24px!important;padding-right:24px!important;position:fixed!important;box-shadow:0 14px 38px #27214a1f!important}.nav.is-sticky .nav-contact:hover{background:#6b64d8}@media (width<=800px){.nav.is-sticky{top:10px;left:12px;right:12px;padding-left:16px!important;padding-right:16px!important}.nav.is-sticky .links-open{top:58px;left:0;right:0}}.hero-waves{z-index:0;opacity:.84;mix-blend-mode:multiply;inset:76px 0 0;position:absolute!important}.hero-video>.grid,.hero-video>.orb,.hero-video>.wave{z-index:1}.hero-video:after{z-index:2;pointer-events:none}.hero-content,.nav{z-index:4}@media (width<=800px){.hero-waves{opacity:.7;inset:66px 0 0}}.hero-stroke-title{gap:6px;display:grid;width:min(820px,82vw)!important;margin:0!important}.hero-stroke-title .stroke-text:nth-child(2){margin-left:6vw}@media (width<=800px){.hero-stroke-title{gap:2px;width:88vw}.hero-stroke-title .stroke-text:nth-child(2){margin-left:4vw}.stroke-text text{letter-spacing:-8px;font-size:120px}}.education-cards{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:38px;display:grid}.education-card{text-align:left;color:#1f1d2c;background:#ffffff85;border:1px solid #5e58b72e;border-radius:16px;min-height:210px;padding:25px 28px;position:relative;overflow:hidden}.education-card:before{content:"";opacity:.72;background:radial-gradient(circle,#c3bfff 0,#e8ceefcc 35%,#0000 68%);border-radius:50%;height:200px;transition:transform .35s;position:absolute;inset:auto -10% -80% 36%}.education-card.master:before{background:radial-gradient(circle,#f3bcdc 0,#bdc8ffcc 39%,#0000 68%)}.education-card>*{z-index:1;position:relative}.education-card>span{color:#6b65bd;letter-spacing:.05em;font:11px DM Mono}.education-card>svg:not(.education-arrow){color:#6962cd;width:23px;position:absolute;top:23px;right:25px}.education-card h3{letter-spacing:-.055em;margin:44px 0 8px;font:600 31px Noto Serif SC}.education-card p{color:#686475;margin:0;font-size:14px}.education-arrow{width:20px;transition:transform .22s;position:absolute;bottom:23px;right:24px}.education-card:hover{background:#ffffffc7;transform:translateY(-5px);box-shadow:0 17px 30px #4f468f24}.education-card:hover:before{transform:scale(1.22)translate(-10px,-10px)}.education-card:hover .education-arrow{color:#655fd0;transform:translate(3px,-3px)}.education-modal{z-index:80;-webkit-backdrop-filter:blur(13px);background:#1c192f6b;place-items:center;padding:24px;animation:.24s modal-in;display:grid;position:fixed;inset:0}.education-modal article{background:linear-gradient(135deg,#fbfbff,#f6edf8);border:1px solid #ffffffdb;border-radius:22px;width:min(680px,100%);padding:52px;animation:.3s cubic-bezier(.16,1,.3,1) modal-card;position:relative;box-shadow:0 25px 80px #1b16393d}.modal-close{color:#fff;background:#24213a;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;top:19px;right:19px}.modal-eyebrow{letter-spacing:.08em;color:#6862cb;font:11px DM Mono}.education-modal h2{letter-spacing:-.065em;margin:25px 0 6px;font:600 42px Noto Serif SC}.modal-english{color:#706c80;margin:0;font:13px DM Mono}.modal-meta{color:#484356;border-top:1px solid #36315326;border-bottom:1px solid #36315326;justify-content:space-between;gap:24px;margin:27px 0 22px;padding:25px 0;font-size:14px;display:flex}.education-modal ul{gap:14px;margin:0;padding:0;list-style:none;display:grid}.education-modal li{color:#4a4659;padding-left:21px;font-size:15px;line-height:1.65;position:relative}.education-modal li:before{content:"";background:#938dec;border-radius:50%;width:7px;height:7px;position:absolute;top:.65em;left:0}@keyframes modal-in{0%{opacity:0}to{opacity:1}}@keyframes modal-card{0%{transform:translateY(15px)scale(.97)}to{transform:none}}@media (width<=800px){.education-cards{grid-template-columns:1fr;margin-top:25px}.education-card{min-height:180px}.education-card h3{margin-top:33px;font-size:27px}.education-modal article{padding:42px 28px}.education-modal h2{font-size:32px}.modal-meta{gap:8px;display:grid}.education-modal li{font-size:14px}}.project-card{cursor:pointer}.project-card:focus-visible{outline-offset:4px;outline:3px solid #7c74e8}.project-modal{z-index:80;-webkit-backdrop-filter:blur(13px);background:#1c192f6b;place-items:center;padding:24px;animation:.24s modal-in;display:grid;position:fixed;inset:0}.project-modal article{background:linear-gradient(135deg,#fbfbff,#f6edf8);border:1px solid #ffffffdb;border-radius:22px;width:min(680px,100%);padding:52px;animation:.3s cubic-bezier(.16,1,.3,1) modal-card;position:relative;box-shadow:0 25px 80px #1b16393d}.project-modal h2{letter-spacing:-.065em;margin:25px 0 18px;font:600 39px/1.24 Noto Serif SC}.project-modal-goal{color:#514d61;margin:0;font-size:16px;line-height:1.7}.project-modal ol{border-top:1px solid #36315326;border-bottom:1px solid #36315326;gap:13px;margin:28px 0;padding:24px 0 24px 23px;display:grid}.project-modal li{color:#4a4659;padding-left:6px;font-size:14px;line-height:1.65}.project-modal li::marker{color:#857ee4;font:12px DM Mono}.modal-tags{flex-wrap:wrap;gap:12px;display:flex}.modal-tags span{color:#57516f;background:#e9e7ff;border-radius:99px;align-items:center;gap:7px;padding:8px 12px;font-size:12px;display:flex}.modal-tags b{color:#625bd1;font:12px DM Mono}@media (width<=800px){.project-modal article{padding:42px 28px}.project-modal h2{font-size:30px}}.hero-type-title{min-height:2.16em;letter-spacing:-.075em!important;width:min(940px,90vw)!important;margin:0!important;font-family:DM Sans,Microsoft YaHei,sans-serif!important;font-size:clamp(52px,6.1vw,100px)!important;font-weight:700!important;line-height:1.08!important;display:block!important}.hero-type-title .text-type:nth-of-type(2){margin-left:6vw}.hero-type-title .text-type__cursor{vertical-align:.06em;letter-spacing:0;font-family:DM Mono;font-size:.76em;font-weight:400}@media (width<=800px){.hero-type-title{min-height:2.25em;font-size:46px!important}.hero-type-title .text-type:nth-of-type(2){margin-left:4vw}}.project-modal{padding:22px}.project-modal article{width:min(860px,100%);max-height:calc(100svh - 44px);padding:48px 52px;overflow:auto}.project-modal h2{max-width:720px}.project-detail-list{border-top:1px solid #36315326;border-bottom:1px solid #36315326;gap:0;margin:28px 0;display:grid}.project-detail-list section{border-bottom:1px solid #3631531c;grid-template-columns:42px 1fr;gap:14px;padding:23px 0;display:grid}.project-detail-list section:last-child{border-bottom:0}.project-detail-list section>span{color:#7d75df;padding-top:3px;font:12px DM Mono}.project-detail-list h3{letter-spacing:-.04em;margin:0 0 9px;font:600 19px Noto Serif SC}.project-detail-list p{color:#575263;margin:0;font-size:14px;line-height:1.72}.project-detail-list strong{color:#615ac4;margin-top:11px;font-size:13px;font-weight:600;line-height:1.6;display:block}@media (width<=800px){.project-modal article{max-height:calc(100svh - 28px);padding:38px 26px}.project-detail-list section{grid-template-columns:29px 1fr;gap:9px}.project-detail-list h3{font-size:17px}.project-detail-list p{font-size:13px}}.project-glow{border-radius:18px;width:100%}.project-glow .project-card{box-shadow:none!important;margin:0!important;transform:none!important}.project-glow:hover .project-card{transform:none!important}.project-glow .border-glow-inner{overflow:hidden}.hero{color:#fff;background:#10091d;min-height:780px}.hero-video{background:radial-gradient(circle at 74% 18%,#ff79c73d,#0000 28%),radial-gradient(circle at 19% 85%,#6946ee57,#0000 40%),#10091d}.hero-lightfall{z-index:0;opacity:.94;inset:0;position:absolute!important}.hero-video:after{z-index:2;mix-blend-mode:normal;background:linear-gradient(#0b06191f,#0d071959 66%,#120b20)}.grid{opacity:.14;z-index:1}.orb{display:none}.wave{z-index:1;border-color:#dec8ff29}.nav{background:#140c2194!important;border-color:#ffffff2e!important;box-shadow:0 12px 45px #0000003d!important}.wordmark,.links button,.links button.active{color:#fff!important}.wordmark span,.links button{color:#f3eeffb3!important}.links button.active:after{background:#ff9aca}.nav-contact{background:linear-gradient(110deg,#7a49e4,#e574b1)!important}.nav-contact:hover{background:linear-gradient(110deg,#f08fca,#8c69f2)!important}.hero-content{color:#fff}.hero-type-title{color:#fff!important}.hero-type-title .text-type__cursor{color:#ff9aca}.hero-bottom p{color:#f7f2ffc7}.scroll-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff47}.scroll-link:hover{background:#e77fb9}.hero-index{color:#d6ceff}.about-copy p,.about-copy .lead{color:#f5f0ff}.about-copy p{color:#cfc5dc}.contact-mini{color:#d2c9df}.contact-mini a:hover{color:#ff9aca}.education-card{color:#fff;background:linear-gradient(135deg,#33254ee6,#25132fe6);border-color:#dac2ff36}.education-card h3{color:#fff}.education-card p{color:#d2c5dc}.section-heading h2,.section-heading h2 em{color:#fff}.section-heading>p{color:#c6bbd2}.strength-top{color:#c0b6ff}.strength h3{color:#fff}.strength p{color:#c4bacf}.project-modal article,.education-modal article{color:#fff;background:linear-gradient(135deg,#241638,#130d20);border-color:#ffffff29}.education-modal h2,.project-modal h2{color:#fff}.modal-english,.project-modal-goal,.project-detail-list p,.education-modal li{color:#d8cedf}.modal-meta,.project-detail-list{border-color:#ffffff29}.modal-tags span{color:#e7ddf0;background:#382456}.modal-tags b,.project-detail-list strong{color:#f19aca}.modal-close{color:#25122f;background:#f0a0cc}.project-glow .accordion-card{color:#f8f3ff;background:linear-gradient(135deg,#231534fa,#160d22fa);height:auto;min-height:0;padding:0;display:block}.project-summary{text-align:left;width:100%;color:inherit;justify-content:space-between;align-items:center;gap:30px;padding:30px 34px;display:flex}.project-summary-copy{min-width:0}.project-topic{color:#f6a9d2;letter-spacing:.06em;background:#f497cd21;border:1px solid #f8a8d63b;border-radius:99px;padding:5px 9px;font:11px DM Mono;display:inline-flex}.project-summary h3{letter-spacing:-.04em;margin:15px 0 7px;font-family:Noto Serif SC;font-size:20px;font-weight:600;line-height:1.3}.project-summary p{color:#aaa0b8;margin:0;font-size:13px}.skill-pills{flex-wrap:wrap;gap:7px;margin-top:17px;display:flex}.skill-pills i{color:#d6cde0;background:#ffffff0e;border:1px solid #dccfee2b;border-radius:99px;padding:6px 9px;font-size:11px;font-style:normal}.accordion-arrow{color:#fff;background:linear-gradient(135deg,#8e65ed,#ef91c6);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;transition:transform .25s;display:grid}.accordion-card.is-open .accordion-arrow{transform:rotate(90deg)}.project-expanded{border-top:1px solid #e7daff21;padding:0 34px 34px;animation:.35s expand-in}.expand-block{padding-top:27px}.expand-heading{align-items:center;gap:11px;margin-bottom:16px;display:flex}.expand-heading span{color:#f5a4cf;font:11px DM Mono}.expand-heading h4{letter-spacing:-.04em;margin:0;font:600 18px Noto Serif SC}.persona-tabs,.chart-tabs{flex-wrap:wrap;gap:9px;margin-bottom:14px;display:flex}.persona-tabs button,.chart-tabs button{color:#bfb4cb;background:#ffffff0a;border:1px solid #e6d7f42b;border-radius:9px;padding:8px 11px;font-size:12px}.persona-tabs button.active,.chart-tabs button.active{color:#fff;background:linear-gradient(110deg,#6c52ca,#b55c91);border-color:#0000}.persona-card{background:linear-gradient(135deg,#7b56b538,#ff87c31f);border:1px solid #e0c5ff2e;border-radius:13px;grid-template-columns:1fr 1.5fr 1.25fr;gap:18px;padding:20px;display:grid}.persona-card ul{color:#f1dbe9;gap:9px;margin:0;padding:0;font-size:13px;list-style:none;display:grid}.persona-card blockquote{color:#fff;border-left:2px solid #f09bca;margin:0;padding:0 18px;font:500 15px/1.65 Noto Serif SC}.persona-card .insight{color:#d8cee6;background:#09051040;border-radius:9px;margin:0;padding:12px;font-size:13px;line-height:1.55}.mini-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mini-grid>div{background:#ffffff0e;border:1px solid #eadcff21;border-radius:12px;flex-direction:column;min-height:112px;padding:16px;display:flex}.mini-grid b{color:#f3a4ce;font:12px DM Mono}.mini-grid strong{margin-top:auto;font:600 17px Noto Serif SC}.mini-grid p{color:#c9bfd4;margin:5px 0 0;font-size:12px}.key-numbers>div{text-align:center;justify-content:center;align-items:center}.key-numbers b{color:#fff;font:600 38px DM Mono}.key-numbers p{font-size:13px}.chart-frame{background:#fff;border-radius:13px;margin:0;padding:13px;overflow:hidden}.chart-frame img{object-fit:contain;width:100%;max-height:325px;display:block}.journey{align-items:stretch;gap:12px;display:flex}.journey>div{background:#ffffff0e;border:1px solid #eadcff21;border-radius:12px;flex:1;gap:7px;padding:17px;display:grid}.journey b{color:#fff;font:15px Noto Serif SC}.journey span{color:#f3a2cc;font-size:13px}.journey p{color:#c9bfd4;margin:0;font-size:12px}.journey>i{color:#d4b2ff;place-items:center;font-style:normal;display:grid}.strategy-compare{grid-template-columns:1fr 1fr;gap:12px;display:grid}.strategy-compare>div{background:#ffffff0e;border:1px solid #eadcff24;border-radius:12px;padding:18px}.strategy-compare>div:last-child{background:linear-gradient(135deg,#d65ba63d,#714cc138)}.strategy-compare span{color:#fff;font:600 15px Noto Serif SC}.strategy-compare p{color:#d8cee5;margin:10px 0 0;font-size:13px}.strategy-compare p:before{content:"•";color:#f3a5ce;margin-right:7px}@keyframes expand-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media (width<=800px){.project-summary{gap:15px;padding:23px 20px}.project-summary h3{font-size:18px}.project-expanded{padding:0 20px 24px}.persona-card{grid-template-columns:1fr;gap:15px}.mini-grid{grid-template-columns:1fr}.mini-grid>div{min-height:95px}.journey{grid-template-columns:1fr;display:grid}.journey>i{height:15px;transform:rotate(90deg)}.strategy-compare{grid-template-columns:1fr}.accordion-arrow{width:36px;height:36px}}.native-chart{background:#ffffff0b;border:1px solid #e7daff26;border-radius:14px;padding:22px}.donut-chart{grid-template-columns:220px 1fr;align-items:center;gap:28px;display:grid}.donut-wrap{background:conic-gradient(#2d6a4f 0 40.74%,#40916c 40.74% 80.99%,#74c69d 80.99% 93.85%,#b7e4c7 93.85% 100%);border-radius:50%;width:190px;height:190px;margin:auto;position:relative}.donut-wrap:after{content:"";background:#241535;border-radius:50%;position:absolute;inset:39px;box-shadow:inset 0 0 0 1px #ffffff14}.donut-center{z-index:1;text-align:center;place-content:center;display:grid;position:absolute;inset:0}.donut-center b{color:#d6f4de;font:600 29px DM Mono}.donut-center span{color:#bdb1c9;font-size:11px}.store-legend{gap:11px;display:grid}.store-legend div{color:#ddd4e6;grid-template-columns:10px 1fr auto;align-items:center;gap:9px;font-size:13px;display:grid}.store-legend i{border-radius:50%;width:9px;height:9px}.store-legend b{color:#f4eff8;font:12px DM Mono}.chart-insight{color:#ccebd7;background:#75c5971f;border:1px solid #75c59730;border-radius:9px;grid-column:1/-1;margin:2px 0 0;padding:11px 13px;font-size:13px;line-height:1.55}.chart-key{color:#cfc4da;justify-content:flex-end;gap:17px;font-size:11px;display:flex}.chart-key span{align-items:center;gap:6px;display:flex}.chart-key i{border-radius:2px;width:8px;height:8px}.sales-key,.sales-bar{background:#2d6a4f}.commission-key,.commission-bar{background:#c75c4a}.bar-groups{border-bottom:1px solid #ffffff30;align-items:end;gap:8px;height:238px;margin-top:12px;padding:14px 4px 0;display:flex}.bar-group{text-align:center;color:#c9bed2;flex:1;grid-template-rows:1fr auto auto;gap:3px;min-width:0;height:100%;display:grid}.bar-area{border-bottom:1px solid #ffffff0f;justify-content:center;align-items:end;gap:4px;height:100%;display:flex}.bar-area i{border-radius:4px 4px 0 0;width:min(17px,36%);display:block}.bar-group b{white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.bar-group span{color:#91869d;font:9px DM Mono}.commission-chart .chart-insight{color:#f0c9c3;background:#c75c4a21;border-color:#c75c4a3d;margin-top:18px}@media (width<=800px){.donut-chart{grid-template-columns:1fr;gap:20px}.bar-groups{gap:4px;height:205px}.bar-area i{width:42%}.bar-group span{font-size:8px}.native-chart{padding:16px}}.project-transfer{color:#f4edf8;letter-spacing:-.015em;background:linear-gradient(90deg,#ef70b624,#7a59d214);border-left:2px solid #f09bca;border-radius:0 12px 12px 0;margin:28px 0 0;padding:17px 19px;font:500 15px/1.75 Noto Serif SC}.project-transfer span{color:#f5a9d0;letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font:11px DM Mono;display:block}@media (width<=800px){.project-transfer{padding:15px;font-size:14px}}.education-star{cursor:pointer;border-radius:16px;width:100%;transition:transform .25s,filter .25s}.education-star:hover{filter:drop-shadow(0 14px 22px #7f5de233);transform:translateY(-4px)}.education-star .education-card{text-align:left;color:#fff;background:linear-gradient(135deg,#27183a,#160d27);border:1px solid #d1c0ff33;border-radius:15px;width:100%;min-height:210px;padding:25px 28px;display:block;position:relative;overflow:hidden}.education-star.master .education-card{background:linear-gradient(135deg,#331633,#180c27)}.education-star .education-card:before{opacity:.35}.education-star .education-card h3{color:#fff}.education-star .education-card p{color:#d4c7dd}.education-star .education-card:hover{box-shadow:none;background:linear-gradient(135deg,#27183a,#160d27);transform:none}.education-star.master .education-card:hover{background:linear-gradient(135deg,#331633,#180c27)}.education-star:focus-visible{outline-offset:4px;outline:2px solid #f4acd2}.concise-copy{max-width:580px}.concise-copy p{letter-spacing:-.045em;margin:0 0 16px;font:500 25px/1.65 Noto Serif SC;color:#f7f1ff!important}.concise-copy p+p{color:#cfc1db!important}.interactive-question{background:radial-gradient(circle at 90% 10%,#d05dac2b,#0000 28%),linear-gradient(135deg,#362050b8,#170d25d1);border:1px solid #e6d3ff29;border-radius:20px;margin-top:78px;padding:36px}.question-kicker{color:#aaa0b9;letter-spacing:.08em;margin:0;font:12px DM Mono}.interactive-question h3{letter-spacing:-.055em;color:#fff;margin:18px 0 29px;font:600 37px/1.28 Noto Serif SC}.question-cards{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.question-glow{border-radius:15px;min-height:186px}.question-card{color:#fff;perspective:900px;background:0 0;width:100%;height:186px;display:block}.question-card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .62s cubic-bezier(.2,.8,.2,1);display:block;position:relative}.question-card.is-flipped .question-card-inner{transform:rotateY(180deg)}.question-face{backface-visibility:hidden;text-align:left;letter-spacing:-.035em;border-radius:14px;flex-direction:column;justify-content:center;padding:22px;font:600 18px/1.45 Noto Serif SC;display:flex;position:absolute;inset:0}.question-front{background:linear-gradient(145deg,#2b1a40,#181025)}.question-back{color:#f5eefa;background:linear-gradient(145deg,#592a61,#251938);font:500 14px/1.68 Noto Serif SC;transform:rotateY(180deg)}.question-face small{letter-spacing:.06em;color:#bfadd0;margin-top:auto;padding-top:13px;font:10px DM Mono;display:block}.question-conclusion{text-align:center;color:#f3c0db;opacity:0;max-width:650px;margin:25px auto 0;font:500 14px/1.65 Noto Serif SC;transition:opacity .45s,transform .45s;transform:translateY(7px)}.question-conclusion.is-visible{opacity:1;transform:none}@media (width<=800px){.interactive-question{margin-top:48px;padding:24px 18px}.interactive-question h3{font-size:27px}.question-cards{grid-template-columns:1fr}.question-glow,.question-card{height:160px;min-height:160px}.concise-copy p{font-size:21px}}.hero-warp-title{width:min(980px,90vw)!important;height:clamp(165px,18vw,255px)!important;margin:0!important;line-height:0!important;display:block!important}.hero-warp-title .warp-text{filter:drop-shadow(0 6px 18px #e295e633)}@media (width<=800px){.hero-warp-title{width:92vw!important;height:150px!important}}.hero-depth-title{justify-items:center;gap:8px;width:min(1050px,94vw)!important;margin:0!important;line-height:0!important;display:grid!important}.hero-depth-title .depth-text:nth-child(2){margin-left:6vw}@media (width<=800px){.hero-depth-title{gap:4px}.hero-depth-title .depth-text{transform-origin:50%;transform:scale(.7)}.hero-depth-title .depth-text:nth-child(2){margin-left:2vw}}.nav.is-sticky{background:#120a1fc2!important;border-color:#e2ceff36!important;box-shadow:0 16px 42px #00000057!important}.nav.is-sticky .wordmark{color:#fff!important}.nav.is-sticky .links button{color:#f4edffb8!important}.nav.is-sticky .links button.active,.nav.is-sticky .links button:hover{color:#fff!important}.nav.is-sticky .nav-contact{background:linear-gradient(110deg,#7746e0,#e473b2)!important}.about-copy .interactive-question{border-radius:16px;margin-top:28px;padding:21px}.about-copy .question-kicker{font-size:11px}.about-copy .interactive-question h3{margin:11px 0 18px;font-size:22px;line-height:1.38}.about-copy .question-cards{gap:9px}.about-copy .question-glow,.about-copy .question-card{border-radius:12px;height:142px;min-height:142px}.about-copy .question-face{border-radius:11px;padding:14px;font-size:13px;line-height:1.48}.about-copy .question-back{font-size:11px;line-height:1.62}.about-copy .question-face small{padding-top:8px;font-size:9px}.about-copy .question-conclusion{margin-top:15px;font-size:12px;line-height:1.55}@media (width<=800px){.about-copy .interactive-question{margin-top:28px;padding:20px 14px}.about-copy .interactive-question h3{font-size:23px}.about-copy .question-cards{grid-template-columns:1fr}.about-copy .question-glow,.about-copy .question-card{height:145px;min-height:145px}}@media (width>=801px){.about-layout{grid-template-columns:.78fr 1.22fr;align-items:start;gap:5%}.portrait-wrap{max-width:500px;height:470px;margin-top:18px}.portrait{width:78%;left:0}.portrait-backdrop{width:84%}.about-copy{max-width:none}}.links a{color:#f4edffb3;font-size:12px;line-height:1;transition:color .2s;position:relative}.links a:hover,.links a.active{color:#fff}.links a.active:after{content:"";background:linear-gradient(90deg,#b5a4ff,#f29dcc);height:1px;position:absolute;bottom:-9px;left:0;right:0}.nav.is-sticky .links a{color:#f8efffc2}.nav.is-sticky .links a:hover,.nav.is-sticky .links a.active{color:#fff}@media (width<=800px){.links-open a{color:#f8efffc7;padding:13px 0}.links-open a.active:after{bottom:6px}}body{background:var(--ink);color:#f2eee8}.hero,.hero-video{background:#17151a}.hero-aurora{z-index:0;opacity:.9;pointer-events:none;width:100%;height:100%;position:absolute!important;inset:0!important}.hero-aurora canvas{pointer-events:none!important}.hero-video:after{content:"";z-index:1;position:absolute;inset:0;background:linear-gradient(#17151a29,#17151a66)!important}.grid{opacity:.07}.wave{border-color:#f2eee81f}.nav{box-shadow:none!important;background:#17151ad1!important;border-color:#f2eee82b!important;border-radius:8px!important}.nav.is-sticky{background:#17151ae6!important;box-shadow:0 10px 26px #00000021!important}.nav-contact,.nav.is-sticky .nav-contact{font-weight:600;color:#211d23!important;background:#d58a98!important;border-radius:5px!important}.hero-depth-title .depth-text{--depth-face:#f2eee8!important;--depth-color:#76667c!important}.hero-depth-title .depth-text__face{text-shadow:0 12px 24px #00000038}.scroll-link{background:0 0;border-color:#f2eee86b;border-radius:5px}.hero-shiny-title{letter-spacing:-.085em!important;justify-items:start!important;gap:7px!important;width:min(1340px,88vw)!important;margin:0!important;font:600 clamp(50px,5.8vw,110px)/1.08 Noto Serif SC,Microsoft YaHei,serif!important;display:grid!important}@media (width<=800px){.hero-shiny-title{gap:3px!important;width:94vw!important;font-size:46px!important}.hero-shiny-title .shiny-text:nth-child(2){margin-left:3vw}}.hero-content{text-align:center!important;align-items:center!important}.hero-shiny-title{text-align:center!important;justify-items:center!important}.hero-shiny-title .shiny-text:nth-child(2){margin-left:0!important}.hero-bottom{text-align:center!important;align-items:center!important}.hero-bottom p{margin-left:auto!important;margin-right:auto!important}main[data-build]{isolation:isolate;background:#17151a;position:relative}.home-floating-lines,.home-floating-lines canvas{pointer-events:none!important}.home-floating-lines{z-index:0;opacity:.78;width:100vw;height:100vh;position:fixed;inset:0}main[data-build]>:not(.home-floating-lines):not(.education-modal):not(.project-modal){z-index:1;position:relative}main[data-build]>.hero{z-index:2!important}.education-modal,.project-modal{z-index:200!important;position:fixed!important}.nav.is-sticky{z-index:100!important}.nav,.nav *{pointer-events:auto}.hero,.section,.projects,.projects-gateway,.strengths,.quote,.contact,.hero-video,.contact-noise{background:0 0!important}.hero-video:after{background:#17151a47!important}.contact-noise:after{background:0 0!important}.hero-lightfall,.grid,.orb,.wave,.video-glow{display:none!important}.quote{border-top:1px solid #f2eee833;border-bottom:1px solid #f2eee833;color:#f2eee8!important}.contact{border-top:1px solid #f2eee833}.section{background:#17151a}.projects{background:#1c181e}.strengths{background:#17151a}.section-heading>p,.about-copy p{color:#bcb3bc}.education-card{background:#211d23;border-color:#f2eee826;border-radius:8px}.education-star,.star-border-container{border-radius:8px!important}.education-star:hover .education-card{background:#28222a}.education-star.undergrad .education-card,.education-star.undergrad:hover .education-card{box-shadow:none;background:linear-gradient(135deg,#331633,#180c27)!important}.education-star.undergrad:hover .education-card{border-color:#f2eee833}.portrait-backdrop{background:linear-gradient(155deg,#423646,#261f29)!important;border-radius:220px 220px 8px 8px!important}.portrait{filter:saturate(.78)contrast(1.03)}.stats,.stats div{border-color:var(--line)}.stats strong{color:#f2eee8}.stats span{color:#aaa1aa}.project-glow .accordion-card{background:#211d23;border-radius:8px}.project-topic{color:#e5abb4;background:#d58a981a;border-color:#d58a9852}.accordion-arrow{color:#211d23;background:#d58a98;border-radius:5px}.skill-pills i{background:0 0;border-radius:4px}.project-expanded{border-color:var(--line)}.interactive-question{background:linear-gradient(135deg,#f7d7df 0%,#f0bdcc 54%,#f6dce3 100%)!important;border-color:#fff1f4d9!important;border-radius:8px!important;box-shadow:0 20px 52px #d67b9938!important}.interactive-question .question-kicker{display:block;text-align:center!important;color:#d99d1f!important;letter-spacing:.045em!important;margin:0 auto 18px!important;font-size:16px!important;font-weight:700!important}.interactive-question h3{text-align:center!important;color:#281a2a!important}.interactive-question .question-front{background:linear-gradient(145deg,#b95f7e,#91425f)!important}.interactive-question .question-back{background:linear-gradient(145deg,#8f3d5b,#68253f)!important}.question-glow,.question-card,.question-face{border-radius:6px!important}.question-card{box-shadow:none!important}.question-card:hover{transform:translateY(-2px)}.strength{border-color:var(--line)}.strength:hover{background:0 0}.quote{color:#211d23;background:#d58a98}.quote svg,.quote span{color:#5b3742}.contact{background:#121014}.subnav{box-shadow:none;background:#17151ae6;border-radius:8px}.subnav-cta{color:#211d23;background:#d58a98;border-radius:5px}.project-index-card{box-shadow:none;background:#211d23;border-radius:8px}.project-index-card:hover{box-shadow:none;border-color:#d58a98a6}.detail-grid article,.native-chart{background:#211d23;border-radius:8px}.detail-showcase{border-color:var(--line)}.ballpit-bg{z-index:0!important}.subpage>:not(.ballpit-bg){z-index:1}.floating-lines-bg{opacity:.76;pointer-events:none;width:100%;height:100%;position:fixed;inset:0;z-index:0!important}.subpage>:not(.floating-lines-bg){z-index:1;position:relative}.ballpit-bg{display:none}.project-index{gap:20px}.project-index-card>svg{width:34px;height:34px}.project-index-card span{letter-spacing:.04em;font-size:14px}.project-index-card h2{letter-spacing:-.07em;margin:29px 0 13px;font-size:clamp(38px,3.25vw,56px);line-height:1.16}.project-index-card p{font-size:17px;line-height:1.55}.page-skills{gap:9px;margin-top:25px}.projects-gateway{background:#1c181e}.projects-gateway-link{border-top:1px solid #f2eee84d;border-bottom:1px solid #f2eee84d;justify-content:space-between;align-items:flex-end;gap:30px;min-height:390px;padding:48px;transition:background .25s,padding .25s;display:flex}.projects-gateway-link:hover{background:#d58a9814;padding-left:63px}.projects-gateway-link h2{color:#f2eee8;letter-spacing:-.09em;margin:28px 0 12px;font:600 clamp(58px,7vw,120px)/.95 Noto Serif SC,Microsoft YaHei,serif}.projects-gateway-link>div>p:last-child{color:#bcb3bc;margin:0;font-size:15px}.projects-gateway-action{color:#e5abb4;align-items:center;gap:17px;padding-bottom:8px;font:14px DM Mono;display:flex}.projects-gateway-action svg{width:34px;height:34px;transition:transform .25s}.projects-gateway-link:hover .projects-gateway-action svg{transform:translate(5px,-5px)}@media (width<=800px){.project-index-card{min-height:250px;padding:27px 24px}.project-index-card h2{margin:22px 0 10px;font-size:34px}.project-index-card span{font-size:12px}.project-index-card p{font-size:14px}.page-skills{gap:7px;margin-top:18px}.page-skills i{padding:6px 8px;font-size:11px}.project-index-card>svg{width:25px;height:25px}.projects-gateway-link{min-height:280px;padding:30px 0;display:block}.projects-gateway-link:hover{padding-left:10px}.projects-gateway-link h2{margin:22px 0 10px;font-size:64px}.projects-gateway-action{justify-content:space-between;margin-top:45px}.projects-gateway-link>div>p:last-child{font-size:13px}}.projects-hero>span{color:#f2eee8;letter-spacing:.01em;margin-top:18px;font-size:20px;font-weight:600;display:block}.project-index-card>div>span{letter-spacing:.04em;font-size:14px}.project-index-card h2,.project-index-card h2 span{letter-spacing:-.075em!important;color:#f2eee8!important;font-family:Noto Serif SC,Microsoft YaHei,serif!important;font-size:clamp(42px,3.55vw,62px)!important;font-weight:600!important;line-height:1.16!important}.project-index-card h2 span{display:inline!important}.project-index-card h2{margin:29px 0 13px!important}@media (width<=800px){.projects-hero>span{font-size:17px}.project-index-card>div>span{font-size:12px}.project-index-card h2,.project-index-card h2 span{font-size:36px!important}.project-index-card h2{margin:22px 0 10px!important}}.projects-hero h1{font-size:clamp(40px,5vw,76px)}.projects-hero>span{font-size:17px;font-weight:500}.project-index-card{min-height:290px;padding:35px 40px}.project-index-card h2,.project-index-card h2 span{font-size:clamp(38px,2.9vw,50px)!important}.project-index-card p{font-size:15px}.page-skills i{padding:7px 10px;font-size:12px}.detail-hero h1{font-size:clamp(44px,5vw,80px)}.detail-lead{font-size:23px}.detail-grid h2{font-size:19px}.detail-grid p{font-size:13px}.projects-gateway-link{background:#211d23;border:1px solid #f2eee82e;border-radius:8px;align-items:stretch;min-height:360px;padding:44px 48px;position:relative;overflow:hidden}.projects-gateway-link:after{content:"";border:1px solid #d58a9838;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-210px;right:-115px}.projects-gateway-link:hover{background:#29222a;border-color:#d58a9880;padding-left:54px}.projects-gateway-copy{z-index:1;max-width:830px;position:relative}.projects-gateway-link h2{margin:34px 0 17px;font-size:clamp(50px,5.8vw,94px)}.projects-gateway-link>div>p:last-child{max-width:670px;font-size:16px;line-height:1.75}.projects-gateway-action{z-index:1;align-self:flex-end;position:relative}.electric-project-border{filter:drop-shadow(0 0 17px #e59ab529)}.electric-project-border .projects-gateway-link{border-color:#0000!important}.electric-project-border .projects-gateway-link:hover{padding-left:48px!important}.project-blur-title{color:#f2eee8;letter-spacing:-.09em;margin:34px 0 17px;font:600 clamp(50px,5.8vw,94px)/.95 Noto Serif SC,Microsoft YaHei,serif}.blur-text-segment{will-change:transform,filter,opacity;opacity:0;filter:blur(10px);transform:translateY(var(--blur-from));display:inline-block}.blur-text-segment.is-visible{animation:blur-text-reveal var(--blur-duration) cubic-bezier(.22,.72,.22,1) var(--blur-delay) forwards}@keyframes blur-text-reveal{0%{filter:blur(10px);opacity:0;transform:translateY(var(--blur-from))}55%{filter:blur(4px);opacity:.55;transform:translateY(5px)}to{filter:blur();opacity:1;transform:translateY(0)}}.stats .stat-value{letter-spacing:-.025em!important;font-family:DM Sans,Microsoft YaHei,sans-serif!important;font-size:clamp(34px,2.8vw,43px)!important;font-weight:600!important}.stats .stat-value-wide{letter-spacing:-.025em!important;white-space:nowrap!important;font-size:clamp(26px,2.05vw,34px)!important}.stats .stat-value-hd{letter-spacing:.07em!important}.hero .hero-video{background:#17151a!important}main[data-build] .section{padding-top:160px!important;padding-bottom:150px!important}main[data-build] .about-layout{margin-top:62px!important}main[data-build] .stats{margin-top:110px!important}main[data-build] .strength-grid{margin-top:78px!important}main[data-build] .quote{padding:105px 0!important}main[data-build] .projects-gateway-link{min-height:360px!important}main[data-build] #about{margin-top:-80px}main[data-build] #projects,main[data-build] #strengths{margin-top:-155px}main[data-build] .quote{margin-top:-128px}main[data-build] .contact{margin-top:-52px}.about-copy .question-conclusion{font-size:15px!important}.portrait-column{width:min(100%,500px)}.portrait-column .portrait-wrap{width:100%;max-width:none}.portrait-facts{grid-template-columns:1fr 1fr;gap:2px;width:100%;margin-top:12px;display:grid}.portrait-facts>div{color:#2b1730;background:linear-gradient(135deg,#f4b7d0f0,#de8fb7e6);border:1px solid #fff4fa80;flex-direction:column;justify-content:space-between;min-height:92px;padding:16px 18px;display:flex}.portrait-facts>div:first-child{border-radius:7px 0 0 7px}.portrait-facts>div:last-child{border-radius:0 7px 7px 0}.portrait-facts span{letter-spacing:.11em;color:#3a1b39b8;font:10px/1 DM Mono,Microsoft YaHei,sans-serif}.portrait-facts strong{letter-spacing:-.04em;color:#28162b;font:600 24px/1.1 Noto Serif SC,Microsoft YaHei,serif}@media (width<=800px){.portrait-column{max-width:100%}.portrait-facts{margin-top:8px}.portrait-facts>div{min-height:76px;padding:13px 15px}.portrait-facts strong{font-size:20px}}@media (width>=801px){.about-layout{align-items:stretch!important}.portrait-column{flex-direction:column;height:100%;display:flex}.portrait-column .portrait-wrap{flex:1;height:auto!important;margin-top:0!important}.about-copy.concise-copy{flex-direction:column;height:100%;display:flex}.about-copy.concise-copy>p:first-child{margin-top:0}.about-copy.concise-copy .interactive-question{margin-top:auto!important}.portrait-facts{margin-top:6px}.portrait-facts>div{min-height:46px;padding:7px 10px}.portrait-facts span{font-size:8px}.portrait-facts strong{font-size:16px}}.interactive-question .question-back{font-size:18px!important;line-height:1.58!important}.interactive-question .question-front{text-align:center!important;align-items:center!important;font-size:20px!important;line-height:1.52!important}.interactive-question .question-front small{text-align:left;align-self:stretch}.education-detail-label{color:#e7a8c1;letter-spacing:.1em;margin:0 0 16px;font:11px DM Mono,Microsoft YaHei,sans-serif}.ability-transfer,.course-cloud{padding-top:2px}.transfer-list{gap:2px;display:grid}.transfer-list>div{background:#ffffff0b;border:1px solid #f2eee81f;grid-template-columns:1fr 32px 1.2fr;align-items:center;min-height:52px;padding:0 15px;display:grid}.transfer-list>div:first-child{border-radius:7px 7px 0 0}.transfer-list>div:last-child{border-radius:0 0 7px 7px}.transfer-list span{color:#e8dce6;font-size:15px}.transfer-list i{text-align:center;color:#e59ab5;font-size:18px;font-style:normal}.transfer-list strong{color:#fff;font-size:15px;font-weight:600}.score-highlight{background:linear-gradient(90deg,#e568992e,#0000);border-left:3px solid #ef9abb;align-items:center;gap:14px;margin:20px 0 0;padding:15px 17px;display:flex}.score-highlight b{color:#ffc0d8;letter-spacing:-.05em;white-space:nowrap;font:600 27px/1 DM Mono,Microsoft YaHei,sans-serif}.score-highlight span{color:#e2d7df;font-size:13px;line-height:1.5}.course-tags{flex-wrap:wrap;gap:10px;display:flex}.course-tags>span{color:#eee7ee;background:#0c08126b;border:1px solid #f2eee833;border-radius:5px;align-items:center;gap:8px;padding:11px 13px;font-size:14px;display:inline-flex;position:relative}.course-tags>span.is-hd:after{content:"";background:#ff9fc5;border-radius:50%;width:5px;height:5px;position:absolute;top:6px;right:6px;box-shadow:0 0 8px #ff9fc5}.course-tags b{color:#25121f;background:#e883ad;border-radius:3px;padding:2px 4px;font:700 9px DM Mono,sans-serif}.course-note{color:#bbaebb;margin:15px 0 0;font-size:12px}@media (width<=800px){.transfer-list>div{grid-template-columns:1fr 26px 1.1fr;padding:0 10px}.transfer-list span,.transfer-list strong{font-size:13px}.score-highlight b{font-size:23px}.course-tags{gap:8px}.course-tags>span{padding:9px 10px;font-size:13px}}.education-modal .modal-meta,.education-modal .modal-meta span{color:#fff!important}.tool-cloud{margin-top:24px}.tool-tags{flex-wrap:wrap;gap:9px;display:flex}.tool-tags span{color:#fff4f8;letter-spacing:.015em;background:#e17ea838;border:1px solid #ffbed81f;border-radius:4px;padding:9px 12px;font:14px DM Mono,Microsoft YaHei,sans-serif;box-shadow:inset 0 1px #ffffff14}.tool-group{align-items:center;gap:14px;margin-top:11px;display:flex}.tool-group-label{color:#d8bfd0;flex:0 0 76px;width:76px;font-size:12px;font-weight:600}.tool-group .tool-tags{gap:8px}@media (width<=800px){.tool-group{flex-direction:column;align-items:flex-start;gap:7px}.tool-group-label{flex:auto;width:auto}}.strength p{font-size:16px!important;line-height:1.62!important}.strength-tag{color:#f1c2d1;background:#e58aa61a;border-left:2px solid #e79ab4;margin-top:auto;padding:10px 12px;font-size:13px;line-height:1.55;display:block}.strength .strength-line{margin-top:12px}.contact-intro.contact-info{letter-spacing:-.045em;max-width:1100px;font:500 clamp(23px,2.25vw,38px)/1.65 Noto Serif SC,Microsoft YaHei,serif}.contact .email{font-size:clamp(23px,2.25vw,38px)!important}.contact .footer-meta{font-size:15px!important}.links{gap:46px!important}.links button{font-size:22px!important}.nav-contact{padding:11px 17px!important;font-size:13px!important}.interactive-question .question-front{justify-content:initial!important}.interactive-question .question-front-label{text-align:center;flex:1;place-items:center;width:100%;display:grid}.interactive-question .question-front small{flex:none}.project-index-card{position:relative}.project-index-card.is-viewed{background:#141217!important;border-color:#f2eee81c!important}.project-view-progress{letter-spacing:.04em;z-index:2;background:#e58aa61f;border:1px solid #f0a8c361;border-radius:4px;padding:8px 10px;position:absolute;bottom:34px;right:42px;color:#f0a8c3!important;font:12px DM Mono,Microsoft YaHei,sans-serif!important}@media (width<=800px){.project-view-progress{padding:6px 7px;bottom:22px;right:22px;font-size:10px!important}}:root{--ink:#5a3547!important;--paper:#fff8fb!important;--lime:#f2a9c2!important;--coral:#df86aa!important;--line:#844f6a2e!important}body{color:#5a3547!important;background:linear-gradient(135deg,#fffafd 0%,#fcebf2 52%,#f7e4ed 100%)!important}.home-floating-lines{opacity:.38!important;mix-blend-mode:multiply!important}.hero,.hero .hero-video{background:linear-gradient(135deg,#fffffff0,#ffe4f0d6)!important}.hero .hero-video:after{background:linear-gradient(#ffffff38,#f5bcd540)!important}.hero-aurora{opacity:.46!important;filter:saturate(.78)!important}.nav,.nav.is-sticky{-webkit-backdrop-filter:blur(22px)saturate(135%)!important;backdrop-filter:blur(22px)saturate(135%)!important;background:#ffffffa3!important;border-color:#ffffffdb!important;box-shadow:0 16px 42px #b1658729!important}.wordmark,.links a,.links button,.links a.active{color:#593447!important}.links a:hover,.links button:hover{color:#c36791!important}.links a.active:after{background:#df86aa!important}.nav-contact,.nav.is-sticky .nav-contact{color:#542a3e!important;background:#ea97b8d1!important;border-color:#ffffffc2!important;box-shadow:0 8px 18px #c66f942e!important}.hero-content,.hero-bottom p,.eyebrow{color:#684153!important}.eyebrow{color:#b65f88!important}.hero-shiny-title .shiny-text{--shiny-base:#75465e!important;--shiny-highlight:#d778a2!important}.scroll-link{color:#66394e!important;background:#ffffff73!important;border-color:#ad63854d!important}.section-label{color:#91647a!important}.section-label span{color:#d5779d!important}.about-copy p,.about-copy .lead,.section-heading h2,.section-heading h2 em,.strength h3{color:#593447!important}.portrait-backdrop{background:linear-gradient(155deg,#f8c8d9,#f4e2ea)!important}.portrait-note{color:#7f4662!important;text-shadow:0 0 4px #ffffffe0!important}.education-card,.education-star.undergrad .education-card,.education-star.undergrad:hover .education-card{color:#573447!important;background:#ffffff8c!important;border-color:#ffffffd4!important;box-shadow:0 12px 30px #bb6c901f!important}.education-card h3,.education-card p{color:#573447!important}.education-card>span,.education-card>svg:not(.education-arrow){color:#b96087!important}.stats{border-color:#8e546f38!important}.stats div{border-color:#8e546f2e!important}.stats strong,.stats span{color:#673b52!important}.interactive-question{background:linear-gradient(135deg,#fff6fad6,#f9cadbc2)!important;border-color:#ffffffdb!important;box-shadow:0 20px 45px #cb7b9d29!important}.interactive-question h3{color:#5a3547!important}.interactive-question .question-front{color:#573447!important;background:linear-gradient(145deg,#f3acc5,#e891b5)!important}.interactive-question .question-back{color:#fff9fc!important;background:linear-gradient(145deg,#eaa0bc,#dc86aa)!important}.interactive-question .question-face small{color:#704057!important}.interactive-question .question-conclusion{color:#73435b!important}.strength-tag{color:#744157!important;background:#ffffff85!important;border-color:#de8baa!important}.strength-line{background:#df86aa!important}.projects-gateway-link{color:#5c3549!important;background:#ffffff94!important;border-color:#ffffffd6!important;box-shadow:0 18px 40px #b6698d1f!important}.projects-gateway-link:hover{background:#fffc!important}.projects-gateway-link h2,.projects-gateway-link p{color:#593447!important}.projects-gateway-action{color:#b85f88!important}.contact{color:#573447!important;background:linear-gradient(135deg,#fffafce6,#fad3e3e0)!important;border-color:#ffffffc2!important}.contact-noise{background:radial-gradient(circle at 80% 10%,#f7aecd8c,#0000 36%),radial-gradient(circle at 0 100%,#ffffffe0,#0000 38%),0 0!important}.contact .section-label,.contact-intro,.contact .footer-meta,.contact .footer-meta a{color:#60384e!important}.email{color:#bb638a!important;border-color:#d980a5!important}.subpage{color:#5a3547!important;background:linear-gradient(135deg,#fffafd 0%,#fcebf3 53%,#f6dce8 100%)!important}.light-rays-bg{opacity:.5!important;background:0 0!important}.subnav{background:#ffffffa3!important;border-color:#ffffffe6!important;box-shadow:0 16px 38px #b86e8f24!important}.subnav-brand,.subnav nav a,.subnav nav a.active{color:#573447!important}.subnav nav a:hover{color:#c46690!important}.subnav-cta{color:#593146!important;background:#eb9dbcd1!important}.projects-hero p,.detail-hero>p,.project-index-card>div>span,.detail-grid span{color:#c56d93!important}.projects-hero h1,.projects-hero h1 em,.detail-hero h1,.detail-lead{color:#5a3547!important}.projects-hero>span,.detail-hero>span,.back-link{color:#81566b!important}.project-index-card,.project-index-card.is-viewed{background:#ffffff94!important;border-color:#ffffffe0!important;box-shadow:0 16px 36px #b7698c1f!important}.project-index-card:hover{border-color:#db7fa69e!important;box-shadow:0 20px 42px #b7698c2e!important}.project-index-card h2,.project-index-card h2 span,.project-index-card p{color:#593447!important}.page-skills i{color:#82546b!important;background:#ffffff7a!important;border-color:#b86e8e33!important}.project-index-card>svg{color:#c76d93!important}.project-index-card.is-viewed>div,.project-index-card.is-viewed>svg{opacity:.48}.project-view-progress{color:#8b4968!important;background:#f9c3d7b3!important;border-color:#d2769d59!important}.detail-grid article,.native-chart,.detail-showcase{background:#ffffff8f!important;border-color:#ffffffd6!important;box-shadow:0 12px 30px #b468891a!important}.detail-grid h2,.detail-grid p,.native-chart{color:#60394e!important}.next-project{color:#b65e87!important;border-color:#d980a5!important}.project-modal,.education-modal{background:#fadee97a!important}.project-modal article,.education-modal article{color:#583447!important;background:#fffafde0!important;border-color:#fffffff0!important;box-shadow:0 24px 68px #a4567933!important}.education-modal h2,.project-modal h2,.modal-meta,.education-modal .modal-meta,.education-modal .modal-meta span,.modal-english,.project-modal-goal,.project-detail-list p,.education-modal li{color:#593447!important}.modal-tags span,.course-tags>span{color:#6e4057!important;background:#ffffff9e!important;border-color:#c76f9740!important}.course-tags>span.is-hd{border-color:#e78aad!important;box-shadow:0 0 16px #e27ba33d!important}.tool-tags span{color:#66394f!important;background:#eea3c152!important;border-color:#ffffffad!important}.transfer-list>div{background:#ffffff80!important;border-color:#c26f9529!important}.transfer-list span,.transfer-list strong,.score-highlight span{color:#633a50!important}.score-highlight{background:linear-gradient(90deg,#f0a9c552,#0000)!important;border-color:#e58cab!important}main[data-build]>.home-light-rays{z-index:0!important;pointer-events:none!important;opacity:.72!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}main[data-build]>.home-light-rays canvas{pointer-events:none!important}.home-floating-lines{display:none!important}.hero,.hero .hero-video{background:0 0!important}main[data-build]>.home-web-threads{z-index:0!important;pointer-events:none!important;opacity:1!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}main[data-build]>.home-web-threads canvas{pointer-events:none!important}.home-light-rays{display:none!important}main[data-build]>.home-particles{z-index:0!important;pointer-events:none!important;background:#f7dbe7!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}main[data-build]>.home-particles canvas{display:block;pointer-events:none!important}main[data-build]>.home-shape-grid{z-index:0!important;pointer-events:none!important;background:#f7dbe7!important;width:100vw!important;height:100vh!important;position:fixed!important;inset:0!important}main[data-build]>.home-shape-grid canvas{display:block;pointer-events:none!important}.nav{-webkit-backdrop-filter:blur(24px)saturate(135%)!important;backdrop-filter:blur(24px)saturate(135%)!important;background:#ffffff8a!important;border:1px solid #ffffffe6!important;border-radius:27px!important;width:calc(100% - 96px)!important;max-width:1700px!important;height:80px!important;margin:18px auto 0!important;padding:0 30px!important;box-shadow:0 14px 38px #a45b7c29!important}.nav .links{gap:38px!important;margin:0!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important}.nav .links a{white-space:nowrap;font-size:18px!important}.nav-contact{color:#563246!important;background:#fffffff0!important;border:1px solid #fffffffa!important;border-radius:18px!important;padding:13px 23px!important;box-shadow:0 7px 18px #b0678b1f!important}.nav-contact:hover{color:#563246!important;background:#f6c6d8!important}.nav.is-sticky{border-radius:27px!important;width:min(100% - 64px,1700px)!important;max-width:none!important;margin:0!important;padding:0 30px!important;top:12px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.subnav{background:#ffffff8a!important;border-color:#ffffffe6!important;border-radius:27px!important;max-width:1700px!important;height:80px!important;margin:0 auto!important;padding:0 30px!important;box-shadow:0 14px 38px #a45b7c24!important}.subnav nav{position:absolute;left:50%;transform:translate(-50%);gap:38px!important}.subnav nav a{white-space:nowrap;font-size:16px!important}.subnav-cta{color:#563246!important;background:#fffffff0!important;border-radius:18px!important;padding:13px 20px!important;box-shadow:0 7px 18px #b0678b1f!important}@media (width<=800px){.nav{border-radius:20px!important;width:calc(100% - 28px)!important;height:64px!important;margin-top:10px!important;padding:0 18px!important}.nav.is-sticky{width:calc(100% - 28px)!important;padding:0 18px!important}.subnav{border-radius:20px!important;height:64px!important;padding:0 18px!important}}main[data-build] .contact{color:#573447!important;background:linear-gradient(135deg,#fff9fc 0%,#fbe5ee 52%,#f6cfe0 100%)!important}main[data-build] .contact-noise{background:radial-gradient(circle at 82% 12%,#f6adcc61,#0000 34%),radial-gradient(circle at 8% 96%,#fffffff0,#0000 42%),0 0!important}main[data-build] .contact-noise:after{opacity:0!important;background:0 0!important}html,body,#root,main[data-build]{background:#f7dbe7!important}.hero,.section,.projects,.projects-gateway,.strengths{background:0 0!important}main[data-build] .contact,.subpage{background:#f7dbe7!important}.home-light-rays{opacity:.3!important}.light-rays-bg{opacity:1!important}.subpage>.light-rays-bg{opacity:1!important;background:#f7dbe7!important}.subpage>.light-rays-bg canvas{opacity:.32!important;mix-blend-mode:screen!important}.subpage{background:#f7dbe7!important}.subpage>.dot-grid-bg{opacity:1!important;background:#f7dbe7!important}.subpage>.dot-grid-bg canvas{opacity:1!important;mix-blend-mode:normal!important}.detail-page .detail-hero,.detail-page .detail-content{color:#4d263b!important}.detail-page .detail-hero h1,.detail-page .detail-hero h1 span,.detail-page .detail-lead{color:#4b2639!important;text-shadow:none!important}.detail-page .detail-hero>span,.detail-page .back-link{color:#774257!important}.detail-page .page-skills{gap:10px!important}.detail-page .page-skills i{color:#6b304b!important;background:#ffffffe0!important;border:1px solid #b9578385!important;border-radius:999px!important;align-items:center!important;font-weight:600!important;display:inline-flex!important;box-shadow:0 4px 12px #ab4b771f!important}.detail-page .detail-showcase{background:#fffafdb0!important;border:1px solid #fffffff0!important;border-radius:18px!important;padding:25px!important;box-shadow:0 15px 34px #a54b731f!important}.detail-page .expand-block{margin-top:26px!important;padding-top:0!important}.detail-page .expand-block:first-child{margin-top:0!important}.detail-page .expand-heading span{color:#dc5c90!important}.detail-page .expand-heading h4{color:#4b2639!important}.detail-page .persona-tabs button,.detail-page .chart-tabs button{color:#71354f!important;background:#ffffffd1!important;border-color:#ba538161!important;font-weight:600!important}.detail-page .persona-tabs button.active,.detail-page .chart-tabs button.active{color:#fff!important;background:linear-gradient(135deg,#e57ca8,#cc4f84)!important;border-color:#b83b70!important}.detail-page .persona-card{background:linear-gradient(135deg,#fad3e4db,#fff4f9e6)!important;border-color:#dc7aa457!important}.detail-page .persona-card ul{color:#55293f!important;font-weight:600!important}.detail-page .persona-card blockquote{color:#55293f!important;border-color:#d45488!important}.detail-page .persona-card .insight{color:#5b2943!important;background:#c55c8a21!important;font-weight:600!important}.detail-page .mini-grid>div,.detail-page .journey>div,.detail-page .strategy-compare>div{background:#ffffffc7!important;border-color:#c0638f47!important;box-shadow:0 7px 16px #ad547b14!important}.detail-page .strategy-compare>div:last-child{background:linear-gradient(135deg,#facddfe0,#fff7fbed)!important}.detail-page .mini-grid b,.detail-page .journey span{color:#d15187!important}.detail-page .mini-grid strong,.detail-page .journey b,.detail-page .strategy-compare span{color:#4c263a!important}.detail-page .mini-grid p,.detail-page .journey p,.detail-page .strategy-compare p{color:#6b4053!important;font-weight:500!important}.detail-page .strategy-compare p:before{color:#d45187!important}.detail-page .journey>i{color:#bd5481!important}.detail-page .project-transfer{color:#592b42!important;background:linear-gradient(90deg,#f8c1d8c2,#fff8fccc)!important;border-left-color:#d75288!important;font-weight:600!important}.detail-page .project-transfer span{color:#b23e70!important}.detail-page .native-chart{color:#573045!important;background:#ffffffd9!important;border-color:#be5b884d!important}.detail-page .donut-wrap:after{background:#fff7fb!important}.detail-page .donut-center b{color:#2d6a4f!important}.detail-page .donut-center span,.detail-page .store-legend div,.detail-page .store-legend b,.detail-page .chart-key,.detail-page .bar-group,.detail-page .bar-group span{color:#61364b!important}.detail-page .chart-insight{color:#27563e!important;background:#b8e2c98c!important;border-color:#41916c5c!important;font-weight:600!important}.detail-page .commission-chart .chart-insight{color:#7b342c!important;background:#efbeb78f!important;border-color:#c75c4a61!important}.detail-page .key-numbers b{color:#b53f70!important}.detail-page .next-project{color:#9f3c68!important;border-color:#d66a96!important;font-weight:700!important}.projects-home-return{color:#79354f;background:#ffffffc7;border:1px solid #b84c7b7a;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:max-content;margin:42px auto 4px;padding:14px 24px;font-size:15px;font-weight:700;transition:transform .2s,background .2s;display:flex;box-shadow:0 10px 24px #b0517c1f}.projects-home-return:hover{color:#552339;background:#efb3cc;transform:translateY(-3px)}.project-index-card:hover,.project-index-card:focus-visible,.project-index-card:active{opacity:1!important;background:#fff8fc!important;border-color:#d96d9b!important;box-shadow:0 18px 38px #b74c7d38!important}.project-index-card:hover>div,.project-index-card:hover>svg,.project-index-card:focus-visible>div,.project-index-card:focus-visible>svg,.project-index-card:active>div,.project-index-card:active>svg{opacity:1!important}.project-index-card:active{background:#f7cadd!important;transform:translateY(-1px)!important}main[data-build]>.home-floating-lines{z-index:0!important;pointer-events:none!important;opacity:1!important;mix-blend-mode:normal!important;width:100vw!important;height:100vh!important;display:block!important;position:fixed!important;inset:0!important}main[data-build]>.home-floating-lines canvas{pointer-events:none!important;mix-blend-mode:normal!important;display:block!important}main[data-build]{background:#fffafb!important}.hero{color:#251922!important;background:radial-gradient(47% 49% at 50% 39%,#f8b2ccc7 0%,#fccfde7d 37%,#fffafc00 72%),radial-gradient(#d4669224 .7px,#0000 .7px) 0 0/5px 5px,#fffafb!important;height:100svh!important;min-height:780px!important}.hero .hero-video,.hero .hero-video:after{display:none!important}.hero-reference-meta{z-index:4;color:#332330;letter-spacing:-.035em;font-size:18px;font-weight:650;position:absolute;top:42px}.hero-location{left:clamp(30px,5vw,82px)}.hero-stamp{letter-spacing:.08em;color:#75465e;font-family:DM Mono,Microsoft YaHei,sans-serif;font-size:13px;right:clamp(30px,5vw,82px)}.nav{z-index:5!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important;background:#ffffffe6!important;border:1px solid #aa5e7d2e!important;border-radius:999px!important;width:auto!important;min-width:735px!important;height:66px!important;margin:0!important;padding:0 12px!important;position:absolute!important;top:30px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 12px 28px #a75c7d2e!important}.nav .wordmark{display:none!important}.nav .links{align-items:center!important;gap:4px!important;margin:0!important;display:flex!important;position:static!important;transform:none!important}.nav .links a{color:#30212b!important;border-radius:999px!important;padding:11px 15px!important;font-size:15px!important}.nav .links a:hover,.nav .links a.active{color:#602c47!important;background:#f4d5e1!important}.nav .links a.active:after{display:none!important}.nav-contact{color:#593046!important;box-shadow:none!important;background:#f4d5e1!important;border:0!important;margin-left:7px!important;padding:11px 18px!important}.hero-content{transform:translateY(22px);z-index:3!important;text-align:center!important;justify-content:center!important;align-items:center!important;height:100%!important;padding:0 30px!important}.hero-content .eyebrow{color:#985475!important;letter-spacing:.07em!important;background:#ffffff78!important;border:1px solid #bd5a8457!important;border-radius:999px!important;margin:0 0 31px!important;padding:9px 17px!important;font-size:11px!important;display:inline-flex!important}.hero-shiny-title{letter-spacing:-.085em!important;width:min(1230px,90vw)!important;margin:0!important;font-family:DM Sans,Microsoft YaHei,sans-serif!important;font-size:clamp(56px,6.3vw,112px)!important;font-weight:750!important;line-height:1.01!important;display:block!important}.hero-shiny-title .shiny-text{--shiny-base:#211820!important;--shiny-highlight:#211820!important;color:#211820!important;white-space:nowrap!important}.hero-bottom{flex-direction:column!important;align-items:center!important;gap:26px!important;width:auto!important;margin-top:28px!important;display:flex!important;position:static!important}.hero-bottom p{color:#695866!important;max-width:760px!important;font-size:19px!important;line-height:1.5!important}.scroll-link{color:#402839!important;background:#ffffffb8!important;border:1px solid #b3618538!important;border-radius:999px!important;margin:0!important;padding:12px 20px!important;font-size:13px!important;box-shadow:0 7px 18px #a75d7e1a!important}.scroll-link:hover{color:#402839!important;background:#f4c6d8!important}@media (width<=800px){.hero-reference-meta{font-size:12px;top:18px}.hero-location{left:20px}.hero-stamp{font-size:10px;right:20px}.nav{width:calc(100% - 30px)!important;min-width:0!important;height:60px!important;top:48px!important}.nav .links{display:none!important}.nav-contact{margin-left:auto!important}.hero-content{transform:translateY(36px)!important}.hero-shiny-title{font-size:clamp(43px,12vw,62px)!important}.hero-shiny-title .shiny-text{white-space:normal!important}.hero-bottom p{font-size:15px!important}}.nav .links a,.nav-contact{text-align:center!important;justify-content:center!important;align-items:center!important;line-height:1!important;display:inline-flex!important}.nav .links{justify-content:center!important}.nav .links a{min-height:40px!important}.education-detail-pill{z-index:3!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;color:#743650!important;letter-spacing:.01em!important;background:linear-gradient(135deg,#ffffffb8,#f9d3e2b8)!important;border:1px solid #ffffffe0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:8px 11px 8px 13px!important;font:600 11px/1 DM Sans,Microsoft YaHei,sans-serif!important;transition:transform .22s,background .22s,box-shadow .22s!important;display:inline-flex!important;position:absolute!important;bottom:20px!important;right:23px!important;overflow:hidden!important;box-shadow:inset 0 1px #fffffff2,0 6px 16px #a64e7724!important}.education-detail-pill:after{content:"";background:linear-gradient(100deg,#0000 38%,#ffffffd9 50%,#0000 62%);height:210%;position:absolute;inset:-70% 40% auto -55%;transform:rotate(11deg);transition:transform .55s!important}.education-detail-pill>*{z-index:1!important;position:relative!important}.education-detail-arrow{width:14px!important;height:14px!important;transition:transform .22s!important}.education-star:hover .education-detail-pill{background:linear-gradient(135deg,#fffafd,#f3bbd2)!important;transform:translateY(-2px)!important;box-shadow:inset 0 1px #fff,0 9px 19px #a64e7736!important}.education-star:hover .education-detail-pill:after{transform:translate(165%)rotate(11deg)!important}.education-star:hover .education-detail-arrow{transform:translate(2px,-2px)!important}.hero-text-type{color:#211820!important;display:inline-block!important}.hero-text-type .text-type__content{color:#211820!important}.hero-text-type .hero-text-cursor{color:#c75d88!important;font-family:DM Mono,monospace!important;font-weight:400!important;animation-duration:.72s!important}.strength-text-type{min-width:7em;color:#593447!important;display:inline-block!important}.strength-text-type .text-type__content{color:#593447!important}.strength-text-type .strength-text-cursor{color:#c75d88!important;font-family:DM Mono,monospace!important;font-weight:400!important;animation-duration:.72s!important}.nav .links,.nav.is-sticky .links{justify-content:center!important;margin:0!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important}.nav.is-sticky .links{top:50%!important;transform:translate(-50%,-50%)!important}.hero-shiny-title .shiny-text{--shiny-base:#67364e!important;--shiny-highlight:#fff!important;color:#67364e!important;background-size:220%!important;animation:2s linear infinite shiny-sweep!important}.nav .nav-contact,.nav.is-sticky .nav-contact{margin:0!important;position:absolute!important;left:auto!important;right:12px!important}.hero-shiny-title .shiny-text{display:block!important}:root{--font:"Noto Serif SC","Source Han Serif SC","Songti SC","SimSun",serif}html,body,button,input,textarea,select,option,*{font-family:var(--font)!important}.ip-pet{filter:drop-shadow(0 13px 18px #823a582e);z-index:1000!important;cursor:pointer!important;isolation:isolate!important;background:0 0!important;border:0!important;width:clamp(142px,15.5vw,238px)!important;margin:0!important;padding:0!important;transition:filter .24s,transform .24s!important;position:fixed!important;bottom:14px!important;right:18px!important}.ip-pet:hover{filter:drop-shadow(0 18px 21px #823a5842)!important;transform:translateY(-6px)scale(1.025)!important}.ip-pet:focus-visible{outline-offset:6px!important;border-radius:22px!important;outline:3px solid #d55b8bbf!important}.ip-pet-scene{transform-origin:50% 100%!important;width:100%!important;animation:3.8s ease-in-out infinite ip-pet-breathe!important;display:block!important;position:relative!important}.ip-pet-scene img{-webkit-user-select:none!important;user-select:none!important;pointer-events:none!important;width:100%!important;height:auto!important;display:block!important}.ip-pet-keys{opacity:.6!important;filter:blur(1px)!important;background:linear-gradient(90deg,#0000,#ffffffe0,#0000)!important;border-radius:50%!important;width:24%!important;height:6%!important;animation:.58s ease-in-out infinite alternate ip-pet-typing!important;position:absolute!important;bottom:29%!important;left:35%!important}.ip-pet-bubble{z-index:2!important;color:#9b4167!important;min-width:42px!important;height:27px!important;font:700 12px/1 var(--font)!important;opacity:0!important;background:#fffafde6!important;border:1px solid #fffffff2!important;border-radius:999px!important;place-items:center!important;padding:0 10px!important;transition:opacity .22s,transform .22s!important;display:grid!important;position:absolute!important;top:8%!important;right:5%!important;transform:translateY(8px)scale(.88)!important;box-shadow:0 7px 18px #aa4e7726!important}.ip-pet-bubble:after{content:"";background:#fffafde6!important;border-bottom:1px solid #fffffff2!important;border-right:1px solid #fffffff2!important;width:9px!important;height:9px!important;position:absolute!important;bottom:-5px!important;right:12px!important;transform:rotate(45deg)!important}.ip-pet:hover .ip-pet-bubble,.ip-pet.is-speaking .ip-pet-bubble{opacity:1!important;transform:translateY(0)scale(1)!important}.ip-pet.is-speaking .ip-pet-scene{animation:.42s ease-in-out 4 ip-pet-hello!important}.ip-pet.is-speaking .ip-pet-keys{animation-play-state:paused!important}@keyframes ip-pet-breathe{0%,to{transform:translateY(0)rotate(-.7deg)}50%{transform:translateY(-4px)rotate(.7deg)}}@keyframes ip-pet-typing{0%{opacity:.36;transform:translate(-2px,-1px)}to{opacity:.82;transform:translate(4px,2px)}}@keyframes ip-pet-hello{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-11px)rotate(-3deg)}}@media (width<=800px){.ip-pet{width:132px!important;bottom:8px!important;right:8px!important}.ip-pet-bubble{min-width:35px!important;height:24px!important;padding:0 8px!important;font-size:10px!important}}.ip-pet{cursor:pointer!important}.ip-pet-scene .ip-pet-look{opacity:0!important;transition:opacity .26s!important;position:absolute!important;inset:0!important}.ip-pet:hover .ip-pet-look{opacity:1!important}.ip-pet:hover .ip-pet-idle{opacity:0!important}.ip-pet-scene .ip-pet-idle{transition:opacity .26s!important}.ip-pet-bubble{color:#673047!important;text-align:center!important;background:linear-gradient(135deg,#ffdce9,#f5a9c7)!important;border:1px solid #ec81ada6!important;border-radius:17px!important;min-width:178px!important;max-width:255px!important;height:auto!important;min-height:42px!important;padding:11px 14px!important;font-size:13px!important;font-weight:700!important;line-height:1.45!important;display:flex!important;top:-12px!important;right:52%!important;box-shadow:0 12px 26px #b84f7d3d!important}.ip-pet-bubble:after{background:#f7b3ce!important;border:0!important;bottom:-6px!important;right:18px!important}@media (width<=800px){.ip-pet-bubble{min-width:142px!important;max-width:190px!important;padding:9px 11px!important;font-size:11px!important;top:-18px!important;right:38%!important}}.hero-reference-meta{display:none!important}@media (width>=801px){.hero-reference-meta{z-index:7!important;pointer-events:none!important;white-space:nowrap!important;font-size:14px!important;line-height:1!important;display:block!important;top:56px!important}.hero-location{left:44px!important}.hero-stamp{right:44px!important}}@media (width<=800px){.projects-hero h1{font-size:40px}.project-index-card{min-height:245px;padding:25px 22px}.project-index-card h2,.project-index-card h2 span{font-size:34px!important}.detail-hero h1{font-size:45px}.detail-lead{font-size:21px}.projects-gateway-link{min-height:300px;padding:29px 25px}.projects-gateway-link h2{font-size:54px}.projects-gateway-link>div>p:last-child{font-size:13px}.projects-gateway-link:hover{padding-left:29px}}@media (width>=801px){.hero .nav,.hero .nav.is-sticky{width:640px!important;min-width:0!important;height:58px!important;padding:0 10px!important;top:34px!important}.hero .nav.is-sticky{top:12px!important}.hero .nav .links{gap:1px!important}.hero .nav .links a{min-height:36px!important;padding:9px 11px!important;font-size:14px!important}.hero .nav-contact{padding:10px 14px!important;font-size:14px!important;right:10px!important}}.detail-page .health-persona-marketing{background:linear-gradient(135deg,#fff9fc,#f9dce8);border:1px solid #da769e59;border-radius:18px;margin:18px 0 16px;padding:18px;position:relative;overflow:hidden;box-shadow:0 14px 32px #b2527c1f}.detail-page .health-persona-marketing img{object-fit:contain;background:#fffafb;border-radius:13px;width:100%;height:min(33vw,400px);min-height:260px;display:block}.detail-page .health-persona-marketing figcaption{color:#8d4767;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffafdd1;border:1px solid #ffffffe0;border-radius:999px;padding:7px 10px;font-size:10px;position:absolute;bottom:28px;right:28px;font-family:DM Mono,monospace!important}.detail-page .persona-insight-card{grid-template-columns:.9fr 1.25fr 1fr;align-items:center;gap:22px;min-height:132px;display:grid;background:linear-gradient(100deg,#ffe3eee6,#fff9fceb)!important;border:1px solid #e479a457!important;border-radius:14px!important;margin:14px 0 0!important;padding:22px 25px!important;box-shadow:inset 0 1px #ffffffe6!important}.detail-page .persona-insight-card ul{margin:0!important}.detail-page .persona-insight-card blockquote{margin:0!important;padding:5px 22px!important;font-size:17px!important}.detail-page .persona-insight-card .insight{margin:0!important;padding:17px!important;line-height:1.45!important}.detail-page .health-persona-marketing.student:after,.detail-page .health-persona-marketing.worker:after{content:"";pointer-events:none;border:2px solid #0000;border-radius:15px;width:50%;height:min(33vw,400px);min-height:260px;transition:border-color .25s;position:absolute;top:18px}.detail-page .health-persona-marketing.student:after{border-color:#e67ba6;left:18px}.detail-page .health-persona-marketing.worker:after{border-color:#b95b85;right:18px}@media (width<=800px){.detail-page .health-persona-marketing{padding:10px}.detail-page .health-persona-marketing img{height:auto;min-height:0}.detail-page .persona-insight-card{grid-template-columns:1fr;gap:13px;padding:17px!important}.detail-page .persona-insight-card blockquote{padding:8px 0!important}.detail-page .health-persona-marketing.student:after,.detail-page .health-persona-marketing.worker:after{height:calc(100% - 10px);min-height:0;top:10px}.detail-page .health-persona-marketing.student:after{left:10px}.detail-page .health-persona-marketing.worker:after{right:10px}.detail-page .health-persona-marketing figcaption{font-size:8px;bottom:17px;right:17px}}.detail-page .persona-image-card{background:linear-gradient(135deg,#fffafd,#f6d4e2);border:1px solid #de6c9c85;border-radius:18px;grid-template-columns:36% 64%;min-height:365px;margin:18px 0 0;display:grid;overflow:hidden;box-shadow:0 14px 30px #b14f7921}.detail-page .persona-image-portrait{background-color:#fff9fb;background-repeat:no-repeat;background-size:200%}.detail-page .persona-image-copy{color:#593047;background:linear-gradient(130deg,#ffffffb8,#fde2eded);padding:32px 34px 28px}.detail-page .persona-image-kicker{color:#b24d78!important;letter-spacing:.11em!important;margin:0 0 19px!important;font-size:11px!important}.detail-page .persona-image-copy h5{color:#572c42!important;margin:0 0 7px!important;font-size:30px!important;line-height:1.1!important}.detail-page .persona-image-copy>span{color:#93516d!important;font-size:14px!important}.detail-page .persona-image-columns{grid-template-columns:1fr 1.3fr;gap:16px;margin-top:25px;display:grid}.detail-page .persona-image-columns ul{border-radius:12px;grid-row:span 2;color:#643249!important;background:#ffffff94!important;margin:0!important;padding:17px!important;font-size:15px!important;line-height:2!important}.detail-page .persona-image-columns li::marker{content:""}.detail-page .persona-image-columns blockquote{color:#653248!important;border-left:3px solid #db6f9d!important;margin:0!important;padding:12px 16px!important;font-size:16px!important;line-height:1.55!important}.detail-page .persona-image-insight{border-radius:10px;color:#743750!important;background:#dd6c9c21!important;margin:0!important;padding:13px 16px!important;font-size:14px!important;font-weight:650!important;line-height:1.45!important}@media (width<=800px){.detail-page .persona-image-card{grid-template-columns:1fr}.detail-page .persona-image-portrait{background-size:200%;height:250px}.detail-page .persona-image-copy{padding:23px 20px}.detail-page .persona-image-copy h5{font-size:25px!important}.detail-page .persona-image-columns{grid-template-columns:1fr;gap:12px}.detail-page .persona-image-columns ul{grid-row:auto}}.score-highlight b{color:#8b3157!important;text-shadow:0 1px #ffffff73!important}.hero .hero-reference-meta.hero-location,.hero .hero-reference-meta.hero-stamp{z-index:9!important;pointer-events:none!important;white-space:nowrap!important;font-size:14px!important;line-height:1!important;font-family:var(--font)!important;letter-spacing:-.035em!important;color:#332330!important;font-weight:650!important;display:block!important;top:56px!important}.hero .hero-reference-meta.hero-location{left:44px!important}.hero .hero-reference-meta.hero-stamp{right:44px!important}@media (width<=800px){.hero .hero-reference-meta.hero-location,.hero .hero-reference-meta.hero-stamp{display:none!important}}
