@import"https://fonts.googleapis.com/css2?family=Inria+Sans:wght@300;400;700&display=swap";.site-header{position:fixed;top:0;left:0;right:0;padding:24px 80px;display:flex;align-items:center;justify-content:space-between;font-family:var(--font-body);z-index:10;background:linear-gradient(to bottom,#fffffff5,#fff0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:100px}.site-header__logo{font-size:22px;font-weight:100;font-family:var(--font-body);text-decoration:none;color:#000}.site-header__nav{display:flex;gap:32px;font-weight:100;font-family:var(--font-body)}.site-header__link{font-size:18px;text-decoration:none;color:#000;letter-spacing:.02em;font-weight:100px;font-family:var(--font-body)}.site-header__link:hover,.site-header__link--active{opacity:.6}@media(max-width:768px){.site-header{padding:16px 24px}.site-header__nav{gap:20px}.site-header__link{font-size:16px}}.orbit-root{width:100vw;height:100vh;overflow:hidden;position:relative;background:#fff;perspective:800px;font-family:var(--font-body)}.orbit-3d-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.orbit-card-wrapper{position:absolute;width:240px;height:200px;transform-style:preserve-3d;cursor:pointer}.orbit-card{position:relative;width:100%;height:100%;transform-style:preserve-3d;border-radius:18px;opacity:0;transform:translate3d(0,24px,-60px) scale(.94);animation-name:orbitCardIn;animation-duration:.8s;animation-timing-function:cubic-bezier(.16,.72,.2,1);animation-fill-mode:forwards}@keyframes orbitCardIn{0%{opacity:0;transform:translate3d(0,32px,-80px) scale(.9);filter:blur(6px)}to{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}}.orbit-card-face{position:absolute;inset:0;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px #00000026;background:#fff;display:flex;align-items:center;justify-content:center;backface-visibility:hidden}.orbit-card-back{transform:rotateY(180deg)}.orbit-card-wrapper:hover .orbit-card{transform:scale(1.08)}.orbit-card-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:18px}.orbit-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);padding:8px 16px;border-radius:999px;background:#0009;color:#fff;font-size:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.orbit-hint-text{text-align:center}.orbit-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffff6b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;animation:orbitOverlayFade .22s ease-out forwards;z-index:30}@keyframes orbitOverlayFade{0%{opacity:0}to{opacity:1}}.orbit-modal{max-width:700px;width:min(90vw,880px);border-radius:24px;padding:68px 42px;background:#fffffff5;color:#fff;box-shadow:0 28px 80px #000000a6;opacity:0;transform:translateY(16px) scale(.96);animation:orbitModalIn .26s cubic-bezier(.16,.72,.2,1) 40ms forwards;display:flex;flex-direction:column}@keyframes orbitModalIn{0%{opacity:0;transform:translateY(24px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.orbit-modal-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.9fr);gap:24px}@media(max-width:768px){.orbit-modal{padding:20px 18px;border-radius:18px}.orbit-modal-grid{grid-template-columns:minmax(0,1fr)}}.orbit-modal-close{position:absolute;top:20px;right:28px;border:none;background:transparent;font-size:32px;line-height:1;cursor:pointer;color:#111827}.orbit-modal-left{display:flex;flex-direction:column;justify-content:center;gap:16px}.orbit-modal-title{margin:0;font-size:28px;font-weight:700;letter-spacing:.02em;color:#111827}.orbit-modal-role{font-size:18px;font-weight:500;color:#111827}.orbit-modal-body{margin:0;font-size:16px;line-height:1.6;color:#6b7280}.orbit-modal-tools{margin-top:8px;display:flex;flex-wrap:wrap;gap:10px}.orbit-chip{padding:6px 18px;border-radius:999px;border:1px solid #d4d4d8;font-size:14px;color:#111827;background:#fff}.orbit-modal-learn{margin-top:28px;align-self:flex-start;border:none;background:transparent;font-size:18px;font-weight:500;cursor:pointer;color:#111827;padding:0}.orbit-modal-right{display:flex;align-items:center;justify-content:center}.orbit-modal-hero{max-width:100%;max-height:60vh;object-fit:contain;display:block}@media(max-width:840px){.orbit-modal{padding:28px 20px 24px;border-radius:24px}.orbit-modal-grid{grid-template-columns:1fr;gap:20px}.orbit-modal-right{justify-content:center}.orbit-modal-title{font-size:22px}.orbit-modal-body{font-size:14px}}.home-page{width:100%;height:100vh;overflow:hidden}.work-page{max-width:1160px;margin:0 auto;padding:120px 40px 80px;font-family:var(--font-body, "Inria Sans", system-ui, sans-serif)}.work-page__title{font-size:20px;font-weight:400;margin:0 0 24px;color:#111}.work-page__filters{display:flex;gap:24px;margin-bottom:40px;font-size:16px}.work-page__filter{border:none;background:none;padding:0;cursor:pointer;font:inherit;color:#555;position:relative}.work-page__filter--active{color:#111}.work-page__filter--active:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:#111}.work-page__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.work-card{position:relative;overflow:hidden;border-radius:24px;border:1px solid #e5e7eb;padding:32px 32px 24px;background:#fff;display:flex;flex-direction:column;opacity:0;transform:translateY(14px)}.work-card--enter{animation-name:workCardIn;animation-duration:.6s;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes workCardIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.work-card__content{position:relative;z-index:1;transition:filter .28s ease,transform .28s ease}.work-card__header{margin-bottom:24px}.work-card__title{font-size:18px;font-weight:500;margin:0 0 4px}.work-card__role{font-size:13px;color:#777;margin:0}.work-card__media{flex:1;display:flex;justify-content:center;align-items:center;margin:32px 0 24px;border-radius:20px;overflow:hidden}.work-card__image{width:100%;max-width:400px;max-height:360px;object-fit:contain;border-radius:20px;display:block;transition:transform .3s ease}.work-card__footer{border-top:1px solid #e8e8e8;padding-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.work-card__tags{display:flex;flex-wrap:wrap;gap:8px}.work-card__chip{font-size:12px;border-radius:999px;padding:6px 14px;border:1px solid #d2d2d2;background:#fafafa}.work-card__link{border:none;background:none;font-size:13px;cursor:pointer;color:#111;white-space:nowrap}.work-card__overlay{position:absolute;inset:0;border-radius:inherit;background:#444444e0;color:#fff;display:flex;justify-content:center;align-items:center;padding:40px 36px;opacity:0;transform:translateY(8px);transition:opacity .28s ease,transform .28s ease}.work-card__overlay-inner{max-width:420px}.work-card__overlay-description{font-size:16px;line-height:1.7;margin:0 0 28px}.work-card__overlay-link{display:inline-block;font-size:16px;font-weight:500;color:#fff;text-decoration:none}.work-card__overlay-link:hover{text-decoration:underline}.work-card:hover .work-card__overlay{opacity:1;transform:translateY(0)}.work-card:hover .work-card__content{filter:blur(1px) brightness(.7)}.work-card:hover .work-card__image{transform:scale(1.03)}.about-page{background:#fff;min-height:120vh;font-family:var( --font-body, system-ui, -apple-system, "SF Pro Text", "Helvetica Neue", Arial, sans-serif );display:flex;flex-direction:column;align-items:stretch}.about-hero{max-width:1124px;margin:0 auto;padding:140px 80px 120px;min-height:70vh;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.about-hero--visible{opacity:1;transform:translateY(0)}.role-line,.hi,.description,.hero-footer{opacity:0;transform:translateY(16px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.about-hero--visible .role-line{animation:fadeUp .7s ease forwards;animation-delay:.05s}.about-hero--visible .hi{animation:fadeUp .7s ease forwards;animation-delay:.15s}.about-hero--visible .description{animation:fadeUp .7s ease forwards;animation-delay:.3s}.about-hero--visible .hero-footer{animation:fadeUp .7s ease forwards;animation-delay:.45s}.intro-text{text-align:left}.role-line{font-size:14px;font-weight:400;color:#444;letter-spacing:.3px;margin-bottom:18px}.hi{font-size:clamp(52px,6vw,72px);font-weight:300;color:#363c90;margin:0 0 24px}.description{max-width:1000px;font-size:40px;line-height:1.45;font-weight:300;color:#111;margin:0 0 32px}.hero-footer{display:flex;align-items:center;gap:24px}.social-links{display:flex;align-items:center;gap:16px}.social-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center}.social-icon img{width:100%;height:100%;object-fit:contain}.learn-more{margin-left:auto;font-size:32px;color:#363c90;text-decoration:none;font-weight:300;transition:opacity .25s ease,transform .25s ease}.learn-more:hover{opacity:.6;transform:translate(6px)}.about-section{width:100%;display:flex;justify-content:center;padding:180px 0 260px;background:radial-gradient(130% 180% at 15% 0%,#fff,#dbe4ff,#95a8ff 70%,#5a6fea)}.about-section-inner{max-width:1124px;width:100%;padding:0 80px;display:flex;align-items:center;gap:72px}.about-copy{max-width:420px}.about-copy h2,.about-copy p,.about-photo{opacity:0}.about-copy h2,.about-copy p{transform:translateY(16px)}.about-section--visible .about-copy h2{animation:fadeUp .7s ease forwards;animation-delay:.05s}.about-section--visible .about-copy p:nth-of-type(1){animation:fadeUp .7s ease forwards;animation-delay:.22s}.about-section--visible .about-copy p:nth-of-type(2){animation:fadeUp .7s ease forwards;animation-delay:.39s}.about-copy h2{font-size:40px;font-weight:400;margin:0 0 22px;color:#000}.about-copy p{font-size:18px;line-height:1.7;color:#676565;margin:0 0 10px}.about-photo-wrapper{flex:1;display:flex;justify-content:flex-end}.about-photo{width:100%;max-width:540px;border-radius:0;transform-origin:center;filter:drop-shadow(0 48px 70px rgba(0,0,0,.55))}.about-section--visible .about-photo{animation:fadeIn .7s ease forwards;animation-delay:.6s}@media(max-width:900px){.about-hero{padding:160px 24px 80px}.hero-footer{flex-direction:column;align-items:flex-start;gap:16px}.learn-more{margin-left:0}.about-section{padding:120px 0 140px}.about-section-inner{padding:0 24px;flex-direction:column;align-items:flex-start;gap:40px}.about-copy{max-width:100%}.about-photo-wrapper{width:100%;justify-content:center}.about-photo{max-width:480px}}.skills-section{width:100%;display:flex;justify-content:center;padding:220px 0 240px;background:radial-gradient(140% 200% at 10% 0%,#fff,#f9c2e4 35%,#f38caf 60%,#f06d8a,#fef3ff)}.skills-inner{max-width:1124px;width:100%;padding:0 80px;display:flex;justify-content:center;column-gap:160px}.skills-column{flex:0 0 auto;display:flex;flex-direction:column;align-items:center}.skills-heading{font-size:26px;font-weight:400;margin-bottom:40px;text-align:center;color:#111}.skills-grid{display:grid;grid-template-columns:repeat(2,minmax(120px,160px));gap:32px 64px;justify-items:center}.skill-card{display:flex;flex-direction:column;align-items:center;gap:12px}.skill-icon{width:96px;height:96px;border-radius:999px;object-fit:contain}.skill-card-label{font-size:14px;color:#fff}.skills-cta{display:inline-block;margin-top:120px;margin-right:0;font-size:36px;font-weight:300;color:#fff;text-decoration:none;transition:transform .2s ease,opacity .2s ease}.skills-cta:hover{opacity:.7;transform:translate(6px)}.skills-heading,.skills-grid{opacity:0;transform:translateY(18px)}.skills-section--visible .skills-heading{animation:fadeUp .6s ease forwards;animation-delay:.05s}.skills-section--visible .skills-grid{animation:fadeUp .6s ease forwards;animation-delay:.2s}@media(max-width:900px){.skills-section{padding:120px 0 140px}.skills-inner{padding:0 24px;flex-direction:column;gap:60px}.skills-grid{grid-template-columns:repeat(2,minmax(100px,1fr));gap:32px 48px}.skills-cta{margin-top:40px}}.resume-page{padding:120px 2rem 4rem;max-width:1200px;margin:0 auto;font-family:Inria Sans,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 120px)}.resume-viewer{width:100%;max-width:800px;height:600px;border:1px solid #ddd;border-radius:8px}.resume-iframe{width:100%;height:100%;border:none}@media(max-width:768px){.resume-page{padding:100px 1rem 2rem}.resume-title{font-size:36px}.resume-viewer{height:500px}.resume-download-btn{font-size:16px;padding:10px 20px}}.mp-video{width:100%;max-width:300px;height:auto;border-radius:12px}.mp-title{font-family:Kufam,sans-serif!important;font-size:52px!important;font-weight:700;color:#4f0d81}.mp-subtitle{font-size:32px!important;font-weight:300!important;margin-bottom:3.5rem;color:#4f0d81!important;font-family:Kufam,sans-serif!important}.mp-main-text{font-size:24px!important;font-weight:300!important;font-family:Kufam,sans-serif!important}.mp-small-text{font-size:16px;font-weight:300!important}.mp-container{display:flex;justify-content:space-between;align-items:center;padding:5rem 9rem;background-color:#fff;min-height:100vh;margin-top:60px;margin-bottom:-200px}.mp-text-section{max-width:70%;display:flex;flex-direction:column;gap:1.5rem;margin-top:-280px}.mp-info{display:flex;flex-direction:column;gap:1rem;margin-top:50px}.mp-info-line{font-weight:lighter;max-width:80%}.mp-info-line span{font-weight:400}.mp-image-section{flex-shrink:0;margin-top:-180px}.mp-image{max-width:300px;height:auto;border-radius:20px}.mp-background-section{padding:7rem 0rem;text-align:center;background-color:#fff}.mp-background-section .mp-title{margin-bottom:2rem}.highlight-purple{color:#6c3483;font-weight:500}.mp-background-icons{display:flex;justify-content:center;gap:30px;flex-wrap:wrap;margin:0rem 2}.mp-background-icon{display:flex;flex-direction:column;align-items:center;max-width:240px;padding:50px}.mp-background-icon img{width:300px;height:auto;margin-bottom:1rem}.mp-background-small-text{color:#7f7b82;font-weight:400;width:150px}.mp-research-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7rem 4rem;text-align:center;background-color:#fff}.mp-goal-text{max-width:900px;font-size:24px!important;text-align:center;margin-top:50px!important;margin-bottom:50px}.mp-research-steps{display:flex;justify-content:center;gap:6rem;flex-wrap:wrap;margin-top:3rem;margin-bottom:3rem;text-align:center}.mp-step{width:250px;display:flex;flex-direction:column;align-items:center;text-align:center}.step-number{font-weight:400!important;color:#7f7b82;margin-bottom:20px!important}.step-label{font-size:16px!important;font-weight:400!important;line-height:1.4;margin-bottom:.5rem;color:#7f7b82}.mp-step img{width:90px;height:auto;margin-top:40px}.mp-subcategories{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:auto auto;grid-template-areas:"one . two. four" ". . three .five";gap:2rem 2rem;justify-items:center;align-items:center;max-width:900px;margin:2rem auto}.mp-subcategory{display:flex;flex-direction:row;align-items:center;text-align:left;width:200px;gap:1rem}.mp-subcategory img{width:30px;height:auto}.mp-subcategory:nth-child(1){grid-area:one}.mp-subcategory:nth-child(2){grid-area:two}.mp-subcategory:nth-child(3){grid-area:three}.mp-subcategory:nth-child(4){grid-area:four}.mp-subcategory:nth-child(5){grid-area:five}.mp-small-text-research{text-align:left;color:#7f7b82;font-size:12px!important}.mp-note{font-size:14px!important;color:#666;margin-top:40px!important;font-style:italic}.mp-conclusion{max-width:1000px;margin-top:70px!important}.mp-methodology-section{padding-top:4rem;text-align:center;background-color:#fff}.mp-methodology-list-wrapper{display:flex;justify-content:center;margin-top:1rem}.mp-methodology-list{display:flex;flex-direction:column;gap:.5rem;text-align:left;align-items:flex-start;margin-top:40px;margin-bottom:70px}.mp-analysis-section{text-align:center;margin-top:4rem}.mp-subsection-title{font-size:48px!important;font-weight:300!important;margin-bottom:70px!important}.mp-image-wrapper{margin-top:2rem;display:flex;justify-content:center}.mp-hover-image{width:400px;height:auto;transition:transform .3s ease,box-shadow .3s ease;border-radius:10px;box-shadow:0 0 0 transparent}.mp-hover-image:hover{transform:scale(1.5);z-index:10;box-shadow:0 12px 24px #0003}.mp-key-findings-section{background-color:#fff;padding:4rem 3rem;text-align:center;margin-top:100px}.mp-finding{display:flex;align-items:flex-start;gap:8rem;max-width:900px;margin:70px auto;text-align:left}.mp-finding img{width:100px;height:auto;flex-shrink:0;margin-top:4px}.mp-finding-text{flex:1}.mp-finding-title{font-size:24px!important;font-weight:300!important;color:#4f0d81;margin-bottom:20px!important}.mp-finding-body{font-size:16px;font-weight:400;color:#7f7b82;line-height:1.7;width:600px;justify-content:center!important;align-items:center!important}.mp-finding-postit-wrapper{display:flex;justify-content:center;align-items:center;width:100%;margin:3rem auto 0}.mp-finding-postit1{display:block;width:260px;max-width:100%;height:auto}.mp-user-interviews-section{margin-top:4rem;text-align:center;margin-bottom:8rem}.mp-subsection-title{font-size:28px;font-weight:500;margin-bottom:7rem!important}.mp-user-interview-content{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.mp-user-interview-info{display:flex;align-items:center;gap:1rem}.mp-user-interview-info img{width:100px;height:auto}.mp-user-interview-image{width:350px;height:auto}.mp-affinity-section{text-align:center;margin-top:4rem;padding:2rem}.mp-affinity-description{max-width:700px;margin:3rem auto;font-size:18px;font-weight:300!important}.mp-carousel-wrapper{display:flex;justify-content:center;align-items:center;gap:1.5rem}.mp-carousel-image{width:700px;max-width:90vw;height:auto;border-radius:12px;box-shadow:0 8px 20px #0000001a;transition:transform .3s ease}.mp-carousel-button{background-color:#fff;border:1px solid #ccc;transition:background .2s ease}.mp-carousel-button:hover{background-color:#f5f5f5}.mp-findings-section{text-align:center;padding:9rem 2rem}.mp-finding-header{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:4rem}.mp-finding-icon{width:50px;height:auto}.mp-finding-icon2{width:50px;height:auto;margin-top:80px!important}.mp-finding-subtitle{font-size:24px!important;color:#7f7b82;font-weight:500!important}.mp-finding-subtitle2{font-size:24px!important;color:#7f7b82;font-weight:500!important;margin-top:80px!important}.mp-finding-body{display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:-70px}.mp-finding-postit{width:250px;height:auto;justify-content:center;margin-top:10px}.mp-finding-postit1{width:250px;height:auto;justify-content:center;margin-top:30px}.mp-row{display:flex;justify-content:center;gap:3rem;margin-top:2rem}.mp-bottom-row{gap:4rem}.mp-hmw-section{padding:14rem 2rem;text-align:center}.mp-hmw-header{display:flex;justify-content:center;gap:27rem;margin:4rem 0 3rem}.mp-hmw-column{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.mp-hmw-subtitle{font-size:20px!important;font-weight:300!important}.mp-hmw-row{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.mp-hmw-bubble{max-width:430px;background-color:#fff;border-radius:12px;padding:1.5rem;text-align:left;font-size:16px;line-height:1.6}.mp-hmw-arrow{width:80px;height:auto}.highlight-red{color:#d62828;font-weight:600}.mp-hmw-answer-section{text-align:center;display:flex;flex-direction:column;align-items:center}.mp-hmw-container{display:flex;justify-content:center;align-items:center;text-align:center;padding:3rem 2rem}.mp-hmw-question{max-width:900px;font-size:24px!important;color:#933b3b;font-weight:400!important;text-align:center;margin-top:100px!important;margin-bottom:50px!important}.mp-hmw-steps{display:flex;justify-content:center;gap:5rem;flex-wrap:wrap;margin-bottom:3rem}.mp-hmw-step{display:flex;align-items:center}.mp-hmw-icontext{display:flex;align-items:flex-start;gap:1rem;max-width:400px}.mp-hmw-icon{width:48px;height:auto;flex-shrink:0}.mp-hmw-step-title{font-size:16px!important;font-weight:600;text-align:left;width:340px}.mp-hmw-step-desc{font-size:15px;color:#333;margin-top:.3rem;line-height:1.5;text-align:left}.mp-hmw-before-after-row{display:flex;justify-content:center;gap:6rem;flex-wrap:wrap;margin-top:40px}.mp-hmw-combo{display:flex;flex-direction:column;align-items:center}.mp-hmw-label{font-weight:300!important;font-size:24px!important;margin-bottom:1rem!important;margin-left:-280px!important}.mp-hmw-pair{display:flex;align-items:flex-start;gap:2rem}.mp-hmw-phone{width:240px;height:450px;flex-direction:column}.mp-hmw-text{max-width:250px;text-align:left;color:#818181;font-size:14px!important;line-height:1.6;font-weight:300!important}.mp-hmw-bullets{font-size:12px;text-align:left;margin:2rem 0;padding-left:1rem;color:#333;width:350px}.mp-hmw-bullets b{font-weight:600}.mp-hmw-refs{font-size:13px!important;color:#555;text-align:left;line-height:1.5;font-style:italic;max-width:900px;margin-top:-60px!important}.highlight{color:#b23a48;font-weight:600}.mp-hmw-icon2{margin-top:-108px!important;width:48px;height:auto;flex-shrink:0}.mp-hmw-step-title2{margin-top:-108px!important;font-size:16px;font-weight:600;text-align:left}.hmw3-section{display:flex;flex-direction:column;align-items:center;padding:7rem 2rem;text-align:center}.hmw3-question{max-width:900px;font-size:24px!important;color:#933b3b;font-weight:400!important;text-align:center;margin-top:100px!important;margin-bottom:50px!important}.hmw3-step{display:flex;align-items:center;gap:1rem;margin-bottom:4rem;justify-content:center}.hmw3-icon{width:48px;height:auto;margin-top:30px}.hmw3-step-text{text-align:left;max-width:500px;margin-top:30px}.mp-hmw-before-after-row3{display:flex;justify-content:center;align-items:flex-start;gap:8rem;flex-wrap:wrap;padding:20px;width:100%}.mp-hmw-label3{font-weight:300!important;font-size:24px!important;margin-bottom:1rem!important;margin-right:260px!important}.mp-hmw-pair3{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;max-width:600px}.hmw3-bold{font-weight:600}.mp-hmw-combo3{display:flex;flex-direction:column;align-items:center}.hmw3-subsection{margin-top:5rem;padding:2rem;width:100%;max-width:1200px;text-align:left}.hmw3-label3-2{margin-right:260px!important;font-weight:300!important;font-size:24px!important;margin-bottom:1rem!important}.hmw3-step{display:flex;align-items:center;gap:1rem;justify-content:center;margin-bottom:4rem}.hmw3-icon{width:48px;height:auto}.hmw3-step-text{text-align:left;max-width:600px;font-size:16px;line-height:1.6;color:#222}.hmw3-row-slider{display:flex;gap:8rem;flex-wrap:wrap;justify-content:center;align-items:flex-start}.hmw3-column{display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.hmw3-label{font-weight:600;font-size:18px;margin-bottom:1rem}.hmw3-img-description{display:flex;gap:1.5rem;align-items:flex-start}.mp-video3-2{width:230px}.hmw3-text-list{display:flex;flex-direction:column;gap:1rem;font-size:14px;color:#444;line-height:1.6;width:250px!important}.hmw3-caption{font-size:13px;color:#818181;font-weight:300!important}.hmw3-list{padding-left:1rem;list-style:decimal;font-size:14px;font-weight:300!important}.hmw3-note{font-size:13px;color:#818181;font-weight:300!important}.hmw3-text{font-size:14px;line-height:1.6;color:#818181;max-width:250px;font-weight:300!important}.hmw3-red{color:#933b3b;font-weight:600}.hmw4-section{display:flex;flex-direction:column;align-items:center;padding:7rem 2rem;text-align:center}.hmw4-question{max-width:900px;font-size:24px!important;color:#933b3b;font-weight:400!important;text-align:center;margin-top:100px!important;margin-bottom:60px!important}.hmw4-top-row{display:flex;justify-content:center;gap:12rem;flex-wrap:wrap;margin-bottom:1.5rem}.hmw4-step{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;text-align:left;width:350px!important}.hmw4-icon{width:48px;height:auto;margin-top:3px}.hmw4-step-text{font-size:14px;color:#333;text-align:left;line-height:1.6}.hmw4-phone-row{display:flex;gap:20rem;justify-content:center;margin-top:1rem;flex-wrap:wrap}.hmw4-phone{width:300px;height:auto}.mp-wireframes-section{padding:4rem 2rem;text-align:center}.mp-subtitle-wireframe{margin-top:80px!important;font-size:32px!important;font-weight:300!important;color:#000}.mp-wireframes-row{display:flex;justify-content:center;gap:7rem;flex-wrap:wrap;margin-top:40px}.mp-wireframe-img{width:280px;height:auto;border-radius:8px}.mp-wireframes-button{font-family:Inria Sans,sans-serif;margin-top:4rem;display:inline-block;padding:10px 20px;background-color:#80609e;color:#fff;font-weight:200;text-decoration:none;border-radius:8px;transition:background-color .3s ease}.mp-wireframes-button:hover{background-color:#bba2d2;color:#fff}.mp-page{background-color:#fff;overflow-x:hidden}.mpw-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#4f0d81;max-width:700px}.mpw-subtitle{font-family:Kufam,sans-serif!important;font-size:24px!important;font-weight:400;color:#4f0d81;margin-top:.75rem;margin-bottom:3rem}.mpw-italic{font-style:italic}.mpw-main-text{font-family:Kufam,sans-serif!important;font-size:20px!important;font-weight:300!important;color:#111}.mpw-info-label{font-weight:600}.mpw-hero{display:flex;justify-content:space-between;align-items:center;padding:6rem 9rem;min-height:100vh;box-sizing:border-box}.mpw-text-section{max-width:55%;display:flex;flex-direction:column}.mpw-info{display:flex;flex-direction:column;gap:1rem;max-width:650px}.mpw-info-line{line-height:1.7}.mpw-image-section{flex-shrink:0;max-width:520px;width:100%;display:flex;justify-content:flex-end}.mpw-main-img{width:100%;height:auto;border-radius:24px;object-fit:cover;margin-top:200px}.analysis-section{display:flex;justify-content:center;align-items:center;padding:6rem 4rem}.analysis-container{display:flex;align-items:center;justify-content:center;gap:6rem;max-width:1200px}.analysis-image img{width:500px;height:auto;border-radius:8px}.a-text{flex:1;display:flex;flex-direction:column;justify-content:center}.a-title{font-family:Cormorant Garamond,serif;font-weight:lighter;font-size:48px;line-height:1.1;color:#4f0d81;margin:0 0 2rem}.a-description{font-size:18px;font-family:Inria Sans,sans-serif;font-weight:300;color:#333;max-width:550px;line-height:1.7}.layout-section{display:flex;justify-content:center;align-items:center;padding:6rem 4rem}.layout-container{display:flex;align-items:center;justify-content:center;gap:6rem;max-width:1200px}.layout-text{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left}.layout-title{font-family:Cormorant Garamond,serif;font-weight:lighter;font-size:48px;line-height:1.1;color:#4f0d81;margin:0 0 2rem}.layout-description{font-size:18px;font-family:Inria Sans,sans-serif;font-weight:300;color:#333;max-width:550px;line-height:1.7}.layout-image img{width:500px;height:auto;border-radius:8px;border:.5px solid rgb(218,218,218)}.improvement-section{display:flex;justify-content:center;align-items:center;padding:6rem 4rem}.improvement-container{max-width:1200px;width:100%}.improvement-text{margin-bottom:4rem;text-align:left}.improvement-title{font-family:Cormorant Garamond,serif;font-weight:lighter;font-size:48px;line-height:1.1;color:#4f0d81;margin:0}.improvement-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.improvement-item{display:flex;flex-direction:column;align-items:center;max-width:250px;margin:0 auto}.improvement-number{font-family:Cormorant Garamond,serif;font-weight:400;font-size:80px;color:#000;margin-bottom:1rem}.improvement-subtitle{font-family:Inria Sans,sans-serif;font-size:18px;font-weight:600;color:#000;margin-bottom:1rem}.improvement-description{font-family:Inria Sans,sans-serif;font-size:16px;font-weight:300;color:#333;line-height:1.6;max-width:230px}.mission-section{display:flex;justify-content:center;align-items:center;padding:6rem 4rem}.mission-container{display:flex;flex-direction:column;align-items:flex-start;gap:3rem;max-width:1200px;width:100%}.mission-text{margin-left:2rem}.m-title{font-family:Cormorant Garamond,serif;font-weight:300;font-size:48px;color:#4f0d81;margin:0 0 2rem}.m-bold{font-family:Inria Sans,sans-serif;font-size:18px;font-weight:600;color:#000;line-height:1.6}.m-description{font-family:Inria Sans,sans-serif;font-size:18px;font-weight:300;color:#333;line-height:1.6}.mission-images{display:flex;justify-content:flex-start;align-items:center;gap:6rem;margin-left:2rem}.m-image{width:500px;height:auto;border-radius:8px}.competitormission-section{display:flex;justify-content:center;align-items:center;padding:6rem 4rem}.competitormission-container{display:flex;flex-direction:column;align-items:flex-start;gap:3rem;max-width:1200px;width:100%}.competitormission-text{text-align:left}.competitormission-title{font-family:Cormorant Garamond,serif;font-weight:lighter;font-size:48px;line-height:1.1;color:#4f0d81;margin:0}.competitormission-image{display:flex;justify-content:center;align-items:center;width:100%}.competitormission-image img{width:800px;height:auto;border-radius:8px}.visualization-image img{width:700px;height:auto;border-radius:8px}.final-product-section{display:flex;justify-content:center;align-items:center;padding:6rem 4rem;background:#fff}.final-product-container{width:100%;max-width:1200px}.fp-title{font-family:Cormorant Garamond,serif;font-weight:300;letter-spacing:.04em;font-size:48px;color:#4f0d81;margin:0 0 3.5rem}.fp-labels{display:grid;grid-template-columns:1fr 1fr;align-items:end;margin-bottom:1.5rem}.fp-label{font-family:Cormorant Garamond,serif;font-style:italic;font-weight:300;font-size:56px;line-height:1;color:#000;margin:0}.fp-label-left,.fp-label-right{text-align:center}.fp-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem}.fp-before{display:flex;justify-content:center}.fp-before-img{width:420px;max-width:100%;height:auto;border-radius:14px}.fp-after{display:flex;justify-content:center;gap:2rem}.fp-phone{width:280px;max-width:100%;height:auto;border-radius:20px}@media(max-width:1024px){.fp-label{font-size:44px}.fp-before-img{width:360px}}@media(max-width:950px){.analysis-container{flex-direction:column;text-align:center;gap:3rem}.a-title{font-size:40px}.analysis-image img{width:100%;max-width:500px}.a-description{max-width:90%;margin:0 auto}.layout-container{flex-direction:column;text-align:center;gap:4rem}.layout-title{font-size:40px}.layout-description{margin:0 auto;max-width:90%}.layout-image img{max-width:450px}.visualization-image img{max-width:100%}.mission-images{flex-direction:column;margin-left:0}.m-image{width:100%;max-width:500px}.competitormission-image img{width:100%;max-width:800px}}@media(max-width:1000px){.improvement-grid{grid-template-columns:repeat(2,1fr);gap:3rem}.improvement-number{font-size:64px}}@media(max-width:600px){.improvement-grid{grid-template-columns:1fr}.improvement-item{max-width:80%}}.mpdash-page{font-family:Kufam,sans-serif;color:#000;margin:0;padding:0;background-color:#fff}.mpdash-video{width:100%;max-width:300px;height:auto;border-radius:12px}.mpdash-title{font-family:Kufam,sans-serif!important;font-size:52px!important;font-weight:400;color:#4f0d81;width:400%}.mpdash-subtitle{font-size:32px!important;font-weight:300!important;margin-bottom:3.5rem;color:#000}.mpdash-main-text{font-size:24px!important;font-weight:300!important;font-family:Inria Sans,sans-serif}.mpdash-small-text{font-size:16px;font-weight:300!important}.mpdash-container{display:flex;justify-content:space-between;align-items:center;gap:60px;padding:4rem 6rem;max-width:1200px;margin:120px auto;background-color:#fff}.mpdash-text-section{flex:1;display:flex;flex-direction:column;gap:0rem;margin-top:0}.mpdash-info{display:flex;flex-direction:column;gap:0rem;margin-top:0rem}.mpdash-info-line{font-weight:lighter;max-width:90%;line-height:1.5}.mpdash-info-line span{font-weight:400}.mpdash-image-section{flex:3;display:flex;justify-content:center;align-items:flex-start;margin-top:240px;max-width:500px!important}.mpdash-hero-image,.mpdash-image{width:100%;max-width:500px;height:auto;border-radius:12px}.mpdash-background-section{padding:8rem 2rem;background-color:#fff;text-align:center}.mpdash-background-section .mpdash-title{margin-bottom:2rem}.mpdash-background-intro{font-size:20px;margin-bottom:6rem;max-width:800px;margin-left:auto;margin-right:auto;font-family:Inria Sans,sans-serif;font-weight:300;line-height:1.6}.mpdash-highlight-red{color:#dc2626;font-weight:600}.mpdash-problem-container{display:flex;flex-direction:column;align-items:center;gap:6rem;margin-bottom:8rem}.mpdash-problem-with-text{display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.mpdash-problem-image-wrapper{flex:1;display:flex;justify-content:center}.mpdash-problem-img,.mpdash-problem-img-wide{width:100%;max-width:600px;height:auto;border-radius:8px;box-shadow:0 4px 16px #00000014}.mpdash-problem-description,.mpdash-problem-text-left{flex:1;font-size:18px;line-height:1.7;font-family:Inria Sans,sans-serif;color:#111;text-align:left;max-width:400px}.mpdash-problem-text-left{text-align:right}.mpdash-description-text{font-size:18px;color:#000;line-height:1.7;font-weight:300;font-family:Inria Sans,sans-serif}.mpdash-research-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7rem 4rem;text-align:center;background-color:#fff}.mpdash-research-section .mpdash-subtitle{font-size:36px!important;font-weight:600;color:#000;margin-bottom:1.5rem}.mpdash-goal-text{max-width:700px;font-size:18px;font-weight:300;color:#333;margin-bottom:5rem}.mpdash-research-steps{display:flex;justify-content:center;align-items:flex-start;gap:6rem;flex-wrap:wrap;margin-bottom:4rem}.mpdash-step{width:220px;display:flex;flex-direction:column;align-items:center;text-align:center}.mpdash-step-number{font-size:18px;color:#7f7b82;margin-bottom:.5rem}.mpdash-step-label{font-size:16px;color:#333;margin-bottom:1.5rem;line-height:1.5}.mpdash-step img{width:90px;height:auto;margin-top:1rem}.mpdash-note{font-size:14px;color:#555;line-height:1.6;max-width:800px;font-weight:300;font-family:Inria Sans,sans-serif}.mpdash-painpoints-section{text-align:center;padding:6rem 4rem;background-color:#fff}.mpdash-painpoints-section .mpdash-title{font-size:22px!important;font-weight:400!important;color:#000;max-width:900px;margin:0 auto 6rem;line-height:1.6}.mpdash-painpoints-grid{display:flex;justify-content:center;align-items:flex-start;gap:6rem;flex-wrap:wrap}.mpdash-painpoint-column{display:flex;flex-direction:column;align-items:center;gap:2.5rem;width:280px}.mpdash-painpoint-heading{font-size:22px;color:#4f0d81;font-weight:400;margin-bottom:1rem}.mpdash-painpoint-item{display:flex;align-items:center;gap:1rem;text-align:left}.mpdash-painpoint-item img{width:40px;height:auto}.mpdash-painpoint-item p{font-size:16px;color:#2e2e2e;line-height:1.4;margin:0;font-weight:400}.mpdash-user-interviews-section{text-align:center;padding:8rem 2rem;background-color:#fff}.mpdash-user-interview-content{display:flex;justify-content:center;align-items:center;gap:8rem;flex-wrap:wrap}.mpdash-user-interview-info{display:flex;align-items:center;gap:1.5rem}.mpdash-user-interview-circle{width:80px;height:80px;border:3px solid #000;border-radius:50%;display:flex;justify-content:center;align-items:center}.mpdash-user-interview-circle p{font-size:32px;font-weight:700;margin:0}.mpdash-user-interview-info span{font-size:18px;color:#000;font-weight:400}.mpdash-user-interview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 3rem}.mpdash-user-avatar{width:90px;height:90px;border-radius:50%;overflow:hidden;border:2px solid #e0e0e0;display:flex;justify-content:center;align-items:center;background-color:#f9f9f9;transition:transform .2s ease}.mpdash-user-avatar:hover{transform:scale(1.05);border-color:#c2a4e3}.mpdash-user-avatar img{width:80%;height:auto;object-fit:contain}.mpdash-affinity-section{text-align:center;padding:5rem 2rem;background-color:#fff}.mpdash-affinity-description{max-width:700px;margin:0 auto 3rem;font-size:18px;font-weight:300;color:#333;line-height:1.5}.mpdash-carousel-wrapper{display:flex;justify-content:center;align-items:center;gap:1.5rem}.mpdash-affinity-image{width:100%;max-width:800px;border-radius:12px;box-shadow:0 4px 16px #0000001a;transition:opacity .3s ease}.mpdash-carousel-button{background-color:#fff;border:1px solid #ccc;border-radius:50%;font-size:24px;width:48px;height:48px;cursor:pointer;transition:background .2s ease,transform .2s ease}.mpdash-carousel-button:hover{background-color:#f3f3f3;transform:scale(1.1)}.mpdash-research-findings-section{padding:7rem 2rem;background-color:#fff;max-width:1000px;margin:0 auto;justify-content:center}.mpdash-research-findings-section .mpdash-subtitle{text-align:center;margin-bottom:4rem}.mpdash-finding-category{margin-bottom:4rem}.mpdash-category-title{font-family:Kufam,sans-serif;font-size:32px;font-weight:300;color:#4f0d81;margin-bottom:2.5rem;text-align:left}.mpdash-finding-item{display:flex;align-items:flex-start;gap:2rem;margin-bottom:3rem;padding-left:3rem}.mpdash-finding-icon-wrapper{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.mpdash-finding-icon-img{width:50px;height:50px}.mpdash-finding-content{flex:1;max-width:800px}.mpdash-finding-label{font-family:Inria Sans,sans-serif;font-size:18px;font-weight:400;color:#9ca3af;margin-bottom:.75rem}.mpdash-finding-text{font-family:Inria Sans,sans-serif;font-size:18px;font-weight:300;color:#000;line-height:1.7}.mpdash-hmw-section{padding:14rem 2rem;text-align:center}.mpdash-hmw-header{display:flex;justify-content:center;gap:12rem;margin:4rem 0 3rem;flex-wrap:wrap}.mpdash-hmw-column{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:-60px}.mpdash-hmw-subtitle{font-size:20px!important;font-weight:300!important}.mpdash-hmw-row{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;gap:2rem;flex-wrap:wrap}.mpdash-hmw-bubble{max-width:430px;background-color:#fff;border-radius:12px;padding:1.5rem;text-align:left;font-size:16px;line-height:1.6}.mpdash-hmw-arrow{width:80px;height:auto}.mpdash-hmw-section-single{text-align:center;max-width:1000px;margin:6rem auto;padding:0 2rem;font-family:Inria Sans,sans-serif}.mpdash-hmw-question{font-size:18px;color:#a74c3c;font-weight:400;line-height:1.6;max-width:800px;margin:0 auto 3rem}.mpdash-hmw-feature{display:flex;justify-content:center;align-items:center;gap:10px}.mpdash-hmw-icon{width:35px;height:35px}.mpdash-hmw-feature-label{font-weight:600;font-size:16px;color:#000}.mpdash-hmw-comparison{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:3rem;align-items:stretch;justify-items:center;margin-bottom:8rem}.mpdash-hmw-column{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px;height:100%;text-align:left}.mpdash-hmw-image{width:100%;max-width:380px;height:auto;border-radius:4px;margin-bottom:1.2rem}.mpdash-hmw-description-before,.mpdash-hmw-description-after,.mpdash-hmw-description-before2,.mpdash-hmw-description-after2{font-size:16px;color:#333;line-height:1.6;max-width:380px;margin-top:auto}@media(max-width:900px){.mpdash-hmw-comparison{grid-template-columns:1fr}.mpdash-hmw-column{max-width:100%}}.mpdash-wireframes-section{padding:4rem 2rem;text-align:center}.mpdash-subtitle-wireframe{margin-top:80px!important;font-size:32px!important;font-weight:300!important;color:#000}.mpdash-wireframes-row{display:flex;justify-content:center;gap:7rem;flex-wrap:wrap;margin-top:40px}.mpdash-wireframe-img{width:280px;height:auto;border-radius:8px}.mpdash-wireframes-button{font-family:Inria Sans,sans-serif;margin-top:4rem;display:inline-block;padding:10px 20px;background-color:#80609e;color:#fff;font-weight:200;text-decoration:none;border-radius:8px;transition:background-color .3s ease}.mpdash-wireframes-button:hover{background-color:#bba2d2;color:#fff}@media(max-width:900px){.mpdash-container{flex-direction:column;text-align:center;padding:2rem;gap:3rem}.mpdash-text-section{max-width:100%}.mpdash-image-section{max-width:100%;margin-top:2rem}.mpdash-hero-image,.mpdash-image{max-width:90%}.mpdash-research-steps{flex-direction:column;gap:3rem}.mpdash-step{width:100%}.mpdash-painpoints-grid{flex-direction:column;align-items:center;gap:4rem}.mpdash-painpoint-column{width:100%}.mpdash-user-interview-content{flex-direction:column;gap:4rem}.mpdash-user-interview-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.mpdash-hmw-comparison{flex-direction:column;gap:40px}.mpdash-hmw-column{width:100%}.mpdash-hmw-header{gap:4rem}}body{font-family:Kufam,sans-serif!important;color:#000;margin:0;padding:0;background-color:#fff}.asl-page{background-color:#fff}.asl-video{width:100%;max-width:300px;height:auto;border-radius:12px}.asl-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#190d81;width:900px}.asl-subtitle{font-size:24px!important;font-weight:400!important;margin-bottom:3.5rem;font-family:Kufam,sans-serif!important;color:#190d81}.asl-main-text{font-size:20px!important;font-weight:300!important}.asl-main-text1{font-size:20px!important;font-weight:300!important;font-family:Inria Sans,sans-serif!important}.asl-small-text{font-size:16px;font-weight:300!important}.asl-container{display:flex;justify-content:space-between;align-items:center;padding:5rem 9rem;background-color:#fff;min-height:100vh;margin-bottom:-200px;margin-top:100px}.asl-text-section{max-width:70%;display:flex;flex-direction:column;gap:1.5rem;margin-top:-280px}.asl-info{display:flex;flex-direction:column;gap:1rem;margin-top:10px;width:700px}.asl-info-line{font-weight:lighter;max-width:80%;font-size:20px!important}.asl-info-line span{font-weight:400}.asl-image-section{flex-shrink:0;max-width:650px!important;width:100%;display:flex;justify-content:flex-end;margin-right:220px!important;margin-top:-20px!important}.asl-main-img{width:100%;max-width:650px!important;height:auto;border-radius:20px;margin-right:220px!important;margin-top:-70px!important}.asl-about-section{padding:6rem 9rem;background-color:#fff}.asl-title1{align-items:center;justify-content:center;font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#190d81}.asl-about-content{display:flex;gap:12rem;align-items:center;justify-content:center}.asl-about-img-wrapper{flex-shrink:0;max-width:400px}.asl-about-img{width:100%;height:auto;border-radius:12px}.asl-about-text{max-width:500px;font-size:24px;font-weight:300;font-family:Inria Sans,sans-serif;color:#6d6a6a!important;line-height:1.7}.asl-chart-section{display:flex;justify-content:center;align-items:flex-start;gap:10rem;padding:4rem 9rem}.asl-chart-text{max-width:500px;margin-top:70px;color:#6d6a6a!important}.asl-chart-card{background-color:#f0f9ff;padding:2rem 2.5rem;border-radius:24px;text-align:center;max-width:500px}.asl-chart-title{font-size:20px;font-weight:500;margin-bottom:1rem;color:#000}.asl-chart-img{width:100%;height:auto;border-radius:12px}.asl-demo-section{padding:5rem 9rem;text-align:center;background-color:#fff}.asl-demo-video{margin-top:50px;width:100%;max-width:900px;height:auto;border-radius:12px;box-shadow:0 0 12px #0000000d}.asl-whatidid-section{padding:5rem 9rem;background-color:#fff}.asl-whatidid-content{display:flex;gap:3rem;align-items:flex-start;justify-content:center}.asl-whatidid-img-wrapper{flex-shrink:0;max-width:400px}.asl-whatidid-img{width:100%;height:auto;border-radius:16px;margin-top:80px}.asl-whatidid-list{font-size:18px;font-weight:300;font-family:Inria Sans,sans-serif!important;line-height:1.7;color:#6d6a6a;list-style-type:disc;padding-left:1.5rem;max-width:600px}.asl-github-button-wrapper{text-align:center;margin-top:3rem;margin-bottom:6rem}.asl-github-button{background-color:#7a84b9;color:#fff;padding:.8rem 2rem;border-radius:8px;font-size:18px;font-weight:400;text-decoration:none;font-family:Kufam,sans-serif;transition:background-color .3s ease;display:inline-block}.asl-github-button:hover{background-color:#5d6699}@media(max-width:1024px){.asl-container{flex-direction:column;padding:3rem 2rem;margin-bottom:0}.asl-text-section{max-width:100%;margin-top:0}.asl-title{width:100%;font-size:2rem!important}.asl-info{width:100%}.asl-image-section{margin-right:0!important;margin-top:2rem!important;max-width:100%}.asl-main-img{margin-right:0!important;margin-top:0!important}.asl-about-content{flex-direction:column;gap:3rem}.asl-chart-section{flex-direction:column;gap:3rem;align-items:center}.asl-whatidid-content{flex-direction:column;align-items:center}}@media(max-width:768px){.asl-title{font-size:1.75rem!important}.asl-subtitle{font-size:1.25rem!important}.asl-about-section,.asl-chart-section,.asl-demo-section,.asl-whatidid-section{padding:3rem 2rem}}.mlweb-page{background-color:#fff;overflow-x:hidden}.mlweb-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#c535a1;width:900px}.mlweb-subtitle{font-size:24px!important;font-weight:300!important;margin-bottom:3.5rem;color:#c535a1;font-family:Kufam,sans-serif!important}.mlweb-main-text{font-size:20px!important;font-weight:300!important}.mlweb-main-text1{font-size:20px!important;font-weight:300!important;font-family:Kufam,sans-serif!important}.mlweb-container{display:flex;justify-content:space-between;align-items:center;padding:5rem 9rem;background-color:#fff;min-height:100vh;margin-bottom:-200px;margin-top:100px}.mlweb-text-section{max-width:70%;display:flex;flex-direction:column;gap:1.5rem;margin-top:-280px}.mlweb-info{display:flex;flex-direction:column;gap:1rem;margin-top:10px;width:700px}.mlweb-info-line{font-weight:lighter;max-width:80%;font-size:20px!important}.mlweb-image-section{flex-shrink:0;max-width:650px!important;width:100%;display:flex;justify-content:flex-end;margin-right:220px!important;margin-top:20px!important}.mlweb-main-img{width:100%;max-width:650px!important;height:auto;border-radius:20px;margin-right:220px!important;margin-top:-70px!important}.mlweb-about-section{padding:6rem 9rem;background-color:#fff}.mlweb-title1{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:500;color:#c535a1}.mlweb-about-heading{text-align:center;margin-bottom:3rem}.mlweb-about-body{max-width:900px;margin:0 auto;font-family:Inria Sans,sans-serif;color:#333;line-height:1.8}.mlweb-about-body p{margin-bottom:1.5rem}.mlweb-about-list-intro{margin-bottom:.75rem}.mlweb-about-list{font-family:Inria Sans,sans-serif;font-size:18px;font-weight:300;line-height:1.7;color:#333;padding-left:1.5rem;margin-bottom:1.5rem}.mlweb-model-section{padding:5rem 9rem 4rem;background-color:#fff}.mlweb-model-heading{text-align:center;margin-bottom:3rem}.mlweb-model-body{max-width:900px;margin:0 auto;font-family:Inria Sans,sans-serif;color:#333;line-height:1.8}.mlweb-model-body p{margin-bottom:1.5rem}.mlweb-demo-section{width:100%;max-width:1120px;margin:0 auto;padding:5rem min(9vw,9rem) 4rem;text-align:center;background-color:#fff}.mlweb-title1{font-family:Kufam,sans-serif;font-size:2.25rem;font-weight:500;letter-spacing:.03em;color:#222}.mlweb-demo-text{margin-top:1.25rem;font-size:1.05rem;line-height:1.6;font-weight:300;font-family:Inria Sans,sans-serif;color:#333;max-width:680px;margin-left:auto;margin-right:auto}.mlweb-video-wrapper{position:relative;margin:3rem auto;width:100%;max-width:900px;padding-top:56.25%;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px #0000002e;background-color:#000}.mlweb-video-wrapper iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.mlweb-demo-buttons{display:flex;justify-content:center;align-items:center;gap:2.5rem;flex-wrap:wrap}.mlweb-demo-button{background-color:#e6b5e1;color:#fff;padding:.9rem 2.7rem;border-radius:10px;font-size:1.05rem;font-weight:400;text-decoration:none;font-family:Kufam,sans-serif;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;display:inline-block;white-space:nowrap}.mlweb-demo-button:hover{background-color:#d092cc;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}@media(max-width:768px){.mlweb-demo-section{padding:3.5rem 1.75rem 3rem}.mlweb-title1{font-size:1.8rem}.mlweb-demo-text{font-size:.95rem}.mlweb-video-wrapper{margin:2.25rem auto 2.5rem;max-width:100%}.mlweb-demo-buttons{gap:1.5rem}.mlweb-demo-button{width:100%;max-width:260px;text-align:center}}.bip-page{background-color:#fff;overflow-x:hidden}.bip-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#236c36;max-width:680px}.bip-subtitle{font-family:Inria Sans,sans-serif!important;font-size:24px!important;font-weight:400;color:#236c36;margin-top:.75rem;margin-bottom:3rem}.bip-main-text,.bip-main-text1{font-family:Inria Sans,sans-serif!important;font-size:20px!important;font-weight:300!important;color:#111}.bip-info-label{font-weight:600}.bip-hero{display:flex;justify-content:space-between;align-items:center;padding:6rem 9rem;min-height:100vh;box-sizing:border-box}.bip-text-section{max-width:55%;display:flex;flex-direction:column}.bip-info{display:flex;flex-direction:column;gap:1rem;max-width:650px}.bip-info-line{line-height:1.7}.bip-image-section{flex-shrink:0;max-width:480px;width:100%;display:flex;justify-content:flex-end;margin-top:240px}.bip-main-img{width:100%;height:auto;border-radius:16px;object-fit:cover}.bip-about-section{padding:5rem 9rem 6rem;background-color:#fff}.bip-about-heading{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:400;color:#000;text-align:center;margin-bottom:3rem}.bip-about-body{max-width:900px;margin:0 auto 3.5rem;line-height:1.8}.bip-about-body p{margin-bottom:1.5rem}.bip-about-gallery{max-width:900px;margin:0 auto 3.5rem;display:flex;flex-direction:column;gap:2.5rem}.bip-about-row{display:flex;gap:1.5rem}.bip-about-img{width:100%;height:auto;border-radius:4px;object-fit:cover}.bip-about-button-wrapper{text-align:center}.bip-about-button{display:inline-block;margin-top:2rem;padding:.9rem 3rem;border-radius:12px;background-color:#bde6c1;color:#fff;font-family:Kufam,sans-serif;font-size:18px;font-weight:400;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.bip-about-button:hover{background-color:#97d39e;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}@media(max-width:1200px){.bip-hero{padding:4rem}.bip-about-section{padding:4rem 4rem 5rem}}@media(max-width:900px){.bip-hero{flex-direction:column;align-items:flex-start;padding:3rem 2rem}.bip-text-section{max-width:100%;margin-bottom:2.5rem}.bip-image-section{max-width:100%;justify-content:center}.bip-main-img{max-width:600px}.bip-title{font-size:2rem!important}.bip-subtitle{font-size:1.25rem!important}.bip-about-section{padding:3rem 2rem 4rem}.bip-about-row{flex-direction:column}}.vr-page{background-color:#fff;overflow-x:hidden}.vr-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#a04668;max-width:700px}.vr-subtitle{font-family:Kufam,sans-serif!important;font-size:24px!important;font-weight:400;color:#a04668;margin-top:.75rem;margin-bottom:3rem}.vr-main-text{font-family:Kufam,sans-serif!important;font-size:20px!important;font-weight:300!important;color:#111}.vr-info-label{font-weight:600}.vr-hero{display:flex;justify-content:space-between;align-items:center;padding:6rem 9rem;min-height:100vh;box-sizing:border-box}.vr-text-section{max-width:55%;display:flex;flex-direction:column}.vr-info{display:flex;flex-direction:column;gap:1rem;max-width:650px}.vr-info-line{line-height:1.7}.vr-image-section{flex-shrink:0;max-width:520px;width:100%;display:flex;justify-content:flex-end}.vr-main-img{width:100%;height:auto;border-radius:24px;object-fit:cover;margin-top:200px}.vr-about-section{padding:5rem 9rem 4rem;background-color:#fff}.vr-about-heading{font-family:Kufam,sans-serif!important;font-size:36px!important;font-weight:400;color:#000;text-align:center;margin-bottom:3rem}.vr-about-content{display:flex;gap:4rem;align-items:flex-start;justify-content:center}.vr-about-text{max-width:620px;font-family:Inria Sans,sans-serif;color:#343434;line-height:1.8}.vr-body-text{font-size:18px;font-weight:300;margin-bottom:1.5rem}.vr-about-img-wrapper{flex-shrink:0;max-width:320px}.vr-about-img{width:100%;height:auto;border-radius:24px;object-fit:cover;margin-top:150px}.vr-what-section{padding:4rem 9rem 6rem;background-color:#fff;text-align:center}.vr-what-heading{font-family:Kufam,sans-serif!important;font-size:32px!important;font-weight:400;color:#000;margin-bottom:2.5rem}.vr-what-body{max-width:700px;margin:0 auto 3rem}.vr-what-list{text-align:left;list-style-type:disc;padding-left:1.5rem;font-family:Inria Sans,sans-serif!important;font-size:18px;font-weight:300;line-height:1.7;color:#444}.vr-github-button-wrapper{text-align:center}.vr-github-button{display:inline-block;padding:.9rem 3rem;border-radius:12px;background-color:#e7b3c9;color:#fff;font-family:Kufam,sans-serif;font-size:18px;font-weight:400;text-decoration:none;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.vr-github-button:hover{background-color:#d18eac;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}@media(max-width:1200px){.vr-hero,.vr-about-section,.vr-what-section{padding:4rem}}@media(max-width:900px){.vr-hero{flex-direction:column;align-items:flex-start;padding:3rem 2rem}.vr-text-section{max-width:100%;margin-bottom:2.5rem}.vr-image-section{max-width:100%;justify-content:center}.vr-main-img{max-width:650px}.vr-title{font-size:2rem!important}.vr-subtitle{font-size:1.25rem!important}.vr-about-section,.vr-what-section{padding:3rem 2rem}.vr-about-content{flex-direction:column;align-items:center}.vr-about-text{max-width:100%}.vr-about-img-wrapper{max-width:320px}}.mbti-page{background-color:#fff;overflow-x:hidden}.mbti-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#c67b4f;width:900px}.mbti-subtitle{font-size:24px!important;font-weight:300!important;margin-bottom:3.5rem;color:#c67b4f}.mbti-main-text{font-size:20px!important;font-weight:300!important;font-family:Inria Sans,sans-serif!important}.mbti-container{display:flex;justify-content:space-between;align-items:center;padding:3rem 12rem 5rem;background-color:#fff;margin-top:80px;min-height:auto}.mbti-text-section{max-width:70%;display:flex;flex-direction:column;gap:1.5rem}.mbti-info{display:flex;flex-direction:column;gap:1rem;margin-top:10px;width:700px}.mbti-info-line{max-width:80%}.mbti-image-section{flex-shrink:0;max-width:450px!important;width:100%;display:flex;justify-content:flex-end}.mbti-main-img{width:100%;max-width:650px!important;height:auto;border-radius:20px;margin-top:320px}@media(max-width:1024px){.mbti-container{flex-direction:column;padding:3rem 2rem;margin-top:80px;min-height:auto}.mbti-text-section{max-width:100%}.mbti-title{width:100%;font-size:2rem!important}.mbti-info{width:100%}.mbti-image-section{margin-top:2rem!important;max-width:100%;justify-content:center}.mbti-main-img{max-width:520px!important}}@media(max-width:768px){.mbti-title{font-size:1.75rem!important}.mbti-subtitle{font-size:1.25rem!important}}.mbti-section-title{font-family:Kufam,sans-serif!important;font-size:36px!important;font-weight:500;text-align:center;color:#111;margin-bottom:3rem}.mbti-about-section{padding:5rem 9rem 4rem;background-color:#fff}.mbti-about-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:260px minmax(0,1fr);column-gap:48px;align-items:flex-start}.mbti-about-image img{width:100%;height:auto;border-radius:8px;display:block}.mbti-about-text{font-family:Inria Sans,sans-serif;font-size:18px;line-height:1.8;color:#333}.mbti-about-text p+p{margin-top:1.25rem}.mbti-logic-section{padding:5rem 9rem 4rem;background-color:#fff}.mbti-logic-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.9fr);column-gap:48px;align-items:flex-start}.mbti-logic-text{font-family:Inria Sans,sans-serif;font-size:18px;line-height:1.8;color:#333}.mbti-logic-text p{margin-bottom:1rem}.mbti-logic-text ul{margin:0 0 1.25rem 1.5rem;padding:0}.mbti-logic-text li{margin-bottom:.4rem}.mbti-logic-image img{width:100%;height:auto;border-radius:8px;display:block;margin-top:280px}.mbti-result-section{padding:5rem 9rem 6rem;background-color:#fff;text-align:left}.mbti-result-body{max-width:960px;margin:0 auto;font-family:Inria Sans,sans-serif;font-size:18px;line-height:1.8;color:#333}.mbti-result-body p{margin-bottom:1rem}.mbti-result-body>ul{margin:0 0 1.5rem 1.5rem}.mbti-ramen-examples{margin:0;padding-left:1.5rem}.mbti-ramen-examples li{margin-bottom:1.3rem}.mbti-result-buttons{margin-top:3rem;display:flex;justify-content:center;gap:2rem}.mbti-cta-button{background-color:#f4b597;color:#fff;padding:.9rem 2.7rem;border-radius:10px;font-size:18px;font-weight:400;text-decoration:none;font-family:Kufam,sans-serif;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;display:inline-block}.mbti-cta-button--secondary{background-color:#c67b4f}.mbti-cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001f;background-color:#e89b73}.mbti-cta-button--secondary:hover{background-color:#b1653b}@media(max-width:1024px){.mbti-about-section,.mbti-logic-section,.mbti-result-section{padding:3.5rem 2rem}.mbti-about-inner,.mbti-logic-inner{grid-template-columns:1fr;row-gap:2rem}.mbti-about-image{max-width:260px;margin:0 auto}.mbti-logic-image{max-width:320px;margin:0 auto}}@media(max-width:768px){.mbti-section-title{font-size:28px!important}.mbti-result-buttons{flex-direction:column;align-items:center}.mbti-cta-button{width:100%;max-width:260px;text-align:center}}.nerofilm-page{background-color:#fff;overflow-x:hidden}.nerofilm-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#8a4f1f;width:900px}.nerofilm-subtitle{font-size:24px!important;font-weight:300!important;margin-bottom:3.5rem;color:#8a4f1f;font-family:Kufam,sans-serif!important}.nerofilm-main-text{font-size:20px!important;font-weight:300!important;font-family:Kufam,sans-serif!important}.nerofilm-container{display:flex;justify-content:space-between;align-items:center;padding:3rem 12rem 5rem;background-color:#fff;margin-top:80px;min-height:auto}.nerofilm-text-section{max-width:70%;display:flex;flex-direction:column;gap:1.5rem}.nerofilm-info{display:flex;flex-direction:column;gap:1rem;margin-top:10px;width:700px}.nerofilm-info-line{max-width:80%}.nerofilm-image-section{flex-shrink:0;max-width:450px!important;width:100%;display:flex;justify-content:flex-end}.nerofilm-main-img{width:100%;max-width:650px!important;height:auto;border-radius:20px;margin-top:320px}@media(max-width:1024px){.nerofilm-container{flex-direction:column;padding:3rem 2rem;margin-top:80px;min-height:auto}.nerofilm-text-section{max-width:100%}.nerofilm-title{width:100%;font-size:2rem!important}.nerofilm-info{width:100%}.nerofilm-image-section{margin-top:2rem!important;max-width:100%;justify-content:center}.nerofilm-main-img{max-width:520px!important;margin-top:0}}@media(max-width:768px){.nerofilm-title{font-size:1.75rem!important}.nerofilm-subtitle{font-size:1.25rem!important}}.nerofilm-section-title{font-family:Kufam,sans-serif!important;font-size:36px!important;font-weight:500;text-align:center;color:#111;margin-bottom:3rem}.nerofilm-about-section{padding:5rem 9rem 6rem;background-color:#fff}.nerofilm-about-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:280px minmax(0,1fr);column-gap:56px;align-items:center}.nerofilm-about-image img{width:100%;height:auto;display:block;border-radius:4px}.nerofilm-about-text{font-family:Inria Sans,sans-serif;font-size:18px;line-height:1.8;color:#555}.nerofilm-about-text p+p{margin-top:1.25rem}.nerofilm-about-buttons{margin-top:4.5rem;display:flex;justify-content:center;gap:4rem}.nerofilm-about-btn{min-width:190px;text-align:center;padding:.85rem 2.5rem;border-radius:12px;background-color:#e6c8b5;color:#5a4636;font-family:Kufam,sans-serif;font-size:16px;font-weight:400;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.nerofilm-about-btn:hover{background-color:#d7b29a;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}@media(max-width:1024px){.nerofilm-about-section{padding:3.5rem 2rem 4rem}.nerofilm-about-inner{grid-template-columns:1fr;row-gap:2rem;max-width:640px}.nerofilm-about-image{max-width:280px;margin:0 auto}}@media(max-width:768px){.nerofilm-section-title{font-size:28px!important}.nerofilm-about-buttons{flex-direction:column;gap:1.5rem}.nerofilm-about-btn{width:100%;max-width:240px}}.crescendo-page{background-color:#fff;overflow-x:hidden}.crescendo-title{font-family:Kufam,sans-serif!important;font-size:48px!important;font-weight:700;color:#211f67;width:900px}.crescendo-subtitle{font-size:24px!important;font-weight:300!important;margin-bottom:3.5rem;color:#211f67;font-family:Kufam,sans-serif!important}.crescendo-main-text{font-size:20px!important;font-weight:300!important;font-family:Kufam,sans-serif!important}.crescendo-container{display:flex;justify-content:space-between;align-items:center;padding:3rem 12rem 5rem;background-color:#fff;margin-top:80px;min-height:auto}.crescendo-text-section{max-width:70%;display:flex;flex-direction:column;gap:1.5rem}.crescendo-info{display:flex;flex-direction:column;gap:1rem;margin-top:10px;width:700px}.crescendo-info-line{max-width:80%}.crescendo-image-section{flex-shrink:0;max-width:450px!important;width:100%;display:flex;justify-content:flex-end}.crescendo-main-img{width:100%;max-width:650px!important;height:auto;border-radius:20px;margin-top:320px}@media(max-width:1024px){.crescendo-container{flex-direction:column;padding:3rem 2rem;margin-top:80px;min-height:auto}.crescendo-text-section{max-width:100%}.crescendo-title{width:100%;font-size:2rem!important}.crescendo-info{width:100%}.crescendo-image-section{margin-top:2rem!important;max-width:100%;justify-content:center}.crescendo-main-img{max-width:520px!important;margin-top:0}}@media(max-width:768px){.crescendo-title{font-size:1.75rem!important}.crescendo-subtitle{font-size:1.25rem!important}}.crescendo-section-title{font-family:Kufam,sans-serif!important;font-size:36px!important;font-weight:500;text-align:center;color:#111;margin-bottom:3rem}.crescendo-about-section{padding:5rem 9rem 6rem;background-color:#fff}.crescendo-about-inner{max-width:760px;margin:0 auto;font-family:Inria Sans,sans-serif;font-size:18px;line-height:1.8;color:#555}.crescendo-about-inner p+p{margin-top:1.25rem}.crescendo-about-buttons{margin-top:4.5rem;display:flex;justify-content:center;gap:4rem}.crescendo-about-btn{min-width:190px;text-align:center;padding:.85rem 2.5rem;border-radius:12px;background-color:#e2ddff;color:#2e236d;font-family:Kufam,sans-serif;font-size:16px;font-weight:400;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.crescendo-about-btn:hover{background-color:#c4b9ff;transform:translateY(-2px);box-shadow:0 6px 16px #0000001f}@media(max-width:1024px){.crescendo-about-section{padding:3.5rem 2rem 4rem}}@media(max-width:768px){.crescendo-section-title{font-size:28px!important}.crescendo-about-buttons{flex-direction:column;gap:1.5rem}.crescendo-about-btn{width:100%;max-width:240px}}#root,.app-root{width:100%;height:100%}html,body,#root{margin:0;padding:0;width:100%;height:100%;--font-body: "Inria Sans", system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif}
