.header{z-index:100;max-width:1200px;margin:0 auto;padding:16px 24px;position:sticky;top:0}.header-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff6;border-radius:16px;justify-content:space-between;align-items:center;padding:16px 16px 16px 24px;display:flex;box-shadow:0 2px 10px #0000000d}.header-logo{color:#1a1a1a;align-items:center;transition:opacity .2s;display:flex}.header-logo:hover{opacity:.7}.header-nav{gap:56px;display:flex}.header-actions{align-items:center;gap:12px;display:flex}.header-nav-link{color:#333;font-size:15px;font-weight:500;transition:color .2s}.header-nav-link:hover,.header-nav-link.active{color:#1a1a1a;font-weight:600}.header-nav-dropdown{position:relative}.header-nav-dropdown>.header-nav-link{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;display:inline-flex}.header-nav-dropdown>.header-nav-link i{font-size:14px;transition:transform .2s}.header-nav-dropdown.open>.header-nav-link i{transform:rotate(180deg)}.header-nav-dropdown .header-dropdown-menu{opacity:0;visibility:hidden;background:#fff;border-radius:12px;min-width:180px;padding:8px;transition:all .2s;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000001a}.header-nav-dropdown.open .header-dropdown-menu{opacity:1;visibility:visible}.header-dropdown-item{color:#666;border-radius:8px;padding:10px 16px;font-size:14px;transition:all .15s;display:block}.header-dropdown-item:hover{color:#1a1a1a;background:#f2f2f2}.header-dropdown-item.active{color:#1a1a1a;font-weight:600}.header-resume-btn{color:#fff;background:#1a1a1a;border-radius:40px;padding:8px 20px;font-size:14px;transition:all .2s}.header-resume-btn:hover{color:#fff;background-color:#1a1a1a}.header-locale-btn{color:#333;background:#ffffffb8;border:1px solid #0f172a14;border-radius:999px;justify-content:center;align-items:center;min-width:40px;height:36px;padding:0 12px;font-size:13px;font-weight:700;transition:all .2s;display:inline-flex}.header-locale-btn:hover{color:#1a1a1a;border-color:#0f172a29}@media (max-width:768px){.header{padding:10px 16px}.header-container{padding:12px 12px 12px 16px}.header-nav{gap:24px}.header-resume-btn{display:none}.header-actions{gap:0}.header-nav-dropdown .header-dropdown-menu{left:auto;right:-40px;transform:none}}.footer{color:#fff;background-color:#1a1a1a;border-radius:32px 32px 0 0;padding:80px 0 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px}.footer-top{justify-content:space-between;gap:60px;margin-bottom:80px;display:flex}.footer-cta{flex:1}.footer-label{color:#fff9;margin-bottom:16px;font-size:14px;display:block}.footer-heading{margin-bottom:32px;font-size:40px;font-weight:600;line-height:1.2}.footer-talk-btn{border:1.5px solid #fff;border-radius:30px;padding:10px 24px;font-size:14px;transition:all .2s;display:inline-block}.footer-talk-btn:hover{color:#1a1a1a;background-color:#fff}.footer-links{gap:100px;display:flex}.footer-nav-col{flex-direction:column;gap:16px;display:flex}.footer-nav-col a{color:#fffc;font-size:15px;transition:color .2s}.footer-nav-col a:hover{color:#fff}.footer-contact-col{flex-direction:column;gap:16px;display:flex}.footer-contact-col .footer-linkedin-link{align-items:center;gap:8px;display:flex}.footer-contact-col .footer-linkedin-link i{font-size:16px}.footer-contact-col a{color:#fffc;font-size:15px;transition:color .2s}.footer-contact-col a:hover{color:#fff}.footer-arrow{font-size:12px}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:24px 0;display:flex}.footer-bottom p{color:#ffffff80;font-size:13px}.footer-bottom .social-links{gap:24px;display:flex}.footer-bottom .social-links a{color:#ffffff80;font-size:20px}@media (max-width:768px){.footer{border-radius:24px 24px 0 0;padding:60px 0 0}.footer-top{flex-direction:column;gap:40px;margin-bottom:60px}.footer-heading{font-size:28px}.footer-links{gap:60px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}}@media (max-width:480px){.footer-links{flex-direction:column;gap:32px}}.project-card{background:#fff;border:1px solid #f2f2f2;border-radius:16px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 12px #00000003}.project-card:hover{box-shadow:0 12px 40px #00000014}.project-card-content{padding:24px}.project-card-title{margin-bottom:16px;font-size:28px;font-weight:700}.project-card-description{color:#333;margin-bottom:16px;font-size:14px;line-height:1.5}.project-card-tags{flex-wrap:wrap;gap:16px;display:flex}.project-card-tags .tag-purple{color:#9c27b0;background-color:#f5e6ff}.project-card-tags .tag-blue{color:#1565c0;background-color:#e8edf5}.project-card-tags .tag-green{color:#1b5e20;background-color:#ddffe4}.project-card-tags .tag-yellow{color:#f57f17;background-color:#fdfad8}.project-card-tag{color:#ff6b35;background-color:#fff0eb;border-radius:24px;padding:4px 12px;font-size:12px}.project-card-image-wrapper{justify-content:center;align-items:center;padding:24px;display:flex}.project-card-image-wrapper .project-card-image-placeholder{aspect-ratio:16/9;background:gray;border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.project-card-image-wrapper .project-card-image-placeholder img{object-fit:cover;transition:transform .3s;width:100%!important;height:100%!important}.project-card-image-wrapper .project-card-image-placeholder img:hover{transform:scale(1.05)}@media (max-width:768px){.project-card-content{padding:20px}.project-card-title{margin-bottom:12px;font-size:22px}.project-card-image-wrapper{padding:16px}}.home-page{max-width:1200px;margin:0 auto;padding:0 24px}.home-hero{align-items:center;min-height:500px;padding:80px 60px 80px 0;display:flex}.home-hero .hero-testimonials{flex-direction:column;gap:32px;display:flex;position:relative}.home-hero .hero-testimonials .el1{width:60px;height:60px;display:none;position:absolute;top:-20px;right:20px}.home-hero .hero-testimonials .author-name{color:#333;font-size:20px;font-weight:500}.home-hero .hero-testimonials .author-headline{width:80%;font-size:48px;font-weight:700;line-height:1.5em}.home-hero .hero-testimonials .author-location{color:#333;margin-top:8px;font-size:14px}.home-hero .hero-testimonials .primary-cta{color:#fff;appearance:none;cursor:pointer;background:#1a1a1a;border:none;border-radius:80px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;height:44px;padding:0 40px;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14px;transition:all .2s;display:inline-flex}.home-hero .hero-testimonials .primary-cta:hover{background:#333}.home-hero .hero-testimonials .primary-cta:active{background:#4d4d4d}.home-hero .hero-testimonials .primary-cta span{font-size:16px;font-weight:600}.home-hero .autor-video{flex-shrink:0;justify-content:flex-end;align-items:center;width:20%;display:flex}.home-hero .autor-video video{object-fit:cover;border-radius:24px 24px 200px 200px;width:70%}.home-services{text-align:center;padding:120px 0 72px}.home-services-subtitle{color:#333;margin-top:20px;margin-bottom:8px;font-size:14px;font-weight:500}.home-services-title{margin-bottom:72px;font-size:40px;font-weight:700}.home-services-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.home-service-card{text-align:left;background:#fff;border:1px solid #f2f2f2;border-radius:16px;height:100%;padding:32px 24px;transition:all .3s;box-shadow:0 4px 12px #00000003}.home-service-card:hover{box-shadow:0 12px 40px #00000014}.home-service-card h3{margin-bottom:8px;font-size:18px;font-weight:700}.home-service-card p{color:#666;font-size:14px;line-height:1.6}.home-service-icon{background:#f2f2f2;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;display:flex}.home-service-icon i{color:#1a1a1a;font-size:26px}.home-playground{padding:0 0 200px}.home-playground-banner{--playground-pointer-x:0;--playground-pointer-y:0;text-align:center;background:#fff;border:1px solid #0f172a0d;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:32px;min-height:440px;padding:48px 32px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0f172a0d}.home-playground-banner>:not(.home-playground-glow){z-index:1;position:relative}.home-playground-banner h2{margin:0;font-size:48px;font-weight:700;line-height:1.05}.home-playground-banner p{color:#666;max-width:680px;margin:0;font-size:24px;line-height:1.5}.home-playground-glow{pointer-events:none;filter:blur(72px);opacity:.88;width:min(1120px,100%);height:360px;position:absolute;bottom:-48px;left:50%;transform:translate(-50%)}.home-playground-glow span{mix-blend-mode:multiply;will-change:transform;border-radius:999px;display:block;position:absolute}.home-playground-glow span:first-child{--playground-move-x:22px;--playground-move-y:18px;background:#9fc4ff99;width:360px;height:240px;animation:9s ease-in-out infinite alternate playgroundFloatOne;bottom:-20px;left:4%}.home-playground-glow span:nth-child(2){--playground-move-x:34px;--playground-move-y:24px;background:#ffd6aab3;width:470px;height:280px;animation:11s ease-in-out infinite alternate playgroundFloatTwo;bottom:42px;left:31%}.home-playground-glow span:nth-child(3){--playground-move-x:26px;--playground-move-y:20px;background:#cabaff99;width:390px;height:250px;animation:10s ease-in-out infinite alternate playgroundFloatThree;bottom:-20px;right:4%}@keyframes playgroundFloatOne{0%{transform:translate3d(calc(var(--playground-pointer-x) * var(--playground-move-x)), calc(var(--playground-pointer-y) * var(--playground-move-y)), 0) scale(1)}to{transform:translate3d(calc(var(--playground-pointer-x) * var(--playground-move-x) + 18px), calc(var(--playground-pointer-y) * var(--playground-move-y) - 24px), 0) scale(1.06)}}@keyframes playgroundFloatTwo{0%{transform:translate3d(calc(var(--playground-pointer-x) * var(--playground-move-x)), calc(var(--playground-pointer-y) * var(--playground-move-y)), 0) scale(1)}to{transform:translate3d(calc(var(--playground-pointer-x) * var(--playground-move-x) - 20px), calc(var(--playground-pointer-y) * var(--playground-move-y) - 18px), 0) scale(1.08)}}@keyframes playgroundFloatThree{0%{transform:translate3d(calc(var(--playground-pointer-x) * var(--playground-move-x)), calc(var(--playground-pointer-y) * var(--playground-move-y)), 0) scale(1)}to{transform:translate3d(calc(var(--playground-pointer-x) * var(--playground-move-x) + 16px), calc(var(--playground-pointer-y) * var(--playground-move-y) - 22px), 0) scale(1.05)}}.home-playground-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;height:48px;margin-top:8px;padding:0 28px;font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:15px;font-weight:600;transition:transform .2s,opacity .2s;display:inline-flex}.home-playground-btn:hover{opacity:.92;transform:translateY(-1px)}.home-work{padding:40px 0}.home-project-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}@media (max-width:1024px){.home-hero{min-height:auto;padding:60px 20px 40px}.home-hero .hero-testimonials{gap:24px}.home-hero .hero-testimonials .author-headline{font-size:36px}.home-hero .autor-video video{width:90%}}@media (max-width:768px){.home-hero{flex-direction:column;gap:40px;padding:40px 0}.home-hero .hero-testimonials{gap:20px}.home-hero .hero-testimonials .author-name{font-size:16px}.home-hero .hero-testimonials .author-headline{font-size:28px}.home-hero .hero-testimonials .author-location{font-size:13px}.home-hero .hero-testimonials .primary-cta{height:40px;padding:0 32px}.home-hero .hero-testimonials .primary-cta span{font-size:14px}.home-hero .autor-video{justify-content:center;width:100%}.home-hero .autor-video video{width:60%}.home-project-grid{grid-template-columns:1fr}.home-services-title{margin-bottom:32px;font-size:26px}.home-services-grid{grid-template-columns:repeat(2,1fr);align-items:stretch}.home-playground{padding-bottom:120px}.home-playground-banner{min-height:320px;padding:40px 24px}.home-playground-banner h2{font-size:38px}.home-playground-banner p{font-size:18px}.home-playground-glow{filter:blur(56px);height:280px;bottom:-36px}.home-playground-glow span:first-child{width:260px;height:168px}.home-playground-glow span:nth-child(2){width:340px;height:204px;left:26%}.home-playground-glow span:nth-child(3){width:280px;height:176px}.home-playground-btn{height:46px;padding:0 24px;font-size:16px}}@media (max-width:480px){.home-hero .autor-video video{width:100%}.home-services-grid{grid-template-columns:1fr}.home-playground{padding-bottom:96px}.home-playground-banner{gap:16px;min-height:280px;padding:32px 20px}.home-playground-banner h2{font-size:32px}.home-playground-banner p{font-size:16px}.home-playground-glow{filter:blur(40px);opacity:.7;height:220px;bottom:-28px}.home-playground-glow span:first-child{width:180px;height:112px;left:4%}.home-playground-glow span:nth-child(2){width:220px;height:136px;left:22%}.home-playground-glow span:nth-child(3){width:190px;height:118px;right:4%}}.about-page{max-width:1200px;margin:0 auto;padding:0 24px}.about-intro{justify-content:space-between;align-items:center;padding:100px 0;display:flex}.about-intro .about-intro-content{flex:1}.about-intro .about-intro-content h1{margin-bottom:24px;font-size:42px;font-weight:600}.about-intro .about-intro-content .about-bio{color:#333;font-size:18px;line-height:1.7}.about-intro .about-flower{opacity:0;flex-shrink:0;justify-content:center;align-items:center;margin-left:100px;display:flex}.about-image{gap:32px;display:flex}.about-image .about-image-item{flex:1;min-width:0}.about-image img{width:100%;height:auto}.about-philosophy{flex-direction:column;gap:40px;padding:80px 0 0;display:flex}.about-philosophy-item{align-items:flex-start;gap:48px;display:flex}.about-philosophy-item h3{color:#1a1a1a;flex-shrink:0;width:160px;font-size:18px;font-weight:700}.about-philosophy-item p{color:#666;flex:1;font-size:15px;line-height:1.7}.about-details{grid-template-columns:1fr 1fr;gap:60px;padding:100px 0 0;display:grid}.about-details h2{color:#1a1a1a;margin-bottom:24px;font-size:22px;font-weight:700}.about-column{flex-direction:column;display:flex}.about-item{margin-bottom:20px}.about-item h3{margin-bottom:4px;font-size:16px;font-weight:500}.about-item p{color:#333;font-size:14px}.about-skills{padding:100px 0 160px}.about-skills h2{color:#1a1a1a;margin-bottom:32px;font-size:22px;font-weight:700}.about-skills-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.about-skill-item{background:#fff;border:1px solid #f2f2f2;border-radius:12px;align-items:center;gap:24px;padding:16px 20px;display:flex}.about-skill-item .icon-container{background:#f2f2f2;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.about-skill-item .icon-container i{color:#1a1a1a;flex-shrink:0;font-size:24px}.about-skill-info{flex:1;min-width:0}.about-skill-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.about-skill-name{color:#1a1a1a;font-size:14px;font-weight:600}.about-skill-level{color:#666;font-size:12px}.about-skill-bar{background:#e6e6e6;border-radius:3px;height:5px;overflow:hidden}.about-skill-fill{background:linear-gradient(90deg,#ff79be14 0%,#ff79be4d 30%,#ff79be99 60%,#ff79be 100%);border-radius:3px;height:100%;transition:width .6s}@media (max-width:1024px){.about-intro .about-flower{margin-left:40px}}@media (max-width:768px){.about-intro{flex-direction:column;gap:40px;padding:60px 0}.about-intro .about-intro-content h1{font-size:28px}.about-intro .about-intro-content .about-bio{font-size:16px}.about-intro .about-flower{width:200px;height:200px;margin-left:0;display:none}.about-image{gap:16px}.about-philosophy-item{flex-direction:column;gap:12px}.about-philosophy-item h3{width:auto}.about-details{grid-template-columns:1fr;gap:40px;padding-top:60px}.about-skills{padding:60px 0 80px}.about-skills-grid{grid-template-columns:repeat(2,1fr);gap:16px}.about-skill-item{gap:16px;padding:12px 16px}.about-skill-item .icon-container{width:40px;height:40px}.about-skill-item .icon-container i{font-size:20px}}@media (max-width:480px){.about-image{flex-direction:column}.about-skills-grid{grid-template-columns:1fr}}.play-page{max-width:1200px;margin:0 auto;padding:132px 24px 120px}.play-page-title{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.play-page-intro{margin-bottom:120px}.play-page-intro h2{letter-spacing:-.04em;margin:0;font-size:48px;line-height:.95}.play-page-intro p{color:#111111a3;max-width:640px;margin:16px 0 0;font-size:20px;line-height:1.45}.play-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:40px;display:grid}.play-grid-column{flex-direction:column;gap:40px;display:flex}.play-card{appearance:none;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:24px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.play-card img,.play-card video{width:100%;height:auto;transition:transform .24s;display:block}.play-card:hover img,.play-card:hover video{transform:scale(1.01)}.play-card:hover .play-card-overlay,.play-card:focus-within .play-card-overlay{opacity:1}.play-card-overlay{opacity:0;pointer-events:none;background:linear-gradient(#00000094 0%,#00000047 24%,#0000 56%);align-items:flex-start;padding:24px;transition:opacity .24s;display:flex;position:absolute;inset:0}.play-card-overlay p{color:#fff;letter-spacing:-.02em;margin:0;font-size:18px;line-height:1.2}.play-lightbox{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ad1;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.play-lightbox-content{max-width:min(1100px,100vw - 160px);max-height:calc(100vh - 120px)}.play-lightbox-image{border-radius:24px;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 180px)}.play-lightbox-caption{color:#ffffffeb;letter-spacing:-.02em;text-align:center;margin:16px 0 0;font-size:18px;line-height:1.25}.play-lightbox-close,.play-lightbox-nav{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff1f;border:0;border-radius:999px;transition:background .18s,transform .18s;position:absolute}.play-lightbox-close:hover,.play-lightbox-nav:hover{background:#fff3}.play-lightbox-nav{color:#111;background:#fff}.play-lightbox-nav:hover{background:#ffffffe0}.play-lightbox-close{width:56px;height:56px;padding:0;font-size:26px;line-height:1;top:28px;right:28px}.play-lightbox-nav{width:56px;height:56px;font-size:26px;line-height:1;top:50%;transform:translateY(-50%)}.play-lightbox-nav-prev{left:28px}.play-lightbox-nav-next{right:28px}@media (max-width:768px){.play-page{padding:108px 24px 88px}.play-page-intro{margin-bottom:24px}.play-page-intro p{font-size:17px}.play-grid{grid-template-columns:1fr;gap:24px}.play-grid-column{gap:24px}.play-card-overlay{padding:18px}.play-card-overlay p{font-size:16px}.play-lightbox{padding:20px}.play-lightbox-content{max-width:100%;max-height:calc(100vh - 140px)}.play-lightbox-image{max-height:calc(100vh - 210px)}.play-lightbox-caption{margin-top:14px;font-size:16px}.play-lightbox-close{top:16px;right:16px}.play-lightbox-nav{width:48px;height:48px;top:auto;bottom:24px;transform:none}.play-lightbox-nav-prev{left:20px}.play-lightbox-nav-next{right:20px}}.project-page{max-width:1200px;margin:0 auto;padding:0 24px}.project-hero{flex-direction:column;justify-content:center;align-items:center;gap:16px;max-width:700px;margin:0 auto;padding:80px 0;display:flex}.project-hero h1{text-align:center;font-size:40px;font-weight:700;line-height:1.2}.project-hero .project-subtitle{color:#666;text-align:center;margin-top:16px;font-size:18px;line-height:1.7}.project-hero .project-meta{gap:16px;display:flex}.project-hero .project-meta .project-tag{color:#ff6b35;background-color:#fff0eb;border-radius:20px;padding:6px 12px;font-size:12px}.project-hero .project-meta .project-tag.tag-purple{color:#9c27b0;background-color:#f5e6ff}.project-hero .project-meta .project-tag.tag-blue{color:#1565c0;background-color:#e8edf5}.project-hero .project-meta .project-tag.tag-green{color:#1b5e20;background-color:#ddffe4}.project-hero .project-meta .project-tag.tag-yellow{color:#f57f17;background-color:#fdfad8}.project-hero .project-meta .project-tag.tag-amber{color:#c27620;background-color:#fbefdb}.project-hero-image{justify-content:center;align-items:center;width:100px;height:100px;display:flex}.project-hero-image img{object-fit:contain;width:100%;height:100%;display:block}.project-cover-image{aspect-ratio:16/9;border-radius:24px;width:100%;margin:0 auto;position:relative;overflow:hidden}.project-cover-image video{object-fit:cover;width:100%;height:100%}.project-cover-image img{object-fit:cover;width:100%;height:100%;display:block}.project-view-website{justify-content:flex-end;margin-top:24px;display:flex}.project-view-website-btn{color:#1a1a1a;border:1.5px solid #1a1a1a;border-radius:24px;align-items:center;gap:6px;margin:32px auto 0;padding:10px 24px;font-size:14px;font-weight:500;transition:all .2s;display:inline-flex}.project-view-website-btn i{font-size:16px}.project-view-website-btn:hover{color:#fff;background:#1a1a1a}.project-info{text-align:center;grid-template-columns:repeat(4,1fr);gap:32px;margin-top:32px;display:grid}.project-info-item{background:#fff;border-radius:16px;padding:24px}.project-info-item>i{color:var(--project-accent,#9c27b0);margin-bottom:16px;font-size:28px;display:block}.project-info-item h3{margin-bottom:12px;font-size:20px;font-weight:700}.project-info-item p{color:#666;font-size:14px;line-height:1.6}.project-content{padding:0 80px}.project-image-group{background:#fff9;border-radius:32px;margin-top:60px;overflow:hidden}.project-image-group img{width:100%;height:auto;display:block}.project-section-icon{text-align:center;color:var(--project-accent,#9c27b0);margin-bottom:12px;font-size:28px;display:block}.project-section{margin-top:160px}.project-section h2{text-align:center;margin-bottom:24px;font-size:32px;font-weight:700}.project-section p{color:#666;text-align:center;margin-bottom:24px;font-size:16px;line-height:1.8}.project-persona-card{background:#fbefdbb8;border-radius:24px;grid-template-columns:120px 1fr;align-items:center;gap:28px;margin-top:56px;padding:32px;display:grid}.project-persona-avatar{background:#d8c4a7;border-radius:999px;width:120px;height:120px;overflow:hidden}.project-persona-avatar img{object-fit:cover;width:100%;height:100%;display:block}.project-persona-copy{text-align:left}.project-persona-copy h3{color:var(--project-accent,#9c27b0);font-size:28px;font-weight:700}.project-persona-copy .project-persona-role{color:#8f5a18;margin:8px 0 16px;font-size:20px}.project-persona-copy p{text-align:left;margin-bottom:0}.project-quote{border-left:4px solid var(--project-accent,#9c27b0);color:#713c00;background:#fbefdb80;margin-top:32px;padding:24px 24px 24px 32px;font-size:20px;line-height:1.8}.project-problem-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.project-problem-card{text-align:center;background:#fbefdbb8;border-radius:24px;padding:28px 24px}.project-problem-card i{width:56px;height:56px;color:var(--project-accent,#9c27b0);background:#ffffffbf;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;font-size:28px;display:inline-flex}.project-problem-card h3{color:var(--project-accent,#9c27b0);margin-bottom:12px;font-size:20px;font-weight:700}.project-problem-card p{color:#4d4d4d;margin-bottom:0;font-size:14px}.project-principles-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;margin-bottom:60px;display:grid}.project-principle-card{text-align:center;background:#ffffffb8;border-radius:24px;padding:28px 24px;box-shadow:0 12px 40px #0000000a}.project-principle-card h3{color:var(--project-accent,#9c27b0);margin-bottom:14px;font-size:22px;font-weight:700}.project-principle-card p{margin-bottom:0}.project-moodboards-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px;display:grid}.project-moodboard{aspect-ratio:368/224;background:#ffffffeb;border-radius:18px;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 36px #0000000f}.project-moodboard-tile{position:absolute;overflow:hidden}.project-moodboard-tile img{object-fit:cover;width:100%;height:100%;display:block}.project-design-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px;display:grid}.project-design-featured{grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);align-items:stretch;gap:24px;margin-top:24px;display:grid}.project-design-featured-left{grid-template-rows:1fr 1fr;gap:24px;display:grid}.project-design-card{background:#ffffffe0;border-radius:24px;justify-content:center;align-items:center;display:flex;overflow:hidden;box-shadow:0 16px 40px #0000000f}.project-design-card img{width:100%;height:auto;display:block}.project-design-card-tall{height:100%}.project-design-card-tall img{object-fit:cover;height:100%}.project-images-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:80px;display:grid}.project-images-grid img{object-fit:cover;border-radius:12px;width:100%;height:100%}.project-images-grid.key-insights-grid{grid-template-columns:repeat(6,1fr);grid-auto-rows:320px}.project-images-grid.key-insights-grid img{grid-column:span 3}.project-images-grid.key-insights-grid img:nth-child(n+3){grid-column:span 2}.margin-bottom-200{margin-bottom:200px}.project-mobile-screens{justify-content:center;gap:32px;margin:80px 0 0;display:flex}.project-mobile-screens img{flex:1;width:0;height:auto;box-shadow:0 4px 24px #00000014}.project-confidential-group{max-width:700px;margin:160px auto 0}.project-confidential{align-items:center;gap:16px;margin:40px 0 24px;display:flex}.project-confidential i{color:#b3b3b3;flex-shrink:0;font-size:18px}.project-confidential-line{background:#e6e6e6;flex:1;height:1px}.project-confidential-text{text-align:center;color:#999;max-width:700px;margin:0 auto 80px;font-size:14px;line-height:1.6}@media (max-width:1024px){.project-content{padding:0 40px}}@media (max-width:768px){.project-hero{padding:60px 0}.project-hero h1{font-size:28px}.project-hero .project-subtitle{font-size:16px}.project-hero .project-meta{flex-wrap:wrap;justify-content:center;gap:8px}.project-cover-image{border-radius:16px}.project-info{grid-template-columns:repeat(2,1fr);gap:16px}.project-info-item{padding:20px 16px}.project-info-item>i{font-size:24px}.project-info-item h3{font-size:16px}.project-content{padding:0}.project-images-grid{gap:16px;margin-top:40px}.project-images-grid.key-insights-grid{grid-auto-rows:240px}.project-section{margin-top:80px}.project-section h2{font-size:24px}.project-persona-card{grid-template-columns:1fr;justify-items:center;gap:20px;padding:24px}.project-persona-copy h3,.project-persona-copy .project-persona-role,.project-persona-copy p{text-align:center}.project-quote{padding:20px 20px 20px 24px;font-size:18px}.project-problem-grid,.project-principles-grid,.project-moodboards-grid,.project-design-grid{grid-template-columns:1fr;gap:16px;margin-top:40px}.project-design-featured{grid-template-columns:1fr;gap:16px;margin-top:16px}.project-design-featured-left{gap:16px}.project-mobile-screens{gap:12px;margin-top:40px}.project-mobile-screens img{border-radius:10px}.project-image-group{border-radius:16px;margin-top:40px}.project-confidential-group{margin-top:80px}.project-confidential-text{margin-bottom:60px}}@media (max-width:480px){.project-info{grid-template-columns:1fr;gap:12px}.project-images-grid{grid-template-columns:1fr}.project-images-grid.key-insights-grid{grid-template-columns:1fr;grid-auto-rows:200px}.project-images-grid.key-insights-grid img,.project-images-grid.key-insights-grid img:nth-child(n+3){grid-column:span 1}.project-mobile-screens{flex-wrap:wrap}.project-mobile-screens img{flex:0 0 calc(50% - 6px);width:calc(50% - 6px)}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:auto}body{color:#1a1a1a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(#fff3f3 0%,#f4f4fb 54.81%);font-family:Nunito,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
@font-face{font-family:nunito;src:url(../media/Nunito_VariableFont_wght-s.p.0hi8l8x80j1qd.ttf)format("truetype");font-display:swap}@font-face{font-family:nunito Fallback;src:local(Arial);ascent-override:103.02%;descent-override:35.97%;line-gap-override:0.0%;size-adjust:98.13%}.nunito_a6892bb-module__ynkazG__className{font-family:nunito,nunito Fallback}
